/* screen.css Version 1.3.3 */
/* COLOUR LEGEND */
/*
/* dark grey: #393737 (headings)
/* mid grey: #666 (body copy)
/* slightly lighter grey: #545353 (labels)
/* lighter grey: #333 (legend)
/* red: #F00 (invalid label, anchor hover)
/* green: #00AF6A (valid label)
/* blue: blue (help button)
/* blue: #00f (help anchor)
/* black: #000
/* white: #FFF
/*
********************************/

.btn-products-nav .icon {
  margin-left: 5px;
}

/* line 17, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

/* line 22, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html { line-height: 1; }

/* line 24, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul { list-style: none; }

/* line 26, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table { border-collapse: collapse; border-spacing: 0; }

/* line 28, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

/* line 30, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote { quotes: none; }
/* line 103, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

/* line 32, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img { border: none; }

/* line 116, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */
/* line 22, ../sass/vendor/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/** Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
/* line 32, ../sass/vendor/_normalize.scss */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
/* line 43, ../sass/vendor/_normalize.scss */
audio:not([controls]) { display: none; height: 0; }

/** Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. Known issue: no IE 6 support. */
/* line 53, ../sass/vendor/_normalize.scss */
[hidden] { display: none; }

/* ========================================================================== Base ========================================================================== */
/** 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using `em` units. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
/* line 68, ../sass/vendor/_normalize.scss */
html { font-size: 100%; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Address `font-family` inconsistency between `textarea` and other form elements. */
/* line 83, ../sass/vendor/_normalize.scss */
html, button, input, select, textarea { font-family: sans-serif; }

/** Address margins handled incorrectly in IE 6/7. */
/* line 91, ../sass/vendor/_normalize.scss */
body { margin: 0; }

/* ========================================================================== Links ========================================================================== */

/** Improve readability when focused and also mouse hovered in all browsers. */
/* line 112, ../sass/vendor/_normalize.scss */
a:active, a:hover { outline: 0; }

/* ========================================================================== Typography ========================================================================== */
/** Address font sizes and margins set differently in IE 6/7. Address font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */
/* line 126, ../sass/vendor/_normalize.scss */
h1 { font-size: 2em; margin: 0.67em 0; }

/* line 131, ../sass/vendor/_normalize.scss */
h2 { font-size: 1.5em; margin: 0.83em 0; }

/* line 136, ../sass/vendor/_normalize.scss */
h3 { font-size: 1.17em; margin: 1em 0; }

/* line 141, ../sass/vendor/_normalize.scss */
h4 { font-size: 1em; margin: 1.33em 0; }

/* line 146, ../sass/vendor/_normalize.scss */
h5 { font-size: 0.83em; margin: 1.67em 0; }

/* line 151, ../sass/vendor/_normalize.scss */
h6 { font-size: 0.67em; margin: 2.33em 0; }

/** Address styling not present in IE 7/8/9, Safari 5, and Chrome. */
/* line 160, ../sass/vendor/_normalize.scss */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
/* line 169, ../sass/vendor/_normalize.scss */
b, strong { font-weight: bold; }

/* line 173, ../sass/vendor/_normalize.scss */
blockquote { margin: 1em 40px; }

/** Address styling not present in Safari 5 and Chrome. */
/* line 181, ../sass/vendor/_normalize.scss */
dfn { font-style: italic; }

/** Address differences between Firefox and other browsers. Known issue: no IE 6/7 normalization. */
/* line 190, ../sass/vendor/_normalize.scss */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/** Address styling not present in IE 6/7/8/9. */
/* line 200, ../sass/vendor/_normalize.scss */
mark { background: #ff0; color: #000; }

/** Address margins set differently in IE 6/7. */
/* line 210, ../sass/vendor/_normalize.scss */
p, pre { margin: 1em 0; }

/** Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */
/* line 221, ../sass/vendor/_normalize.scss */
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/** Improve readability of pre-formatted text in all browsers. */
/* line 231, ../sass/vendor/_normalize.scss */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

/** Address CSS quotes not supported in IE 6/7. */
/* line 241, ../sass/vendor/_normalize.scss */
q { quotes: none; }

/** Address `quotes` property not supported in Safari 4. */
/* line 250, ../sass/vendor/_normalize.scss */
q:before, q:after { content: ''; content: none; }

/** Address inconsistent and variable font size in all browsers. */
/* line 259, ../sass/vendor/_normalize.scss */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 268, ../sass/vendor/_normalize.scss */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

/* line 275, ../sass/vendor/_normalize.scss */
sup { top: -0.5em; }

/* line 279, ../sass/vendor/_normalize.scss */
sub { bottom: -0.25em; }

/* ========================================================================== Lists ========================================================================== */
/** Address margins set differently in IE 6/7. */
/* line 294, ../sass/vendor/_normalize.scss */
dl, menu, ol, ul { margin: 1em 0; }

/* line 298, ../sass/vendor/_normalize.scss */
dd { margin: 0 0 0 40px; }

/** Address paddings set differently in IE 6/7. */
/* line 308, ../sass/vendor/_normalize.scss */
menu, ol, ul { padding: 0 0 0 40px; }

/** Correct list images handled incorrectly in IE 7. */
/* line 317, ../sass/vendor/_normalize.scss */
nav ul, nav ol { list-style: none; list-style-image: none; }

/* ========================================================================== Embedded content ========================================================================== */
/** 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. 2. Improve image quality when scaled in IE 7. */
/* line 331, ../sass/vendor/_normalize.scss */
img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ }

/** Correct overflow displayed oddly in IE 9. */
/* line 340, ../sass/vendor/_normalize.scss */
svg:not(:root) { overflow: hidden; }

/* ========================================================================== Figures ========================================================================== */
/** Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
/* line 352, ../sass/vendor/_normalize.scss */
figure { margin: 0; }

/* ========================================================================== Forms ========================================================================== */
/** Correct margin displayed oddly in IE 6/7. */
/* line 364, ../sass/vendor/_normalize.scss */
form { margin: 0; }

/** Define consistent border, margin, and padding. */
/* line 372, ../sass/vendor/_normalize.scss */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct color not being inherited in IE 6/7/8/9. 2. Correct text not wrapping in Firefox 3. 3. Correct alignment displayed oddly in IE 6/7. */
/* line 384, ../sass/vendor/_normalize.scss */
legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */ }

/** 1. Correct font size not being inherited in all browsers. 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome. 3. Improve appearance and consistency in all browsers. */
/* line 401, ../sass/vendor/_normalize.scss */
button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ *vertical-align: middle; /* 3 */ }

/** Address Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
/* line 414, ../sass/vendor/_normalize.scss */
button, input { line-height: normal; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. Correct `select` style inheritance in Firefox 4+ and Opera. */
/* line 426, ../sass/vendor/_normalize.scss */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. 4. Remove inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6. */
/* line 443, ../sass/vendor/_normalize.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ *overflow: visible; /* 4 */ }

/** Re-set default cursor for disabled elements. */
/* line 454, ../sass/vendor/_normalize.scss */
button[disabled], html input[disabled] { cursor: default; }

/** 1. Address box sizing set to content-box in IE 8/9. 2. Remove excess padding in IE 8/9. 3. Remove excess padding in IE 7. Known issue: excess padding remains in IE 6. */
/* line 466, ../sass/vendor/_normalize.scss */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */ }

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
/* line 479, ../sass/vendor/_normalize.scss */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
/* line 492, ../sass/vendor/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Remove inner padding and border in Firefox 3+. */
/* line 501, ../sass/vendor/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** 1. Remove default vertical scrollbar in IE 6/7/8/9. 2. Improve readability and alignment in all browsers. */
/* line 511, ../sass/vendor/_normalize.scss */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

/* ========================================================================== Tables ========================================================================== */
/** Remove most spacing between table cells. */
/* line 524, ../sass/vendor/_normalize.scss */
table { border-collapse: collapse; border-spacing: 0; }

/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
/* line 3, ../sass/vendor/_jquery.royalslider.scss */
.royalSlider { width: 600px; height: 400px; position: relative; direction: ltr; }

/* line 9, ../sass/vendor/_jquery.royalslider.scss */
.royalSlider > * { float: left; }

/* line 13, ../sass/vendor/_jquery.royalslider.scss */
.rsWebkit3d .rsSlide { -webkit-transform: translateZ(0); }

/* line 18, ../sass/vendor/_jquery.royalslider.scss */
.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer { -webkit-transform: none; }

/* line 21, ../sass/vendor/_jquery.royalslider.scss */
.rsOverflow { width: 100%; height: 100%; position: relative; overflow: hidden; float: left; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 29, ../sass/vendor/_jquery.royalslider.scss */
.rsVisibleNearbyWrap { width: 100%; height: 100%; position: relative; overflow: hidden; left: 0; top: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 38, ../sass/vendor/_jquery.royalslider.scss */
.rsVisibleNearbyWrap .rsOverflow { position: absolute; left: 0; top: 0; }

/* line 44, ../sass/vendor/_jquery.royalslider.scss */
.rsContainer { position: relative; width: 100%; height: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 52, ../sass/vendor/_jquery.royalslider.scss */
.rsArrow, .rsThumbsArrow { cursor: pointer; }

/* line 56, ../sass/vendor/_jquery.royalslider.scss */
.rsThumb { float: left; position: relative; }

/* line 62, ../sass/vendor/_jquery.royalslider.scss */
.rsArrow, .rsNav, .rsThumbsArrow { opacity: 1; -webkit-transition: opacity 0.3s linear; -moz-transition: opacity 0.3s linear; -o-transition: opacity 0.3s linear; transition: opacity 0.3s linear; }

/* line 69, ../sass/vendor/_jquery.royalslider.scss */
.rsHidden { opacity: 0; visibility: hidden; -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear; -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear; -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear; transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

/* line 77, ../sass/vendor/_jquery.royalslider.scss */
.rsGCaption { width: 100%; float: left; text-align: center; }

/* Fullscreen options, very important ^^ */
/* line 83, ../sass/vendor/_jquery.royalslider.scss */
.royalSlider.rsFullscreen { position: fixed !important; height: auto !important; width: auto !important; margin: 0 !important; padding: 0 !important; z-index: 2147483647 !important; top: 0 !important; left: 0 !important; bottom: 0 !important; right: 0 !important; }

/* line 95, ../sass/vendor/_jquery.royalslider.scss */
.royalSlider .rsSlide.rsFakePreloader { opacity: 1 !important; -webkit-transition: 0s; -moz-transition: 0s; -o-transition: 0s; transition: 0s; display: none; }

/* line 103, ../sass/vendor/_jquery.royalslider.scss */
.rsSlide { position: absolute; left: 0; top: 0; display: block; overflow: hidden; height: 100%; width: 100%; }

/* line 114, ../sass/vendor/_jquery.royalslider.scss */
.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide { height: auto; }

/* line 117, ../sass/vendor/_jquery.royalslider.scss */
.rsContent { width: 100%; height: 100%; position: relative; }

/* line 122, ../sass/vendor/_jquery.royalslider.scss */
.rsPreloader { position: absolute; z-index: 0; }

/* line 126, ../sass/vendor/_jquery.royalslider.scss */
.rsNav { -moz-user-select: -moz-none; -webkit-user-select: none; user-select: none; }

/* line 131, ../sass/vendor/_jquery.royalslider.scss */
.rsNavItem { -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

/* line 134, ../sass/vendor/_jquery.royalslider.scss */
.rsThumbs { cursor: pointer; position: relative; overflow: hidden; float: left; z-index: 22; }

/* line 141, ../sass/vendor/_jquery.royalslider.scss */
.rsTabs { float: left; }

/* line 145, ../sass/vendor/_jquery.royalslider.scss */
.rsTabs, .rsThumbs { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/* line 149, ../sass/vendor/_jquery.royalslider.scss */
.rsVideoContainer { /*left: 0;
top: 0;
position: absolute;*/ /*width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
float: left;*/ width: auto; height: auto; line-height: 0; position: relative; }

/* line 164, ../sass/vendor/_jquery.royalslider.scss */
.rsVideoFrameHolder { position: absolute; left: 0; top: 0; background: #141414; opacity: 0; -webkit-transition: .3s; }

/* line 172, ../sass/vendor/_jquery.royalslider.scss */
.rsVideoFrameHolder.rsVideoActive { opacity: 1; }

/* line 178, ../sass/vendor/_jquery.royalslider.scss */
.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj { position: absolute; z-index: 50; left: 0; top: 0; width: 100%; height: 100%; }

/* ios controls over video bug, shifting video */
/* line 189, ../sass/vendor/_jquery.royalslider.scss */
.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-right: 44px; }

/* line 195, ../sass/vendor/_jquery.royalslider.scss */
.rsABlock { left: 0; top: 0; position: absolute; z-index: 15; }

/* line 202, ../sass/vendor/_jquery.royalslider.scss */
img.rsImg { max-width: none; }

/* line 206, ../sass/vendor/_jquery.royalslider.scss */
.grab-cursor {
cursor: url(../images/grab.png) 8 8, move;
/*min-height: 250px;*/
}


/* line 209, ../sass/vendor/_jquery.royalslider.scss */
.grabbing-cursor { cursor: url(../images/grabbing.png) 8 8, move; }

/* line 212, ../sass/vendor/_jquery.royalslider.scss */
.rsNoDrag { cursor: auto; }

/* line 215, ../sass/vendor/_jquery.royalslider.scss */
.rsLink { left: 0; top: 0; position: absolute; width: 100%; height: 100%; display: block; z-index: 20; background: url(blank.gif); }

/* Functional styling; These styles are required for noUiSlider to function. You don't need to change these rules to apply your design. */
/* line 7, ../sass/vendor/_jquery.nouislider.scss */
.noUi-target, .noUi-target * { -webkit-touch-callout: none; -webkit-user-select: none; -ms-touch-action: none; -ms-user-select: none; -moz-user-select: none; -moz-box-sizing: border-box; box-sizing: border-box; }

/* line 16, ../sass/vendor/_jquery.nouislider.scss */
.noUi-base { width: 100%; height: 100%; position: relative; }

/* line 21, ../sass/vendor/_jquery.nouislider.scss */
.noUi-origin { position: absolute; right: 0; top: 0; left: 0; bottom: 0; }

/* line 28, ../sass/vendor/_jquery.nouislider.scss */
.noUi-handle { position: relative; z-index: 1; }

/* line 32, ../sass/vendor/_jquery.nouislider.scss */
.noUi-stacking .noUi-handle { /* This class is applied to the lower origin when its values is > 50%. */ z-index: 10; }

/* line 37, ../sass/vendor/_jquery.nouislider.scss */
.noUi-stacking + .noUi-origin { /* Fix stacking order in IE7, which incorrectly creates a new context for the origins. */ *z-index: -1; }

/* line 42, ../sass/vendor/_jquery.nouislider.scss */
.noUi-state-tap .noUi-origin { -webkit-transition: left 0.3s, top 0.3s; transition: left 0.3s, top 0.3s; }

/* line 46, ../sass/vendor/_jquery.nouislider.scss */
.noUi-state-drag * { cursor: inherit !important; }

/* Slider size and handle placement; */
/* line 52, ../sass/vendor/_jquery.nouislider.scss */
.noUi-horizontal { height: 18px; }

/* line 55, ../sass/vendor/_jquery.nouislider.scss */
.noUi-horizontal .noUi-handle { width: 34px; height: 28px; left: -17px; top: -6px; }

/* line 61, ../sass/vendor/_jquery.nouislider.scss */
.noUi-horizontal.noUi-extended { padding: 0 15px; }

/* line 64, ../sass/vendor/_jquery.nouislider.scss */
.noUi-horizontal.noUi-extended .noUi-origin { right: -15px; }

/* line 67, ../sass/vendor/_jquery.nouislider.scss */
.noUi-vertical { width: 18px; }

/* line 70, ../sass/vendor/_jquery.nouislider.scss */
.noUi-vertical .noUi-handle { width: 28px; height: 34px; left: -6px; top: -17px; }

/* line 76, ../sass/vendor/_jquery.nouislider.scss */
.noUi-vertical.noUi-extended { padding: 15px 0; }

/* line 79, ../sass/vendor/_jquery.nouislider.scss */
.noUi-vertical.noUi-extended .noUi-origin { bottom: -15px; }

/* Styling; */
/* line 85, ../sass/vendor/_jquery.nouislider.scss */
.noUi-background { background: #FAFAFA; box-shadow: inset 0 1px 1px #f0f0f0; }

/* line 89, ../sass/vendor/_jquery.nouislider.scss */
.noUi-connect { background: #3FB8AF; box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45); -webkit-transition: background 450ms; transition: background 450ms; }

/* line 95, ../sass/vendor/_jquery.nouislider.scss */
.noUi-origin { border-radius: 2px; }

/* line 98, ../sass/vendor/_jquery.nouislider.scss */
.noUi-target { border-radius: 4px; border: 1px solid #D3D3D3; box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

/* line 103, ../sass/vendor/_jquery.nouislider.scss */
.noUi-target.noUi-connect { box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #bbbbbb; }

/* Handles and cursors; */
/* line 109, ../sass/vendor/_jquery.nouislider.scss */
.noUi-dragable { cursor: w-resize; }

/* line 112, ../sass/vendor/_jquery.nouislider.scss */
.noUi-vertical .noUi-dragable { cursor: n-resize; }

/* line 115, ../sass/vendor/_jquery.nouislider.scss */
.noUi-handle { border: 1px solid #D9D9D9; border-radius: 3px; background: #FFF; cursor: default; box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

/* line 124, ../sass/vendor/_jquery.nouislider.scss */
.noUi-active { box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes; */
/* line 133, ../sass/vendor/_jquery.nouislider.scss */
.noUi-handle:before, .noUi-handle:after { content: ""; display: block; position: absolute; height: 14px; width: 1px; background: #E8E7E6; left: 14px; top: 6px; }

/* line 143, ../sass/vendor/_jquery.nouislider.scss */
.noUi-handle:after { left: 17px; }

/* line 147, ../sass/vendor/_jquery.nouislider.scss */
.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after { width: 14px; height: 1px; left: 6px; top: 14px; }

/* line 153, ../sass/vendor/_jquery.nouislider.scss */
.noUi-vertical .noUi-handle:after { top: 17px; }

/* Disabled state; */
/* line 160, ../sass/vendor/_jquery.nouislider.scss */
[disabled].noUi-connect, [disabled] .noUi-connect { background: #B8B8B8; }

/* line 163, ../sass/vendor/_jquery.nouislider.scss */
[disabled] .noUi-handle { cursor: not-allowed; }

/* line 2, ../sass/vendor/_jquery.threesixty.scss */
.threesixty { position: relative; overflow: hidden; margin: 0 auto; }

/* line 7, ../sass/vendor/_jquery.threesixty.scss */
.threesixty .threesixty_images { display: none; list-style: none; margin: 0; padding: 0; }

/* line 13, ../sass/vendor/_jquery.threesixty.scss */
.threesixty .threesixty_images img { position: absolute; top: 0; width: 100%; height: auto; cursor: pointer; display: none; }

/* line 27, ../sass/vendor/_jquery.threesixty.scss */
.threesixty .threesixty_images img.current-image { display: block; width: 100%; }

/* line 32, ../sass/vendor/_jquery.threesixty.scss */
.threesixty .spinner { width: 60px; display: block; margin: 0 auto; height: 30px; background: #333; background: rgba(0, 0, 0, 0.7); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

/* line 43, ../sass/vendor/_jquery.threesixty.scss */
.threesixty .spinner span { font-family: Arial, "MS Trebuchet", sans-serif; font-size: 12px; font-weight: bolder; color: #FFF; text-align: center; line-height: 30px; display: block; }

/* line 52, ../sass/vendor/_jquery.threesixty.scss */
.threesixty .nav_bar { position: absolute; top: 10px; right: 10px; z-index: 11; }

/* line 58, ../sass/vendor/_jquery.threesixty.scss */
.threesixty .nav_bar a { display: block; width: 32px; height: 32px; float: left; background: url(/demo/img/sprites.png) no-repeat; text-indent: -99999px; }


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
/* line 10, ../sass/vendor/_animate.scss */
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

/* line 17, ../sass/vendor/_animate.scss */
.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

/* line 22, ../sass/vendor/_animate.scss */
.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; }

@-webkit-keyframes bounce { /* line 28, ../sass/vendor/_animate.scss */
  0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  /* line 33, ../sass/vendor/_animate.scss */
  40% { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
  /* line 38, ../sass/vendor/_animate.scss */
  60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); } }

@keyframes bounce { /* line 45, ../sass/vendor/_animate.scss */
  0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
  /* line 51, ../sass/vendor/_animate.scss */
  40% { -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); }
  /* line 57, ../sass/vendor/_animate.scss */
  60% { -webkit-transform: translateY(-15px); -ms-transform: translateY(-15px); transform: translateY(-15px); } }

 

/* line 64, ../sass/vendor/_animate.scss */
.bounce { -webkit-animation-name: bounce; animation-name: bounce; }

@-webkit-keyframes flash { /* line 70, ../sass/vendor/_animate.scss */
  0%, 50%, 100% { opacity: 1; }
  /* line 74, ../sass/vendor/_animate.scss */
  25%, 75% { opacity: 0; } }

@keyframes flash { /* line 80, ../sass/vendor/_animate.scss */
  0%, 50%, 100% { opacity: 1; }
  /* line 84, ../sass/vendor/_animate.scss */
  25%, 75% { opacity: 0; } }

/* line 89, ../sass/vendor/_animate.scss */
.flash { -webkit-animation-name: flash; animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse { /* line 97, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: scale(1); transform: scale(1); }
  /* line 102, ../sass/vendor/_animate.scss */
  50% { -webkit-transform: scale(1.1); transform: scale(1.1); }
  /* line 107, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: scale(1); transform: scale(1); } }

@keyframes pulse { /* line 114, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  /* line 120, ../sass/vendor/_animate.scss */
  50% { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
  /* line 126, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } }

/* line 133, ../sass/vendor/_animate.scss */
.pulse { -webkit-animation-name: pulse; animation-name: pulse; }

@-webkit-keyframes rubberBand { /* line 139, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: scale(1); transform: scale(1); }
  /* line 144, ../sass/vendor/_animate.scss */
  30% { -webkit-transform: scaleX(1.25) scaleY(0.75); transform: scaleX(1.25) scaleY(0.75); }
  /* line 149, ../sass/vendor/_animate.scss */
  40% { -webkit-transform: scaleX(0.75) scaleY(1.25); transform: scaleX(0.75) scaleY(1.25); }
  /* line 154, ../sass/vendor/_animate.scss */
  60% { -webkit-transform: scaleX(1.15) scaleY(0.85); transform: scaleX(1.15) scaleY(0.85); }
  /* line 159, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: scale(1); transform: scale(1); } }

@keyframes rubberBand { /* line 166, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  /* line 172, ../sass/vendor/_animate.scss */
  30% { -webkit-transform: scaleX(1.25) scaleY(0.75); -ms-transform: scaleX(1.25) scaleY(0.75); transform: scaleX(1.25) scaleY(0.75); }
  /* line 178, ../sass/vendor/_animate.scss */
  40% { -webkit-transform: scaleX(0.75) scaleY(1.25); -ms-transform: scaleX(0.75) scaleY(1.25); transform: scaleX(0.75) scaleY(1.25); }
  /* line 184, ../sass/vendor/_animate.scss */
  60% { -webkit-transform: scaleX(1.15) scaleY(0.85); -ms-transform: scaleX(1.15) scaleY(0.85); transform: scaleX(1.15) scaleY(0.85); }
  /* line 190, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } }

/* line 197, ../sass/vendor/_animate.scss */
.rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand; }

@-webkit-keyframes shake { /* line 203, ../sass/vendor/_animate.scss */
  0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); }
  /* line 208, ../sass/vendor/_animate.scss */
  10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-10px); transform: translateX(-10px); }
  /* line 213, ../sass/vendor/_animate.scss */
  20%, 40%, 60%, 80% { -webkit-transform: translateX(10px); transform: translateX(10px); } }

@keyframes shake { /* line 220, ../sass/vendor/_animate.scss */
  0%, 100% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
  /* line 226, ../sass/vendor/_animate.scss */
  10%, 30%, 50%, 70%, 90% { -webkit-transform: translateX(-10px); -ms-transform: translateX(-10px); transform: translateX(-10px); }
  /* line 232, ../sass/vendor/_animate.scss */
  20%, 40%, 60%, 80% { -webkit-transform: translateX(10px); -ms-transform: translateX(10px); transform: translateX(10px); } }

/* line 239, ../sass/vendor/_animate.scss */
.shake { -webkit-animation-name: shake; animation-name: shake; }

@-webkit-keyframes swing { /* line 245, ../sass/vendor/_animate.scss */
  20% { -webkit-transform: rotate(15deg); transform: rotate(15deg); }
  /* line 250, ../sass/vendor/_animate.scss */
  40% { -webkit-transform: rotate(-10deg); transform: rotate(-10deg); }
  /* line 255, ../sass/vendor/_animate.scss */
  60% { -webkit-transform: rotate(5deg); transform: rotate(5deg); }
  /* line 260, ../sass/vendor/_animate.scss */
  80% { -webkit-transform: rotate(-5deg); transform: rotate(-5deg); }
  /* line 265, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } }

@keyframes swing { /* line 272, ../sass/vendor/_animate.scss */
  20% { -webkit-transform: rotate(15deg); -ms-transform: rotate(15deg); transform: rotate(15deg); }
  /* line 278, ../sass/vendor/_animate.scss */
  40% { -webkit-transform: rotate(-10deg); -ms-transform: rotate(-10deg); transform: rotate(-10deg); }
  /* line 284, ../sass/vendor/_animate.scss */
  60% { -webkit-transform: rotate(5deg); -ms-transform: rotate(5deg); transform: rotate(5deg); }
  /* line 290, ../sass/vendor/_animate.scss */
  80% { -webkit-transform: rotate(-5deg); -ms-transform: rotate(-5deg); transform: rotate(-5deg); }
  /* line 296, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); } }

/* line 303, ../sass/vendor/_animate.scss */
.swing { -webkit-transform-origin: top center; -ms-transform-origin: top center; transform-origin: top center; -webkit-animation-name: swing; animation-name: swing; }

@-webkit-keyframes tada { /* line 312, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: scale(1); transform: scale(1); }
  /* line 317, ../sass/vendor/_animate.scss */
  10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); }
  /* line 322, ../sass/vendor/_animate.scss */
  30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); }
  /* line 327, ../sass/vendor/_animate.scss */
  40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); }
  /* line 332, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: scale(1) rotate(0); transform: scale(1) rotate(0); } }

@keyframes tada { /* line 339, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  /* line 345, ../sass/vendor/_animate.scss */
  10%, 20% { -webkit-transform: scale(0.9) rotate(-3deg); -ms-transform: scale(0.9) rotate(-3deg); transform: scale(0.9) rotate(-3deg); }
  /* line 351, ../sass/vendor/_animate.scss */
  30%, 50%, 70%, 90% { -webkit-transform: scale(1.1) rotate(3deg); -ms-transform: scale(1.1) rotate(3deg); transform: scale(1.1) rotate(3deg); }
  /* line 357, ../sass/vendor/_animate.scss */
  40%, 60%, 80% { -webkit-transform: scale(1.1) rotate(-3deg); -ms-transform: scale(1.1) rotate(-3deg); transform: scale(1.1) rotate(-3deg); }
  /* line 363, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: scale(1) rotate(0); -ms-transform: scale(1) rotate(0); transform: scale(1) rotate(0); } }

/* line 370, ../sass/vendor/_animate.scss */
.tada { -webkit-animation-name: tada; animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble { /* line 378, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateX(0%); transform: translateX(0%); }
  /* line 383, ../sass/vendor/_animate.scss */
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); transform: translateX(-25%) rotate(-5deg); }
  /* line 388, ../sass/vendor/_animate.scss */
  30% { -webkit-transform: translateX(20%) rotate(3deg); transform: translateX(20%) rotate(3deg); }
  /* line 393, ../sass/vendor/_animate.scss */
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); transform: translateX(-15%) rotate(-3deg); }
  /* line 398, ../sass/vendor/_animate.scss */
  60% { -webkit-transform: translateX(10%) rotate(2deg); transform: translateX(10%) rotate(2deg); }
  /* line 403, ../sass/vendor/_animate.scss */
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); transform: translateX(-5%) rotate(-1deg); }
  /* line 408, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateX(0%); transform: translateX(0%); } }

@keyframes wobble { /* line 415, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); }
  /* line 421, ../sass/vendor/_animate.scss */
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); -ms-transform: translateX(-25%) rotate(-5deg); transform: translateX(-25%) rotate(-5deg); }
  /* line 427, ../sass/vendor/_animate.scss */
  30% { -webkit-transform: translateX(20%) rotate(3deg); -ms-transform: translateX(20%) rotate(3deg); transform: translateX(20%) rotate(3deg); }
  /* line 433, ../sass/vendor/_animate.scss */
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); -ms-transform: translateX(-15%) rotate(-3deg); transform: translateX(-15%) rotate(-3deg); }
  /* line 439, ../sass/vendor/_animate.scss */
  60% { -webkit-transform: translateX(10%) rotate(2deg); -ms-transform: translateX(10%) rotate(2deg); transform: translateX(10%) rotate(2deg); }
  /* line 445, ../sass/vendor/_animate.scss */
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); -ms-transform: translateX(-5%) rotate(-1deg); transform: translateX(-5%) rotate(-1deg); }
  /* line 451, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); } }

/* line 458, ../sass/vendor/_animate.scss */
.wobble { -webkit-animation-name: wobble; animation-name: wobble; }

