/**
 *
 * APP SCSS
 *
 */
/*----------  HELPERS  ----------*/
/*==============================
=            Mixins            =
==============================*/
/*===============================
=            Extends            =
===============================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Work+Sans:100,200,300,400,500,600,700,800,900");
/* line 14, app/assets/stylesheets/app.css */
.text-decoration-none {
  text-decoration: none;
}

/* line 16, app/assets/stylesheets/app.css */
.text-decoration-none:hover, .text-decoration-none:focus, .text-decoration-none:active {
  text-decoration: none;
}

/* line 19, app/assets/stylesheets/app.css */
.valign-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 28, app/assets/stylesheets/app.css */
.underline-effect, .header .navbar-default .navbar-nav > li > a,
.header .navbar-default .navbar-text {
  position: relative;
  text-decoration: none;
  color: #00ad9a;
  overflow: hidden;
}

/* line 34, app/assets/stylesheets/app.css */
.underline-effect:before, .header .navbar-default .navbar-nav > li > a:before,
.header .navbar-default .navbar-text:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 10px;
  left: 0;
  background-color: #00ad9a;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

.underline-effect:before, .header .navbar-animate .navbar-nav > li > a:before, .header .navbar-animate .navbar-text:before{
	background-color: #ffffff;
}

/* line 54, app/assets/stylesheets/app.css */
.underline-effect:hover:before, .header .navbar-default .navbar-nav > li > a:hover:before,
.header .navbar-default .navbar-text:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/*===================================
=            Extra Class            =
===================================*/
/*----------  CLEARFIX  ----------*/
/* line 67, app/assets/stylesheets/app.css */
.clearfix:before, .masonry-grid:before, .generic-side:before, .header:before, .card:before, .article-extra:before, .accordion:before, .clearfix:after, .masonry-grid:after, .generic-side:after, .header:after, .card:after, .article-extra:after, .accordion:after {
  content: " ";
  display: table;
}

/* line 71, app/assets/stylesheets/app.css */
.clearfix:after, .masonry-grid:after, .generic-side:after, .header:after, .card:after, .article-extra:after, .accordion:after {
  clear: both;
}

/*----------  PADDING  ----------*/
/* line 75, app/assets/stylesheets/app.css */
.no-padding-left {
  padding-left: 0 !important;
}

/* line 78, app/assets/stylesheets/app.css */
.no-padding-right {
  padding-right: 0 !important;
}

/* line 81, app/assets/stylesheets/app.css */
.no-padding-top {
  padding-top: 0 !important;
}

/* line 84, app/assets/stylesheets/app.css */
.no-padding-bottom {
  padding-bottom: 0 !important;
}