@-webkit-keyframes bounceIn { /* line 464, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: scale(0.3); transform: scale(0.3); }
  /* line 470, ../sass/vendor/_animate.scss */
  50% { opacity: 1; -webkit-transform: scale(1.05); transform: scale(1.05); }
  /* line 476, ../sass/vendor/_animate.scss */
  70% { -webkit-transform: scale(0.9); transform: scale(0.9); }
  /* line 481, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } }

@keyframes bounceIn { /* line 489, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: scale(0.3); -ms-transform: scale(0.3); transform: scale(0.3); }
  /* line 496, ../sass/vendor/_animate.scss */
  50% { opacity: 1; -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }
  /* line 503, ../sass/vendor/_animate.scss */
  70% { -webkit-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9); }
  /* line 509, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } }

/* line 517, ../sass/vendor/_animate.scss */
.bounceIn { -webkit-animation-name: bounceIn; animation-name: bounceIn; }

@-webkit-keyframes bounceInDown { /* line 523, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); }
  /* line 529, ../sass/vendor/_animate.scss */
  60% { opacity: 1; -webkit-transform: translateY(30px); transform: translateY(30px); }
  /* line 535, ../sass/vendor/_animate.scss */
  80% { -webkit-transform: translateY(-10px); transform: translateY(-10px); }
  /* line 540, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateY(0); transform: translateY(0); } }

@keyframes bounceInDown { /* line 547, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); transform: translateY(-2000px); }
  /* line 554, ../sass/vendor/_animate.scss */
  60% { opacity: 1; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
  /* line 561, ../sass/vendor/_animate.scss */
  80% { -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px); }
  /* line 567, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }

/* line 574, ../sass/vendor/_animate.scss */
.bounceInDown { -webkit-animation-name: bounceInDown; animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft { /* line 580, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); }
  /* line 586, ../sass/vendor/_animate.scss */
  60% { opacity: 1; -webkit-transform: translateX(30px); transform: translateX(30px); }
  /* line 592, ../sass/vendor/_animate.scss */
  80% { -webkit-transform: translateX(-10px); transform: translateX(-10px); }
  /* line 597, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateX(0); transform: translateX(0); } }

@keyframes bounceInLeft { /* line 604, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateX(-2000px); -ms-transform: translateX(-2000px); transform: translateX(-2000px); }
  /* line 611, ../sass/vendor/_animate.scss */
  60% { opacity: 1; -webkit-transform: translateX(30px); -ms-transform: translateX(30px); transform: translateX(30px); }
  /* line 618, ../sass/vendor/_animate.scss */
  80% { -webkit-transform: translateX(-10px); -ms-transform: translateX(-10px); transform: translateX(-10px); }
  /* line 624, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } }

/* line 631, ../sass/vendor/_animate.scss */
.bounceInLeft { -webkit-animation-name: bounceInLeft; animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight { /* line 637, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); }
  /* line 643, ../sass/vendor/_animate.scss */
  60% { opacity: 1; -webkit-transform: translateX(-30px); transform: translateX(-30px); }
  /* line 649, ../sass/vendor/_animate.scss */
  80% { -webkit-transform: translateX(10px); transform: translateX(10px); }
  /* line 654, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateX(0); transform: translateX(0); } }

@keyframes bounceInRight { /* line 661, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateX(2000px); -ms-transform: translateX(2000px); transform: translateX(2000px); }
  /* line 668, ../sass/vendor/_animate.scss */
  60% { opacity: 1; -webkit-transform: translateX(-30px); -ms-transform: translateX(-30px); transform: translateX(-30px); }
  /* line 675, ../sass/vendor/_animate.scss */
  80% { -webkit-transform: translateX(10px); -ms-transform: translateX(10px); transform: translateX(10px); }
  /* line 681, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } }

/* line 688, ../sass/vendor/_animate.scss */
.bounceInRight { -webkit-animation-name: bounceInRight; animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp { /* line 694, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); }
  /* line 700, ../sass/vendor/_animate.scss */
  60% { opacity: 1; -webkit-transform: translateY(-30px); transform: translateY(-30px); }
  /* line 706, ../sass/vendor/_animate.scss */
  80% { -webkit-transform: translateY(10px); transform: translateY(10px); }
  /* line 711, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateY(0); transform: translateY(0); } }

@keyframes bounceInUp { /* line 718, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateY(2000px); -ms-transform: translateY(2000px); transform: translateY(2000px); }
  /* line 725, ../sass/vendor/_animate.scss */
  60% { opacity: 1; -webkit-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); }
  /* line 732, ../sass/vendor/_animate.scss */
  80% { -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); }
  /* line 738, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }

/* line 745, ../sass/vendor/_animate.scss */
.bounceInUp { -webkit-animation-name: bounceInUp; animation-name: bounceInUp; }

@-webkit-keyframes bounceOut { /* line 751, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: scale(1); transform: scale(1); }
  /* line 756, ../sass/vendor/_animate.scss */
  25% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  /* line 761, ../sass/vendor/_animate.scss */
  50% { opacity: 1; -webkit-transform: scale(1.1); transform: scale(1.1); }
  /* line 767, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: scale(0.3); transform: scale(0.3); } }

@keyframes bounceOut { /* line 775, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  /* line 781, ../sass/vendor/_animate.scss */
  25% { -webkit-transform: scale(0.95); -ms-transform: scale(0.95); transform: scale(0.95); }
  /* line 787, ../sass/vendor/_animate.scss */
  50% { opacity: 1; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
  /* line 794, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: scale(0.3); -ms-transform: scale(0.3); transform: scale(0.3); } }

/* line 802, ../sass/vendor/_animate.scss */
.bounceOut { -webkit-animation-name: bounceOut; animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown { /* line 808, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateY(0); transform: translateY(0); }
  /* line 813, ../sass/vendor/_animate.scss */
  20% { opacity: 1; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
  /* line 819, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } }

@keyframes bounceOutDown { /* line 827, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
  /* line 833, ../sass/vendor/_animate.scss */
  20% { opacity: 1; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
  /* line 840, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateY(2000px); -ms-transform: translateY(2000px); transform: translateY(2000px); } }

/* line 848, ../sass/vendor/_animate.scss */
.bounceOutDown { -webkit-animation-name: bounceOutDown; animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft { /* line 854, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  /* line 859, ../sass/vendor/_animate.scss */
  20% { opacity: 1; -webkit-transform: translateX(20px); transform: translateX(20px); }
  /* line 865, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } }

@keyframes bounceOutLeft { /* line 873, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
  /* line 879, ../sass/vendor/_animate.scss */
  20% { opacity: 1; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); }
  /* line 886, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateX(-2000px); -ms-transform: translateX(-2000px); transform: translateX(-2000px); } }

/* line 894, ../sass/vendor/_animate.scss */
.bounceOutLeft { -webkit-animation-name: bounceOutLeft; animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight { /* line 900, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  /* line 905, ../sass/vendor/_animate.scss */
  20% { opacity: 1; -webkit-transform: translateX(-20px); transform: translateX(-20px); }
  /* line 911, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } }

@keyframes bounceOutRight { /* line 919, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
  /* line 925, ../sass/vendor/_animate.scss */
  20% { opacity: 1; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); }
  /* line 932, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateX(2000px); -ms-transform: translateX(2000px); transform: translateX(2000px); } }

/* line 940, ../sass/vendor/_animate.scss */
.bounceOutRight { -webkit-animation-name: bounceOutRight; animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp { /* line 946, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateY(0); transform: translateY(0); }
  /* line 951, ../sass/vendor/_animate.scss */
  20% { opacity: 1; -webkit-transform: translateY(20px); transform: translateY(20px); }
  /* line 957, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } }

@keyframes bounceOutUp { /* line 965, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
  /* line 971, ../sass/vendor/_animate.scss */
  20% { opacity: 1; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
  /* line 978, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); transform: translateY(-2000px); } }

/* line 986, ../sass/vendor/_animate.scss */
.bounceOutUp { -webkit-animation-name: bounceOutUp; animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn { /* line 992, ../sass/vendor/_animate.scss */
  0% { opacity: 0; }
  /* line 996, ../sass/vendor/_animate.scss */
  100% { opacity: 1; } }

@keyframes fadeIn { /* line 1002, ../sass/vendor/_animate.scss */
  0% { opacity: 0; }
  /* line 1006, ../sass/vendor/_animate.scss */
  100% { opacity: 1; } }

/* line 1011, ../sass/vendor/_animate.scss */
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

@-webkit-keyframes fadeInDown { /* line 1017, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
  /* line 1023, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }

@keyframes fadeInDown { /* line 1031, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
  /* line 1038, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }

/* line 1046, ../sass/vendor/_animate.scss */
.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig { /* line 1052, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); }
  /* line 1058, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }

@keyframes fadeInDownBig { /* line 1066, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); transform: translateY(-2000px); }
  /* line 1073, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }

/* line 1081, ../sass/vendor/_animate.scss */
.fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft { /* line 1087, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateX(-20px); transform: translateX(-20px); }
  /* line 1093, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } }

@keyframes fadeInLeft { /* line 1101, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); }
  /* line 1108, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } }

/* line 1116, ../sass/vendor/_animate.scss */
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig { /* line 1122, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); }
  /* line 1128, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } }

@keyframes fadeInLeftBig { /* line 1136, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateX(-2000px); -ms-transform: translateX(-2000px); transform: translateX(-2000px); }
  /* line 1143, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } }

/* line 1151, ../sass/vendor/_animate.scss */
.fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight { /* line 1157, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); }
  /* line 1163, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } }

@keyframes fadeInRight { /* line 1171, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); }
  /* line 1178, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } }

/* line 1186, ../sass/vendor/_animate.scss */
.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig { /* line 1192, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); }
  /* line 1198, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); } }

@keyframes fadeInRightBig { /* line 1206, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateX(2000px); -ms-transform: translateX(2000px); transform: translateX(2000px); }
  /* line 1213, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } }

/* line 1221, ../sass/vendor/_animate.scss */
.fadeInRightBig { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp { /* line 1227, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); }
  /* line 1233, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }

@keyframes fadeInUp { /* line 1241, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
  /* line 1248, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }

/* line 1256, ../sass/vendor/_animate.scss */
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig { /* line 1262, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); }
  /* line 1268, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }

@keyframes fadeInUpBig { /* line 1276, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateY(2000px); -ms-transform: translateY(2000px); transform: translateY(2000px); }
  /* line 1283, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }

/* line 1291, ../sass/vendor/_animate.scss */
.fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut { /* line 1297, ../sass/vendor/_animate.scss */
  0% { opacity: 1; }
  /* line 1301, ../sass/vendor/_animate.scss */
  100% { opacity: 0; } }

@keyframes fadeOut { /* line 1307, ../sass/vendor/_animate.scss */
  0% { opacity: 1; }
  /* line 1311, ../sass/vendor/_animate.scss */
  100% { opacity: 0; } }

/* line 1316, ../sass/vendor/_animate.scss */
.fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown { /* line 1322, ../sass/vendor/_animate.scss */
  0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
  /* line 1328, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); } }

@keyframes fadeOutDown { /* line 1336, ../sass/vendor/_animate.scss */
  0% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
  /* line 1343, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); } }

/* line 1351, ../sass/vendor/_animate.scss */
.fadeOutDown { -webkit-animation-name: fadeOutDown; animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig { /* line 1357, ../sass/vendor/_animate.scss */
  0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
  /* line 1363, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } }

@keyframes fadeOutDownBig { /* line 1371, ../sass/vendor/_animate.scss */
  0% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
  /* line 1378, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateY(2000px); -ms-transform: translateY(2000px); transform: translateY(2000px); } }

/* line 1386, ../sass/vendor/_animate.scss */
.fadeOutDownBig { -webkit-animation-name: fadeOutDownBig; animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft { /* line 1392, ../sass/vendor/_animate.scss */
  0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
  /* line 1398, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateX(-20px); transform: translateX(-20px); } }

@keyframes fadeOutLeft { /* line 1406, ../sass/vendor/_animate.scss */
  0% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
  /* line 1413, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); } }

/* line 1421, ../sass/vendor/_animate.scss */
.fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig { /* line 1427, ../sass/vendor/_animate.scss */
  0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
  /* line 1433, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig { /* line 1441, ../sass/vendor/_animate.scss */
  0% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
  /* line 1448, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateX(-2000px); -ms-transform: translateX(-2000px); transform: translateX(-2000px); } }

/* line 1456, ../sass/vendor/_animate.scss */
.fadeOutLeftBig { -webkit-animation-name: fadeOutLeftBig; animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight { /* line 1462, ../sass/vendor/_animate.scss */
  0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
  /* line 1468, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); } }

@keyframes fadeOutRight { /* line 1476, ../sass/vendor/_animate.scss */
  0% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
  /* line 1483, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); } }

/* line 1491, ../sass/vendor/_animate.scss */
.fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig { /* line 1497, ../sass/vendor/_animate.scss */
  0% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
  /* line 1503, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } }

@keyframes fadeOutRightBig { /* line 1511, ../sass/vendor/_animate.scss */
  0% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
  /* line 1518, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateX(2000px); -ms-transform: translateX(2000px); transform: translateX(2000px); } }

/* line 1526, ../sass/vendor/_animate.scss */
.fadeOutRightBig { -webkit-animation-name: fadeOutRightBig; animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp { /* line 1532, ../sass/vendor/_animate.scss */
  0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
  /* line 1538, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); } }

@keyframes fadeOutUp { /* line 1546, ../sass/vendor/_animate.scss */
  0% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
  /* line 1553, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); } }

/* line 1561, ../sass/vendor/_animate.scss */
.fadeOutUp { -webkit-animation-name: fadeOutUp; animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig { /* line 1567, ../sass/vendor/_animate.scss */
  0% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
  /* line 1573, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); } }

@keyframes fadeOutUpBig { /* line 1581, ../sass/vendor/_animate.scss */
  0% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
  /* line 1588, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); transform: translateY(-2000px); } }

/* line 1596, ../sass/vendor/_animate.scss */
.fadeOutUpBig { -webkit-animation-name: fadeOutUpBig; animation-name: fadeOutUpBig; }

@-webkit-keyframes flip { /* line 1602, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1); transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
  /* line 1609, ../sass/vendor/_animate.scss */
  40% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1); transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
  /* line 1616, ../sass/vendor/_animate.scss */
  50% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1); transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
  /* line 1623, ../sass/vendor/_animate.scss */
  80% { -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95); transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
  /* line 1630, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1); transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } }

@keyframes flip { /* line 1639, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1); -ms-transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1); transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
  /* line 1647, ../sass/vendor/_animate.scss */
  40% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1); -ms-transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1); transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
  /* line 1655, ../sass/vendor/_animate.scss */
  50% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1); -ms-transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1); transform: perspective(400px) translateZ(150px) rotateY(-170deg) scale(1); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
  /* line 1663, ../sass/vendor/_animate.scss */
  80% { -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95); -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95); transform: perspective(400px) translateZ(0) rotateY(0deg) scale(0.95); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }
  /* line 1671, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1); -ms-transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1); transform: perspective(400px) translateZ(0) rotateY(0deg) scale(1); -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } }

/* line 1680, ../sass/vendor/_animate.scss */
.animated.flip { -webkit-backface-visibility: visible; -ms-backface-visibility: visible; backface-visibility: visible; -webkit-animation-name: flip; animation-name: flip; }

@-webkit-keyframes flipInX { /* line 1689, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0; }
  /* line 1695, ../sass/vendor/_animate.scss */
  40% { -webkit-transform: perspective(400px) rotateX(-10deg); transform: perspective(400px) rotateX(-10deg); }
  /* line 1700, ../sass/vendor/_animate.scss */
  70% { -webkit-transform: perspective(400px) rotateX(10deg); transform: perspective(400px) rotateX(10deg); }
  /* line 1705, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1; } }

@keyframes flipInX { /* line 1713, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: perspective(400px) rotateX(90deg); -ms-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0; }
  /* line 1720, ../sass/vendor/_animate.scss */
  40% { -webkit-transform: perspective(400px) rotateX(-10deg); -ms-transform: perspective(400px) rotateX(-10deg); transform: perspective(400px) rotateX(-10deg); }
  /* line 1726, ../sass/vendor/_animate.scss */
  70% { -webkit-transform: perspective(400px) rotateX(10deg); -ms-transform: perspective(400px) rotateX(10deg); transform: perspective(400px) rotateX(10deg); }
  /* line 1732, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: perspective(400px) rotateX(0deg); -ms-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1; } }

/* line 1740, ../sass/vendor/_animate.scss */
.flipInX { -webkit-backface-visibility: visible !important; -ms-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInX; animation-name: flipInX; }

@-webkit-keyframes flipInY { /* line 1749, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0; }
  /* line 1755, ../sass/vendor/_animate.scss */
  40% { -webkit-transform: perspective(400px) rotateY(-10deg); transform: perspective(400px) rotateY(-10deg); }
  /* line 1760, ../sass/vendor/_animate.scss */
  70% { -webkit-transform: perspective(400px) rotateY(10deg); transform: perspective(400px) rotateY(10deg); }
  /* line 1765, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(0deg); opacity: 1; } }

@keyframes flipInY { /* line 1773, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: perspective(400px) rotateY(90deg); -ms-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0; }
  /* line 1780, ../sass/vendor/_animate.scss */
  40% { -webkit-transform: perspective(400px) rotateY(-10deg); -ms-transform: perspective(400px) rotateY(-10deg); transform: perspective(400px) rotateY(-10deg); }
  /* line 1786, ../sass/vendor/_animate.scss */
  70% { -webkit-transform: perspective(400px) rotateY(10deg); -ms-transform: perspective(400px) rotateY(10deg); transform: perspective(400px) rotateY(10deg); }
  /* line 1792, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: perspective(400px) rotateY(0deg); -ms-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(0deg); opacity: 1; } }

/* line 1800, ../sass/vendor/_animate.scss */
.flipInY { -webkit-backface-visibility: visible !important; -ms-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipInY; animation-name: flipInY; }

@-webkit-keyframes flipOutX { /* line 1809, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1; }
  /* line 1815, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0; } }

@keyframes flipOutX { /* line 1823, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: perspective(400px) rotateX(0deg); -ms-transform: perspective(400px) rotateX(0deg); transform: perspective(400px) rotateX(0deg); opacity: 1; }
  /* line 1830, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: perspective(400px) rotateX(90deg); -ms-transform: perspective(400px) rotateX(90deg); transform: perspective(400px) rotateX(90deg); opacity: 0; } }

/* line 1838, ../sass/vendor/_animate.scss */
.flipOutX { -webkit-animation-name: flipOutX; animation-name: flipOutX; -webkit-backface-visibility: visible !important; -ms-backface-visibility: visible !important; backface-visibility: visible !important; }

@-webkit-keyframes flipOutY { /* line 1847, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(0deg); opacity: 1; }
  /* line 1853, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0; } }

@keyframes flipOutY { /* line 1861, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: perspective(400px) rotateY(0deg); -ms-transform: perspective(400px) rotateY(0deg); transform: perspective(400px) rotateY(0deg); opacity: 1; }
  /* line 1868, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: perspective(400px) rotateY(90deg); -ms-transform: perspective(400px) rotateY(90deg); transform: perspective(400px) rotateY(90deg); opacity: 0; } }

/* line 1876, ../sass/vendor/_animate.scss */
.flipOutY { -webkit-backface-visibility: visible !important; -ms-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: flipOutY; animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn { /* line 1885, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateX(100%) skewX(-30deg); transform: translateX(100%) skewX(-30deg); opacity: 0; }
  /* line 1891, ../sass/vendor/_animate.scss */
  60% { -webkit-transform: translateX(-20%) skewX(30deg); transform: translateX(-20%) skewX(30deg); opacity: 1; }
  /* line 1897, ../sass/vendor/_animate.scss */
  80% { -webkit-transform: translateX(0%) skewX(-15deg); transform: translateX(0%) skewX(-15deg); opacity: 1; }
  /* line 1903, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateX(0%) skewX(0deg); transform: translateX(0%) skewX(0deg); opacity: 1; } }

@keyframes lightSpeedIn { /* line 1911, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateX(100%) skewX(-30deg); -ms-transform: translateX(100%) skewX(-30deg); transform: translateX(100%) skewX(-30deg); opacity: 0; }
  /* line 1918, ../sass/vendor/_animate.scss */
  60% { -webkit-transform: translateX(-20%) skewX(30deg); -ms-transform: translateX(-20%) skewX(30deg); transform: translateX(-20%) skewX(30deg); opacity: 1; }
  /* line 1925, ../sass/vendor/_animate.scss */
  80% { -webkit-transform: translateX(0%) skewX(-15deg); -ms-transform: translateX(0%) skewX(-15deg); transform: translateX(0%) skewX(-15deg); opacity: 1; }
  /* line 1932, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateX(0%) skewX(0deg); -ms-transform: translateX(0%) skewX(0deg); transform: translateX(0%) skewX(0deg); opacity: 1; } }

/* line 1940, ../sass/vendor/_animate.scss */
.lightSpeedIn { -webkit-animation-name: lightSpeedIn; animation-name: lightSpeedIn; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut { /* line 1948, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateX(0%) skewX(0deg); transform: translateX(0%) skewX(0deg); opacity: 1; }
  /* line 1954, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateX(100%) skewX(-30deg); transform: translateX(100%) skewX(-30deg); opacity: 0; } }

@keyframes lightSpeedOut { /* line 1962, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateX(0%) skewX(0deg); -ms-transform: translateX(0%) skewX(0deg); transform: translateX(0%) skewX(0deg); opacity: 1; }
  /* line 1969, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateX(100%) skewX(-30deg); -ms-transform: translateX(100%) skewX(-30deg); transform: translateX(100%) skewX(-30deg); opacity: 0; } }

/* line 1977, ../sass/vendor/_animate.scss */
.lightSpeedOut { -webkit-animation-name: lightSpeedOut; animation-name: lightSpeedOut; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn { /* line 1985, ../sass/vendor/_animate.scss */
  0% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(-200deg); transform: rotate(-200deg); opacity: 0; }
  /* line 1993, ../sass/vendor/_animate.scss */
  100% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } }

@keyframes rotateIn { /* line 2003, ../sass/vendor/_animate.scss */
  0% { -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(-200deg); -ms-transform: rotate(-200deg); transform: rotate(-200deg); opacity: 0; }
  /* line 2013, ../sass/vendor/_animate.scss */
  100% { -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); opacity: 1; } }

/* line 2024, ../sass/vendor/_animate.scss */
.rotateIn { -webkit-animation-name: rotateIn; animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft { /* line 2030, ../sass/vendor/_animate.scss */
  0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; }
  /* line 2038, ../sass/vendor/_animate.scss */
  100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } }

@keyframes rotateInDownLeft { /* line 2048, ../sass/vendor/_animate.scss */
  0% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; }
  /* line 2058, ../sass/vendor/_animate.scss */
  100% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); opacity: 1; } }

/* line 2069, ../sass/vendor/_animate.scss */
.rotateInDownLeft { -webkit-animation-name: rotateInDownLeft; animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight { /* line 2075, ../sass/vendor/_animate.scss */
  0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; }
  /* line 2083, ../sass/vendor/_animate.scss */
  100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } }

@keyframes rotateInDownRight { /* line 2093, ../sass/vendor/_animate.scss */
  0% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; }
  /* line 2103, ../sass/vendor/_animate.scss */
  100% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); opacity: 1; } }

/* line 2114, ../sass/vendor/_animate.scss */
.rotateInDownRight { -webkit-animation-name: rotateInDownRight; animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft { /* line 2120, ../sass/vendor/_animate.scss */
  0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; }
  /* line 2128, ../sass/vendor/_animate.scss */
  100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } }

@keyframes rotateInUpLeft { /* line 2138, ../sass/vendor/_animate.scss */
  0% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; }
  /* line 2148, ../sass/vendor/_animate.scss */
  100% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); opacity: 1; } }

/* line 2159, ../sass/vendor/_animate.scss */
.rotateInUpLeft { -webkit-animation-name: rotateInUpLeft; animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight { /* line 2165, ../sass/vendor/_animate.scss */
  0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; }
  /* line 2173, ../sass/vendor/_animate.scss */
  100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; } }

@keyframes rotateInUpRight { /* line 2183, ../sass/vendor/_animate.scss */
  0% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; }
  /* line 2193, ../sass/vendor/_animate.scss */
  100% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); opacity: 1; } }

/* line 2204, ../sass/vendor/_animate.scss */
.rotateInUpRight { -webkit-animation-name: rotateInUpRight; animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut { /* line 2210, ../sass/vendor/_animate.scss */
  0% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; }
  /* line 2218, ../sass/vendor/_animate.scss */
  100% { -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(200deg); transform: rotate(200deg); opacity: 0; } }

@keyframes rotateOut { /* line 2228, ../sass/vendor/_animate.scss */
  0% { -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); opacity: 1; }
  /* line 2238, ../sass/vendor/_animate.scss */
  100% { -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(200deg); -ms-transform: rotate(200deg); transform: rotate(200deg); opacity: 0; } }

/* line 2249, ../sass/vendor/_animate.scss */
.rotateOut { -webkit-animation-name: rotateOut; animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft { /* line 2255, ../sass/vendor/_animate.scss */
  0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; }
  /* line 2263, ../sass/vendor/_animate.scss */
  100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } }

@keyframes rotateOutDownLeft { /* line 2273, ../sass/vendor/_animate.scss */
  0% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); opacity: 1; }
  /* line 2283, ../sass/vendor/_animate.scss */
  100% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } }

/* line 2294, ../sass/vendor/_animate.scss */
.rotateOutDownLeft { -webkit-animation-name: rotateOutDownLeft; animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight { /* line 2300, ../sass/vendor/_animate.scss */
  0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; }
  /* line 2308, ../sass/vendor/_animate.scss */
  100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } }

@keyframes rotateOutDownRight { /* line 2318, ../sass/vendor/_animate.scss */
  0% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); opacity: 1; }
  /* line 2328, ../sass/vendor/_animate.scss */
  100% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } }

/* line 2339, ../sass/vendor/_animate.scss */
.rotateOutDownRight { -webkit-animation-name: rotateOutDownRight; animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft { /* line 2345, ../sass/vendor/_animate.scss */
  0% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; }
  /* line 2353, ../sass/vendor/_animate.scss */
  100% { -webkit-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } }

@keyframes rotateOutUpLeft { /* line 2363, ../sass/vendor/_animate.scss */
  0% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); opacity: 1; }
  /* line 2373, ../sass/vendor/_animate.scss */
  100% { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; } }

/* line 2384, ../sass/vendor/_animate.scss */
.rotateOutUpLeft { -webkit-animation-name: rotateOutUpLeft; animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight { /* line 2390, ../sass/vendor/_animate.scss */
  0% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); transform: rotate(0); opacity: 1; }
  /* line 2398, ../sass/vendor/_animate.scss */
  100% { -webkit-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } }

@keyframes rotateOutUpRight { /* line 2408, ../sass/vendor/_animate.scss */
  0% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); opacity: 1; }
  /* line 2418, ../sass/vendor/_animate.scss */
  100% { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); opacity: 0; } }

/* line 2429, ../sass/vendor/_animate.scss */
.rotateOutUpRight { -webkit-animation-name: rotateOutUpRight; animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown { /* line 2435, ../sass/vendor/_animate.scss */
  0% { visibility: visible; opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); }
  /* line 2442, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateY(0); transform: translateY(0); } }

@keyframes slideInDown { /* line 2449, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); transform: translateY(-2000px); }
  /* line 2456, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }

/* line 2463, ../sass/vendor/_animate.scss */
.slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; }

@-webkit-keyframes slideInLeft { /* line 2469, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); }
  /* line 2475, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateX(0); transform: translateX(0); } }

@keyframes slideInLeft { /* line 2482, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateX(-2000px); -ms-transform: translateX(-2000px); transform: translateX(-2000px); }
  /* line 2489, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } }

/* line 2496, ../sass/vendor/_animate.scss */
.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }

@-webkit-keyframes slideInRight { /* line 2502, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); }
  /* line 2508, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateX(0); transform: translateX(0); } }

@keyframes slideInRight { /* line 2515, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateX(2000px); -ms-transform: translateX(2000px); transform: translateX(2000px); }
  /* line 2522, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } }

/* line 2529, ../sass/vendor/_animate.scss */
.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft { /* line 2535, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  /* line 2540, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateX(-2000px); transform: translateX(-2000px); } }

@keyframes slideOutLeft { /* line 2548, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
  /* line 2554, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateX(-2000px); -ms-transform: translateX(-2000px); transform: translateX(-2000px); } }

/* line 2562, ../sass/vendor/_animate.scss */
.slideOutLeft { -webkit-animation-name: slideOutLeft; animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight { /* line 2568, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateX(0); transform: translateX(0); }
  /* line 2573, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateX(2000px); transform: translateX(2000px); } }

@keyframes slideOutRight { /* line 2581, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
  /* line 2587, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateX(2000px); -ms-transform: translateX(2000px); transform: translateX(2000px); } }

/* line 2595, ../sass/vendor/_animate.scss */
.slideOutRight { -webkit-animation-name: slideOutRight; animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp { /* line 2601, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateY(0); transform: translateY(0); }
  /* line 2606, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateY(-2000px); transform: translateY(-2000px); visibility: hidden; } }

@keyframes slideOutUp { /* line 2615, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
  /* line 2621, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); transform: translateY(-2000px); } }

/* line 2629, ../sass/vendor/_animate.scss */
.slideOutUp { -webkit-animation-name: slideOutUp; animation-name: slideOutUp; }

@-webkit-keyframes slideInUp { /* line 2635, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); }
  /* line 2641, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); } }

@keyframes slideInUp { /* line 2649, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateY(2000px); -ms-transform: translateY(2000px); transform: translateY(2000px); }
  /* line 2656, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } }

/* line 2664, ../sass/vendor/_animate.scss */
.slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; }

@-webkit-keyframes slideOutDown { /* line 2670, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateY(0); transform: translateY(0); }
  /* line 2675, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateY(2000px); transform: translateY(2000px); } }

@keyframes slideOutDown { /* line 2683, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
  /* line 2689, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateY(2000px); -ms-transform: translateY(2000px); transform: translateY(2000px); } }

/* line 2697, ../sass/vendor/_animate.scss */
.slideOutDown { -webkit-animation-name: slideOutDown; animation-name: slideOutDown; }

@-webkit-keyframes hinge { /* line 2703, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
  /* line 2712, ../sass/vendor/_animate.scss */
  20%, 60% { -webkit-transform: rotate(80deg); transform: rotate(80deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
  /* line 2721, ../sass/vendor/_animate.scss */
  40% { -webkit-transform: rotate(60deg); transform: rotate(60deg); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
  /* line 2730, ../sass/vendor/_animate.scss */
  80% { -webkit-transform: rotate(60deg) translateY(0); transform: rotate(60deg) translateY(0); -webkit-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; opacity: 1; }
  /* line 2740, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateY(700px); transform: translateY(700px); opacity: 0; } }

@keyframes hinge { /* line 2748, ../sass/vendor/_animate.scss */
  0% { -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
  /* line 2759, ../sass/vendor/_animate.scss */
  20%, 60% { -webkit-transform: rotate(80deg); -ms-transform: rotate(80deg); transform: rotate(80deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
  /* line 2770, ../sass/vendor/_animate.scss */
  40% { -webkit-transform: rotate(60deg); -ms-transform: rotate(60deg); transform: rotate(60deg); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
  /* line 2781, ../sass/vendor/_animate.scss */
  80% { -webkit-transform: rotate(60deg) translateY(0); -ms-transform: rotate(60deg) translateY(0); transform: rotate(60deg) translateY(0); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; opacity: 1; }
  /* line 2793, ../sass/vendor/_animate.scss */
  100% { -webkit-transform: translateY(700px); -ms-transform: translateY(700px); transform: translateY(700px); opacity: 0; } }

/* line 2801, ../sass/vendor/_animate.scss */
.hinge { -webkit-animation-name: hinge; animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn { /* line 2809, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); transform: translateX(-100%) rotate(-120deg); }
  /* line 2815, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn { /* line 2823, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); -ms-transform: translateX(-100%) rotate(-120deg); transform: translateX(-100%) rotate(-120deg); }
  /* line 2830, ../sass/vendor/_animate.scss */
  100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); -ms-transform: translateX(0px) rotate(0deg); transform: translateX(0px) rotate(0deg); } }

/* line 2838, ../sass/vendor/_animate.scss */
.rollIn { -webkit-animation-name: rollIn; animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut { /* line 2846, ../sass/vendor/_animate.scss */
  0% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); transform: translateX(0px) rotate(0deg); }
  /* line 2852, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateX(100%) rotate(120deg); transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut { /* line 2860, ../sass/vendor/_animate.scss */
  0% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); -ms-transform: translateX(0px) rotate(0deg); transform: translateX(0px) rotate(0deg); }
  /* line 2867, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: translateX(100%) rotate(120deg); -ms-transform: translateX(100%) rotate(120deg); transform: translateX(100%) rotate(120deg); } }

/* line 2875, ../sass/vendor/_animate.scss */
.rollOut { -webkit-animation-name: rollOut; animation-name: rollOut; }

@-webkit-keyframes zoomIn { /* line 2881, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: scale(0.3); transform: scale(0.3); }
  /* line 2887, ../sass/vendor/_animate.scss */
  50% { opacity: 1; } }

@keyframes zoomIn { /* line 2893, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: scale(0.3); -ms-transform: scale(0.3); transform: scale(0.3); }
  /* line 2900, ../sass/vendor/_animate.scss */
  50% { opacity: 1; } }

/* line 2905, ../sass/vendor/_animate.scss */
.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }

@-webkit-keyframes zoomInDown { /* line 2911, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: scale(0.1) translateY(-2000px); transform: scale(0.1) translateY(-2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
  /* line 2919, ../sass/vendor/_animate.scss */
  60% { opacity: 1; -webkit-transform: scale(0.475) translateY(60px); transform: scale(0.475) translateY(60px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } }

@keyframes zoomInDown { /* line 2929, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: scale(0.1) translateY(-2000px); -ms-transform: scale(0.1) translateY(-2000px); transform: scale(0.1) translateY(-2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
  /* line 2938, ../sass/vendor/_animate.scss */
  60% { opacity: 1; -webkit-transform: scale(0.475) translateY(60px); -ms-transform: scale(0.475) translateY(60px); transform: scale(0.475) translateY(60px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } }

/* line 2948, ../sass/vendor/_animate.scss */
.zoomInDown { -webkit-animation-name: zoomInDown; animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft { /* line 2954, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: scale(0.1) translateX(-2000px); transform: scale(0.1) translateX(-2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
  /* line 2962, ../sass/vendor/_animate.scss */
  60% { opacity: 1; -webkit-transform: scale(0.475) translateX(48px); transform: scale(0.475) translateX(48px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } }

@keyframes zoomInLeft { /* line 2972, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: scale(0.1) translateX(-2000px); -ms-transform: scale(0.1) translateX(-2000px); transform: scale(0.1) translateX(-2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
  /* line 2981, ../sass/vendor/_animate.scss */
  60% { opacity: 1; -webkit-transform: scale(0.475) translateX(48px); -ms-transform: scale(0.475) translateX(48px); transform: scale(0.475) translateX(48px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } }

/* line 2991, ../sass/vendor/_animate.scss */
.zoomInLeft { -webkit-animation-name: zoomInLeft; animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight { /* line 2997, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: scale(0.1) translateX(2000px); transform: scale(0.1) translateX(2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
  /* line 3005, ../sass/vendor/_animate.scss */
  60% { opacity: 1; -webkit-transform: scale(0.475) translateX(-48px); transform: scale(0.475) translateX(-48px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } }

@keyframes zoomInRight { /* line 3015, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: scale(0.1) translateX(2000px); -ms-transform: scale(0.1) translateX(2000px); transform: scale(0.1) translateX(2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
  /* line 3024, ../sass/vendor/_animate.scss */
  60% { opacity: 1; -webkit-transform: scale(0.475) translateX(-48px); -ms-transform: scale(0.475) translateX(-48px); transform: scale(0.475) translateX(-48px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } }

/* line 3034, ../sass/vendor/_animate.scss */
.zoomInRight { -webkit-animation-name: zoomInRight; animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp { /* line 3040, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: scale(0.1) translateY(2000px); transform: scale(0.1) translateY(2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
  /* line 3048, ../sass/vendor/_animate.scss */
  60% { opacity: 1; -webkit-transform: scale(0.475) translateY(-60px); transform: scale(0.475) translateY(-60px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } }

@keyframes zoomInUp { /* line 3058, ../sass/vendor/_animate.scss */
  0% { opacity: 0; -webkit-transform: scale(0.1) translateY(2000px); -ms-transform: scale(0.1) translateY(2000px); transform: scale(0.1) translateY(2000px); -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; }
  /* line 3067, ../sass/vendor/_animate.scss */
  60% { opacity: 1; -webkit-transform: scale(0.475) translateY(-60px); -ms-transform: scale(0.475) translateY(-60px); transform: scale(0.475) translateY(-60px); -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } }

/* line 3077, ../sass/vendor/_animate.scss */
.zoomInUp { -webkit-animation-name: zoomInUp; animation-name: zoomInUp; }

@-webkit-keyframes zoomOut { /* line 3083, ../sass/vendor/_animate.scss */
  0% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); }
  /* line 3089, ../sass/vendor/_animate.scss */
  50% { opacity: 0; -webkit-transform: scale(0.3); transform: scale(0.3); }
  /* line 3095, ../sass/vendor/_animate.scss */
  100% { opacity: 0; } }

@keyframes zoomOut { /* line 3101, ../sass/vendor/_animate.scss */
  0% { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }
  /* line 3108, ../sass/vendor/_animate.scss */
  50% { opacity: 0; -webkit-transform: scale(0.3); -ms-transform: scale(0.3); transform: scale(0.3); }
  /* line 3115, ../sass/vendor/_animate.scss */
  100% { opacity: 0; } }

/* line 3120, ../sass/vendor/_animate.scss */
.zoomOut { -webkit-animation-name: zoomOut; animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown { /* line 3126, ../sass/vendor/_animate.scss */
  40% { opacity: 1; -webkit-transform: scale(0.475) translateY(-60px); transform: scale(0.475) translateY(-60px); -webkit-animation-timing-function: linear; animation-timing-function: linear; }
  /* line 3134, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: scale(0.1) translateY(2000px); transform: scale(0.1) translateY(2000px); -webkit-transform-origin: center bottom; transform-origin: center bottom; } }

@keyframes zoomOutDown { /* line 3144, ../sass/vendor/_animate.scss */
  40% { opacity: 1; -webkit-transform: scale(0.475) translateY(-60px); -ms-transform: scale(0.475) translateY(-60px); transform: scale(0.475) translateY(-60px); -webkit-animation-timing-function: linear; animation-timing-function: linear; }
  /* line 3153, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: scale(0.1) translateY(2000px); -ms-transform: scale(0.1) translateY(2000px); transform: scale(0.1) translateY(2000px); -webkit-transform-origin: center bottom; -ms-transform-origin: center bottom; transform-origin: center bottom; } }

/* line 3164, ../sass/vendor/_animate.scss */
.zoomOutDown { -webkit-animation-name: zoomOutDown; animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft { /* line 3170, ../sass/vendor/_animate.scss */
  40% { opacity: 1; -webkit-transform: scale(0.475) translateX(42px); transform: scale(0.475) translateX(42px); -webkit-animation-timing-function: linear; animation-timing-function: linear; }
  /* line 3178, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: scale(0.1) translateX(-2000px); transform: scale(0.1) translateX(-2000px); -webkit-transform-origin: left center; transform-origin: left center; } }

@keyframes zoomOutLeft { /* line 3188, ../sass/vendor/_animate.scss */
  40% { opacity: 1; -webkit-transform: scale(0.475) translateX(42px); -ms-transform: scale(0.475) translateX(42px); transform: scale(0.475) translateX(42px); -webkit-animation-timing-function: linear; animation-timing-function: linear; }
  /* line 3197, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: scale(0.1) translateX(-2000px); -ms-transform: scale(0.1) translateX(-2000px); transform: scale(0.1) translateX(-2000px); -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; } }

/* line 3208, ../sass/vendor/_animate.scss */
.zoomOutLeft { -webkit-animation-name: zoomOutLeft; animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight { /* line 3214, ../sass/vendor/_animate.scss */
  40% { opacity: 1; -webkit-transform: scale(0.475) translateX(-42px); transform: scale(0.475) translateX(-42px); -webkit-animation-timing-function: linear; animation-timing-function: linear; }
  /* line 3222, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: scale(0.1) translateX(2000px); transform: scale(0.1) translateX(2000px); -webkit-transform-origin: right center; transform-origin: right center; } }

@keyframes zoomOutRight { /* line 3232, ../sass/vendor/_animate.scss */
  40% { opacity: 1; -webkit-transform: scale(0.475) translateX(-42px); -ms-transform: scale(0.475) translateX(-42px); transform: scale(0.475) translateX(-42px); -webkit-animation-timing-function: linear; animation-timing-function: linear; }
  /* line 3241, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: scale(0.1) translateX(2000px); -ms-transform: scale(0.1) translateX(2000px); transform: scale(0.1) translateX(2000px); -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; } }

/* line 3252, ../sass/vendor/_animate.scss */
.zoomOutRight { -webkit-animation-name: zoomOutRight; animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp { /* line 3258, ../sass/vendor/_animate.scss */
  40% { opacity: 1; -webkit-transform: scale(0.475) translateY(60px); transform: scale(0.475) translateY(60px); -webkit-animation-timing-function: linear; animation-timing-function: linear; }
  /* line 3266, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: scale(0.1) translateY(-2000px); transform: scale(0.1) translateY(-2000px); -webkit-transform-origin: center top; transform-origin: center top; } }

@keyframes zoomOutUp { /* line 3276, ../sass/vendor/_animate.scss */
  40% { opacity: 1; -webkit-transform: scale(0.475) translateY(60px); -ms-transform: scale(0.475) translateY(60px); transform: scale(0.475) translateY(60px); -webkit-animation-timing-function: linear; animation-timing-function: linear; }
  /* line 3285, ../sass/vendor/_animate.scss */
  100% { opacity: 0; -webkit-transform: scale(0.1) translateY(-2000px); -ms-transform: scale(0.1) translateY(-2000px); transform: scale(0.1) translateY(-2000px); -webkit-transform-origin: center top; -ms-transform-origin: center top; transform-origin: center top; } }

/* line 3296, ../sass/vendor/_animate.scss */
.zoomOutUp { -webkit-animation-name: zoomOutUp; animation-name: zoomOutUp; }

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (<none>)
 * Config saved to config.json and <none>
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 22, ../sass/_bootstrap-grid.scss */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* line 28, ../sass/_bootstrap-grid.scss */
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* line 34, ../sass/_bootstrap-grid.scss */
.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }

@media (min-width: 520px) { /* line 41, ../sass/_bootstrap-grid.scss */
  .container { width: 100%; }
  /* line 44, ../sass/_bootstrap-grid.scss */
  .mobile-only { display: block !important; } }
@media (min-width: 768px) { /* line 49, ../sass/_bootstrap-grid.scss */
  .container { width: 100%; } }
@media (min-width: 990px) { /* line 54, ../sass/_bootstrap-grid.scss */
  .container { width: 990px; }
  /* line 57, ../sass/_bootstrap-grid.scss */
  .mobile-only { display: none !important; } }
/* line 61, ../sass/_bootstrap-grid.scss */
.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }

/* line 67, ../sass/_bootstrap-grid.scss */
.row { margin-left: -15px; margin-right: -15px; }

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

/* line 77, ../sass/_bootstrap-grid.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }

/* line 80, ../sass/_bootstrap-grid.scss */
.col-xs-12 { width: 100%; }

/* line 83, ../sass/_bootstrap-grid.scss */
.col-xs-11 { width: 91.66666667%; }

/* line 86, ../sass/_bootstrap-grid.scss */
.col-xs-10 { width: 83.33333333%; }

/* line 89, ../sass/_bootstrap-grid.scss */
.col-xs-9 { width: 75%; }

/* line 92, ../sass/_bootstrap-grid.scss */
.col-xs-8 { width: 66.66666667%; }

/* line 95, ../sass/_bootstrap-grid.scss */
.col-xs-7 { width: 58.33333333%; }

/* line 98, ../sass/_bootstrap-grid.scss */
.col-xs-6 { width: 50%; }

/* line 101, ../sass/_bootstrap-grid.scss */
.col-xs-5 { width: 41.66666667%; }

/* line 104, ../sass/_bootstrap-grid.scss */
.col-xs-4 { width: 33.33333333%; }

/* line 107, ../sass/_bootstrap-grid.scss */
.col-xs-3 { width: 25%; }

/* line 110, ../sass/_bootstrap-grid.scss */
.col-xs-2 { width: 16.66666667%; }

/* line 113, ../sass/_bootstrap-grid.scss */
.col-xs-1 { width: 8.33333333%; }

/* line 116, ../sass/_bootstrap-grid.scss */
.col-xs-pull-12 { right: 100%; }

/* line 119, ../sass/_bootstrap-grid.scss */
.col-xs-pull-11 { right: 91.66666667%; }

/* line 122, ../sass/_bootstrap-grid.scss */
.col-xs-pull-10 { right: 83.33333333%; }

/* line 125, ../sass/_bootstrap-grid.scss */
.col-xs-pull-9 { right: 75%; }

/* line 128, ../sass/_bootstrap-grid.scss */
.col-xs-pull-8 { right: 66.66666667%; }

/* line 131, ../sass/_bootstrap-grid.scss */
.col-xs-pull-7 { right: 58.33333333%; }

/* line 134, ../sass/_bootstrap-grid.scss */
.col-xs-pull-6 { right: 50%; }

/* line 137, ../sass/_bootstrap-grid.scss */
.col-xs-pull-5 { right: 41.66666667%; }

/* line 140, ../sass/_bootstrap-grid.scss */
.col-xs-pull-4 { right: 33.33333333%; }

/* line 143, ../sass/_bootstrap-grid.scss */
.col-xs-pull-3 { right: 25%; }

/* line 146, ../sass/_bootstrap-grid.scss */
.col-xs-pull-2 { right: 16.66666667%; }

/* line 149, ../sass/_bootstrap-grid.scss */
.col-xs-pull-1 { right: 8.33333333%; }

/* line 152, ../sass/_bootstrap-grid.scss */
.col-xs-pull-0 { right: auto; }

/* line 155, ../sass/_bootstrap-grid.scss */
.col-xs-push-12 { left: 100%; }

/* line 158, ../sass/_bootstrap-grid.scss */
.col-xs-push-11 { left: 91.66666667%; }

/* line 161, ../sass/_bootstrap-grid.scss */
.col-xs-push-10 { left: 83.33333333%; }

/* line 164, ../sass/_bootstrap-grid.scss */
.col-xs-push-9 { left: 75%; }

/* line 167, ../sass/_bootstrap-grid.scss */
.col-xs-push-8 { left: 66.66666667%; }

/* line 170, ../sass/_bootstrap-grid.scss */
.col-xs-push-7 { left: 58.33333333%; }

/* line 173, ../sass/_bootstrap-grid.scss */
.col-xs-push-6 { left: 50%; }

/* line 176, ../sass/_bootstrap-grid.scss */
.col-xs-push-5 { left: 41.66666667%; }

/* line 179, ../sass/_bootstrap-grid.scss */
.col-xs-push-4 { left: 33.33333333%; }

/* line 182, ../sass/_bootstrap-grid.scss */
.col-xs-push-3 { left: 25%; }

/* line 185, ../sass/_bootstrap-grid.scss */
.col-xs-push-2 { left: 16.66666667%; }

/* line 188, ../sass/_bootstrap-grid.scss */
.col-xs-push-1 { left: 8.33333333%; }

/* line 191, ../sass/_bootstrap-grid.scss */
.col-xs-push-0 { left: auto; }

/* line 194, ../sass/_bootstrap-grid.scss */
.col-xs-offset-12 { margin-left: 100%; }

/* line 197, ../sass/_bootstrap-grid.scss */
.col-xs-offset-11 { margin-left: 91.66666667%; }

/* line 200, ../sass/_bootstrap-grid.scss */
.col-xs-offset-10 { margin-left: 83.33333333%; }

/* line 203, ../sass/_bootstrap-grid.scss */
.col-xs-offset-9 { margin-left: 75%; }

/* line 206, ../sass/_bootstrap-grid.scss */
.col-xs-offset-8 { margin-left: 66.66666667%; }

/* line 209, ../sass/_bootstrap-grid.scss */
.col-xs-offset-7 { margin-left: 58.33333333%; }

/* line 212, ../sass/_bootstrap-grid.scss */
.col-xs-offset-6 { margin-left: 50%; }

/* line 215, ../sass/_bootstrap-grid.scss */
.col-xs-offset-5 { margin-left: 41.66666667%; }

/* line 218, ../sass/_bootstrap-grid.scss */
.col-xs-offset-4 { margin-left: 33.33333333%; }

/* line 221, ../sass/_bootstrap-grid.scss */
.col-xs-offset-3 { margin-left: 25%; }

/* line 224, ../sass/_bootstrap-grid.scss */
.col-xs-offset-2 { margin-left: 16.66666667%; }

/* line 227, ../sass/_bootstrap-grid.scss */
.col-xs-offset-1 { margin-left: 8.33333333%; }

/* line 230, ../sass/_bootstrap-grid.scss */
.col-xs-offset-0 { margin-left: 0%; }

@media (min-width: 520px) { /* line 234, ../sass/_bootstrap-grid.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
  /* line 237, ../sass/_bootstrap-grid.scss */
  .col-sm-12 { width: 100%; }
  /* line 240, ../sass/_bootstrap-grid.scss */
  .col-sm-11 { width: 91.66666667%; }
  /* line 243, ../sass/_bootstrap-grid.scss */
  .col-sm-10 { width: 83.33333333%; }
  /* line 246, ../sass/_bootstrap-grid.scss */
  .col-sm-9 { width: 75%; }
  /* line 249, ../sass/_bootstrap-grid.scss */
  .col-sm-8 { width: 66.66666667%; }
  /* line 252, ../sass/_bootstrap-grid.scss */
  .col-sm-7 { width: 58.33333333%; }
  /* line 255, ../sass/_bootstrap-grid.scss */
  .col-sm-6 { width: 50%; }
  /* line 258, ../sass/_bootstrap-grid.scss */
  .col-sm-5 { width: 41.66666667%; }
  /* line 261, ../sass/_bootstrap-grid.scss */
  .col-sm-4 { width: 33.33333333%; }
  /* line 264, ../sass/_bootstrap-grid.scss */
  .col-sm-3 { width: 25%; }
  /* line 267, ../sass/_bootstrap-grid.scss */
  .col-sm-2 { width: 16.66666667%; }
  /* line 270, ../sass/_bootstrap-grid.scss */
  .col-sm-1 { width: 8.33333333%; }
  /* line 273, ../sass/_bootstrap-grid.scss */
  .col-sm-pull-12 { right: 100%; }
  /* line 276, ../sass/_bootstrap-grid.scss */
  .col-sm-pull-11 { right: 91.66666667%; }
  /* line 279, ../sass/_bootstrap-grid.scss */
  .col-sm-pull-10 { right: 83.33333333%; }
  /* line 282, ../sass/_bootstrap-grid.scss */
  .col-sm-pull-9 { right: 75%; }
  /* line 285, ../sass/_bootstrap-grid.scss */
  .col-sm-pull-8 { right: 66.66666667%; }
  /* line 288, ../sass/_bootstrap-grid.scss */
  .col-sm-pull-7 { right: 58.33333333%; }
  /* line 291, ../sass/_bootstrap-grid.scss */
  .col-sm-pull-6 { right: 50%; }
  /* line 294, ../sass/_bootstrap-grid.scss */
  .col-sm-pull-5 { right: 41.66666667%; }
  /* line 297, ../sass/_bootstrap-grid.scss */
  .col-sm-pull-4 { right: 33.33333333%; }
  /* line 300, ../sass/_bootstrap-grid.scss */
  .col-sm-pull-3 { right: 25%; }
  /* line 303, ../sass/_bootstrap-grid.scss */
  .col-sm-pull-2 { right: 16.66666667%; }
  /* line 306, ../sass/_bootstrap-grid.scss */
  .col-sm-pull-1 { right: 8.33333333%; }
  /* line 309, ../sass/_bootstrap-grid.scss */
  .col-sm-pull-0 { right: auto; }
  /* line 312, ../sass/_bootstrap-grid.scss */
  .col-sm-push-12 { left: 100%; }
  /* line 315, ../sass/_bootstrap-grid.scss */
  .col-sm-push-11 { left: 91.66666667%; }
  /* line 318, ../sass/_bootstrap-grid.scss */
  .col-sm-push-10 { left: 83.33333333%; }
  /* line 321, ../sass/_bootstrap-grid.scss */
  .col-sm-push-9 { left: 75%; }
  /* line 324, ../sass/_bootstrap-grid.scss */
  .col-sm-push-8 { left: 66.66666667%; }
  /* line 327, ../sass/_bootstrap-grid.scss */
  .col-sm-push-7 { left: 58.33333333%; }
  /* line 330, ../sass/_bootstrap-grid.scss */
  .col-sm-push-6 { left: 50%; }
  /* line 333, ../sass/_bootstrap-grid.scss */
  .col-sm-push-5 { left: 41.66666667%; }
  /* line 336, ../sass/_bootstrap-grid.scss */
  .col-sm-push-4 { left: 33.33333333%; }
  /* line 339, ../sass/_bootstrap-grid.scss */
  .col-sm-push-3 { left: 25%; }
  /* line 342, ../sass/_bootstrap-grid.scss */
  .col-sm-push-2 { left: 16.66666667%; }
  /* line 345, ../sass/_bootstrap-grid.scss */
  .col-sm-push-1 { left: 8.33333333%; }
  /* line 348, ../sass/_bootstrap-grid.scss */
  .col-sm-push-0 { left: auto; }
  /* line 351, ../sass/_bootstrap-grid.scss */
  .col-sm-offset-12 { margin-left: 100%; }
  /* line 354, ../sass/_bootstrap-grid.scss */
  .col-sm-offset-11 { margin-left: 91.66666667%; }
  /* line 357, ../sass/_bootstrap-grid.scss */
  .col-sm-offset-10 { margin-left: 83.33333333%; }
  /* line 360, ../sass/_bootstrap-grid.scss */
  .col-sm-offset-9 { margin-left: 75%; }
  /* line 363, ../sass/_bootstrap-grid.scss */
  .col-sm-offset-8 { margin-left: 66.66666667%; }
  /* line 366, ../sass/_bootstrap-grid.scss */
  .col-sm-offset-7 { margin-left: 58.33333333%; }
  /* line 369, ../sass/_bootstrap-grid.scss */
  .col-sm-offset-6 { margin-left: 50%; }
  /* line 372, ../sass/_bootstrap-grid.scss */
  .col-sm-offset-5 { margin-left: 41.66666667%; }
  /* line 375, ../sass/_bootstrap-grid.scss */
  .col-sm-offset-4 { margin-left: 33.33333333%; }
  /* line 378, ../sass/_bootstrap-grid.scss */
  .col-sm-offset-3 { margin-left: 25%; }
  /* line 381, ../sass/_bootstrap-grid.scss */
  .col-sm-offset-2 { margin-left: 16.66666667%; }
  /* line 384, ../sass/_bootstrap-grid.scss */
  .col-sm-offset-1 { margin-left: 8.33333333%; }
  /* line 387, ../sass/_bootstrap-grid.scss */
  .col-sm-offset-0 { margin-left: 0%; } }
@media (min-width: 768px) { /* line 392, ../sass/_bootstrap-grid.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
  /* line 395, ../sass/_bootstrap-grid.scss */
  .col-md-12 { width: 100%; }
  /* line 398, ../sass/_bootstrap-grid.scss */
  .col-md-11 { width: 91.66666667%; }
  /* line 401, ../sass/_bootstrap-grid.scss */
  .col-md-10 { width: 83.33333333%; }
  /* line 404, ../sass/_bootstrap-grid.scss */
  .col-md-9 { width: 75%; }
  /* line 407, ../sass/_bootstrap-grid.scss */
  .col-md-8 { width: 66.66666667%; }
  /* line 410, ../sass/_bootstrap-grid.scss */
  .col-md-7 { width: 58.33333333%; }
  /* line 413, ../sass/_bootstrap-grid.scss */
  .col-md-6 { width: 50%; }
  /* line 416, ../sass/_bootstrap-grid.scss */
  .col-md-5 { width: 41.66666667%; }
  /* line 419, ../sass/_bootstrap-grid.scss */
  .col-md-4 { width: 33.33333333%; }
  /* line 422, ../sass/_bootstrap-grid.scss */
  .col-md-3 { width: 25%; }
  /* line 425, ../sass/_bootstrap-grid.scss */
  .col-md-2 { width: 16.66666667%; }
  /* line 428, ../sass/_bootstrap-grid.scss */
  .col-md-1 { width: 8.33333333%; }
  /* line 431, ../sass/_bootstrap-grid.scss */
  .col-md-pull-12 { right: 100%; }
  /* line 434, ../sass/_bootstrap-grid.scss */
  .col-md-pull-11 { right: 91.66666667%; }
  /* line 437, ../sass/_bootstrap-grid.scss */
  .col-md-pull-10 { right: 83.33333333%; }
  /* line 440, ../sass/_bootstrap-grid.scss */
  .col-md-pull-9 { right: 75%; }
  /* line 443, ../sass/_bootstrap-grid.scss */
  .col-md-pull-8 { right: 66.66666667%; }
  /* line 446, ../sass/_bootstrap-grid.scss */
  .col-md-pull-7 { right: 58.33333333%; }
  /* line 449, ../sass/_bootstrap-grid.scss */
  .col-md-pull-6 { right: 50%; }
  /* line 452, ../sass/_bootstrap-grid.scss */
  .col-md-pull-5 { right: 41.66666667%; }
  /* line 455, ../sass/_bootstrap-grid.scss */
  .col-md-pull-4 { right: 33.33333333%; }
  /* line 458, ../sass/_bootstrap-grid.scss */
  .col-md-pull-3 { right: 25%; }
  /* line 461, ../sass/_bootstrap-grid.scss */
  .col-md-pull-2 { right: 16.66666667%; }
  /* line 464, ../sass/_bootstrap-grid.scss */
  .col-md-pull-1 { right: 8.33333333%; }
  /* line 467, ../sass/_bootstrap-grid.scss */
  .col-md-pull-0 { right: auto; }
  /* line 470, ../sass/_bootstrap-grid.scss */
  .col-md-push-12 { left: 100%; }
  /* line 473, ../sass/_bootstrap-grid.scss */
  .col-md-push-11 { left: 91.66666667%; }
  /* line 476, ../sass/_bootstrap-grid.scss */
  .col-md-push-10 { left: 83.33333333%; }
  /* line 479, ../sass/_bootstrap-grid.scss */
  .col-md-push-9 { left: 75%; }
  /* line 482, ../sass/_bootstrap-grid.scss */
  .col-md-push-8 { left: 66.66666667%; }
  /* line 485, ../sass/_bootstrap-grid.scss */
  .col-md-push-7 { left: 58.33333333%; }
  /* line 488, ../sass/_bootstrap-grid.scss */
  .col-md-push-6 { left: 50%; }
  /* line 491, ../sass/_bootstrap-grid.scss */
  .col-md-push-5 { left: 41.66666667%; }
  /* line 494, ../sass/_bootstrap-grid.scss */
  .col-md-push-4 { left: 33.33333333%; }
  /* line 497, ../sass/_bootstrap-grid.scss */
  .col-md-push-3 { left: 25%; }
  /* line 500, ../sass/_bootstrap-grid.scss */
  .col-md-push-2 { left: 16.66666667%; }
  /* line 503, ../sass/_bootstrap-grid.scss */
  .col-md-push-1 { left: 8.33333333%; }
  /* line 506, ../sass/_bootstrap-grid.scss */
  .col-md-push-0 { left: auto; }
  /* line 509, ../sass/_bootstrap-grid.scss */
  .col-md-offset-12 { margin-left: 100%; }
  /* line 512, ../sass/_bootstrap-grid.scss */
  .col-md-offset-11 { margin-left: 91.66666667%; }
  /* line 515, ../sass/_bootstrap-grid.scss */
  .col-md-offset-10 { margin-left: 83.33333333%; }
  /* line 518, ../sass/_bootstrap-grid.scss */
  .col-md-offset-9 { margin-left: 75%; }
  /* line 521, ../sass/_bootstrap-grid.scss */
  .col-md-offset-8 { margin-left: 66.66666667%; }
  /* line 524, ../sass/_bootstrap-grid.scss */
  .col-md-offset-7 { margin-left: 58.33333333%; }
  /* line 527, ../sass/_bootstrap-grid.scss */
  .col-md-offset-6 { margin-left: 50%; }
  /* line 530, ../sass/_bootstrap-grid.scss */
  .col-md-offset-5 { margin-left: 41.66666667%; }
  /* line 533, ../sass/_bootstrap-grid.scss */
  .col-md-offset-4 { margin-left: 33.33333333%; }
  /* line 536, ../sass/_bootstrap-grid.scss */
  .col-md-offset-3 { margin-left: 25%; }
  /* line 539, ../sass/_bootstrap-grid.scss */
  .col-md-offset-2 { margin-left: 16.66666667%; }
  /* line 542, ../sass/_bootstrap-grid.scss */
  .col-md-offset-1 { margin-left: 8.33333333%; }
  /* line 545, ../sass/_bootstrap-grid.scss */
  .col-md-offset-0 { margin-left: 0%; } }
@media (min-width: 990px) { /* line 550, ../sass/_bootstrap-grid.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
  /* line 553, ../sass/_bootstrap-grid.scss */
  .col-lg-12 { width: 100%; }
  /* line 556, ../sass/_bootstrap-grid.scss */
  .col-lg-11 { width: 91.66666667%; }
  /* line 559, ../sass/_bootstrap-grid.scss */
  .col-lg-10 { width: 83.33333333%; }
  /* line 562, ../sass/_bootstrap-grid.scss */
  .col-lg-9 { width: 75%; }
  /* line 565, ../sass/_bootstrap-grid.scss */
  .col-lg-8 { width: 66.66666667%; }
  /* line 568, ../sass/_bootstrap-grid.scss */
  .col-lg-7 { width: 58.33333333%; }
  /* line 571, ../sass/_bootstrap-grid.scss */
  .col-lg-6 { width: 50%; }
  /* line 574, ../sass/_bootstrap-grid.scss */
  .col-lg-5 { width: 41.66666667%; }
  /* line 577, ../sass/_bootstrap-grid.scss */
  .col-lg-4 { width: 33.33333333%; }
  /* line 580, ../sass/_bootstrap-grid.scss */
  .col-lg-3 { width: 25%; }
  /* line 583, ../sass/_bootstrap-grid.scss */
  .col-lg-2 { width: 16.66666667%; }
  /* line 586, ../sass/_bootstrap-grid.scss */
  .col-lg-1 { width: 8.33333333%; }
  /* line 589, ../sass/_bootstrap-grid.scss */
  .col-lg-pull-12 { right: 100%; }
  /* line 592, ../sass/_bootstrap-grid.scss */
  .col-lg-pull-11 { right: 91.66666667%; }
  /* line 595, ../sass/_bootstrap-grid.scss */
  .col-lg-pull-10 { right: 83.33333333%; }
  /* line 598, ../sass/_bootstrap-grid.scss */
  .col-lg-pull-9 { right: 75%; }
  /* line 601, ../sass/_bootstrap-grid.scss */
  .col-lg-pull-8 { right: 66.66666667%; }
  /* line 604, ../sass/_bootstrap-grid.scss */
  .col-lg-pull-7 { right: 58.33333333%; }
  /* line 607, ../sass/_bootstrap-grid.scss */
  .col-lg-pull-6 { right: 50%; }
  /* line 610, ../sass/_bootstrap-grid.scss */
  .col-lg-pull-5 { right: 41.66666667%; }
  /* line 613, ../sass/_bootstrap-grid.scss */
  .col-lg-pull-4 { right: 33.33333333%; }
  /* line 616, ../sass/_bootstrap-grid.scss */
  .col-lg-pull-3 { right: 25%; }
  /* line 619, ../sass/_bootstrap-grid.scss */
  .col-lg-pull-2 { right: 16.66666667%; }
  /* line 622, ../sass/_bootstrap-grid.scss */
  .col-lg-pull-1 { right: 8.33333333%; }
  /* line 625, ../sass/_bootstrap-grid.scss */
  .col-lg-pull-0 { right: auto; }
  /* line 628, ../sass/_bootstrap-grid.scss */
  .col-lg-push-12 { left: 100%; }
  /* line 631, ../sass/_bootstrap-grid.scss */
  .col-lg-push-11 { left: 91.66666667%; }
  /* line 634, ../sass/_bootstrap-grid.scss */
  .col-lg-push-10 { left: 83.33333333%; }
  /* line 637, ../sass/_bootstrap-grid.scss */
  .col-lg-push-9 { left: 75%; }
  /* line 640, ../sass/_bootstrap-grid.scss */
  .col-lg-push-8 { left: 66.66666667%; }
  /* line 643, ../sass/_bootstrap-grid.scss */
  .col-lg-push-7 { left: 58.33333333%; }
  /* line 646, ../sass/_bootstrap-grid.scss */
  .col-lg-push-6 { left: 50%; }
  /* line 649, ../sass/_bootstrap-grid.scss */
  .col-lg-push-5 { left: 41.66666667%; }
  /* line 652, ../sass/_bootstrap-grid.scss */
  .col-lg-push-4 { left: 33.33333333%; }
  /* line 655, ../sass/_bootstrap-grid.scss */
  .col-lg-push-3 { left: 25%; }
  /* line 658, ../sass/_bootstrap-grid.scss */
  .col-lg-push-2 { left: 16.66666667%; }
  /* line 661, ../sass/_bootstrap-grid.scss */
  .col-lg-push-1 { left: 8.33333333%; }
  /* line 664, ../sass/_bootstrap-grid.scss */
  .col-lg-push-0 { left: auto; }
  /* line 667, ../sass/_bootstrap-grid.scss */
  .col-lg-offset-12 { margin-left: 100%; }
  /* line 670, ../sass/_bootstrap-grid.scss */
  .col-lg-offset-11 { margin-left: 91.66666667%; }
  /* line 673, ../sass/_bootstrap-grid.scss */
  .col-lg-offset-10 { margin-left: 83.33333333%; }
  /* line 676, ../sass/_bootstrap-grid.scss */
  .col-lg-offset-9 { margin-left: 75%; }
  /* line 679, ../sass/_bootstrap-grid.scss */
  .col-lg-offset-8 { margin-left: 66.66666667%; }
  /* line 682, ../sass/_bootstrap-grid.scss */
  .col-lg-offset-7 { margin-left: 58.33333333%; }
  /* line 685, ../sass/_bootstrap-grid.scss */
  .col-lg-offset-6 { margin-left: 50%; }
  /* line 688, ../sass/_bootstrap-grid.scss */
  .col-lg-offset-5 { margin-left: 41.66666667%; }
  /* line 691, ../sass/_bootstrap-grid.scss */
  .col-lg-offset-4 { margin-left: 33.33333333%; }
  /* line 694, ../sass/_bootstrap-grid.scss */
  .col-lg-offset-3 { margin-left: 25%; }
  /* line 697, ../sass/_bootstrap-grid.scss */
  .col-lg-offset-2 { margin-left: 16.66666667%; }
  /* line 700, ../sass/_bootstrap-grid.scss */
  .col-lg-offset-1 { margin-left: 8.33333333%; }
  /* line 703, ../sass/_bootstrap-grid.scss */
  .col-lg-offset-0 { margin-left: 0%; } }
/* line 714, ../sass/_bootstrap-grid.scss */
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after { content: " "; display: table; }

/* line 721, ../sass/_bootstrap-grid.scss */
.clearfix:after, .container:after, .container-fluid:after, .row:after { clear: both; }

/* line 724, ../sass/_bootstrap-grid.scss */
.center-block { display: block; margin-left: auto; margin-right: auto; float: none !important; }

/* line 730, ../sass/_bootstrap-grid.scss */
.pull-right { float: right !important; }

/* line 733, ../sass/_bootstrap-grid.scss */
.pull-left { float: left !important; }

/* line 736, ../sass/_bootstrap-grid.scss */
.hide { display: none !important; }

/* line 739, ../sass/_bootstrap-grid.scss */
.show { display: block !important; }

/* line 742, ../sass/_bootstrap-grid.scss */
.invisible { visibility: hidden; }

/* line 745, ../sass/_bootstrap-grid.scss */
.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }

/* line 752, ../sass/_bootstrap-grid.scss */
.hidden { display: none !important; visibility: hidden !important; }

/* line 756, ../sass/_bootstrap-grid.scss */
.affix { position: fixed; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

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

/* line 767, ../sass/_bootstrap-grid.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; }

/* line 781, ../sass/_bootstrap-grid.scss */
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; }

@media (max-width: 519px) { /* line 785, ../sass/_bootstrap-grid.scss */
  .visible-xs { display: block !important; }
  /* line 788, ../sass/_bootstrap-grid.scss */
  table.visible-xs { display: table; }
  /* line 791, ../sass/_bootstrap-grid.scss */
  tr.visible-xs { display: table-row !important; }
  /* line 795, ../sass/_bootstrap-grid.scss */
  th.visible-xs, td.visible-xs { display: table-cell !important; } }
@media (max-width: 519px) { /* line 800, ../sass/_bootstrap-grid.scss */
  .visible-xs-block { display: block !important; } }
@media (max-width: 519px) { /* line 805, ../sass/_bootstrap-grid.scss */
  .visible-xs-inline { display: inline !important; } }
@media (max-width: 519px) { /* line 810, ../sass/_bootstrap-grid.scss */
  .visible-xs-inline-block { display: inline-block !important; } }
@media (min-width: 520px) and (max-width: 767px) { /* line 815, ../sass/_bootstrap-grid.scss */
  .visible-sm { display: block !important; }
  /* line 818, ../sass/_bootstrap-grid.scss */
  table.visible-sm { display: table; }
  /* line 821, ../sass/_bootstrap-grid.scss */
  tr.visible-sm { display: table-row !important; }
  /* line 825, ../sass/_bootstrap-grid.scss */
  th.visible-sm, td.visible-sm { display: table-cell !important; } }
@media (min-width: 520px) and (max-width: 767px) { /* line 830, ../sass/_bootstrap-grid.scss */
  .visible-sm-block { display: block !important; } }
@media (min-width: 520px) and (max-width: 767px) { /* line 835, ../sass/_bootstrap-grid.scss */
  .visible-sm-inline { display: inline !important; } }
@media (min-width: 520px) and (max-width: 767px) { /* line 840, ../sass/_bootstrap-grid.scss */
  .visible-sm-inline-block { display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 989px) { /* line 845, ../sass/_bootstrap-grid.scss */
  .visible-md { display: block !important; }
  /* line 848, ../sass/_bootstrap-grid.scss */
  table.visible-md { display: table; }
  /* line 851, ../sass/_bootstrap-grid.scss */
  tr.visible-md { display: table-row !important; }
  /* line 855, ../sass/_bootstrap-grid.scss */
  th.visible-md, td.visible-md { display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 989px) { /* line 860, ../sass/_bootstrap-grid.scss */
  .visible-md-block { display: block !important; } }
@media (min-width: 768px) and (max-width: 989px) { /* line 865, ../sass/_bootstrap-grid.scss */
  .visible-md-inline { display: inline !important; } }
@media (min-width: 768px) and (max-width: 989px) { /* line 870, ../sass/_bootstrap-grid.scss */
  .visible-md-inline-block { display: inline-block !important; } }
@media (min-width: 990px) { /* line 875, ../sass/_bootstrap-grid.scss */
  .visible-lg { display: block !important; }
  /* line 878, ../sass/_bootstrap-grid.scss */
  table.visible-lg { display: table; }
  /* line 881, ../sass/_bootstrap-grid.scss */
  tr.visible-lg { display: table-row !important; }
  /* line 885, ../sass/_bootstrap-grid.scss */
  th.visible-lg, td.visible-lg { display: table-cell !important; } }
@media (min-width: 990px) { /* line 890, ../sass/_bootstrap-grid.scss */
  .visible-lg-block { display: block !important; } }
@media (min-width: 990px) { /* line 895, ../sass/_bootstrap-grid.scss */
  .visible-lg-inline { display: inline !important; } }
@media (min-width: 990px) { /* line 900, ../sass/_bootstrap-grid.scss */
  .visible-lg-inline-block { display: inline-block !important; } }
@media (max-width: 519px) { /* line 905, ../sass/_bootstrap-grid.scss */
  .hidden-xs { display: none !important; } }
@media (min-width: 520px) and (max-width: 767px) { /* line 910, ../sass/_bootstrap-grid.scss */
  .hidden-sm { display: none !important; } }
@media (min-width: 768px) and (max-width: 989px) { /* line 915, ../sass/_bootstrap-grid.scss */
  .hidden-md { display: none !important; } }
@media (min-width: 990px) { /* line 920, ../sass/_bootstrap-grid.scss */
  .hidden-lg { display: none !important; } }
/* line 924, ../sass/_bootstrap-grid.scss */
.visible-print { display: none !important; }

@media print { /* line 928, ../sass/_bootstrap-grid.scss */
  .visible-print { display: block !important; }
  /* line 931, ../sass/_bootstrap-grid.scss */
  table.visible-print { display: table; }
  /* line 934, ../sass/_bootstrap-grid.scss */
  tr.visible-print { display: table-row !important; }
  /* line 938, ../sass/_bootstrap-grid.scss */
  th.visible-print, td.visible-print { display: table-cell !important; } }
/* line 942, ../sass/_bootstrap-grid.scss */
.visible-print-block { display: none !important; }

@media print { /* line 946, ../sass/_bootstrap-grid.scss */
  .visible-print-block { display: block !important; } }
/* line 950, ../sass/_bootstrap-grid.scss */
.visible-print-inline { display: none !important; }

@media print { /* line 954, ../sass/_bootstrap-grid.scss */
  .visible-print-inline { display: inline !important; } }
/* line 958, ../sass/_bootstrap-grid.scss */
.visible-print-inline-block { display: none !important; }

@media print { /* line 962, ../sass/_bootstrap-grid.scss */
  .visible-print-inline-block { display: inline-block !important; } }
@media print { /* line 967, ../sass/_bootstrap-grid.scss */
  .hidden-print { display: none !important; } }

/* ================================= 1 FONT FAMILIES ================================= */
/*@font-face { font-family: 'Conv_Gotham'; src: url("../font/Gotham-Book.eot"); src: url("../font/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../font/Gotham-Book.woff") format("woff"), url("../font/Gotham-Book.ttf") format("truetype"), url("../font/Gotham-Book.svg") format("svg"); font-weight: normal; font-style: normal; }

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

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

@font-face { font-family: 'Conv_Gotham'; src: url("../font/Gotham-Bold.eot"); src: url("../font/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Gotham-Bold.woff") format("woff"), url("../font/Gotham-Bold.ttf") format("truetype"), url("../font/Gotham-Bold.svg") format("svg"); font-weight: 900; font-style: normal; }
*/
/* line 48, ../sass/_type.scss */
.text-left { text-align: left; }

/* ================================= 2 FONT SIZING ================================= */
/* line 53, ../sass/_type.scss */
html { font-size: 62.5%; -webkit-font-smoothing: antialiased; }

/* line 57, ../sass/_type.scss */
body { font-size: 15px; font-size: 1.5rem; }

/* line 61, ../sass/_type.scss */
.site-container { background: #fff; }

/* line 65, ../sass/_type.scss */
.site-main { overflow: hidden; }

/* line 69, ../sass/_type.scss */
img { display: block; margin: 0; padding: 0; width: 100%; height: auto; }

/* line 77, ../sass/_type.scss */
h1, h2, h3, h4, h5, h6, strong { color: #333; }

/* line 81, ../sass/_type.scss */
h1 { font-size: 20px; font-size: 2rem; font-weight: bold; }

/* line 86, ../sass/_type.scss */
h2 { font-size: 40px; font-size: 4rem; color: #cb0000; }

/* line 91, ../sass/_type.scss */
h3 { font-size: 1.8em; font-size: 18px; font-size: 1.8rem; font-weight: bold; }

/* line 96, ../sass/_type.scss */
h4 { font-size: 15px; font-size: 1.5rem; }

/* line 100, ../sass/_type.scss */
h5, h6 { font-size: 1.2em; font-size: 12px; font-size: 1.2rem; }

/* line 107, ../sass/_type.scss */
body { background: #ffffff; color: #666; line-height: 1.4; }

/* line 114, ../sass/_type.scss */
.center-text { text-align: center; }

/*body, input, textarea, select { font-family: "Conv_Gotham", Arial, Helvetica, sans-serif; }*/
body, input, textarea, select {font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif; }

/* ================================= 2.3 ANCHORS ================================= */
/* line 122, ../sass/_type.scss */
a { text-decoration: underline; }

/* ================================= 2.4 HEADERS ================================= */
/* line 131, ../sass/_type.scss */
h1, h2, h3, h4, h5, h6 { text-rendering: optimizeLegibility; }


/*h1 { font-family: "Conv_Gotham", Arial, Helvetica, sans-serif; font-weight: bold; margin: 0 0 10px 0; color: #333333; }*/
h1 { font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif; font-weight: bold; margin: 0 0 10px 0; color: #333333;  }
/* line 138, ../sass/_type.scss */

/*h2 { font-family: "Conv_Gotham", Arial, Helvetica, sans-serif; font-weight: lighter; margin: 0 0 10px 0; padding: 0 0 5px 0; }*/
h2 {font-family: 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif;font-weight: lighter; margin: 0 0 10px 0; padding: 0 0 5px 0;}

/* line 144, ../sass/_type.scss */
.final-block h3 { color: #007777; }

/*  CONTENTS
  1.0 RESETS
  2.0 HTML ELEMENTS - GENERIC STYLES
  6.0 CLEARING AND GENERIC STYLES
*/
/* ================================================================== 1.0 RESETS ================================================================== */
/* apply a natural box layout model to all elements */
/* line 9, ../sass/_base.scss */
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* ================================================================== 2.0 CLEARING AND GENERIC STYLES  ========================================== */
/* line 16, ../sass/_base.scss */
.clear:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; /*IE6*/ }

/* line 17, ../sass/_base.scss */
.clear { display: block; }

/* line 18, ../sass/_base.scss */
.padding { padding: 10px; }

/* line 19, ../sass/_base.scss */
.hide { display: none; }

/* line 20, ../sass/_base.scss */
.hidden { left: -500px; position: absolute; top: -500px; width: 100px; }

/* line 23, ../sass/_base.scss */
.ir { background-color: transparent; border: 0; overflow: hidden; /* IE 6/7 fallback */ *text-indent: -9999px; }

/* line 31, ../sass/_base.scss */
.ir:before { content: ""; display: block; width: 0; height: 150%; }

/* Generic buttons */
/* line 40, ../sass/_base.scss */
.btn { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #009697; border: none; color: #fff; cursor: pointer; display: inline-block; font-weight: bold; margin: 0; padding: 10px 25px; position: relative; text-decoration: none; -webkit-appearance: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
/* line 54, ../sass/_base.scss */
.btn:hover, .btn:focus { background: #009091; }
/* line 57, ../sass/_base.scss */
.btn:active { background: #005d5e; }
/* line 60, ../sass/_base.scss */
.btn.tall { padding: 20px 65px; }
/* line 63, ../sass/_base.scss */
.btn.block { display: block; text-align: center; }

/* line 68, ../sass/_base.scss */
button.btn { padding: 9px 25px; }

/* line 72, ../sass/_base.scss */
.btn-icon { cursor: pointer; display: inline-block; font-weight: bold; color: #009697; text-decoration: none; }
/* line 79, ../sass/_base.scss */
.btn-icon .icon { margin-left: 5px; }

/* ================================= 4 CONTENT STYLING =============================== */
/* line 206, ../sass/_base.scss */
.content-block { position: relative; margin-bottom: 45px; margin-top: 100px; }
/* line 211, ../sass/_base.scss */
.content-block img { width: 100%; height: auto; display: block; margin: 0; padding: 0; }

/* line 220, ../sass/_base.scss */
.green-circle-right { position: absolute; height: auto; width: auto; right: 0; margin-top: 270px; display: none; }

/* line 229, ../sass/_base.scss */
.green-circle-left { position: absolute; height: auto; width: auto; left: 0; margin-top: 390px; display: none; }

@media only screen and (min-width: 1090px) { /* line 240, ../sass/_base.scss */
  .green-circle-left, .green-circle-right { display: block; } }
/*Carousels */
/* line 247, ../sass/_base.scss */
.intro-carousel, .tabbed-carousel-grid { position: relative; }
/* line 249, ../sass/_base.scss */
.intro-carousel .slide, .tabbed-carousel-grid .slide { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; }
/* line 252, ../sass/_base.scss */
.intro-carousel .slide img, .tabbed-carousel-grid .slide img { width: 100%; }
/* line 255, ../sass/_base.scss */
.intro-carousel .slide img.eos-logo, .tabbed-carousel-grid .slide img.eos-logo { position: absolute; left: 5%; top: 10%; width: auto; }


/* line 337, ../sass/_base.scss */
.intro-carousel { position: relative; }
/* line 339, ../sass/_base.scss */
.intro-carousel .rsBullets { position: absolute; bottom: 10px; width: 100%; text-align: center; }
/* line 345, ../sass/_base.scss */
.intro-carousel .rsBullets .rsBullet { cursor: pointer; display: inline-block; width: 8px; height: 8px; background: #ccc; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; margin: 0 3px; }
/* line 354, ../sass/_base.scss */
.intro-carousel .rsBullets .rsBullet.rsNavSelected { background: #fff; }

/* line 363, ../sass/_base.scss */
.v-center-wrap { margin-bottom: 60px; }
.trademark { border-top: 1px solid #dbdcdd; }

@media (min-width: 520px) { /* line 367, ../sass/_base.scss */
    .v-center-wrap {
        display: table;
        width: 100%;
        height: 100%;
    }
        /* line 372, ../sass/_base.scss */
        .v-center-wrap.row, .v-center-wrap .row {
            margin: 0;
        }
        /* line 376, ../sass/_base.scss */
        .v-center-wrap .v-center {
            display: table-cell;
            vertical-align: middle;
            float: none;
        }

            /*
    Bedekar, Swapnil
Sprint 15: 1259 - Formatting of title & positioning logic of CS-Module-General-Compact-Left & Right modules on Smartphone device
==========================  START =============================
*/
            .v-center-wrap .v-center.push-right {
                float: right !important;
            }

            .v-center-wrap .v-center.push-left {
                float: left !important;
            }
    /*
===========================  END ==============================
Sprint 15: 1259 - Formatting of title & positioning logic of CS-Module-General-Compact-Left & Right modules on Smartphone device
*/
}

/* line 384, ../sass/_base.scss */
.image-text-block { margin-bottom: 60px; }
/* line 387, ../sass/_base.scss */
.image-text-block:last-child { margin-bottom: 0; }

/* line 425, ../sass/_base.scss */
.specs .spec { font-size: 13px; font-size: 1.3rem; border-top: 1px solid #ccc; }
/* line 428, ../sass/_base.scss */
.specs .spec .row { padding-top: 15px; padding-bottom: 15px; }
/* line 434, ../sass/_base.scss */
.specs img { margin: 1em 0; width: 100%; }

/* line 444, ../sass/_base.scss */
.related-content { display: block; text-decoration: none; color: #4b4f54; }
/* line 449, ../sass/_base.scss */
.related-content .heading { color: #007777; }
/* line 454, ../sass/_base.scss */
.related-content:hover .heading { text-decoration: underline; }

/* line 1, ../sass/_cpt-header.scss */
.site-header { border-bottom: 1px solid #ccc; position: relative; z-index: 1; }
/* line 7, ../sass/_cpt-header.scss */
.site-header .container { height: 100%; position: relative; }
/* line 12, ../sass/_cpt-header.scss */
.site-header .current-region { color: #343434; text-decoration: none; display: block; padding: 30px 15px 7px; cursor: pointer; float: right; margin-right: 15px; font-size: 12px; font-size: 1.2rem; }
/* line 25, ../sass/_cpt-header.scss */
.site-header .current-region .icon { position: relative; top: -1px; margin-left: 4px; width: 11px; height: 7px; background-position: -242px -7px; }
/* line 34, ../sass/_cpt-header.scss */
.site-header .current-region:hover, .site-header .current-region.active, .site-header .current-region:focus { background: #eee; color: #cb0000; }
/* line 39, ../sass/_cpt-header.scss */
.site-header .current-region.active .icon { background-position: -242px 0; }
/* line 44, ../sass/_cpt-header.scss */
.site-header .mobile-menu-toggle { position: relative; width: 60px; height: 50px; background: #fff; padding: 0; top: 5px; }
/* line 53, ../sass/_cpt-header.scss */
.site-header .mobile-menu-toggle:hover { background: white !important; }
/* line 56, ../sass/_cpt-header.scss */
.site-header .mobile-menu-toggle .text { display: none; }
/* line 59, ../sass/_cpt-header.scss */
.site-header .mobile-menu-toggle .icon { width: 31px; height: 22px; background-position: -318px -49px; position: absolute; top: 50%; left: 15px; margin-top: -11px; }
@media (min-width: 990px) { /* line 1, ../sass/_cpt-header.scss */
  .site-header { height: 116px; } }

/* line 77, ../sass/_cpt-header.scss */
.searchform { float: right; margin: 11px 0 0; position: relative; z-index: 1; }
@media (min-width: 990px) { /* line 77, ../sass/_cpt-header.scss */
  .searchform { margin-top: 21px; } }
/* line 87, ../sass/_cpt-header.scss */
.searchform .textinput { width: 90px; padding: 5px 30px 5px 10px; border: 1px solid #eee; background: #eee; font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 32px; color: #333; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; -webkit-appearance: none; -webkit-transition: all 250ms; -moz-transition: all 250ms; -o-transition: all 250ms; transition: all 250ms; }
/* line 103, ../sass/_cpt-header.scss */
.searchform .textinput:focus { background: #fff; border: 1px solid #e6e6e6; outline: none; width: 150px; }
/* line 111, ../sass/_cpt-header.scss */
.searchform .textinput::-webkit-input-placeholder { color: #343434; }
/* line 115, ../sass/_cpt-header.scss */
.searchform .textinput:-moz-placeholder { /* Firefox 18- */ color: #343434; }
/* line 119, ../sass/_cpt-header.scss */
.searchform .textinput::-moz-placeholder { /* Firefox 19+ */ color: #343434; }
/* line 123, ../sass/_cpt-header.scss */
.searchform .textinput:-ms-input-placeholder { color: #343434; }
/* line 128, ../sass/_cpt-header.scss */
.searchform .submit { position: absolute; width: 32px; height: 100%; background: #cb0000; top: 0; right: 0; padding: 0; outline: none; background: url(../images/icons/icon-sprite.png) -321px -1px; }
/* line 141, ../sass/_cpt-header.scss */
.searchform .submit:hover, .searchform .submit:focus { background-color: #eee; }
@media (min-width: 990px) { /* line 148, ../sass/_cpt-header.scss */
  .searchform .textinput { width: 190px; }
  /* line 151, ../sass/_cpt-header.scss */
  .searchform .textinput:focus { width: 190px; } }



/* line 1, ../sass/_cpt-footer.scss */
.site-footer { color: #333; border-top: 0; text-align: left; }
/* line 6, ../sass/_cpt-footer.scss */
.site-footer .btn { color: #fff; text-decoration: none; }
/* line 11, ../sass/_cpt-footer.scss */
.site-footer .come-and-see { margin-top: 40px; }
/* line 15, ../sass/_cpt-footer.scss */
.site-footer .heading { font-weight: bold; font-size: 15px; font-size: 1.5rem; margin-bottom: 0; color: #cb0000; }
/* line 21, ../sass/_cpt-footer.scss */
.site-footer p { font-size: 14px; font-size: 1.4rem; }
/* line 25, ../sass/_cpt-footer.scss */
.site-footer .footer-links { margin: 0 !important; padding: 0 !important; }
/* line 29, ../sass/_cpt-footer.scss */
.site-footer .footer-links li { font-size: 1.4rem; margin: 0.8em 0; }
/* line 35, ../sass/_cpt-footer.scss */
.site-footer .footer-inline-links { border-top: 2px solid #eee; margin: 30px 0 0; padding: 15px 0 50px; text-align: center; }
/* line 41, ../sass/_cpt-footer.scss */
.site-footer .footer-inline-links li { display: inline-block; font-size: 14px; font-size: 1.4rem; margin-right: 15px; }
/* line 48, ../sass/_cpt-footer.scss */
.site-footer .social-links { margin: 1em 0 0; padding: 0; }
/* line 52, ../sass/_cpt-footer.scss */
.site-footer .social-links li { display: inline-block; margin-right: 5px; }
/* line 58, ../sass/_cpt-footer.scss */
.site-footer a { color: #333; text-decoration: none; }
/* line 62, ../sass/_cpt-footer.scss */
.site-footer a:hover { text-decoration: underline; }
@media (min-width: 990px) { /* line 68, ../sass/_cpt-footer.scss */
  .site-footer .footer-inline-links { text-align: left; } }

/* line 1, ../sass/_cpt-region-nav.scss */
.region-nav { display: none; background: #eee; outline: none; }
/* line 6, ../sass/_cpt-region-nav.scss */
.region-nav .container { position: relative; padding-top: 30px; }
/* line 11, ../sass/_cpt-region-nav.scss */
.region-nav .btn-close { display: block; position: absolute; top: 30px; right: 15px; }
/* line 19, ../sass/_cpt-region-nav.scss */
.region-nav .map-container { width: 234px; height: 125px; display: block; margin: 0 auto; position: relative; background: url(../images/map/world-map-blank.png) 0 0 no-repeat; }
/* line 26, ../sass/_cpt-region-nav.scss */
.region-nav .map-container .map { width: 100%; height: 100%; position: absolute; }
/* line 34, ../sass/_cpt-region-nav.scss */
.region-nav .region-tabs ul { margin: 0; padding: 0; }
/* line 39, ../sass/_cpt-region-nav.scss */
.region-nav .region-tabs > ul { border-bottom: 1px solid #b0b0b0; text-align: center; }
/* line 44, ../sass/_cpt-region-nav.scss */
.region-nav .region-tabs .tab-parent { display: inline-block; margin: 0 15px; }
/* line 48, ../sass/_cpt-region-nav.scss */
.region-nav .region-tabs .tab-parent > a { display: inline-block; font-weight: 600; color: #333; line-height: 40px; padding: 0 10px; position: relative; text-decoration: none; }
/* line 57, ../sass/_cpt-region-nav.scss */
.region-nav .region-tabs .tab-parent > a:hover, .region-nav .region-tabs .tab-parent > a:focus { color: #cb0000; }
/* line 61, ../sass/_cpt-region-nav.scss */
.region-nav .region-tabs .tab-parent > a.active-tab { color: #cb0000; }
/* line 64, ../sass/_cpt-region-nav.scss */
.region-nav .region-tabs .tab-parent > a.active-tab:after { content: ""; position: absolute; width: 14px; height: 7px; left: 50%; margin-left: -7px; bottom: -1px; -webkit-border-radius: 7px 7px 0 0; -moz-border-radius: 7px 7px 0 0; -ms-border-radius: 7px 7px 0 0; -o-border-radius: 7px 7px 0 0; border-radius: 7px 7px 0 0; background: #cb0000; }
/* line 79, ../sass/_cpt-region-nav.scss */
.region-nav .region-tabs .submenu { display: none; text-align: left; position: absolute; width: 100%; left: 0; padding: 20px 15px 20px 8%; }
/* line 91, ../sass/_cpt-region-nav.scss */
.region-nav .region-tabs .submenu a { text-decoration: none; color: #333; line-height: 26px; padding: 0 10px; font-size: 13px; font-size: 1.3rem; position: relative; display: inline-block; }
/* line 100, ../sass/_cpt-region-nav.scss */
.region-nav .region-tabs .submenu a:hover, .region-nav .region-tabs .submenu a:focus { color: #cb0000; }
/* line 104, ../sass/_cpt-region-nav.scss */
.region-nav .region-tabs .submenu a.active-region { color: #cb0000; font-weight: 500; }
/* line 108, ../sass/_cpt-region-nav.scss */
.region-nav .region-tabs .submenu a.active-region:before { content: ""; position: absolute; width: 6px; height: 6px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; left: -3px; top: 50%; margin-top: -4px; background: #cb0000; }
/* line 123, ../sass/_cpt-region-nav.scss */
.region-nav .region-tabs .submenu.active-pane { display: block; }

/* Header and navigation
-----------------------------------------*/
/* line 3, ../sass/_cpt-inpage-nav.scss */
.sticky-nav { background: #eff0f0; text-align: left; padding: 0; color: #333333; margin: 0; }
/* line 9, ../sass/_cpt-inpage-nav.scss */
.sticky-nav h1 { background: #ffffff; margin-bottom: 0; padding: 10px 20px; text-align: center; }
/* line 15, ../sass/_cpt-inpage-nav.scss */
.sticky-nav.stuck { z-index: 999; position: fixed; top: 0; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); width: 100%; }
/* line 22, ../sass/_cpt-inpage-nav.scss */
.sticky-nav .container { padding: 0; }

/* line 27, ../sass/_cpt-inpage-nav.scss */
.inpage-nav { position: relative; }
/* line 29, ../sass/_cpt-inpage-nav.scss */
.inpage-nav .open-menu { display: block; margin: 14px auto; }
/* line 33, ../sass/_cpt-inpage-nav.scss */
.inpage-nav .close-menu { display: none; margin: 7px auto; }
/* line 38, ../sass/_cpt-inpage-nav.scss */
.inpage-nav .current-item .displayed-menu-item { display: block; }
/* line 41, ../sass/_cpt-inpage-nav.scss */
.inpage-nav .current-item .back-to-top { display: none; }
/* line 47, ../sass/_cpt-inpage-nav.scss */
.inpage-nav.opened .current-item, .inpage-nav.opened .menu-toggle { background: #eff0f0; }
/* line 51, ../sass/_cpt-inpage-nav.scss */
.inpage-nav.opened .menu-toggle img { transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); }
/* line 58, ../sass/_cpt-inpage-nav.scss */
.inpage-nav.opened .current-item .back-to-top img { display: inline-block; margin-top: 13px; vertical-align: top; }
/* line 63, ../sass/_cpt-inpage-nav.scss */
.inpage-nav.opened .current-item .back-to-top a { text-decoration: none; color: #333333; }
/* line 69, ../sass/_cpt-inpage-nav.scss */
.inpage-nav ul { display: none; margin: 0; padding: 0; }
/* line 73, ../sass/_cpt-inpage-nav.scss */
.inpage-nav ul.animated { -webkit-animation-duration: 0.3s; animation-duration: 0.3s; }
/* line 77, ../sass/_cpt-inpage-nav.scss */
.inpage-nav ul li { float: none; display: block; border-right: none; border-bottom: 1px solid #6c7074; }
/* line 84, ../sass/_cpt-inpage-nav.scss */
.inpage-nav .menu-toggle { position: absolute; top: 48px; right: 0; float: right; width: 54px; height: 45px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 12px; }
/* line 93, ../sass/_cpt-inpage-nav.scss */
.inpage-nav .menu-toggle img { width: auto; max-height: 100%; margin: 0 auto; -webkit-transition: .2s linear; -moz-transition: .2s linear; transition: .2s linear; }
/* line 102, ../sass/_cpt-inpage-nav.scss */
.inpage-nav .current-item { width: 100%; height: 45px; padding: 5px 55px 0 20px; text-align: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #cb0000; font-size: 1em; line-height: 35px; position: relative; }
/* line 112, ../sass/_cpt-inpage-nav.scss */
.inpage-nav .current-item span { display: block; width: 8px; height: 16px; border-radius: 0 90px 90px 0; background: #cb0000; position: absolute; left: 0; top: 13px; }

/* line 124, ../sass/_cpt-inpage-nav.scss */
.social-sundries { display: none; }
/* line 127, ../sass/_cpt-inpage-nav.scss */
.social-sundries ul li { display: inline-block; }

/* line 132, ../sass/_cpt-inpage-nav.scss */
a.social { text-indent: -999em; white-space: nowrap; overflow: hidden; display: block; position: relative; top: 10px; }

/* line 140, ../sass/_cpt-inpage-nav.scss */
a.nav-link { color: black; text-decoration: none; display: block; min-height: 35px; padding: 10px 10px 10px 25px; position: relative; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
/* line 147, ../sass/_cpt-inpage-nav.scss */
a.nav-link span { display: none; width: 8px; height: 16px; border-radius: 0 90px 90px 0; background: #cb0000; position: absolute; left: 0; top: 8px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
/* line 159, ../sass/_cpt-inpage-nav.scss */
a.nav-link:hover, a.nav-link.active { color: #cb0000; }
/* line 163, ../sass/_cpt-inpage-nav.scss */
a.nav-link.active span { display: block; }

@media (min-width: 990px) { /* line 170, ../sass/_cpt-inpage-nav.scss */
  .sticky-nav { background: #eff0f0; text-align: left; padding: 0; color: #333333; margin: 0; }
  /* line 177, ../sass/_cpt-inpage-nav.scss */
  .sticky-nav h1 { display: block; padding: 10px 0; text-align: left; background: transparent; }
  /* line 184, ../sass/_cpt-inpage-nav.scss */
  .container { padding: 0 15px; }
  /* line 187, ../sass/_cpt-inpage-nav.scss */
  .inpage-nav { background: transparent; padding: 0; }
  /* line 190, ../sass/_cpt-inpage-nav.scss */
  .inpage-nav ul { display: block; background: transparent; }
  /* line 193, ../sass/_cpt-inpage-nav.scss */
  .inpage-nav ul li { display: inline-block; border: none; margin-bottom: 0; margin-right: 20px; }
  /* line 199, ../sass/_cpt-inpage-nav.scss */
  .inpage-nav ul li a { color: #333333; }
  /* line 205, ../sass/_cpt-inpage-nav.scss */
  .social-sundries { display: block; padding-top: 15px; }
  /* line 208, ../sass/_cpt-inpage-nav.scss */
  .social-sundries ul { margin: 0; padding: 0; }
  /* line 211, ../sass/_cpt-inpage-nav.scss */
  .social-sundries ul li { margin-left: 10px; margin-right: 0; }
  /* line 218, ../sass/_cpt-inpage-nav.scss */
  .stuck { z-index: 100; position: fixed; top: 0; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3); width: 100%; }
  /* line 225, ../sass/_cpt-inpage-nav.scss */
  a.nav-link { padding: 0; color: black; text-decoration: none; display: block; min-height: 35px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
  /* line 231, ../sass/_cpt-inpage-nav.scss */
  a.nav-link span { display: none; width: 16px; height: 8px; border-radius: 90px 90px 0 0; background: #cb0000; margin: -2px auto 0; position: inherit; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
  /* line 242, ../sass/_cpt-inpage-nav.scss */
  a.nav-link:hover, a.nav-link.active { color: #cb0000; }
  /* line 246, ../sass/_cpt-inpage-nav.scss */
  a.nav-link.active span { display: block; } }
/* line 1, ../sass/_cpt-products-nav.scss */
.products-nav { display: none; background: #eee; outline: none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-align: left; }
/* line 8, ../sass/_cpt-products-nav.scss */
.products-nav > .container { position: relative; }
/* line 12, ../sass/_cpt-products-nav.scss */
.products-nav ul { margin: 0; padding: 0; }
/* line 18, ../sass/_cpt-products-nav.scss */
.products-nav .submenu-parent > a { cursor: default; display: block; border-bottom: 1px solid #b0b0b0; text-decoration: none; color: #333; font-weight: 500; padding-bottom: 5px; margin-bottom: 13px; }
/* line 30, ../sass/_cpt-products-nav.scss */
.products-nav .submenu { margin-bottom: 50px; }
/* line 33, ../sass/_cpt-products-nav.scss */
.products-nav .submenu li { font-size: 13px; font-size: 1.3rem; margin-bottom: 1em; line-height: 1.2; }
/* line 38, ../sass/_cpt-products-nav.scss */
.products-nav .submenu li a { text-decoration: none; color: #333; }
/* line 42, ../sass/_cpt-products-nav.scss */
.products-nav .submenu li a:hover, .products-nav .submenu li a:focus { color: #cb0000; }
/* line 49, ../sass/_cpt-products-nav.scss */
.products-nav .slide { padding: 20px 0 0; }
/* line 53, ../sass/_cpt-products-nav.scss */
.products-nav .products-carousel { height: 570px; width: 960px; margin-top: 40px; }
/* line 59, ../sass/_cpt-products-nav.scss */
.products-nav .btn-close { position: absolute; top: 15px; right: 15px; }
/* line 66, ../sass/_cpt-products-nav.scss */
.products-nav .rsBullets { position: absolute; width: 130px; bottom: 28px; left: 50%; margin-left: -65px; text-align: center; }
/* line 74, ../sass/_cpt-products-nav.scss */
.products-nav .rsBullets .rsBullet { display: inline-block; width: 8px; height: 8px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; background: #bfbfbf; margin: 0 3px; cursor: pointer; }
/* line 83, ../sass/_cpt-products-nav.scss */
.products-nav .rsBullets .rsBullet.rsNavSelected { background: #333; }
/* line 88, ../sass/_cpt-products-nav.scss */
.lt-ie9 .products-nav .rsBullets { bottom: 34px; }
/* line 93, ../sass/_cpt-products-nav.scss */
.products-nav .rsArrow { width: 35px; height: 35px; background: url(../images/icons/icon-sprite.png); position: absolute; bottom: 20px; }
/* line 101, ../sass/_cpt-products-nav.scss */
.products-nav .rsArrowLeft { background-position: -135px -32px; left: 50%; margin-left: -100px; }
/* line 107, ../sass/_cpt-products-nav.scss */
.products-nav .rsArrowRight { background-position: -65px -32px; right: 50%; margin-right: -100px; }

/* line 1, ../sass/_cpt-gallery.scss */
.gallery { overflow: hidden; }

/* line 5, ../sass/_cpt-gallery.scss */
.image-carousel { width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* line 7, ../sass/_cpt-gallery.scss */
.image-carousel .rsSlide { opacity: 0.5; -webkit-transition: opacity 0.5s ease; -moz-transition: opacity 0.5s ease; -o-transition: opacity 0.5s ease; transition: opacity 0.5s ease; overflow: hidden; }
/* line 12, ../sass/_cpt-gallery.scss */
.image-carousel .rsSlide.rsActiveSlide { opacity: 1; }
/* line 16, ../sass/_cpt-gallery.scss */
.image-carousel .image-slide { float: left; width: 50%; position: relative; overflow: hidden; }
/* line 21, ../sass/_cpt-gallery.scss */
.image-carousel .image-slide .gallery-link { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; margin: 5px; overflow: hidden; position: relative; }
/* line 27, ../sass/_cpt-gallery.scss */
.image-carousel .image-slide .gallery-link img { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
/* line 31, ../sass/_cpt-gallery.scss */
.image-carousel .image-slide .gallery-link:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
/* line 39, ../sass/_cpt-gallery.scss */
.image-carousel .image-slide.quad .quad-holder { position: relative; float: left; overflow: hidden; width: 50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* line 45, ../sass/_cpt-gallery.scss */
.image-carousel .image-slide.quad .quad-holder:nth-child(3n) { clear: left; }
/* line 51, ../sass/_cpt-gallery.scss */
.image-carousel .rsBullets { position: absolute; bottom: 0; width: 100%; text-align: center; }
/* line 57, ../sass/_cpt-gallery.scss */
.image-carousel .rsBullets .rsBullet { cursor: pointer; display: inline-block; width: 8px; height: 8px; background: #ccc; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; margin: 0 3px; }
/* line 66, ../sass/_cpt-gallery.scss */
.image-carousel .rsBullets .rsBullet.rsNavSelected { background: #4b4f54; }

@media (min-width: 990px) { /* line 75, ../sass/_cpt-gallery.scss */
  .image-carousel .rsBullets { bottom: 50px; } }


/* line 1, ../sass/_cpt-product-carousel.scss */
.product-carousel { position: relative; width: 100%; margin-bottom: 20px;}
/* line 6, ../sass/_cpt-product-carousel.scss */
.product-carousel .product { display: block; float: left; width: 50%; padding: 0 15px; text-decoration: none; text-align: left; color: #4b4f54; }
/* line 15, ../sass/_cpt-product-carousel.scss */
.product-carousel .product img { margin-bottom: 1em; }
/* line 19, ../sass/_cpt-product-carousel.scss */
.product-carousel .product span { display: block; }
/* line 24, ../sass/_cpt-product-carousel.scss */
.product-carousel .product .category { font-weight: 500; }
/* line 28, ../sass/_cpt-product-carousel.scss */
.product-carousel .product .title { font-weight: 500; }
/* line 32, ../sass/_cpt-product-carousel.scss */
.product-carousel .product .description { font-size: 13px; font-size: 1.3rem; margin-top: 1em; }
/* line 39, ../sass/_cpt-product-carousel.scss */
.product-carousel a.product .title { color: #007777; }
/* line 44, ../sass/_cpt-product-carousel.scss */
.product-carousel a.product:hover .title { text-decoration: underline; }
/* line 50, ../sass/_cpt-product-carousel.scss */
.product-carousel .rsBullets { position: absolute; bottom: -30px; width: 100%; text-align: center; }
/* line 56, ../sass/_cpt-product-carousel.scss */
.product-carousel .rsBullets .rsBullet { cursor: pointer; display: inline-block; width: 8px; height: 8px; background: #ccc; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; margin: 0 3px; }
/* line 65, ../sass/_cpt-product-carousel.scss */
.product-carousel .rsBullets .rsBullet.rsNavSelected { background: #4b4f54; }

@media only screen and (min-width: 768px) { /* line 77, ../sass/_cpt-product-carousel.scss */
  .product-carousel .product { width: 25%; padding: 0 15px; margin: 0; } }
/* line 1, ../sass/_cpt-cookies.scss */
.cookie-policy { display: none; position: fixed; bottom: 0; left: 0; right: 0; color: #fff; background: #4b4f54; background: rgba(61, 65, 69, 0.9); padding: 15px 0 0; z-index: 99999; font-size: 11px; font-size: 1.1rem; }
/* line 14, ../sass/_cpt-cookies.scss */
.cookie-policy .container { position: relative; }
/* line 18, ../sass/_cpt-cookies.scss */
.cookie-policy .heading { color: #fff; font-size: 18px; font-size: 1.8rem; font-weight: 500; margin: 0; }
/* line 25, ../sass/_cpt-cookies.scss */
.cookie-policy p { margin: 1em 0; padding-right: 40px; }
/* line 30, ../sass/_cpt-cookies.scss */
.cookie-policy a { color: #fff; }
/* line 34, ../sass/_cpt-cookies.scss */
.cookie-policy .btn-close { position: absolute; top: 0; right: 15px; cursor: pointer; }
@media (min-width: 768px) { /* line 1, ../sass/_cpt-cookies.scss */
  .cookie-policy { font-size: 13px; font-size: 1.3rem; padding: 30px 0 15px; }
  /* line 45, ../sass/_cpt-cookies.scss */
  .cookie-policy .btn-close { top: -15px; } }
@media (min-width: 990px) { /* line 1, ../sass/_cpt-cookies.scss */
  .cookie-policy { font-size: 15px; font-size: 1.5rem; }
  /* line 54, ../sass/_cpt-cookies.scss */
  .cookie-policy .heading { font-size: 24px; font-size: 2.4rem; }
  /* line 58, ../sass/_cpt-cookies.scss */
  .cookie-policy .btn-close { top: 0; } }

/* line 1, ../sass/_page-specifications.scss */
.spec-banner { background: #ecefcc; }
@media (min-width: 520px) { /* line 1, ../sass/_page-specifications.scss */
  .spec-banner { padding: 20px 0; } }
@media (min-width: 990px) { /* line 1, ../sass/_page-specifications.scss */
  .spec-banner { padding: 60px 0; } }

/* line 13, ../sass/_page-specifications.scss */
.spec-header { background: #4b4f54; }
/* line 16, ../sass/_page-specifications.scss */
.spec-header .container { position: relative; }
/* line 20, ../sass/_page-specifications.scss */
.spec-header h1 { color: #fff; font-size: 40px; font-size: 4rem; font-weight: lighter; margin: 1em 0; }
/* line 27, ../sass/_page-specifications.scss */
.spec-header .btn-back { position: absolute; bottom: 15px; right: 15px; color: #d0d3d4; font-weight: bold; text-decoration: none; }
/* line 35, ../sass/_page-specifications.scss */
.spec-header .btn-back:hover { color: #fff; }

/* line 41, ../sass/_page-specifications.scss */
.spec-sheet { padding-top: 80px; }
/* line 45, ../sass/_page-specifications.scss */
.spec-sheet .heading { font-size: 22px; font-size: 2.2rem; color: #4b4f54; font-weight: bold; }
/* line 51, ../sass/_page-specifications.scss */
.spec-sheet .subheading { font-size: 14px; font-size: 1.4rem; color: #666; margin: 0; line-height: 1.6; }
/* line 58, ../sass/_page-specifications.scss */
.spec-sheet p { font-size: 14px; font-size: 1.4rem; margin: 0; line-height: 1.6; }
.page-accessories .spec-sheet p { margin: 1em 0;}
/* line 64, ../sass/_page-specifications.scss */
.spec-sheet .spec-group { padding-bottom: 40px; margin-bottom: 40px; border-bottom: 4px solid #dbdcdd; }
/* line 71, ../sass/_page-specifications.scss */
.spec-sheet .spec-item { border-bottom: 1px solid #e5e5e5; padding: 20px 0; }
/* line 75, ../sass/_page-specifications.scss */
.spec-sheet .spec-item:last-child { border: none; }
/* line 80, ../sass/_page-specifications.scss */
.spec-sheet ol { padding-left: 20px; }
/* line 82, ../sass/_page-specifications.scss */
.spec-sheet ol li { list-style: decimal; }

/* line 89, ../sass/_page-specifications.scss */
.page-specifications .small-print { font-size: 12px; font-size: 1.2rem; margin-bottom: 140px; }



/* added 030914*/
.small, small {
  font-size: 0.8em;
  text-align: left;
}

.content-block {
  position: relative;
  margin-bottom: 30px;
  margin-top: 40px;
}

/* added 100815 - fixed by Swapnil - ISSUE 18*/
.inline-overlay .content-block {
	position: relative;
	margin: 10px 0;
}
/*
.image-overlay.violet {
  background: #7d0063!important;
  background: rgba(125, 0, 99, 0.8)!important;
}
*/

.product-carousel.related-products .product,
.product-carousel.accessories .product {min-height: 330px}


@media (max-width: 990px) {
  img.tab-camera {width:auto;}
}

@media (max-width: 890px) {
  .image-overlay.right .heading {font-size:15px;}
  .image-overlay.right p {font-size:13px;}
}


@media (max-width: 768px) {
  .content-block {
    position: relative;
    margin-bottom: 20px;
    margin-top: 40px;
  }
/*
  .image-overlay.right {
    width: 100%;
    position: relative;
    background: #006fb4!important;
    color: #fff;
  }*/


    .image-overlay.right {right:0; padding:20px 0 0 0}
/*    .image-overlay.right .heading {color: #fff;}*/


/*    .image-overlay.violet {background: #7d0063!important}
    .image-overlay.violet .heading {color: #fff;}*/

}

/* OLD HEADER STYLES - TEMP ADDED THEM */

/* line 1, ../sass/_cpt-header.scss */
.site-header { border-bottom: 1px solid #ccc; position: relative; z-index: 1; }
/* line 7, ../sass/_cpt-header.scss */
.site-header .container { height: 100%; position: relative; }
/* line 12, ../sass/_cpt-header.scss */
.site-header .current-region { color: #343434; text-decoration: none; display: block; padding: 30px 15px 7px; cursor: pointer; float: right; margin-right: 15px; font-size: 12px; font-size: 1.2rem; }
/* line 25, ../sass/_cpt-header.scss */
.site-header .current-region .icon { position: relative; top: -1px; margin-left: 4px; width: 11px; height: 7px; background-position: -242px -7px; }
/* line 34, ../sass/_cpt-header.scss */
.site-header .current-region:hover, .site-header .current-region.active, .site-header .current-region:focus { background: #eee; color: #cb0000; }
/* line 39, ../sass/_cpt-header.scss */
.site-header .current-region.active .icon { background-position: -242px 0; }
/* line 44, ../sass/_cpt-header.scss */
.site-header .mobile-menu-toggle { position: relative; width: 60px; height: 50px; background: #fff; padding: 0; top: 5px; }
/* line 53, ../sass/_cpt-header.scss */
.site-header .mobile-menu-toggle:hover { background: white !important; }
/* line 56, ../sass/_cpt-header.scss */
.site-header .mobile-menu-toggle .text { display: none; }
/* line 59, ../sass/_cpt-header.scss */
.site-header .mobile-menu-toggle .icon { width: 31px; height: 22px; background-position: -318px -49px; position: absolute; top: 50%; left: 15px; margin-top: -11px; }
@media (min-width: 990px) { /* line 1, ../sass/_cpt-header.scss */
  .site-header { height: 116px; } }

/* line 77, ../sass/_cpt-header.scss */
.searchform { float: right; margin: 11px 0 0; position: relative; z-index: 1; }
@media (min-width: 990px) { /* line 77, ../sass/_cpt-header.scss */
  .searchform { margin-top: 21px; } }
/* line 87, ../sass/_cpt-header.scss */
.searchform .textinput { width: 90px; padding: 5px 30px 5px 10px; border: 1px solid #eee; background: #eee; font-size: 12px; font-size: 1.2rem; line-height: 20px; height: 32px; color: #333; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; -webkit-appearance: none; -webkit-transition: all 250ms; -moz-transition: all 250ms; -o-transition: all 250ms; transition: all 250ms; }
/* line 103, ../sass/_cpt-header.scss */
.searchform .textinput:focus { background: #fff; border: 1px solid #e6e6e6; outline: none; width: 150px; }
/* line 111, ../sass/_cpt-header.scss */
.searchform .textinput::-webkit-input-placeholder { color: #343434; }
/* line 115, ../sass/_cpt-header.scss */
.searchform .textinput:-moz-placeholder { /* Firefox 18- */ color: #343434; }
/* line 119, ../sass/_cpt-header.scss */
.searchform .textinput::-moz-placeholder { /* Firefox 19+ */ color: #343434; }
/* line 123, ../sass/_cpt-header.scss */
.searchform .textinput:-ms-input-placeholder { color: #343434; }
/* line 128, ../sass/_cpt-header.scss */
.searchform .submit { position: absolute; width: 32px; height: 100%; background: #cb0000; top: 0; right: 0; padding: 0; outline: none; background: url(../images/icons/icon-sprite.png) -321px -1px; }
/* line 141, ../sass/_cpt-header.scss */
.searchform .submit:hover, .searchform .submit:focus { background-color: #eee; }
@media (min-width: 990px) { /* line 148, ../sass/_cpt-header.scss */
  .searchform .textinput { width: 190px; }
  /* line 151, ../sass/_cpt-header.scss */
  .searchform .textinput:focus { width: 190px; } }

/* line 158, ../sass/_cpt-header.scss */
.site-logo { display: block; width: 70px; height: 15px; background: url(../images/logos/canon-small.png) 0 0 no-repeat; margin: 19px 0 19px 50px; }
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) { /* line 158, ../sass/_cpt-header.scss */
  .site-logo { background-image: url(../images/logos/canon-small@2x.png); background-size: 70px 15px; } }
@media (min-width: 990px) { /* line 158, ../sass/_cpt-header.scss */
  .site-logo { position: absolute; top: 30px; margin: 0; width: 117px; height: 24px; background: url(../images/logos/canon.png) 0 0 no-repeat; } }
@media (min-width: 990px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 990px) and (min--moz-device-pixel-ratio: 1.5), (min-width: 990px) and (-o-min-device-pixel-ratio: 1.5), (min-width: 990px) and (min-device-pixel-ratio: 1.5) { /* line 158, ../sass/_cpt-header.scss */
  .site-logo { background-image: url(../images/logos/canon@2x.png); background-size: 117px 24px; }
  /* line 184, ../sass/_cpt-header.scss */
  .lt-ie9 .site-logo { width: 117px; height: 24px; background: url(../images/logos/canon.png) 0 0 no-repeat; } }

/* line 195, ../sass/_cpt-header.scss */
.site-nav { position: absolute; left: 0; bottom: 0; font-size: 15px; font-size: 1.5rem; text-align: left; }
@media (min-width: 990px) { /* line 195, ../sass/_cpt-header.scss */
  .site-nav { bottom: -2px; width: 100%; } }
/* line 207, ../sass/_cpt-header.scss */
.site-nav ul { margin: 0; padding: 0; }
/* line 211, ../sass/_cpt-header.scss */
.site-nav ul.nav-left { float: left; margin-left: 0; }
/* line 215, ../sass/_cpt-header.scss */
.site-nav ul.nav-left a:hover, .site-nav ul.nav-left:focus { background: #eee; padding-bottom: 11px; }
/* line 220, ../sass/_cpt-header.scss */
.site-nav ul.nav-left a.mobile-menu-toggle:hover { padding-bottom: 12px; }
/* line 225, ../sass/_cpt-header.scss */
.site-nav ul.nav-right { float: right; padding-right: 15px; }
/* line 229, ../sass/_cpt-header.scss */
.site-nav ul.nav-right li { padding-left: 0; padding-right: 0; }
/* line 233, ../sass/_cpt-header.scss */
.site-nav ul.nav-right li a { padding-right: 2px; }
/* line 239, ../sass/_cpt-header.scss */
.site-nav a { display: inline-block; font-weight: 600; padding: 7px 15px 12px; color: #343434; text-decoration: none; line-height: 31px; }
/* line 247, ../sass/_cpt-header.scss */
.site-nav a:hover, .site-nav a:active, .site-nav a:focus { color: #cf0d0b; }
/* line 252, ../sass/_cpt-header.scss */
.site-nav li { display: inline-block; margin: 0; padding: 0; position: relative; }
/* line 258, ../sass/_cpt-header.scss */
.lt-ie9 .site-nav li { float: left; }
/* line 263, ../sass/_cpt-header.scss */
.site-nav li.active:after { content: ""; width: 14px; height: 7px; -webkit-border-radius: 7px 7px 0 0; -moz-border-radius: 7px 7px 0 0; -ms-border-radius: 7px 7px 0 0; -o-border-radius: 7px 7px 0 0; border-radius: 7px 7px 0 0; background: #cb0000; position: absolute; bottom: 0; left: 50%; margin-left: -7px; z-index: 1; }
/* line 277, ../sass/_cpt-header.scss */
.site-nav li.active:hover:after { bottom: -1px; }
/* line 283, ../sass/_cpt-header.scss */
.site-nav li.active a:hover, .site-nav li.active a:active, .site-nav li.active a:focus { background: #eee; }
/* line 291, ../sass/_cpt-header.scss */
.site-nav li.meganav-active a, .site-nav li.meganav-active a:hover, .site-nav li.meganav-active a:focus { background: #4b4e53; color: #d0d4d7; padding-bottom: 13px; }
/* line 297, ../sass/_cpt-header.scss */
.site-nav li.meganav-active:after { bottom: 0 !important; }



/* Issue on Left/Right circle arrows within Product solution nav near pagination dots*/
.products-nav .rsArrow.rsArrowRight {right: 50%;}
.products-nav .rsArrow.rsArrowLeft {left: 50%;}
.products-nav .rsArrow .rsArrowIcn {background-image: none;}


/* CS-FOOTER styles - ecom alignment */

.footer-container {
  background: #f5f6f6;
  padding: 32px 0 0 0;
}

@media screen and (max-width: 767px) {
.footer-container {
  padding: 32px 30px;
}
}

.footer-container ul {padding: 0;}
.footer-container ul li a {color: #666; text-decoration: none;}

.primary-corporate-footer {
  padding: 25px 20px;
}

.primary-links {
  float: left;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  font-family: "Gotham SSm A","Gotham SSm B","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}

.primary-corporate-footer--info-list {
  display: inline-block;
  margin: 0 0 3px;
  width: 100%;
  float: right;
  list-style: none;
  font-weight: 400;
  font-family: "Gotham SSm A","Gotham SSm B","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
  vertical-align: top;
}

.primary-corporate-footer--list {
  display: inline-block;
  width: 100%;
  float: left;
  margin: 0 0 3px;
  list-style: none;
  font-weight: 400;
  font-family: "Gotham SSm A","Gotham SSm B","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
  vertical-align: top;
  padding-left: 0;
}

.primary-corporate-footer--container {
  font-size: 12px;
  color: #666;
}

@media screen and (max-width: 767px) {
.primary-corporate-footer--container {
  padding: 0 20px;
}

}



@media screen and (max-width: 767px) {

.primary-links--container {
  border-bottom: 1px solid #dbdbdc;
}

.footer-container {
  padding: 10px 0;
}

.primary-links--header {
  margin: 0;
  border: 0;
  padding: 20px;
}

}

.header-7 {
  font-size: 14px;
  font-weight: 500;
  font-family: "Gotham SSm A","Gotham SSm B","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
  margin-bottom: 20px;
  color: #000;
  line-height: 1.5;
}

.primary-links--header {
  margin-bottom: 10px;
  color: #c00;
}

.primary-links--list {
  list-style: none;
  margin: 0 0 20px;
  display: block;
}


@media screen and (max-width: 767px) {
.primary-links--list {
 /* display: none;*/ /* will hide it once JS add for acfordiion*/
}

}

@media screen and (max-width: 767px) {
.primary-links--list:last-child {
  margin-bottom: 10px;
}

.primary-links--list li {
  padding-bottom: 4px;
}

}

@media screen and (max-width: 767px) {
.primary-links--list li {
  padding: 6px 20px;
}
}

.primary-footer--anchor {
  color: #666;
}

.p-3 {
  font-size: 14px;
  font-weight: 400;
  font-family: "Gotham SSm A","Gotham SSm B","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
  line-height: 1.8;
}

a {
  color: #077;
  text-decoration: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.primary-links--header {
  margin-bottom: 10px;
  color: #c00;
}


@media screen and (max-width: 767px) {
.primary-links--header {
  margin-bottom: 0;
  border: 0;
  padding: 20px;
}

}

primary-signup {float: right;}
.primary-signup--para {
  color: #666;
  text-align: left !important;
}



@media screen and (max-width: 767px) {
.primary-signup--para {
  padding: 0 20px;
}

}
.footer-container .btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  display: inline-block;
  width: auto;
  padding: 4px 10px 4px;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 30px;
  font-weight: 400;
  font-family: "Gotham SSm A","Gotham SSm B","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
  filter: "progid:DXImageTransform.Microsoft$gradient(enabled = false)";
}


.footer-container .btn-2 {
  color: #fff;
  padding: 0 40px;
  line-height: 40px;
  background: #009697;
  font-size: 14px;
  border: 2px solid #009697;
}



@media (max-width: 767px) {
.footer-container .btn-2 {
  width: 100%;
}

.primary-secure-footer {
  border-top: 1px solid #dbdbdc;
  padding: 19px 0 26px 0;
  text-align: center;
}

}

@media screen and (max-width: 991px) {
.primary-secure-footer {
  padding: 19px 10px 26px 20px;
}

}

@media screen and (max-width: 767px) {
.primary-secure-footer {
  text-align: left;
}

.footer-cards-accepted--img-secure {
  margin-right: 40px;
  margin-left: 20px;
}

}

@media screen and (max-width: 767px) {
.footer-cards-accepted--img-secure {
  margin-left: 0;
  margin-bottom: 15px;
}

.footer-cards-accepted--img, .footer-cards-accepted--img-secure {
  vertical-align: middle;
}

}

@media screen and (max-width: 767px) {
.footer-cards-accepted--img, .footer-cards-accepted--img-secure {
  display: block;
}

}

@media screen and (min-width: 768px) {
.primary-social-footer {
  display: block;
  padding: 25px 0 55px 0;
  float: none;
  width: auto;
}
}

.primary-social-footer {
  margin-bottom: 0;
  border-top: 1px solid #dbdbdc;
  border-bottom: 1px solid #dbdbdc;
  padding: 25px 20px 55px 20px;
}


.primary-social-footer img {width: auto; float: right;}
.primary-social-footer ul li {float: left; padding: 0 0 0 5px;}



@media screen and (min-width: 768px) {
.primary-social-footer {
  display: block;
  padding: 25px 0 55px 0;
  float: none;
  width: auto;
}

.primary-social-icons {
  list-style: none;
  display: block;
  overflow: hidden;
 /* font-size: 0;*/
  white-space: nowrap;
  float: right;
  margin: 0;
}

}

@media screen and (max-width: 767px) {
.primary-social-icons {
  float: left;
  margin: 0;
}

.primary-social-icons li {
  display: inline-block;
  margin-right: 8px;
}

.social-icon-facebook {
  background-position: 0 0;
}

.social-icon-twitter {
  background-position: -34px 0;
}

.social-icon-youtube {
  background-position: -68px 0;
}

.social-icon-linkedin {
  background-position: -102px 0;
}

.primary-social-icons--anchor {
  display: block;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-image: url(../img/sprites/social_icons.png);
  background-size: 136px 34px;
}

.primary-social-icons--span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

}

@media screen and (max-width: 991px) {
.primary-corporate-footer {
  padding: 25px 0;
}

}

@media screen and (max-width: 767px) {
.primary-corporate-footer--list {
  margin-bottom: 30px;
  width: 100%;
}
}

.primary-corporate-footer--list li:last-child {
  border-right: none;
}

.primary-corporate-footer--list li {
  float: left;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #666;
  text-align: left;
}

.primary-signup {text-align: left !important;}


@media screen and (max-width: 767px) {
.primary-corporate-footer--info-list {
  width: 100%;
  margin-bottom: 10px;
}

}

.primary-corporate-footer--info-list li {
  display: block;
  text-align: right;
}



@media screen and (max-width: 767px) {
.primary-corporate-footer--info-list li {
  text-align: left;
}

}

@media screen and (max-width: 767px) {
.js-accordion-trigger:after {
  display: inline-block;
  float: right;
  width: 14px;
  font-family: icomoon;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../images/icons/icon-sprite.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 2px;
}

}

/*.important-banner.site-container {		
    background-color: #FECB00 !important;		
    padding: 15px 0px;		
    margin-bottom:-10px !important;		
}		
		
.important-banner.site-container p {		
    color: #4B4F54 ;		
    display: inline-block;		
    margin-right: 5px;		
}		
		
.important-banner.site-container .btn {		
    color: #FECB00;		
    display: inline-block;		
    border: 2px solid #4B4F54 ;		
    background-color: #4B4F54 ;		
}		
		
.important-banner.site-container .btn:last-child {		
    background-color: rgba(255, 255, 255, 0);		
    color: #4B4F54 ;		
    margin-left: 5px;		
}		
		
.important-banner.site-container .btn:active,.important-banner.site-container .btn:hover{		
	-webkit-transition:all .3s ease;		
	transition:all .3s ease;		
	background-color:#FECB00;		
	border:2px solid #fff;		
	color:#fff		
}*/
/* start Sprint 15 module fixes cs module alert amendment*/
.important-banner.site-container {
    padding: 15px 0px;
    margin-bottom: -10px !important;
}

.important-banner.site-container.green {
    background-color: #6A963B!important;
}

.important-banner.site-container.blue {
    background-color: #009BD4!important;
}

.important-banner.site-container.yellow {
    background-color: #FECB00!important;
}

.important-banner.site-container p {
    display: inline-block;
    margin-right: 5px;
}

.important-banner.site-container.green p {
    color: #fff;
}

.important-banner.site-container.blue p {
    color: #fff;
}

.important-banner.site-container.yellow p {
    color: #4B4F54;
}

.important-banner.site-container .btn {
    display: inline-block;
}

.important-banner.site-container.green .btn {
    color: #fff;
    border: 2px solid #fff;
    background-color: #4B4F54;
}

.important-banner.site-container.blue .btn {
    color: #009BD4;
    display: inline-block;
    border: 2px solid #fff;
    background-color: #fff;
}

.important-banner.site-container.yellow .btn {
    color: #FECB00;
    display: inline-block;
    border: 2px solid #4B4F54;
    background-color: #4B4F54;
}

.important-banner.site-container .btn:last-child {
    background-color: rgba(255, 255, 255, 0);
    margin-left: 5px;
}

.important-banner.site-container.green .btn:last-child {
    color: #fff;
}

.important-banner.site-container.blue .btn:last-child {
    color: #fff;
}

.important-banner.site-container.yellow .btn:last-child {
    color: #4B4F54;
}

.important-banner.site-container .btn:active,
.important-banner.site-container .btn:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.important-banner.site-container.green .btn:active,
.important-banner.site-container.green .btn:hover {
    background-color: #fff;
    border: 2px solid #6A963B;
    color: #6A963B;
}

.important-banner.site-container.blue .btn:active,
.important-banner.site-container.blue .btn:hover {
    background-color: #fff;
    border: 2px solid #009BD4;
    color: #009BD4;
}

.important-banner.site-container.yellow .btn:active,
.important-banner.site-container.yellow .btn:hover {
    background-color: #FECB00;
    border: 2px solid #fff;
    color: #fff;
}
/*end  Sprint 15 module fixes cs module alert amendment */
/* CS Page Breadcrumb - Migrate to base.min.css */
.bread-Mnu { background: #d0d3d4; padding: 12px 0; margin-right: 0 !important; margin-left: 0 !important; margin-top: 0px; width: 100%; }
.bread-Mnu ul { margin: 0; }
.bread-Mnu ul li { font-size: 12px; color: #4b4f54; float: left; margin-right: 15px; font-family: arial; line-height: 20px;}
.bread-Mnu ul li a { color: #4b4f54; text-decoration: none; }
.bread-Mnu ul li div { color: #4b4f54; text-decoration: none; }
.bread-Mnu ul li a:hover { text-decoration: underline; }
.bread-Mnu ul li:after {  
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 11px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  margin-left: 5px;
  color: #4b4f54;
  position: absolute;
  margin-top: 5px;
}
.bread-Mnu ul li.home a span { display: inline-block; height: 16px; text-indent: -9999px; width: 24px; background: url('/assets/images/home-icon-dark.png') no-repeat center left; }




/* Added by:  Samar - 22/07/2015 - 
   Style for:  Footer styles for mainPage Template - 
   Note: Temporary added here */

.icon.new {
  background: url('../../assets/images/icons/image-sprite.png');
}

.icon.print-grey{width:60px;height:60px;background-position:-1px -73px}.icon.print-grey:hover{background-position:-211px -73px}.icon.wishlist-grey{width:60px;height:60px;background-position:-417px -74px}.icon.wishlist-grey:hover{background-position:-484px -74px}.icon.share-grey{width:60px;height:60px;background-position:-552px -74px}.icon.share-grey.active,.icon.share-grey:hover{background-position:-617px -74px}.icon.facebook-grey{width:60px;height:61px;background-position:-68px -73px}.icon.facebook-grey:hover{background-position:-278px -73px}.icon.twitter-grey{width:60px;height:61px;background-position:-138px -73px}.icon.twitter-grey:hover{background-position:-346px -73px}.icon.wishlist{height:31px;width:31px;background-position:-2px -287px}.icon.wishlist.active,.icon.wishlist:hover{background-position:-40px -287px}

.footer-social{background:#4b4f54;padding:15px 0}.footer-social.site-container{background:#4b4f54!important}.footer-social ul{text-align:center;padding:0 20px;margin:0 auto}.footer-social ul li{display:inline-block}.footer-social ul li:first-of-type a span.icon{margin-left:0}.footer-social a{display:inline-block;color:#fff;text-decoration:none}.footer-social a span.text{text-indent:-999em;display:inline-block}.footer-social a span.icon{text-indent:-999em;word-wrap:break-word;display:inline-block;margin-left:10px}.footer-social .social-popup{width:222px;border:1px solid #ccc;border-radius:10px;background:#f5f5f5;position:relative;box-shadow:0 0 10px 0 rgba(186,186,186,.9);left:0;right:0;margin:10px auto 0}.footer-social .social-popup.js{position:absolute;margin:0 auto}.footer-social .social-popup a.popup-close{position:absolute;top:10px;right:10px;display:block;text-indent:-9999em}.footer-social .social-popup .popup-header{border-bottom:1px solid #ccc;min-height:50px;padding:12px 40px 12px 20px;margin:0;font-size:15px;font-size:1.5rem}.footer-social .social-popup ul{text-align:left;padding:15px 0}.footer-social .social-popup ul li{display:block;padding:5px 15px}.footer-social .social-popup ul li a{margin:0;vertical-align:middle}.footer-social .social-popup ul li a img{width:auto;height:auto;float:left}.footer-social .social-popup ul li a span{float:left;color:#4b4f54;font-size:15px;font-size:1.5rem;padding-top:6px;padding-left:10px}.footer-social .social-popup ul li a:hover span{text-decoration:underline}

/* EXIF Data Table */
td.exif img{width: auto;}td.exif{padding-right: 5px;}

#support-content-container 
  h2{
    text-rendering:normal;
    }
}



/*
-----------------------------------
-----------------------------------
    Popup gallery changes
-----------------------------------
-----------------------------------
*/


/*    Popup gallery Title */
.gallery-title-bar {
    float:left;
    padding: 10px !important;
}
.gallery-title-bar h3 {
    float:left;   
    margin:0px;
    color: #666 !important;
    font-size: 2.2rem;
    font-weight: normal;
}
.fancybox-title-outside-wrap {
    font-weight: normal !important;
    color: #666 !important;
    background: white !important;
}
/*    Popup gallery Overlay */
.fancybox-overlay {
    background: rgba(0,0,0,0.9) !important;
}

/*    Popup gallery Description */
.fancybox-photo-description {
    position:fixed;
    bottom:0px !important;
    right:0px !important;
    left: 0 !important;
    font-weight:normal !important;
    padding: 10px 10px 25px 10px!important;
    text-align: left !important;
    color: #666 !important;
    background: white !important;
    border-top: 1px solid #666 !important;
}
.fancybox-photo-description .gallery-des {
    float:left;
    cursor:pointer;
    overflow: hidden;
    max-height: 60px;
    background:
	linear-gradient(white 30%, hsla(0,0%,100%, 0)),
	linear-gradient(hsla(0,0%,100%,0) 10px, white 70%) bottom,
	radial-gradient(at top, rgba(0,0,0,0.2), transparent 70%), 
	radial-gradient(at bottom, rgba(0,0,0,0.2), transparent 70%) bottom;
    background-repeat:no-repeat;
    background-size: 100% 20px, 100% 20px, 100% 10px, 100% 10px;
    background-attachment:local, local, scroll, scroll;
}
.fancybox-photo-description .gallery-des.clicked {
    max-height:none;  
}
.fancybox-photo-description  .gallery-copyright {
    float:left;
}
@media (min-width: 990px) {
    .gallery-copyright {
        float: right !important;
    }
}

/*    Popup gallery icon menu */
.gallery-supplements{   
    margin-right: -15px;
}
.gallery-supplements>a{   
    height: 68px !important;
}
.gallery-supplements>a{   
    color:white;
    border: none !important;
    vertical-align:top;
}
.gallery-supplements>a:hover{   
    background-color: #666 !important;
}
.gallery-supplements>a:after{   
    width: 35px !important;
    height: 35px !important;
    top: 16px !important;
    left: 10px !important;
}
.gallery-supplements>a#twitter:after{        
    background:url(../images/popup-gallery/twitter-round.png) -3px -35px no-repeat !important;
}
.gallery-supplements>a#facebook:after{        
    background:url(../images/popup-gallery/facebook-round.png) -3px -35px no-repeat  !important;
}
.gallery-supplements>a#exif:after{   
    background:url(../images/popup-gallery/icon-exif-round.png) -3px -35px no-repeat  !important;
}
.gallery-supplements>a#close-icon:after{        
    background:url(../images/popup-gallery/icon-close-round.png) -3px -35px no-repeat  !important;
}
.gallery-supplements>a#twitter:hover:after{        
    background-position: -3px 0px !important;
}
.gallery-supplements>a#facebook:hover:after{        
    background-position: -3px 0px !important;
}
.gallery-supplements>a#exif:hover:after{  
    background-position: -3px 0px !important;
}
.gallery-supplements>a#close-icon:hover:after{        
    background-position: -3px 0px !important;
}
.gallery-supplements #exif-menu{
    position: fixed;
    display:none;
    margin-top:0px;
    height:auto;   
    background: white !important;
    border: #666 solid 1px;
    right: 0px;
    min-width: 100px;
    max-width:519px;
    overflow-y:auto;
    z-index:1;
    cursor:pointer;
}
.gallery-supplements #exif-menu .summary-table tr {
    height:55px;
}
/*    Popup gallery Canon Like */

/*    only for firefox */
@-moz-document url-prefix() {
    #canonlike iframe{
    top:-16px;
    }
}
#canonlike{
    position:relative;
    display: inline-block;
    vertical-align: top !important;
    width: auto;
    min-width:70px;
    height:30px;
    vertical-align:middle;
}
#canonlike iframe{
    vertical-align: top !important;
    height: 50px;
    width: 100px;
}

/*    Gallery Canon Comments */

.image-info-slide-up .comment-link{
    position: relative;
    display: inline-block;
    background:rgba(0,0,0,0.5);
    padding: 5px 10px 5px 5px;
    margin: -5px;  
}
.image-info-slide-up.active .comment-link {
    background:transparent;
}
.image-info-slide-up .comment-icon-before{    
    display:inline-block;   
    height: 50px; 
    width:auto;
    padding-right:5px;
    vertical-align:middle;
}
.image-info-slide-up {
    position:absolute;
    left:0px;
    top:0px;
    height:auto;
    min-width:80px;
    z-index: 290;
    padding: 10px 10px 10px 10px;
    color:white;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transform: scale(1.00, 1.00) !important;
    -ms-transform: scale(1.00, 1.00) !important;
    transform: scale(1.00, 1.00) !important;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    cursor:pointer;
}

.image-info-slide-up.active {
    height:100% !important;
    overflow:auto !important;
    width:100%;
    padding: 10px 15px 10px 15px;
    background-color: rgba(0, 0, 0, .6) !important;
    -webkit-transform: scale(1.02, 1.02) !important;
    -ms-transform: scale(1.02, 1.02) !important;
    transform: scale(1.02, 1.02) !important;
    -webkit-transition: all 1s ease-in-out !important;
    transition: all 1s ease-in-out !important;
}
.image-info-slide-up a{
    color:white;
}
.image-info-slide-up h3{
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    font-size: 21px;
    font-weight: 300;
    height: 52px;
    letter-spacing: 1px;
    line-height: 26.25px;
    margin:10px 0px 0px 0px;
    height:auto;
}
.image-info-slide-up a.comment-img-link{
    padding: 10px 0px 10px 0px;
}

/*    Popup gallery Canon Comments in Popup*/
.fancybox-inner .image-info-slide-up {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.6);
}
.fancybox-inner .image-info-slide-up.active {
    padding:15px;
}
.fancybox-inner .image-info-slide-up .comment-icon-before{      
    height: 40px; 
}
.fancybox-inner .image-info-slide-up .comment-link{
    background:transparent;
    padding:0px 5px 0px 0px;
}
.fancybox-inner .image-info-slide-up.active a.comment-img-link {
    display:none !important;
}

/* Gallery Popup - Mobile */
@media only screen and (max-width:519px) {
    .gallery-supplements {
        float:none !important;
        text-align:center;
    }   
}
/* Gallery Popup/Detail - mobile and tablet */
@media only screen and (max-width:989px) {
    .image-carousel .image-slide {
        width:100%;
        overflow:visible;
    }  
}


/*TEMPORARY FIX FOR SPRINT 9 NEEDS TO BE SOLVED IN COMPONENT*/
.fancybox-title-outside-wrap{
    position: fixed !important;
	margin-top: 0 !important;
}

/*
Added By Swapnil Bedekar (sbedekar)
CH4170959 - EARS00011537330 - SR3771409(Matt - Images in FAQs not correctly aligned.) 
============================ START ============================
*/
#divFAQ img { width: 100%; height: auto; display: inline; margin: 0; padding: 0; width:auto;}
/* ============================ END ============================ */

/*
Added By varjagta 
sprint 13:CS-Module-Sticky-Header story
============================ START ============================
*/
   @media (min-width:768px) {
                    .heading-with-breadcrumb-hero.content-block .e-comm.sticky-header {
                        margin-top:10px;
                    }
                    .heading-with-breadcrumb-hero.content-block .title-block.sticky-header {
                        margin-top:10px;
                    }
                }

                .sticky-header .btn {
                    color:#fff;
                }

                .sticky-header a {
                    color:#666;
                }

                .sticky-header .retail-block p {
                    font-size: 15px;
                    float: right;
                    margin: 1em 0px !important;
                }
/* ============================ END ============================ */

/*
Added By varjagta 
sprint 13:CS-Module-Compare-trex story
============================ START ============================
*/
@font-face {
    font-family: Gotham-Thin;
    src: url(/assets/fonts/Gotham-Thin.eot);
    src: url(/assets/fonts/Gotham-Thin.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/Gotham-Thin.woff) format("woff"), url(/assets/fonts/Gotham-Thin.ttf) format("truetype"), url(/assets/fonts/Gotham-Thin.svg#Gotham-Thin) format("svg");
    font-weight: 400;
    font-style: normal
}

.compare-specs {
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #33383d
}

.compare-specs .top-heading {
    color: #fff;
    margin-bottom: 80px;
    text-align: center;
}

.compare-specs .top-heading .matchup {
    font-weight: 600;
    text-align: center;
}

.compare-specs .top-heading .compare {
    font-family: Gotham-Thin, "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
    font-weight: 100;
    font-size: 60px;
    font-size: 6rem;
    color: #d0d3d4
}

.compare-specs .table-body .line-item .spec-description,
.compare-specs .table-heading .spec-title {
    font-family: Gotham-Light, "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif
}

@media (max-width:767px) {
    .compare-specs .top-heading .compare {
        font-size: 46px;
        font-size: 4.6rem
    }
}

@media (max-width:519px) {
    .compare-specs {
        padding-top: 85px;
        padding-bottom: 85px
    }
    .compare-specs .top-heading {
        margin-bottom: 40px
    }
    .compare-specs .top-heading .compare {
        font-size: 28px;
        font-size: 2.8rem
    }
}

.compare-specs .table-heading {
    color: #fff;
    border-top: 1px solid #717376;
    border-bottom: 1px solid #717376;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 10px;
    margin-left: 10px
}

.compare-specs .table-heading .spec-name {
    display: inline-block
}

@media (max-width:767px) {
    .compare-specs .table-heading {
        border-top: none;
        border-bottom: none;
        padding-bottom: 0
    }
    .compare-specs .table-heading .spec-name {
        display: none
    }
}

.compare-specs .table-body .line-item .spec-name,
.compare-specs .table-heading .spec-name-2 {
    display: inline-block
}

.compare-specs .table-heading .spec-title {
    font-weight: 200;
    display: inline-block
}

.compare-specs .table-body {
    padding-left: 10px;
    padding-right: 10px
}

.compare-specs .table-body .line-item {
    border-bottom: 1px solid #717376;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px
}

.compare-specs .table-body .line-item:last-of-type {
    border-bottom: none
}

@media (max-width:767px) {
    .compare-specs .table-body .line-item .spec-name {
        display: block;
        padding: 0 15px 7px
    }
}

.compare-specs .table-body .line-item .spec-description {
    font-weight: 100;
    display: inline-block
}

.compare-specs .table-body .line-item .spec-description img {
    width: auto;
}

@media (max-width:767px) {
    .compare-specs .table-body .line-item .spec-description img {
        display: block;
        max-width: 24vw;
        width: 100%;
        padding-top: 10px
    }
}

.compare-specs .table-body .line-item .spec-image {
    display: inline-block;
    padding-bottom: 90px
}

@media (max-width:989px) {
    .compare-specs .table-body .line-item .spec-image img {
        max-width: 40vw
    }
}

@media (max-width:519px) {
    .compare-specs .table-body .line-item .spec-image.image-front img {
        background: 0 0
    }
}

.compare-specs .table-body .line-item.measurements {
    display: none
}

@media (max-width:519px) {
    .compare-specs .table-body .line-item .spec-image.image-top img {
        background: 0 0
    }
    .compare-specs .table-body .line-item.measurements {
        display: block
    }
}

@media (max-width:767px) {
    .compare-specs .table-body .line-item .spec-image {
        padding-bottom: 10%
    }
    .compare-specs .table-body .line-item:nth-of-type(1) .spec-name {
        display: none
    }
}

.compare-specs .cta {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

/* ============================ END ============================ */

/* start - CS Module News Collection (YouConnect) */
.news-collection h1{
        font-size:40px;
        color:#C00;
        font-weight:100;
}

.news-collection h2{
        font-size:20px;
        color:#333;
}
/* end - CS Module News Collection (YouConnect) */

/* START - 1261 [S] Compatibility message enhancements & Product/OS compatibility page */
#CompatibleOSList ul {
	margin-top:0px;
	margin-bottom:0px;
}

#CompatibleOSList  {
	margin-top:15px;
	margin-bottom:15px;
	overflow:auto;
    font-weight:300;
}
/* END - 1261 [S] Compatibility message enhancements & Product/OS compatibility page */
/* start - CS_Article_Amendments (YouConnect) */

.sticky-nav.article {
        background: #F5F6F6 none repeat scroll 0% 0%;
}

.sticky-nav.article .inpage-nav ul li a.nav-link {
        font-weight: 100;
        padding-left: 10px;
        padding-right: 10px;
}

            /* end - CS_Article_Amendments (YouConnect) */
            /* start of sprint 14 cs-module-links-masonry-yc*/
            .section-home {
    padding-top: 30px
}

.section-home h2 {
    text-align: center
}

.section-home .slide-grid {
    margin-bottom: 100px;
    height: auto!important
}

.section-home .slide-grid .slide-grid-tile {
    width: 100%;
    height: 280px;
    float: left;
    border: 3px solid #fff;
    overflow: hidden
}

@media (min-width:520px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        letter-spacing: .05rem
    }
    .section-home .slide-grid .slide-grid-tile,
    .section-home .slide-grid .slide-grid-tile.slide-grid-tile-large {
        width: 50%
    }
}

@media (min-width:768px) {
    .section-home .slide-grid .slide-grid-tile {
        width: 33%
    }
    .section-home .slide-grid .slide-grid-tile.float-right {
        float: right;
        position: relative;
        left: -10px
    }
    .section-home .slide-grid .slide-grid-tile.slide-grid-tile-large {
        width: 66%;
        height: 560px
    }
    .section-home .slide-grid .slide-grid-tile.slide-grid-tile-left {
        clear: left
    }
    .section-home .slide-grid .slide-grid-tile.slide-grid-tile-right {
        margin-top: -280px
    }
}

.section-home .copy-tile {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #ebebeb;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.section-home .copy-tile .copy-tile-details {
    padding: 30px 23px 5px;
    width: 100%
}

.section-home .copy-tile .copy-tile-details .mini-title {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 14px;
    line-height: 1.75rem
}

.section-home .copy-tile .copy-tile-details a,
.section-home .copy-tile .copy-tile-details h3,
.section-home .copy-tile .copy-tile-details p {
    color: #4b4f54
}

.section-home .copy-tile.copy-tile--green a,
.section-home .copy-tile.copy-tile--green h3,
.section-home .copy-tile.copy-tile--green p,
.section-home .image-tile .image-tile-details a,
.section-home .image-tile .image-tile-details h3,
.section-home .image-tile .image-tile-details p {
    color: #fff
}

.section-home .copy-tile .copy-tile-details h3 {
    margin: 6px 0 20px;
    font-weight: 700
}

.section-home .copy-tile .copy-tile-details h3 a {
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    margin: 0;
    font-weight: inherit
}

.section-home .copy-tile .copy-tile-details h3 small {
    background: #009698;
    display: none;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.5rem;
    padding: 3px 5px 2px
}

.section-home .copy-tile .copy-tile-details p {
    margin: 0
}

.section-home .copy-tile.copy-tile--lime {
    background: #d9de99
}

@media (min-width:768px) {
    .section-home .copy-tile .copy-tile-details h3 small {
        display: table
    }
    .section-home .copy-tile.copy-tile--lime h3 {
        min-height: 100px
    }
}

.section-home .copy-tile.copy-tile--green {
    background: #009698
}

.section-home .copy-tile.copy-tile--green h3 {
    position: absolute;
    bottom: 105px
}

.section-home .copy-tile.copy-tile--green h3 span {
    display: none
}

@media (min-width:768px) {
    .section-home .copy-tile.copy-tile--green h3 span {
        display: inline-block
    }
}

.section-home .image-tile {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    background-repeat: no-repeat;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.section-home .image-tile .image-tile-details-box {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    height: 100%;
    width: 100%
}

.section-home .image-tile .image-tile-details {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 23px;
    width: 100%
}

.section-home .image-tile .image-tile-details h3 {
    margin: 6px 0;
    font-weight: 700
}

.section-home .image-tile .image-tile-details h3 small {
    background: #009698;
    display: none;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 12px;
    line-height: 1.5rem;
    padding: 3px 5px 2px
}

@media (min-width:768px) {
    .section-home .image-tile .image-tile-details h3 small {
        display: table
    }
}

.section-home .image-tile .image-tile-details h3 .wrap {
    display: inline-block
}

.section-home .image-tile .image-tile-details p {
    margin: 0
}

.section-home .image-tile .image-tile-details-box {
    display: block
}

@media (max-width:989px) {
    .section-home .image-tile .image-tile-details a,
    .section-home .image-tile .image-tile-details p {
        display: none
    }
    .section-home .image-tile .image-tile-details-box {
        background-color: rgba(0, 0, 0, .1)
    }
}

@media (min-width:990px) {
    .section-home .image-tile .image-tile-details-box {
        background-color: transparent;
        -webkit-transition: all .5s ease 0s;
        transition: all .5s ease 0s
    }
    .section-home .image-tile .image-tile-details {
        bottom: 0
    }
    .section-home .image-tile .image-tile-details a,
    .section-home .image-tile .image-tile-details p {
        position: absolute;
        bottom: -150px
    }
    .section-home .image-tile.image-tile-large {
        width: 100%;
        height: 100%
    }
    .section-home .image-tile.image-tile-large .image-tile-details {
        width: 100%
    }
    .section-home .slide-grid .copy-tile:hover {
        background: #d2d2d2
    }
    .section-home .slide-grid .copy-tile:hover.copy-tile--lime {
        background: #cbd272
    }
    .section-home .slide-grid .copy-tile:hover.copy-tile--green {
        background: #006465
    }
}

.section-home .slide-grid .image-tile {
    background-size: 100% 100%
}

@media (min-width:990px) {
    .section-home .slide-grid .image-tile:hover {
        background-size: 110% 110%
    }
    .section-home .slide-grid .image-tile:hover .image-tile-details-box {
        background-color: rgba(0, 0, 0, .6)
    }
    .section-home .slide-grid .image-tile:hover .image-tile-details {
        bottom: 0;
        padding: 25px 25px 10px;
        background: 0 0
    }
    .section-home .slide-grid .image-tile:hover .image-tile-details:before {
        content: '';
        background-color: rgba(255, 255, 255, 0)
    }
    .section-home .slide-grid .image-tile:hover .image-tile-details>h3>span {
        display: none
    }
    .section-home .slide-grid .image-tile:hover .image-tile-details a,
    .section-home .slide-grid .image-tile:hover .image-tile-details p {
        position: relative;
        bottom: auto
    }
    .section-home .slide-grid .image-tile:hover .image-tile-details a .icon-arrow-right {
        background: url(/stephen/yc-homepage/images/chevron-right-circle-inverse.png) no-repeat
    }
}

            /* End of sprint 14 cs-module-links-masonry-yc*/


.lense-selector .content-block
{
    border-top: 1px solid #F2F2F2;
	margin: 0 0 30px 0;
	padding-top: 20px;
}


.lense-selector .content-block .title
{
    padding: 10px 0 0 0;
}