/* line 87, app/assets/stylesheets/app.css */
.no-padding-lr,
.no-padding-rl {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 92, app/assets/stylesheets/app.css */
.no-padding-tb,
.no-padding-bt {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/*----------  MARGIN  ----------*/
/* line 98, app/assets/stylesheets/app.css */
.no-margin {
  margin: 0 !important;
}

/* line 101, app/assets/stylesheets/app.css */
.no-margin-left {
  margin-left: 0 !important;
}

/* line 104, app/assets/stylesheets/app.css */
.no-margin-right {
  margin-right: 0 !important;
}

/* line 107, app/assets/stylesheets/app.css */
.no-margin-top {
  margin-top: 0 !important;
}

/* line 110, app/assets/stylesheets/app.css */
.no-margin-bottom {
  margin-bottom: 0 !important;
}

/* line 113, app/assets/stylesheets/app.css */
.no-margin-lr,
.no-margin-rl {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 118, app/assets/stylesheets/app.css */
.no-margin-tb,
.no-margin-bt {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/*----------  BORDER  ----------*/
/* line 124, app/assets/stylesheets/app.css */
.no-border {
  border: none;
}

/* line 127, app/assets/stylesheets/app.css */
.no-border-left {
  border-left: none;
}

/* line 130, app/assets/stylesheets/app.css */
.no-border-right {
  border-right: none;
}

/* line 133, app/assets/stylesheets/app.css */
.no-border-top {
  border-top: none;
}

/* line 136, app/assets/stylesheets/app.css */
.no-border-bottom {
  border-bottom: none;
}

/* line 139, app/assets/stylesheets/app.css */
.no-border-lr,
.no-border-rl {
  border-left: none;
  border-right: none;
}

/* line 144, app/assets/stylesheets/app.css */
.no-border-tb,
.no-border-bt {
  border-top: none;
  border-bottom: none;
}

/* line 149, app/assets/stylesheets/app.css */
.center {
  text-align: center;
}

/* line 152, app/assets/stylesheets/app.css */
.bold {
  font-weight: bold;
}

/* line 155, app/assets/stylesheets/app.css */
.italic {
  font-style: italic;
}

/* line 158, app/assets/stylesheets/app.css */
.clear {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}

/* line 167, app/assets/stylesheets/app.css */
.block {
  display: block;
}

/*----------  FROM CANVAS  ----------*/
/* line 171, app/assets/stylesheets/app.css */
.uppercase {
  text-transform: uppercase !important;
}

/* line 174, app/assets/stylesheets/app.css */
.lowercase {
  text-transform: lowercase !important;
}

/* line 177, app/assets/stylesheets/app.css */
.capitalize {
  text-transform: capitalize !important;
}

/* line 180, app/assets/stylesheets/app.css */
.nott {
  text-transform: none !important;
}

/* line 183, app/assets/stylesheets/app.css */
.tright {
  text-align: right !important;
}

/* line 186, app/assets/stylesheets/app.css */
.tleft {
  text-align: left !important;
}

/* line 189, app/assets/stylesheets/app.css */
.fright {
  float: right !important;
}

/* line 192, app/assets/stylesheets/app.css */
.fleft {
  float: left !important;
}

/* line 195, app/assets/stylesheets/app.css */
.fnone {
  float: none !important;
}

/* line 198, app/assets/stylesheets/app.css */
.ohidden {
  position: relative;
  overflow: hidden !important;
}

/* line 202, app/assets/stylesheets/app.css */
.line,
.double-line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 60px 0;
  border-top: 1px solid #EEE;
}

/* line 209, app/assets/stylesheets/app.css */
.line.line-sm,
.double-line.line-sm {
  margin: 30px 0;
}

/* line 213, app/assets/stylesheets/app.css */
span.middot {
  display: inline-block;
  margin: 0 5px;
}

/* line 217, app/assets/stylesheets/app.css */
.double-line {
  border-top: 3px double #E5E5E5;
}

/* line 220, app/assets/stylesheets/app.css */
.emptydiv {
  display: block !important;
  position: relative !important;
}

/* line 224, app/assets/stylesheets/app.css */
.allmargin {
  margin: 50px !important;
}

/* line 227, app/assets/stylesheets/app.css */
.leftmargin {
  margin-left: 50px !important;
}

/* line 230, app/assets/stylesheets/app.css */
.rightmargin {
  margin-right: 50px !important;
}

/* line 233, app/assets/stylesheets/app.css */
.topmargin {
  margin-top: 50px !important;
}

/* line 236, app/assets/stylesheets/app.css */
.bottommargin {
  margin-bottom: 50px !important;
}

/* line 239, app/assets/stylesheets/app.css */
.clear-bottommargin {
  margin-bottom: -50px !important;
}

/* line 242, app/assets/stylesheets/app.css */
.allmargin-sm {
  margin: 30px !important;
}

/* line 245, app/assets/stylesheets/app.css */
.leftmargin-sm {
  margin-left: 30px !important;
}

/* line 248, app/assets/stylesheets/app.css */
.rightmargin-sm {
  margin-right: 30px !important;
}

/* line 251, app/assets/stylesheets/app.css */
.topmargin-sm {
  margin-top: 30px !important;
}

/* line 254, app/assets/stylesheets/app.css */
.bottommargin-sm {
  margin-bottom: 30px !important;
}

/* line 257, app/assets/stylesheets/app.css */
.clear-bottommargin-sm {
  margin-bottom: -30px !important;
}

/* line 260, app/assets/stylesheets/app.css */
.allmargin-lg {
  margin: 80px !important;
}

/* line 263, app/assets/stylesheets/app.css */
.leftmargin-lg {
  margin-left: 80px !important;
}

/* line 266, app/assets/stylesheets/app.css */
.rightmargin-lg {
  margin-right: 80px !important;
}

/* line 269, app/assets/stylesheets/app.css */
.topmargin-lg {
  margin-top: 80px !important;
}

/* line 272, app/assets/stylesheets/app.css */
.bottommargin-lg {
  margin-bottom: 80px !important;
}

/* line 275, app/assets/stylesheets/app.css */
.clear-bottommargin-lg {
  margin-bottom: -80px !important;
}

/* line 278, app/assets/stylesheets/app.css */
.nomargin {
  margin: 0 !important;
}

/* line 281, app/assets/stylesheets/app.css */
.noleftmargin {
  margin-left: 0 !important;
}

/* line 284, app/assets/stylesheets/app.css */
.norightmargin {
  margin-right: 0 !important;
}

/* line 287, app/assets/stylesheets/app.css */
.notopmargin {
  margin-top: 0 !important;
}

/* line 290, app/assets/stylesheets/app.css */
.nobottommargin {
  margin-bottom: 0 !important;
}

/* line 293, app/assets/stylesheets/app.css */
.noborder {
  border: none !important;
}

/* line 296, app/assets/stylesheets/app.css */
.noleftborder {
  border-left: none !important;
}

/* line 299, app/assets/stylesheets/app.css */
.norightborder {
  border-right: none !important;
}

/* line 302, app/assets/stylesheets/app.css */
.notopborder {
  border-top: none !important;
}

/* line 305, app/assets/stylesheets/app.css */
.nobottomborder {
  border-bottom: none !important;
}

/* line 308, app/assets/stylesheets/app.css */
.noradius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 315, app/assets/stylesheets/app.css */
.nopadding {
  padding: 0 !important;
}

/* line 318, app/assets/stylesheets/app.css */
.noleftpadding {
  padding-left: 0 !important;
}

/* line 321, app/assets/stylesheets/app.css */
.norightpadding {
  padding-right: 0 !important;
}

/* line 324, app/assets/stylesheets/app.css */
.notoppadding {
  padding-top: 0 !important;
}

/* line 327, app/assets/stylesheets/app.css */
.nobottompadding {
  padding-bottom: 0 !important;
}

/* line 330, app/assets/stylesheets/app.css */
.noabsolute {
  position: relative !important;
}

/* line 333, app/assets/stylesheets/app.css */
.noshadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 340, app/assets/stylesheets/app.css */
.hidden {
  display: none !important;
}

/* line 343, app/assets/stylesheets/app.css */
.nothidden {
  display: block !important;
}

/* line 346, app/assets/stylesheets/app.css */
.inline-block {
  float: none !important;
  display: inline-block !important;
}

/* line 350, app/assets/stylesheets/app.css */
.center {
  text-align: center !important;
}

/* line 353, app/assets/stylesheets/app.css */
.divcenter {
  position: relative !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 359, app/assets/stylesheets/app.css */
.color {
  color: #00ad9a !important;
}

/* line 362, app/assets/stylesheets/app.css */
.brand-color {
  color: #00ad9a !important;
}

/* line 365, app/assets/stylesheets/app.css */
.light-color {
  color: #fff !important;
}

/* line 368, app/assets/stylesheets/app.css */
.border-color {
  border-color: #00ad9a !important;
}

/* line 371, app/assets/stylesheets/app.css */
.nobg {
  background: none !important;
}

/* line 374, app/assets/stylesheets/app.css */
.nobgcolor {
  background-color: transparent !important;
}

/* line 377, app/assets/stylesheets/app.css */
.bg-theme {
  background-color: #00ad9a;
}

/* line 380, app/assets/stylesheets/app.css */
.bg-secondary {
  background-color: #212121;
}

/* line 383, app/assets/stylesheets/app.css */
.text-theme {
  color: #00ad9a;
}

/* line 386, app/assets/stylesheets/app.css */
.img-full {
  width: 100%;
}

/* line 389, app/assets/stylesheets/app.css */
.overflow-hidden, .title-section.line-side {
  overflow: hidden !important;
}

/*----------  BASE  ----------*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* line 402, app/assets/stylesheets/app.css */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 417, app/assets/stylesheets/app.css */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 423, app/assets/stylesheets/app.css */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 435, app/assets/stylesheets/app.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 445, app/assets/stylesheets/app.css */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 454, app/assets/stylesheets/app.css */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 461, app/assets/stylesheets/app.css */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 473, app/assets/stylesheets/app.css */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 485, app/assets/stylesheets/app.css */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 495, app/assets/stylesheets/app.css */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 503, app/assets/stylesheets/app.css */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 514, app/assets/stylesheets/app.css */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 521, app/assets/stylesheets/app.css */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 529, app/assets/stylesheets/app.css */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 540, app/assets/stylesheets/app.css */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 546, app/assets/stylesheets/app.css */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 553, app/assets/stylesheets/app.css */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 560, app/assets/stylesheets/app.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 567, app/assets/stylesheets/app.css */
sub {
  bottom: -0.25em;
}

/* line 570, app/assets/stylesheets/app.css */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 578, app/assets/stylesheets/app.css */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 585, app/assets/stylesheets/app.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 592, app/assets/stylesheets/app.css */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 598, app/assets/stylesheets/app.css */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 607, app/assets/stylesheets/app.css */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 625, app/assets/stylesheets/app.css */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 634, app/assets/stylesheets/app.css */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 644, app/assets/stylesheets/app.css */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 654, app/assets/stylesheets/app.css */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 664, app/assets/stylesheets/app.css */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 673, app/assets/stylesheets/app.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 684, app/assets/stylesheets/app.css */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 702, app/assets/stylesheets/app.css */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 711, app/assets/stylesheets/app.css */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 718, app/assets/stylesheets/app.css */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 728, app/assets/stylesheets/app.css */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 736, app/assets/stylesheets/app.css */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 745, app/assets/stylesheets/app.css */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 753, app/assets/stylesheets/app.css */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 765, app/assets/stylesheets/app.css */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 772, app/assets/stylesheets/app.css */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 780, app/assets/stylesheets/app.css */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 786, app/assets/stylesheets/app.css */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 794, app/assets/stylesheets/app.css */
[hidden] {
  display: none;
}

/*==================================
=            Typography            =
==================================*/
/*----------  Google Fonts  ----------*/
@font-face {
  font-family: 'Gotham-Book';
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.otf") format("opentype"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype"), url("../fonts/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}

@font-face {
  font-family: 'Gotham-Black';
  src: url("../fonts/Gotham-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Black.otf") format("opentype"), url("../fonts/Gotham-Black.woff") format("woff"), url("../fonts/Gotham-Black.ttf") format("truetype"), url("../fonts/Gotham-Black.svg#Gotham-Black") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display:swap;
}


/*----------  BODY  ----------*/
/* line 802, app/assets/stylesheets/app.css */
body {
  font-family: "Gotham-Book", sans-serif;
  font-weight: normal;
}

/*----------  Heading  ----------*/
/* line 807, app/assets/stylesheets/app.css */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham-Book", sans-serif;
  font-weight: 600;
}

/* line 816, app/assets/stylesheets/app.css */
dl,
dt,
dd,
ol,
ul,
li {
  padding: 0;
}

/* line 824, app/assets/stylesheets/app.css */
a {
  color: #00ad9a;
}

/* line 826, app/assets/stylesheets/app.css */
a:hover, a:focus {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  /* line 830, app/assets/stylesheets/app.css */
  h1 {
    font-size: 1.5em;
  }
}

/* line 833, app/assets/stylesheets/app.css */
.h2,
h2 {
  font-size: 26px;
}

/* line 837, app/assets/stylesheets/app.css */
.title-section {
  text-align: center;
  font-family: "Gotham-Black";
  font-weight: bold;
  font-style: italic;
  position: relative;
  z-index: 1;
}

/* line 844, app/assets/stylesheets/app.css */
.title-section > span {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: -1px;
  margin-left: -1px;
  background-color: #fff;
}

/* line 851, app/assets/stylesheets/app.css */
.title-section > span:nth-child(even) {
  color: #00ad9a;
}

/* line 853, app/assets/stylesheets/app.css */
.title-section-inverse > span:nth-child(odd) {
  color: #00ad9a;
}

/* line 855, app/assets/stylesheets/app.css */
.title-section-inverse > span:nth-child(even) {
  color: #333;
}

/* line 857, app/assets/stylesheets/app.css */
.title-section:after {
  content: '';
  position: absolute;
  display: block;
  margin: auto;
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  background: #00ad9a;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$brand-color+63$brand-color+63$brand-color+67,7db9e8+67 */
  background: #00ad9a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00ad9a 49%, #00ad9a 49%, #00ad9a 50%, #212121 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00ad9a 49%, #00ad9a 49%, #00ad9a 50%, #212121 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00ad9a 49%, #00ad9a 49%, #00ad9a 50%, #212121 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
}

/* line 884, app/assets/stylesheets/app.css */
.title-section.border-bottom {
  display: inline-block;
}

/* line 886, app/assets/stylesheets/app.css */
.title-section.border-bottom:after {
  display: inline-block;
  bottom: -25px;
  text-align: center;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$brand-color+63$brand-color+63$brand-color+67,7db9e8+67 */
  background: #00ad9a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00ad9a 63%, #00ad9a 63%, #00ad9a 67%, #212121 67%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00ad9a 63%, #00ad9a 63%, #00ad9a 67%, #212121 67%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00ad9a 63%, #00ad9a 63%, #00ad9a 67%, #212121 67%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
}

/* line 905, app/assets/stylesheets/app.css */
.title-section.no-border:after {
  display: none;
}

/* line 907, app/assets/stylesheets/app.css */
.title-section.line-side:after {
  display: none;
}

/* line 909, app/assets/stylesheets/app.css */
.title-section.line-side > span {
  background-color: transparent !important;
  display: inline-block;
  position: relative;
}

/* line 913, app/assets/stylesheets/app.css */
.title-section.line-side > span:before, .title-section.line-side > span:after {
  content: "";
  position: absolute;
  height: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 600px;
}

/* line 924, app/assets/stylesheets/app.css */
.title-section.line-side > span:before {
  right: 100%;
  margin-right: 15px;
  border-bottom: 1px solid #00ad9a;
  border-top: 1px solid #00ad9a;
  background-color: #00ad9a;
}

/* line 930, app/assets/stylesheets/app.css */
.title-section.line-side > span:after {
  left: 100%;
  margin-left: 15px;
  border-bottom: 1px solid #212121;
  border-top: 1px solid #212121;
  background-color: #212121;
}

/* line 936, app/assets/stylesheets/app.css */
.title-section.line-side > span > div {
  display: inline-block;
}

/* line 938, app/assets/stylesheets/app.css */
.title-section.line-side > span > div:nth-child(even) {
  color: #00ad9a;
}

/*----------  LAYOUT  ----------*/
/*==============================
=            Layout            =
==============================*/
/*----------  CONTAINER  ----------*/
/* line 946, app/assets/stylesheets/app.css */
.container-full {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

/*----------  SECTION  ----------*/
/* line 953, app/assets/stylesheets/app.css */
.section-panel {
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
}

/*----------  Display Table  ----------*/
/* line 959, app/assets/stylesheets/app.css */
.display-table {
  display: table;
  width: 100%;
}

/* line 962, app/assets/stylesheets/app.css */
.display-table .display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 965, app/assets/stylesheets/app.css */
.display-table.valign-top .display-table-cell {
  vertical-align: top;
}

/* line 967, app/assets/stylesheets/app.css */
.display-table.valign-middle .display-table-cell {
  vertical-align: middle;
}

/* line 969, app/assets/stylesheets/app.css */
.display-table.valign-bottom .display-table-cell {
  vertical-align: bottom;
}

/*----------  GRID  ----------*/
/* line 973, app/assets/stylesheets/app.css */
.grid-nopadding div[class*="col-"] {
  padding: 0;
}

/* line 976, app/assets/stylesheets/app.css */
.wrapper {
  position: relative;
}

/* line 978, app/assets/stylesheets/app.css */
.wrapper_bghomepage {
  padding-top: 40px;
  z-index: 0;
}

/* line 981, app/assets/stylesheets/app.css */
.wrapper_bghomepage .title-section > span {
  background-color: #e3e3e3;
}

/* line 983, app/assets/stylesheets/app.css */
.wrapper_bghomepage::after {
  position: absolute;
  content: '';
  display: block;
  background-image: url("../images/section-wrapper.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 769px;
  top: -65px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  /* line 996, app/assets/stylesheets/app.css */
  .wrapper_bghomepage {
    padding-top: 0px;
  }
}

@media (min-width: 1200px) {
  /* line 1000, app/assets/stylesheets/app.css */
  .container {
    width: 990px;
  }
}

/* line 1003, app/assets/stylesheets/app.css */
.section {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 1007, app/assets/stylesheets/app.css */
.section_bghomepage {
  padding-top: 40px;
  z-index: 0;
}

/* line 1010, app/assets/stylesheets/app.css */
.section_bghomepage .title-section > span {
  background-color: #e3e3e3;
}

/* line 1012, app/assets/stylesheets/app.css */
.section_bghomepage::after {
  position: absolute;
  content: '';
  display: block;
  background-image: url("../images/section-wrapper.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 769px;
  top: -65px;
  z-index: -1;
}

/*----------  MASONRY GRID  ----------*/
/* line 1026, app/assets/stylesheets/app.css */
.masonry-grid {
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  /* line 1029, app/assets/stylesheets/app.css */
  .masonry-grid [class*="col-"] {
    width: 100% !important;
  }
}

/* line 1032, app/assets/stylesheets/app.css */
.generic-side {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 5em;
}

/* line 1036, app/assets/stylesheets/app.css */
.generic-side .generic-image {
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 1041, app/assets/stylesheets/app.css */
.generic-side .generic-text {
  background-color: #f0f2f2;
  padding: 30px 60px;
  position: relative;
}

/* line 1045, app/assets/stylesheets/app.css */
.generic-side .generic-text:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$brand-color+63$brand-color+63$brand-color+67,7db9e8+67 */
  background: #00ad9a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00ad9a 63%, #00ad9a 63%, #00ad9a 67%, #212121 67%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00ad9a 63%, #00ad9a 63%, #00ad9a 67%, #212121 67%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00ad9a 63%, #00ad9a 63%, #00ad9a 67%, #212121 67%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
}

@media screen and (max-width: 600px) {
  /* line 1066, app/assets/stylesheets/app.css */
  .generic-side .generic-text {
    padding: 15px;
  }
}

/* line 1068, app/assets/stylesheets/app.css */
.generic-side:last-child {
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  /* line 1071, app/assets/stylesheets/app.css */
  .generic-side {
    margin-bottom: 2em;
  }
  /* line 1073, app/assets/stylesheets/app.css */
  .generic-side .generic-image {
    height: 200px !important;
    width: 100%;
  }
}

/* line 1077, app/assets/stylesheets/app.css */
.generic-text h2 {
  color: #00ad9a;
  margin-top: 10px;
  font-size: 24px;
  font-weight: bold;
}

/*==============================
=            Header            =
==============================*/
/* line 1086, app/assets/stylesheets/app.css */
.header {
  position: relative;
}

/* line 1088, app/assets/stylesheets/app.css */
.header:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  top: 0;
  z-index: 4;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$brand-color+63$brand-color+63$brand-color+67,7db9e8+67 */
  background: #00ad9a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00ad9a 63%, #00ad9a 63%, #00ad9a 67%, #00ad9a 67%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00ad9a 63%, #00ad9a 63%, #00ad9a 67%, #00ad9a 67%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00ad9a 63%, #00ad9a 63%, #00ad9a 67%, #00ad9a 67%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
}

/* line 1106, app/assets/stylesheets/app.css */
.header .navbar {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 1116, app/assets/stylesheets/app.css */
.header .navbar .navbar-brand > img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 1122, app/assets/stylesheets/app.css */
.header .navbar-default {
  background-color: transparent;
  border-color: transparent;
}

/* line 1125, app/assets/stylesheets/app.css */
.header .navbar-default .navbar-nav > li > a,
.header .navbar-default .navbar-text {
  color: #00ad9a;
  font-weight: 600;
}

/* line 1129, app/assets/stylesheets/app.css */
.header .navbar-default .navbar-nav > li > a:before,
.header .navbar-default .navbar-text:before {
  width: 100%;
  bottom: 12px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

/* line 1137, app/assets/stylesheets/app.css */
.header .navbar-default .navbar-nav > li > a:hover,
.header .navbar-default .navbar-text:hover {
  color: #212121;
}

/* line 1140, app/assets/stylesheets/app.css */
.header .navbar-default .navbar-nav > li.active > a:before {
  display: block;
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

/* line 1148, app/assets/stylesheets/app.css */
.header .navbar-default .navbar-nav > .active > a,
.header .navbar-default .navbar-nav > .active > a:focus,
.header .navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  /* color: #212121; */
}

/* line 1153, app/assets/stylesheets/app.css */
.header .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 1156, app/assets/stylesheets/app.css */
.header .navbar-default .navbar-toggle {
  border-color: #00ad9a;
}

/* line 1158, app/assets/stylesheets/app.css */
.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #00ad9a;
}

/* line 1160, app/assets/stylesheets/app.css */
.header .navbar-default .navbar-toggle:hover, .header .navbar-default .navbar-toggle:focus {
  background-color: #00ad9a;
}

/* line 1162, app/assets/stylesheets/app.css */
.header .navbar-default .navbar-toggle:hover .icon-bar, .header .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}

/* line 1164, app/assets/stylesheets/app.css */
.header .navbar-animate {
  background-color: #00ad9a;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .navbar-animate .navbar-nav > li > a,
.header .navbar-animate .navbar-text {
  color: #fff;
  font-weight: 600;
}

/* line 1168, app/assets/stylesheets/app.css */
.header .navbar-animate .navbar-toggle {
  border-color: #fff;
}

/* line 1170, app/assets/stylesheets/app.css */
.header .navbar-animate .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 1172, app/assets/stylesheets/app.css */
.header .navbar-animate .navbar-toggle:hover, .header .navbar-animate .navbar-toggle:focus {
  background-color: #00ad9a;
}

/* line 1174, app/assets/stylesheets/app.css */
.header .navbar-animate .navbar-toggle:hover .icon-bar, .header .navbar-animate .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}

@media screen and (max-width: 992px) {
  /* line 1177, app/assets/stylesheets/app.css */
  .header .navbar-default .navbar-nav > li > a:before {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 1180, app/assets/stylesheets/app.css */
  .header .navbar-nav > li {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 1185, app/assets/stylesheets/app.css */
  .header .navbar-nav > li > a {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1189, app/assets/stylesheets/app.css */
  .header .container {
    width: auto;
  }
}

@media (max-width: 767px) {
  /* line 1192, app/assets/stylesheets/app.css */
  .header .navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  /* line 1195, app/assets/stylesheets/app.css */
  .header .navbar-default .navbar-collapse,
  .header .navbar-default .navbar-form {
    background-color: #00ad9a;
    margin-top: 10px;
  }
  /* line 1199, app/assets/stylesheets/app.css */
  .header .navbar-animate .navbar-toggle {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  /* line 1202, app/assets/stylesheets/app.css */
  .header .navbar-animate .navbar-brand {
    height: auto;
  }
  /* line 1204, app/assets/stylesheets/app.css */
  .header .navbar-animate .navbar-brand > img {
    max-width: 100px;
  }
  .header .navbar-default .navbar-nav > li > a,
	.header .navbar-default .navbar-text {
	  color: #fff;
	}
}

/* line 1206, app/assets/stylesheets/app.css */
.header_floating .navbar {
  position: fixed;
  width: 100%;
  background-color: transparent;
  z-index: 1;
  border-color: transparent;
}

/*==============================
=            Footer            =
==============================*/
/* line 1216, app/assets/stylesheets/app.css */
.footer {
  margin-top: 20px;
}

/* line 1218, app/assets/stylesheets/app.css */
.footer_sitemap {
  padding: 30px 0 15px;
  background-color: rgba(68,229,224,1);
}

/* line 1221, app/assets/stylesheets/app.css */
.footer_sitemap .inline {
  margin-left: 0;
  margin-right: 30px;
}

/* line 1224, app/assets/stylesheets/app.css */
.footer_sitemap a {
  letter-spacing: 1px;
  font-weight: 100;
}

/* line 1227, app/assets/stylesheets/app.css */
.footer_sitemap b {
  font-weight: 600;
}

/* line 1229, app/assets/stylesheets/app.css */
.footer_sitemap .social-media {
  margin-right: 0;
  margin-left: 0;
  margin-top: -10px;
}

/* line 1232, app/assets/stylesheets/app.css */
.footer_bottombar {
  padding: 10px;
  background-color: #00ad9a;
  color: #fff;
  font-weight: 100;
}

/* line 1237, app/assets/stylesheets/app.css */
.footer_bottombar b {
  font-weight: 600;
}

/* line 1239, app/assets/stylesheets/app.css */
.footer a {
  color: #fff;
}

/* line 1241, app/assets/stylesheets/app.css */
.footer .icon {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
}

/* line 1245, app/assets/stylesheets/app.css */
.footer .icon .fa {
  color: #00ad9a;
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  /* line 1249, app/assets/stylesheets/app.css */
  .footer_sitemap {
    padding: 20px 0;
  }
  /* line 1251, app/assets/stylesheets/app.css */
  .footer_sitemap .inline {
    display: block;
    margin-bottom: 15px;
  }
  /* line 1254, app/assets/stylesheets/app.css */
  .footer_sitemap .social-media {
    float: none !important;
    margin-bottom: 0;
  }
  /* line 1257, app/assets/stylesheets/app.css */
  .footer_bottombar .pull-right {
    float: none !important;
    text-align: center;
  }
}

/*===============================
=            Sidebar            =
===============================*/
/*==================================
=            Responsive            =
==================================*/
/*----------  COMPONENTS  ----------*/
/*===============================
=            Buttons            =
===============================*/
/* line 1271, app/assets/stylesheets/app.css */
.btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 1277, app/assets/stylesheets/app.css */
.btn-brand {
  background-color: #00ad9a;
  color: #fff;
}

/* line 1280, app/assets/stylesheets/app.css */
.btn-brand:hover, .btn-brand:focus {
  background-color: #b20000;
  color: #f2f2f2;
}

/* line 1283, app/assets/stylesheets/app.css */
.btn-secondary {
  background-color: #44e5e0;
  color: #fff;
}

/* line 1286, app/assets/stylesheets/app.css */
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #00ad9a;
  color: #fff;
}

/* line 1289, app/assets/stylesheets/app.css */
.btn-search {
  padding: 0;
}

/* line 1292, app/assets/stylesheets/app.css */
.icon {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  margin: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

/* line 1308, app/assets/stylesheets/app.css */
.icon:hover {
  opacity: .8;
}

/* line 1310, app/assets/stylesheets/app.css */
.icon-secondary {
  background-color: #212121;
}

/* line 1312, app/assets/stylesheets/app.css */
.icon-search {
  background-image: url("../images/icon-search.png");
  background-size: contain;
}

/* line 1315, app/assets/stylesheets/app.css */
.icon-ask {
  background-image: url("../images/icon-ask.png");
}

/* line 1318, app/assets/stylesheets/app.css */
.icon-circle {
  background-color: #00ad9a;
  border-radius: 50%;
}

/* line 1321, app/assets/stylesheets/app.css */
.icon-circle .fa {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 1335, app/assets/stylesheets/app.css */
.input-group-btn-white {
  vertical-align: top;
  right: 15px;
}

/* line 1338, app/assets/stylesheets/app.css */
.input-group-btn-white .icon {
  width: 25px !important;
  height: 20px !important;
  top: 3px;
}

/* line 1342, app/assets/stylesheets/app.css */
.input-group-btn-white:last-child > .btn,
.input-group-btn-white:last-child > .btn-group {
  background-color: #fff;
  margin-left: -25px;
  border: none;
  z-index: 8;
  top: 5px;
}

/*================================
=            Dropdown            =
================================*/
/* line 1353, app/assets/stylesheets/app.css */
.dropdown-element .init {
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  /* line 1357, app/assets/stylesheets/app.css */
  .dropdown-element .init {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  /* line 1361, app/assets/stylesheets/app.css */
  .dropdown-element {
    height: 30px;
    width: 280px;
    border: 1px solid #212121;
    margin: auto;
  }
  /* line 1366, app/assets/stylesheets/app.css */
  .dropdown-element .init {
    margin-bottom: 5px;
  }
  /* line 1368, app/assets/stylesheets/app.css */
  .dropdown-element li {
    padding: 3px 10px;
    z-index: 2;
    position: relative;
    list-style: none;
    margin-bottom: -1px;
  }
  /* line 1374, app/assets/stylesheets/app.css */
  .dropdown-element li:not(.init) {
    float: left;
    width: 130px;
    display: none;
    background: #f0f2f2;
  }
}

/*============================
=            Form            =
============================*/
/* line 1383, app/assets/stylesheets/app.css */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #212121;
  font-weight: bold;
}

/* line 1388, app/assets/stylesheets/app.css */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #212121;
  font-weight: bold;
}

/* line 1393, app/assets/stylesheets/app.css */
:-ms-input-placeholder {
  /* IE 10+ */
  color: #212121;
  font-weight: bold;
}

/* line 1398, app/assets/stylesheets/app.css */
:-moz-placeholder {
  /* Firefox 18- */
  color: #212121;
  font-weight: bold;
}

/* line 1403, app/assets/stylesheets/app.css */
.form-control {
  box-shadow: none;
  outline: 0;
  border-color: #ccc;
  border-radius: 1px;
}

/* line 1408, app/assets/stylesheets/app.css */
.form-control:focus, .form-control:visited {
  box-shadow: none;
  border-color: #ddd;
}

/* line 1411, app/assets/stylesheets/app.css */
.form-control:focus::-webkit-input-placeholder, .form-control:visited::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 0;
}

/* line 1414, app/assets/stylesheets/app.css */
.form-control:focus::-moz-placeholder, .form-control:visited::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
}

/* line 1417, app/assets/stylesheets/app.css */
.form-control:focus:-ms-input-placeholder, .form-control:visited:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 0;
}

/* line 1420, app/assets/stylesheets/app.css */
.form-control:focus:-moz-placeholder, .form-control:visited:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0;
}

/* line 1424, app/assets/stylesheets/app.css */
.search-panel-form {
  font-family: "Gotham-Book", sans-serif;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  border-color: #f0f2f2;
  background-color: #f0f2f2;
  font-size: 14px;
}

/* line 1432, app/assets/stylesheets/app.css */
.search-panel-form:focus, .search-panel-form:visited {
  outline: 0;
  box-shadow: none;
  border-color: #f0f2f2;
}

/* line 1436, app/assets/stylesheets/app.css */
.search-panel-form::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
}

/* line 1439, app/assets/stylesheets/app.css */
.search-panel-form::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}

/* line 1442, app/assets/stylesheets/app.css */
.search-panel-form:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
}

/* line 1445, app/assets/stylesheets/app.css */
.search-panel-form:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}

/* line 1449, app/assets/stylesheets/app.css */
.toggleForm .search-panel-form {
  margin-left: 10px;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
}

/* line 1455, app/assets/stylesheets/app.css */
.toggleForm .search-panel-form:focus, .toggleForm .search-panel-form:visited {
  border-bottom: 1px solid #ccc;
}

/* line 1458, app/assets/stylesheets/app.css */
.search-panel-form-white {
  background-color: #fff;
  border-color: #ccc !important;
  padding: 6px 12px !important;
}

/*==============================
=            Banner            =
==============================*/
/* line 1466, app/assets/stylesheets/app.css */
.banner {
  min-height: 650px;
  position: relative;  
}

/* line 1470, app/assets/stylesheets/app.css */
.banner img {
  max-width: 100%;
}

/* line 1472, app/assets/stylesheets/app.css */
.banner_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 1476, app/assets/stylesheets/app.css */
.banner_bigger {
  min-height: 1000px;
}

/* line 1478, app/assets/stylesheets/app.css */
.banner_smaller {
  min-height: 420px;
}

/* line 1480, app/assets/stylesheets/app.css */
.banner_border:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  display: block;
  top: 0;
  z-index: 4;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$brand-color+63$brand-color+63$brand-color+67,7db9e8+67 */
  background: #00ad9a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00ad9a 70%, #00ad9a 70%, #00ad9a 75%, #212121 75%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00ad9a 70%, #00ad9a 70%, #00ad9a 75%, #212121 75%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00ad9a 70%, #00ad9a 70%, #00ad9a 75%, #212121 75%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
}

/* line 1498, app/assets/stylesheets/app.css */
.banner_border:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  display: block;
  bottom: 0;
  z-index: 4;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$brand-color+63$brand-color+63$brand-color+67,7db9e8+67 */
  background: #212121;
  /* Old browsers */
  background: -moz-linear-gradient(left, #212121 30%, #212121 30%, #212121 35%, #00ad9a 35%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #212121 30%, #212121 30%, #212121 35%, #00ad9a 35%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #212121 30%, #212121 30%, #212121 35%, #00ad9a 35%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
}

/* line 1516, app/assets/stylesheets/app.css */
.banner .banner_caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25%;
}

@media screen and (max-width: 767px) {
  /* line 1522, app/assets/stylesheets/app.css */
  .banner .banner_caption {
    left: 5%;
    right: 5%;
  }
}

/* line 1525, app/assets/stylesheets/app.css */
.banner .line-curve {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 600px) {
  /* line 1531, app/assets/stylesheets/app.css */
  .banner {
    min-height: 450px;
  }
}

/* line 1534, app/assets/stylesheets/app.css */
.banner_caption {
  max-width: 500px;
}

/* line 1536, app/assets/stylesheets/app.css */
.banner_caption img {
  margin-bottom: 15px !important;
}

/* line 1538, app/assets/stylesheets/app.css */
.banner_caption p {
  margin: 0 0 15px;
}

/* line 1540, app/assets/stylesheets/app.css */
.banner_caption.banner_caption_center {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

/* line 1547, app/assets/stylesheets/app.css */
.banner_caption.center {
  margin: auto;
  text-align: center;
}

/* line 1551, app/assets/stylesheets/app.css */
.parallax {
  background-attachment: fixed;
}

/*===============================
=            Sliders            =
===============================*/
/*============================
=            LIst            =
============================*/
/*============================
=            Card            =
============================*/
/* line 1563, app/assets/stylesheets/app.css */
.card {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 1566, app/assets/stylesheets/app.css */
.card_overlay .card_image:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1577, app/assets/stylesheets/app.css */
.card_overlay .card_title,
.card_overlay .card_resume {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1580, app/assets/stylesheets/app.css */
.card_overlay .card_caption {
  padding: 10px;
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
  background-color: transparent !important;
}

/* line 1587, app/assets/stylesheets/app.css */
.card_overlay .card_caption > img {
  margin-bottom: 10px;
}

/* line 1589, app/assets/stylesheets/app.css */
.card_overlay .card_caption a {
  font-style: italic;
  text-decoration: underline;
}

/* line 1592, app/assets/stylesheets/app.css */
.card_overlay .date {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1594, app/assets/stylesheets/app.css */
.card_overlay_animate .card_image {
  overflow: hidden;
}

/* line 1596, app/assets/stylesheets/app.css */
.card_overlay_animate .card_image:after {
  display: none;
}

/* line 1598, app/assets/stylesheets/app.css */
.card_overlay_animate .card_caption {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  min-height: 140px;
  left: 0px;
  right: 0px;
  bottom: -50px;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.75) !important;
  overflow: hidden;
}

/* line 1611, app/assets/stylesheets/app.css */
.card_overlay_animate .card_caption > .card_bottom {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}

/* line 1618, app/assets/stylesheets/app.css */
.card_overlay_animate:hover .card_caption {
  bottom: 0;
}

/* line 1620, app/assets/stylesheets/app.css */
.card_overlay_animate:hover .card_caption > .card_bottom {
  opacity: 1;
}

@media (max-width: 992px) {
  /* line 1623, app/assets/stylesheets/app.css */
  .card_overlay_animate .card_caption {
    bottom: 0;
  }
  /* line 1625, app/assets/stylesheets/app.css */
  .card_overlay_animate .card_caption > .card_bottom {
    opacity: 1;
  }
}

/* line 1628, app/assets/stylesheets/app.css */
.card_image {
  position: relative;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 1635, app/assets/stylesheets/app.css */
.card_title {
  font-size: 20px;
  font-weight: normal;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 1640, app/assets/stylesheets/app.css */
.card_title a {
  font-style: normal !important;
  color: inherit;
  text-decoration: none !important;
}

/* line 1645, app/assets/stylesheets/app.css */
.card_caption {
  padding: 20px;
}

/* line 1648, app/assets/stylesheets/app.css */
.card_resume {
  display: inline-block;
  line-height: 1.2;
  font-weight: 100;
}

/*----------  MODIFIER  ----------*/
/* line 1654, app/assets/stylesheets/app.css */
.card_img_zoom .card_image {
  overflow: hidden;
  border-color: transparent;
}

/* line 1657, app/assets/stylesheets/app.css */
.card_img_zoom .card_image img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 1669, app/assets/stylesheets/app.css */
.card_img_zoom:hover .card_image img {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}

/* line 1676, app/assets/stylesheets/app.css */
.card_news .card_image {
  min-height: 0;
}

/* line 1679, app/assets/stylesheets/app.css */
.card_news .card_title {
  font-family: 'Gotham-Black';
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
}

.card_news .date{
	color: #000;
}

/* line 1682, app/assets/stylesheets/app.css */
.card_news .card_caption{
  background-color: rgba(68,229,224,1);
  padding-bottom: 40px;
}

/* line 1687, app/assets/stylesheets/app.css */
.card_news a {
  font-style: italic;
  text-decoration: underline;
}

/* line 1691, app/assets/stylesheets/app.css */
.card_news.card_overlay .card_caption {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}

/* line 1699, app/assets/stylesheets/app.css */
.card_product {
  padding-bottom: 20px;
}

/* line 1701, app/assets/stylesheets/app.css */
.card_product:hover .card_image > img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* line 1709, app/assets/stylesheets/app.css */
.card_product .card_image > img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* line 1717, app/assets/stylesheets/app.css */
.card_product .card_product_detail {
  background-color: #b20000;
}

/* line 1719, app/assets/stylesheets/app.css */
.card_product .card_caption {
  background-color: #b20000;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  height: 140px;
}

/* line 1725, app/assets/stylesheets/app.css */
.card_product .card_product_image {
  height: 140px;
  position: relative;
  padding: 20px;
}

/* line 1729, app/assets/stylesheets/app.css */
.card_product .card_product_image > img {
  max-height: 140px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 1740, app/assets/stylesheets/app.css */
.card_product .card_link {
  padding: 20px;
  margin-top: 10px;
}

@media (max-width: 600px) {
  /* line 1744, app/assets/stylesheets/app.css */
  .card_product .card_link {
    margin-top: 0;
  }
}

/* line 1746, app/assets/stylesheets/app.css */
.card_product .card_title {
  font-weight: bold;
  margin-bottom: 15px;
}

/* line 1749, app/assets/stylesheets/app.css */
.card_product .card_resume {
  font-weight: 500;
}

/* line 1752, app/assets/stylesheets/app.css */
.card_faq .card_image {
  background-color: #afafaf;
  min-height: 0;
  padding: 30px 15px;
}

/* line 1756, app/assets/stylesheets/app.css */
.card_faq .card_image p {
  font-weight: 600;
}

/* line 1758, app/assets/stylesheets/app.css */
.card_faq .card_image .initial {
  font-weight: bold;
}

/* line 1761, app/assets/stylesheets/app.css */
.card_faq .card_caption {
  background-color: #f0f2f2;
  min-height: 250px;
}

/* line 1765, app/assets/stylesheets/app.css */
.card_faq .initial {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}

/* line 1772, app/assets/stylesheets/app.css */
.card_border_bottom .card_image {
  position: relative;
}

/* line 1774, app/assets/stylesheets/app.css */
.card_border_bottom .card_image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 80px;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$brand-color+63$brand-color+63$brand-color+67,7db9e8+67 */
  background: rgba(68,229,224,1);
  /* Old browsers */
  background: -moz-linear-gradient(to bottom, rgba(255,0,0,0) 0%, rgba(68,229,224,1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(to bottom, rgba(255,0,0,0) 0%, rgba(68,229,224,1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,0,0,0) 0%, rgba(68,229,224,1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
}

/* line 1795, app/assets/stylesheets/app.css */
.card_border_top .card_image {
  position: relative;
}

/* line 1797, app/assets/stylesheets/app.css */
.card_border_top .card_image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  display: block;
  top: 0;
  z-index: 4;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$brand-color+63$brand-color+63$brand-color+67,7db9e8+67 */
  background: #00ad9a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00ad9a 63%, #00ad9a 63%, #00ad9a 67%, #212121 67%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00ad9a 63%, #00ad9a 63%, #00ad9a 67%, #212121 67%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00ad9a 63%, #00ad9a 63%, #00ad9a 67%, #212121 67%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
}

/* line 1816, app/assets/stylesheets/app.css */
.card_border_right .card_image {
  position: relative;
}

/* line 1818, app/assets/stylesheets/app.css */
.card_border_right .card_image:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  display: block;
  right: 0;
  z-index: 4;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$brand-color+63$brand-color+63$brand-color+67,7db9e8+67 */
  background: #00ad9a;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #00ad9a 63%, #00ad9a 63%, #00ad9a 67%, #212121 67%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #00ad9a 63%, #00ad9a 63%, #00ad9a 67%, #212121 67%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #00ad9a 63%, #00ad9a 63%, #00ad9a 67%, #212121 67%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
}

/* line 1837, app/assets/stylesheets/app.css */
.card_border_left .card_image {
  position: relative;
}

/* line 1839, app/assets/stylesheets/app.css */
.card_border_left .card_image:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  display: block;
  left: 0;
  z-index: 4;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$brand-color+63$brand-color+63$brand-color+67,7db9e8+67 */
  background: #00ad9a;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #00ad9a 63%, #00ad9a 63%, #00ad9a 67%, #212121 67%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #00ad9a 63%, #00ad9a 63%, #00ad9a 67%, #212121 67%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #00ad9a 63%, #00ad9a 63%, #00ad9a 67%, #212121 67%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
}

/*=================================
=            Thumbnail            =
=================================*/
/* line 1861, app/assets/stylesheets/app.css */
.thumbnail-image > img {
  width: 100%;
  display: block;
}

/*=============================
=            Panel            =
=============================*/
/* line 1868, app/assets/stylesheets/app.css */
.search-panel {
  padding: 10px;
  background-color: #f0f2f2;
}

/* line 1871, app/assets/stylesheets/app.css */
.search-panel .btn-search {
  background-color: #f0f2f2;
  border-color: #f0f2f2;
}

/* line 1874, app/assets/stylesheets/app.css */
.search-panel .icon {
  margin: 0 10px;
}

/* line 1876, app/assets/stylesheets/app.css */
.search-panel .icon-search {
  height: 20px;
  width: 20px;
}

/* line 1879, app/assets/stylesheets/app.css */
.search-panel .search-panel-form {
  margin-left: 10px;
  padding-right: 45px !important;
}

/* line 1883, app/assets/stylesheets/app.css */
.filter-panel {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 2px solid #00ad9a;
}

/* line 1887, app/assets/stylesheets/app.css */
.filter-panel ul {
  text-align: center;
  margin-bottom: 0;
}

/* line 1890, app/assets/stylesheets/app.css */
.filter-panel ul > li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

/* line 1894, app/assets/stylesheets/app.css */
.filter-panel ul > li > a {
  font-weight: bold;
  color: #b9c3c3;
  font-style: italic;
  font-size: 16px;
}

/* line 1899, app/assets/stylesheets/app.css */
.filter-panel ul > li > a.is-checked {
  color: #00ad9a;
}

/* line 1901, app/assets/stylesheets/app.css */
.filter-panel.list-2 ul > li {
  width: 49%;
}

/* line 1903, app/assets/stylesheets/app.css */
.filter-panel.list-3 ul > li {
  width: 32%;
}

/* line 1905, app/assets/stylesheets/app.css */
.filter-panel.list-4 ul > li {
  width: 24%;
}

/* line 1907, app/assets/stylesheets/app.css */
.filter-panel.list-5 ul > li {
  width: 19%;
}

@media screen and (max-width: 991px) {
  /* line 1910, app/assets/stylesheets/app.css */
  .filter-panel ul > li {
    width: 100% !important;
  }
  /* line 1912, app/assets/stylesheets/app.css */
  .filter-panel ul > li > a {
    font-size: 14px;
  }
}

/*===============================
=            Wysiwyg            =
===============================*/
/* line 1918, app/assets/stylesheets/app.css */
.wysiwyg-content {
  line-height: 1.5;
}

/* line 1920, app/assets/stylesheets/app.css */
.wysiwyg-content h1 {
  font-size: 36px;
}

/* line 1922, app/assets/stylesheets/app.css */
.wysiwyg-content h2 {
  font-size: 30px;
}

/* line 1924, app/assets/stylesheets/app.css */
.wysiwyg-content h3 {
  font-size: 24px;
}

/* line 1926, app/assets/stylesheets/app.css */
.wysiwyg-content h4 {
  font-size: 18px;
}

/* line 1928, app/assets/stylesheets/app.css */
.wysiwyg-content h5 {
  font-size: 14px;
}

/* line 1930, app/assets/stylesheets/app.css */
.wysiwyg-content h6 {
  font-size: 12px;
}

/* line 1932, app/assets/stylesheets/app.css */
.wysiwyg-content p {
  margin-bottom: 15px;
}

/* line 1934, app/assets/stylesheets/app.css */
.wysiwyg-content strong {
  font-weight: bold;
}

/* line 1936, app/assets/stylesheets/app.css */
.wysiwyg-content em {
  font-style: italic;
}

/* line 1938, app/assets/stylesheets/app.css */
.wysiwyg-content u {
  text-decoration: underline;
}

/* line 1940, app/assets/stylesheets/app.css */
.wysiwyg-content a {
  color: #00ad9a;
}

/* line 1942, app/assets/stylesheets/app.css */
.wysiwyg-content img {
  margin-top: 10px;
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}

/* line 1947, app/assets/stylesheets/app.css */
.wysiwyg-content ol,
.wysiwyg-content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

/* line 1951, app/assets/stylesheets/app.css */
.wysiwyg-content ol li,
.wysiwyg-content ul li {
  margin-bottom: 5px;
}

/* line 1954, app/assets/stylesheets/app.css */
.wysiwyg-content ol li h1,
.wysiwyg-content ol li h2,
.wysiwyg-content ol li h3,
.wysiwyg-content ol li h4,
.wysiwyg-content ol li h5,
.wysiwyg-content ol li h6,
.wysiwyg-content ol li p,
.wysiwyg-content ul li h1,
.wysiwyg-content ul li h2,
.wysiwyg-content ul li h3,
.wysiwyg-content ul li h4,
.wysiwyg-content ul li h5,
.wysiwyg-content ul li h6,
.wysiwyg-content ul li p {
  display: inline;
  margin: 0;
}

/* line 1970, app/assets/stylesheets/app.css */
.wysiwyg-content table {
  width: 100% !important;
  max-width: 100%;
  line-height: 1.5;
}

/* line 1974, app/assets/stylesheets/app.css */
.wysiwyg-content table > thead > tr > th,
.wysiwyg-content table > tbody > tr > th,
.wysiwyg-content table > tfoot > tr > th,
.wysiwyg-content table > thead > tr > td,
.wysiwyg-content table > tbody > tr > td,
.wysiwyg-content table > tfoot > tr > td {
  border: 1px solid #ccc;
  padding: 15px 30px;
  vertical-align: top;
  border: 1px solid #c1c2c2;
}

/* line 1984, app/assets/stylesheets/app.css */
.wysiwyg-content table > thead > tr > th {
  font-weight: bold;
  background-color: #333;
  color: #fff;
}

/* line 1988, app/assets/stylesheets/app.css */
.wysiwyg-content q {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
  font-style: italic;
}

@media screen and (max-width: 600px) {
  /* line 1995, app/assets/stylesheets/app.css */
  .wysiwyg-content h1 {
    font-size: 30px;
  }
  /* line 1997, app/assets/stylesheets/app.css */
  .wysiwyg-content h2 {
    font-size: 24px;
  }
  /* line 1999, app/assets/stylesheets/app.css */
  .wysiwyg-content h3 {
    font-size: 18px;
  }
  /* line 2001, app/assets/stylesheets/app.css */
  .wysiwyg-content h4 {
    font-size: 14px;
  }
  /* line 2003, app/assets/stylesheets/app.css */
  .wysiwyg-content h5 {
    font-size: 10px;
  }
  /* line 2005, app/assets/stylesheets/app.css */
  .wysiwyg-content h6 {
    font-size: 8px;
  }
}

/* line 2008, app/assets/stylesheets/app.css */
.wysiwyg-content.paragraph-indent p {
  text-indent: 2em;
}

/* line 2011, app/assets/stylesheets/app.css */
.article-info {
  margin-top: 30px;
}

/* line 2013, app/assets/stylesheets/app.css */
.article-info span {
  font-weight: 500;
  color: #212121;
}

/* line 2016, app/assets/stylesheets/app.css */
.article-info h1 {
  color: #00ad9a;
  font-family: "Gotham-Black", sans-serif;
}

/* line 2019, app/assets/stylesheets/app.css */
.article-extra {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 2023, app/assets/stylesheets/app.css */
.article-extra:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  display: block;
  bottom: 0;
  z-index: 4;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$brand-color+63$brand-color+63$brand-color+67,7db9e8+67 */
  background: #00ad9a;
}

/*==================================
=            Popup SCSS            =
==================================*/
/*----------  MAGNIFIC POPUP  ----------*/
/* line 2046, app/assets/stylesheets/app.css */
.white-popup {
  position: relative;
  background-color: #fff;
  padding: 25px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

/* 
====== Zoom effect ======
*/
/* line 2057, app/assets/stylesheets/app.css */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 2061, app/assets/stylesheets/app.css */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

/* line 2065, app/assets/stylesheets/app.css */
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* line 2068, app/assets/stylesheets/app.css */
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

/* line 2071, app/assets/stylesheets/app.css */
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 2073, app/assets/stylesheets/app.css */
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

/* line 2076, app/assets/stylesheets/app.css */
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Newspaper effect ======
*/
/* line 2082, app/assets/stylesheets/app.css */
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 2086, app/assets/stylesheets/app.css */
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}

/* line 2091, app/assets/stylesheets/app.css */
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

/* line 2094, app/assets/stylesheets/app.css */
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

/* line 2097, app/assets/stylesheets/app.css */
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 2099, app/assets/stylesheets/app.css */
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}

/* line 2102, app/assets/stylesheets/app.css */
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Move-horizontal effect ======
*/
/* line 2108, app/assets/stylesheets/app.css */
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 2112, app/assets/stylesheets/app.css */
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}

/* line 2116, app/assets/stylesheets/app.css */
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}

/* line 2119, app/assets/stylesheets/app.css */
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}

/* line 2122, app/assets/stylesheets/app.css */
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 2124, app/assets/stylesheets/app.css */
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}

/* line 2127, app/assets/stylesheets/app.css */
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Move-from-top effect ======
*/
/* line 2133, app/assets/stylesheets/app.css */
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 2137, app/assets/stylesheets/app.css */
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}

/* line 2139, app/assets/stylesheets/app.css */
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}

/* line 2143, app/assets/stylesheets/app.css */
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

/* line 2146, app/assets/stylesheets/app.css */
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}

/* line 2149, app/assets/stylesheets/app.css */
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 2151, app/assets/stylesheets/app.css */
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}

/* line 2154, app/assets/stylesheets/app.css */
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== 3d unfold ======
*/
/* line 2160, app/assets/stylesheets/app.css */
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 2164, app/assets/stylesheets/app.css */
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}

/* line 2166, app/assets/stylesheets/app.css */
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}

/* line 2171, app/assets/stylesheets/app.css */
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}

/* line 2174, app/assets/stylesheets/app.css */
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}

/* line 2177, app/assets/stylesheets/app.css */
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 2179, app/assets/stylesheets/app.css */
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}

/* line 2182, app/assets/stylesheets/app.css */
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Zoom-out effect ======
*/
/* line 2188, app/assets/stylesheets/app.css */
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}

/* line 2192, app/assets/stylesheets/app.css */
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}

/* line 2196, app/assets/stylesheets/app.css */
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

/* line 2199, app/assets/stylesheets/app.css */
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

/* line 2202, app/assets/stylesheets/app.css */
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 2204, app/assets/stylesheets/app.css */
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}

/* line 2207, app/assets/stylesheets/app.css */
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== "Hinge" close effect ======
*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

/* line 2236, app/assets/stylesheets/app.css */
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

/* line 2240, app/assets/stylesheets/app.css */
.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity .5s ease-out;
}

/* line 2244, app/assets/stylesheets/app.css */
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}

/* line 2247, app/assets/stylesheets/app.css */
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 2250, app/assets/stylesheets/app.css */
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

/*----------  GET Bootstrap Popup  ----------*/
/* line 2254, app/assets/stylesheets/app.css */
.modal-open {
  padding-right: 0 !important;
}

/* line 2257, app/assets/stylesheets/app.css */
.modal-default .modal-content {
  padding: 20px;
  border-left: 20px solid #00ad9a;
  border-radius: 0;
}

@media (max-width: 600px) {
  /* line 2262, app/assets/stylesheets/app.css */
  .modal-default .modal-content {
    padding: 0;
    border-left-width: 10px;
  }
}

/* line 2266, app/assets/stylesheets/app.css */
.modal-default .modal-header {
  border-bottom: none;
}

/* line 2269, app/assets/stylesheets/app.css */
.modal-default .card_product_image {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 600px) {
  /* line 2273, app/assets/stylesheets/app.css */
  .modal-default .card_product_image {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* line 2277, app/assets/stylesheets/app.css */
.modal-default .card_product_detail {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 600px) {
  /* line 2281, app/assets/stylesheets/app.css */
  .modal-default .card_product_detail {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* line 2284, app/assets/stylesheets/app.css */
.modal-default .card_product_detail h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

/* line 2289, app/assets/stylesheets/app.css */
.modal-default .card_product_detail.card_border_bottom {
  position: relative;
}

/* line 2291, app/assets/stylesheets/app.css */
.modal-default .card_product_detail.card_border_bottom:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$brand-color+63$brand-color+63$brand-color+67,7db9e8+67 */
  background: #00ad9a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00ad9a 63%, #00ad9a 63%, #00ad9a 67%, #212121 67%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00ad9a 63%, #00ad9a 63%, #00ad9a 67%, #212121 67%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00ad9a 63%, #00ad9a 63%, #00ad9a 67%, #212121 67%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
}

/* line 2311, app/assets/stylesheets/app.css */
.modal-default .card_product_detail.card_border_bottom:first-child {
  padding-top: 0;
}

@media (min-width: 768px) {
  /* line 2315, app/assets/stylesheets/app.css */
  .modal-default.modal-lg {
    width: 100%;
  }
}

@media (min-width: 769px) {
  /* line 2319, app/assets/stylesheets/app.css */
  .modal-default.modal-lg .modal-dialog {
    width: 900px;
  }
}

/* line 2322, app/assets/stylesheets/app.css */
.modal-default .close {
  position: absolute;
  top: -5px;
  right: 0px;
  font-size: 30px;
}

@media (max-width: 600px) {
  /* line 2328, app/assets/stylesheets/app.css */
  .modal-default .close {
    font-size: 18px;
    top: 5px;
    right: 10px;
  }
}

/*==============================
=            Toggle            =
==============================*/
/* line 2336, app/assets/stylesheets/app.css */
.toggle {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
}

/* line 2341, app/assets/stylesheets/app.css */
.toggle .togglet,
.toggle .toggleta {
  display: block;
  position: relative;
  line-height: 24px;
  padding: 0 0 0 24px;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #555;
  cursor: pointer;
}

/* line 2353, app/assets/stylesheets/app.css */
.toggle .togglet i {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

/* line 2362, app/assets/stylesheets/app.css */
.toggle .toggleta {
  font-weight: 600;
}

/* line 2365, app/assets/stylesheets/app.css */
.toggle .togglet i.toggle-open,
.toggle .toggleta i.toggle-closed {
  display: none;
}

/* line 2369, app/assets/stylesheets/app.css */
.toggle .toggleta i.toggle-open {
  display: block;
}

/* line 2372, app/assets/stylesheets/app.css */
.toggle .togglec {
  display: block;
  position: relative;
  padding: 10px 0 0 24px;
}

/* Toggle - with Title Background
-----------------------------------------------------------------*/
/* line 2379, app/assets/stylesheets/app.css */
.toggle.toggle-bg .togglet,
.toggle.toggle-bg .toggleta {
  background-color: #f0f2f2;
  line-height: 44px;
  padding: 5px 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* line 2390, app/assets/stylesheets/app.css */
.toggle.toggle-bg .togglet i {
  left: 14px;
  line-height: 44px;
}

/* line 2394, app/assets/stylesheets/app.css */
.toggle.toggle-bg .togglec {
  padding: 15px 15px;
}

/* Toggle - Bordered
-----------------------------------------------------------------*/
/* line 2399, app/assets/stylesheets/app.css */
.toggle.toggle-border {
  border: 1px solid #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 2406, app/assets/stylesheets/app.css */
.toggle.toggle-border .togglet i {
  left: 14px;
  line-height: 44px;
}

/* line 2409, app/assets/stylesheets/app.css */
.toggle.toggle-border .togglec {
  padding: 0 15px 15px 36px;
}

/* line 2411, app/assets/stylesheets/app.css */
.toggle.toggle-border .togglet,
.toggle.toggle-border .toggleta {
  line-height: 44px;
  padding: 0 15px 0 36px;
}

/* line 2416, app/assets/stylesheets/app.css */
.toggled {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 2422, app/assets/stylesheets/app.css */
.toggleForm .btn-search {
  cursor: default;
}

/* line 2424, app/assets/stylesheets/app.css */
.toggleForm .btn-search:hover, .toggleForm .btn-search:focus {
  opacity: 1 !important;
}

/* line 2427, app/assets/stylesheets/app.css */
.toggleForm .icon:hover {
  opacity: 1 !important;
}

/*=================================
=            Accordion            =
=================================*/
/* line 2433, app/assets/stylesheets/app.css */
.accordion {
  margin-bottom: 20px;
}

/* line 2436, app/assets/stylesheets/app.css */
.acctitle,
.acctitlec {
  display: block;
  position: relative;
  line-height: 24px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: #444;
  cursor: pointer;
  border-top: 1px dotted #DDD;
  padding: 10px 0 10px 20px;
  height: 50px;
}

/* line 2450, app/assets/stylesheets/app.css */
.acctitlec {
  cursor: auto;
}

/* line 2453, app/assets/stylesheets/app.css */
.acctitle:first-child {
  border-top: none;
}

/* line 2456, app/assets/stylesheets/app.css */
.acctitle i {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
}

/* line 2465, app/assets/stylesheets/app.css */
.acctitle .fa {
  float: right;
  color: #fff;
  font-size: 20px;
  position: relative;
  top: 5px;
}

/* line 2472, app/assets/stylesheets/app.css */
.acctitle .fa-plus {
  display: inline-block;
}

/* line 2475, app/assets/stylesheets/app.css */
.acctitle .fa-minus {
  display: none;
}

/* line 2478, app/assets/stylesheets/app.css */
.acctitle.acctitlec .fa-plus {
  display: none;
}

/* line 2481, app/assets/stylesheets/app.css */
.acctitle.acctitlec .fa-minus {
  display: inline-block;
}

/* line 2484, app/assets/stylesheets/app.css */
.acctitle i.acc-open,
.acctitlec i.acc-closed {
  display: none;
}

/* line 2488, app/assets/stylesheets/app.css */
.acctitlec i.acc-open {
  display: block;
}

/* line 2491, app/assets/stylesheets/app.css */
.acc_content {
  position: relative;
  padding: 0 0 15px 20px;
}

/* Accordion - with Title Background
-----------------------------------------------------------------*/
/* line 2497, app/assets/stylesheets/app.css */
.accordion.accordion-bg .acctitle,
.accordion.accordion-bg .acctitlec {
  background-color: rgba(255, 255, 255, 0.3);
  line-height: 50px;
  padding: 10px 20px 10px 36px;
  margin-bottom: 5px;
  border-top: 0;
  border-radius: 15px;
}

/* line 2506, app/assets/stylesheets/app.css */
.accordion.accordion-bg .acctitle i {
  left: 14px;
  line-height: 50px;
}

/* line 2510, app/assets/stylesheets/app.css */
.accordion.accordion-bg .acc_content {
  padding: 10px 0 30px 36px;
  color: #fff;
}

/* Accordion - Bordered
-----------------------------------------------------------------*/
/* line 2516, app/assets/stylesheets/app.css */
.accordion.accordion-border {
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 2523, app/assets/stylesheets/app.css */
.accordion.accordion-border .acctitle,
.accordion.accordion-border .acctitlec {
  border-color: #CCC;
  line-height: 44px;
  padding: 0 15px 0 36px;
}

/* line 2528, app/assets/stylesheets/app.css */
.accordion.accordion-border .acctitle i {
  left: 14px;
  line-height: 44px;
}

/* line 2531, app/assets/stylesheets/app.css */
.accordion.accordion-border .acc_content {
  padding: 0 15px 15px 36px;
}

/* Accordion - Large
-----------------------------------------------------------------*/
/* line 2536, app/assets/stylesheets/app.css */
.accordion.accordion-lg .acctitle {
  font-size: 23px;
  line-height: 44px;
  padding-left: 30px;
  font-weight: 400;
}

/* line 2541, app/assets/stylesheets/app.css */
.accordion.accordion-lg .acctitle i {
  width: 20px;
  font-size: 20px;
  line-height: 64px;
}

/* line 2546, app/assets/stylesheets/app.css */
.accordion.accordion-lg .acc_content {
  padding: 10px 0 30px 30px;
}

/*======================================
=            Elements Mixed            =
======================================*/
/*----------  Block Section  ----------*/
/* line 2553, app/assets/stylesheets/app.css */
::selection {
  background: #00ad9a;
  color: #FFF;
  text-shadow: none;
}

/* line 2558, app/assets/stylesheets/app.css */
::-moz-selection {
  background: #00ad9a;
  /* Firefox */
  color: #FFF;
  text-shadow: none;
}

/* line 2564, app/assets/stylesheets/app.css */
::-webkit-selection {
  background: #00ad9a;
  /* Safari */
  color: #FFF;
  text-shadow: none;
}

/* line 2570, app/assets/stylesheets/app.css */
:active,
:focus {
  outline: none !important;
}

/* line 2574, app/assets/stylesheets/app.css */
.center {
  text-align: center;
}

/* line 2576, app/assets/stylesheets/app.css */
.center > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 2581, app/assets/stylesheets/app.css */
.text-light {
  color: #fff;
}

@media (min-width: 767px) {
  /* line 2585, app/assets/stylesheets/app.css */
  .text-featured {
    font-size: 18px;
  }
}

/* line 2588, app/assets/stylesheets/app.css */
.line-curve {
  background-image: url("../images/line-curve.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75px;
}

/* line 2595, app/assets/stylesheets/app.css */
ul.inline {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}

/* line 2604, app/assets/stylesheets/app.css */
.breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 0;
  background-color: transparent;
}

/* line 2609, app/assets/stylesheets/app.css */
.breadcrumb > li {
  font-weight: bold;
  font-weight: bold;
  font-size: 16px;
  font-style: italic;
}

/* line 2614, app/assets/stylesheets/app.css */
.breadcrumb > li a {
  color: #212121;
}

/* line 2616, app/assets/stylesheets/app.css */
.breadcrumb > li.active {
  color: #00ad9a;
}

/* line 2618, app/assets/stylesheets/app.css */
.breadcrumb > li + li:before {
  content: '>';
  color: #212121;
  padding: 0 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  /* line 2624, app/assets/stylesheets/app.css */
  .breadcrumb > li {
    font-size: 14px;
  }
  /* line 2626, app/assets/stylesheets/app.css */
  .breadcrumb > li + li:before {
    padding: 0 5px;
  }
}

/* line 2629, app/assets/stylesheets/app.css */
.social-share > span {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

/* line 2634, app/assets/stylesheets/app.css */
.paging-control {
  margin-top: 5px;
}

/* line 2636, app/assets/stylesheets/app.css */
.paging-control > a {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 3px;
}

/* line 2642, app/assets/stylesheets/app.css */
.separator {
  position: relative;
}

/* line 2644, app/assets/stylesheets/app.css */
.separator:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  display: block;
  top: 0;
  z-index: 4;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$brand-color+63$brand-color+63$brand-color+67,7db9e8+67 */
  background: #00ad9a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00ad9a 49%, #00ad9a 49%, #00ad9a 50%, #212121 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00ad9a 49%, #00ad9a 49%, #00ad9a 50%, #212121 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00ad9a 49%, #00ad9a 49%, #00ad9a 50%, #212121 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* IE6-9 */
}

/* line 2663, app/assets/stylesheets/app.css */
.backdrop {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 650px;
  z-index: 9999;
}

/* line 2672, app/assets/stylesheets/app.css */
.backdrop_shadow:after {
  content: '';
  position: absolute;
  bottom: -60px;
  display: block;
  width: 100%;
  height: 250px;
  background-image: url("../images/backdrop-shadow.png");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999;
}

/* line 2683, app/assets/stylesheets/app.css */
.backdrop .img-scroll-down {
  width: 75px;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 2690, app/assets/stylesheets/app.css */
.backdrop .img-scroll-down .img {
  background-image: url("../images/scroll-down-backdrop.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 75px;
  height: 55px;
}

/* line 2696, app/assets/stylesheets/app.css */
.backdrop .modal-content {
  background-color: transparent;
  border-color: transparent;
  position: relative;
  box-shadow: none;
}

/* line 2701, app/assets/stylesheets/app.css */
.backdrop .modal-content .banner_caption {
  padding-top: 12em;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 2705, app/assets/stylesheets/app.css */
.backdrop .modal-content-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 2712, app/assets/stylesheets/app.css */
  .backdrop.modal-dialog,
  .backdrop .modal-dialog {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  /* line 2716, app/assets/stylesheets/app.css */
  .backdrop.modal-dialog,
  .backdrop .modal-dialog {
    margin: 0 auto;
  }
  /* line 2719, app/assets/stylesheets/app.css */
  .backdrop .modal-content .banner_caption {
    padding-top: 5em;
  }
}

/* line 2722, app/assets/stylesheets/app.css */
.alert {
  margin-bottom: 10px;
}

/* line 2725, app/assets/stylesheets/app.css */
.generic-side-doctor .generic-text {
  padding: 30px;
}

/* line 2728, app/assets/stylesheets/app.css */
.generic-side-doctor .generic-text:last-child {
  background: #e9ebeb;
  background: -moz-linear-gradient(left, #e9ebeb 0%, #e9ebeb 3%, #f0f2f2 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #e9ebeb), color-stop(3%, #e9ebeb), color-stop(100%, #f0f2f2));
  background: -webkit-linear-gradient(left, #e9ebeb 0%, #e9ebeb 3%, #f0f2f2 100%);
  background: -o-linear-gradient(left, #e9ebeb 0%, #e9ebeb 3%, #f0f2f2 100%);
  background: -ms-linear-gradient(left, #e9ebeb 0%, #e9ebeb 3%, #f0f2f2 100%);
  background: linear-gradient(to right, #e9ebeb 0%, #e9ebeb 3%, #f0f2f2 100%);
}

/* line 2737, app/assets/stylesheets/app.css */
.img-dr_avatar {
  width: 200px;
  margin-top: 20px;
}

/* line 2741, app/assets/stylesheets/app.css */
.img-klik-dokter {
  width: 110px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/*----------  PAGES  ----------*/
/*================================
=            Homepage            =
================================*/
/*===================================
=            Detail Page            =
===================================*/
/*----------  THEMES  ----------*/

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