/* ==========================================================================

Theme Name: Boundary
Theme URI: 
Author: Slate
Description: Boundary WordPress theme.
Version: 1.0
   
   1. Reset
   2. Base styles: opinionated defaults
   3. Variables
   4. Mixins
   5. Fonts
   6. Custom styles
   7. Content blocks
   8. Browser Fixes
   9. Plugins
   10. Responsive
   
   */
/* ==========================================================================
   1. Reset
   ========================================================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 
  @import url("cookieconsent/cookieconsent.min.css"); 
 
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
 * Remove default margin.
 */
body {
	margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
/* 2 */ }
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
	display: none;
}
/* Links
========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
	outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
/* 3 */ }
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}
/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
/* 3 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
/* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
/* 2 */ }
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}
/* Tables
========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
/* ==========================================================================
   2. Base Styles
   ========================================================================== */
/* base styles: opinionated defaults */
html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
audio, canvas, img, svg, video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
/* browse happy prompt */
.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* helper classes */
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: " ";
	/* 1 */
	display: table;
/* 2 */ }
.clearfix:after {
	clear: both;
}
/* ==========================================================================
   3. Variables
   ========================================================================== */
/* colours */
/* ==========================================================================
   4. Mixins
   ========================================================================== */
/* css3 elements */
/* ==========================================================================
   5. Fonts
   ========================================================================== */
/*Fonts here*/
@font-face {
	font-family: 'FontAwesome';
	src: url("fonts/fontawesome-webfont.eot");
	src: url("fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2") format("woff2"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype"), url("fonts//fontawesome-webfont.svg#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* This stylesheet generated by Transfonter (https://transfonter.org) on February 11, 2018 5:31 PM */
@font-face {
	font-family: 'Futura PT';
	src: url("fonts/FuturaPT-Heavy.eot");
	src: url("fonts/FuturaPT-Heavy.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaPT-Heavy.woff2") format("woff2"), url("fonts/FuturaPT-Heavy.woff") format("woff"), url("fonts/FuturaPT-Heavy.ttf") format("truetype"), url("fonts/FuturaPT-Heavy.svg#FuturaPT-Heavy") format("svg");
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Futura PT';
	src: url("fonts/FuturaPT-ExtraBold.eot");
	src: url("fonts/FuturaPT-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaPT-ExtraBold.woff2") format("woff2"), url("fonts/FuturaPT-ExtraBold.woff") format("woff"), url("fonts/FuturaPT-ExtraBold.ttf") format("truetype"), url("fonts/FuturaPT-ExtraBold.svg#FuturaPT-ExtraBold") format("svg");
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'Futura PT';
	src: url("fonts/FuturaPT-Light.eot");
	src: url("fonts/FuturaPT-Light.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaPT-Light.woff2") format("woff2"), url("fonts/FuturaPT-Light.woff") format("woff"), url("fonts/FuturaPT-Light.ttf") format("truetype"), url("fonts/FuturaPT-Light.svg#FuturaPT-Light") format("svg");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Futura PT';
	src: url("fonts/FuturaPT-Demi.eot");
	src: url("fonts/FuturaPT-Demi.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaPT-Demi.woff2") format("woff2"), url("fonts/FuturaPT-Demi.woff") format("woff"), url("fonts/FuturaPT-Demi.ttf") format("truetype"), url("fonts/FuturaPT-Demi.svg#FuturaPT-Demi") format("svg");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Futura PT';
	src: url("fonts/FuturaPT-Medium.eot");
	src: url("fonts/FuturaPT-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaPT-Medium.woff2") format("woff2"), url("fonts/FuturaPT-Medium.woff") format("woff"), url("fonts/FuturaPT-Medium.ttf") format("truetype"), url("fonts/FuturaPT-Medium.svg#FuturaPT-Medium") format("svg");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Futura PT Book';
	src: url("fonts/FuturaPT-Book.eot");
	src: url("fonts/FuturaPT-Book.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaPT-Book.woff2") format("woff2"), url("fonts/FuturaPT-Book.woff") format("woff"), url("fonts/FuturaPT-Book.ttf") format("truetype"), url("fonts/FuturaPT-Book.svg#FuturaPT-Book") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Futura PT';
	src: url("fonts/FuturaPT-Bold.eot");
	src: url("fonts/FuturaPT-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaPT-Bold.woff2") format("woff2"), url("fonts/FuturaPT-Bold.woff") format("woff"), url("fonts/FuturaPT-Bold.ttf") format("truetype"), url("fonts/FuturaPT-Bold.svg#FuturaPT-Bold") format("svg");
	font-weight: bold;
	font-style: normal;
}
/* ==========================================================================
   6. Custom Styles
   ========================================================================== */
/* general */
html, body {
	height: 100%;
}
body {
	padding: 0;
	color: #333333;
	font-family: 'Futura PT', sans-serif;
}
a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p, li {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 35px;
}
p a, li a {
	text-decoration: underline;
	color: #333333;
}
p a:hover, li a:hover {
	text-decoration: none;
}
ul {
	margin-bottom: 15px;
}
li {
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.3;
}
figure {
	padding: 0;
	margin: 0;
}
address {
	font-style: normal;
}
.table {
	width: 100%;
	height: 100%;
	display: table;
}
.cell {
	display: table-cell;
	width: 100%;
}
.cell.middle {
	vertical-align: middle;
}
.cell.bottom {
	vertical-align: bottom;
}
.cell.top {
	vertical-align: top;
}
.Baskerville, .Baskerville * {
	font-family: Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif !important;
}
.book, .book * {
	font-family: 'Futura PT Book', sans-serif !important;
}
.thumbnail, .single-slide {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 340px;
}
.thumbnail a, .single-slide a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 3;
	opacity: 0;
	background-color: transparent;
}
.thumbnail a:hover, .single-slide a:hover {
	opacity: 1;
}
.button {
	display: inline-block;
	zoom: 1;
 *display: inline;
	vertical-align: middle;
	background-color: #ed1c24;
	color: #333333;
	text-align: center;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 10px 0;
	line-height: 1;
	line-height: 35px;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #fff;
	box-sizing: border-box;
	padding: 0 30px;
	min-width: 170px;
}
.button:hover {
	background-color: #333333;
	color: #fff;
}
.button.dred {
	background-color: #8f2a2a;
	color: #fff;
}
.button.dred:hover {
	color: #fff;
	background-color: #333333;
}
.button.yellow {
	background-color: #ffd200;
	color: #000;
}
.button.yellow:hover {
	color: #fff;
	background-color: #333333;
}
.button.blue {
	background-color: #01b9be;
	color: #fff;
}
.button.blue:hover {
	color: #fff;
	background-color: #333333;
}
.signpost {
	box-sizing: border-box;
	padding: 0;
}
.signpost .thumbnail {
	margin-bottom: 30px;
}
.text-block h2 {
	font-size: 22px;
}
.text-block p, .text-block li {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
	font-family: 'Futura PT Book', sans-serif;
}
.text-block p.small-text, .text-block p.small, .text-block li.small-text, .text-block li.small {
	font-size: 14px;
	margin-top: -30px;
}
.text-block.uppercase {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
}
.text-block.uppercase img {
	height: 35px;
	width: auto;
	display: block;
}
.text-block.uppercase * {
	font-size: 12px;
	font-weight: 500;
	font-family: 'Futura PT', sans-serif;
	text-transform: uppercase;
}
.text-block.book h1, .text-block.book h2, .text-block.book h3, .text-block.book h4, .text-block.book h5, .text-block.book h6 {
	font-size: 18px;
}
.text-block.book p {
	font-size: 15px;
}
.text-block p {
	margin-bottom: 35px;
}
.text-block p:last-child {
	margin-bottom: 0;
}
.text-block img {
	display: block;
	margin: 0 auto 10px;
}
/*Preset Video Aspect Ratio Styles */
div.aspect-ratio-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}
div.aspect-ratio-container iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* extend defaults */
.no-format {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ib {
	display: inline-block;
 *display: inline;
	zoom: 1;
}
.indent {
	text-transform: capitalize;
	text-align: left;
	text-indent: -99999px;
}
.rel {
	position: relative;
}
.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.ib.button {
	width: auto;
	margin: 0 5px;
	margin-top: 10px;
}
.text-align.center {
	text-align: center;
}
.text-align.left {
	text-align: left;
}
.text-align.right {
	text-align: right;
}
.container {
	max-width: 1600px;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
.container.grid {
	max-width: 1630px;
}
.container-padding {
	box-sizing: border-box;
	width: 100%;
	padding: 0 65px;
}
/* header */
.header-wrapper {
	position: relative;
	z-index: 1;
}
.header-wrapper.scrolled {
	z-index: 3;
}
.nav-wrapper {
	max-width: 450px;
	display: block;
	background-color: #cbcccc;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: -100%;
	height: 100vh;
	z-index: 999;
	background-color: #cbcccc;
	box-sizing: border-box;
	padding: 135px 5px 0 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-wrapper .menu-toggle {
	position: absolute;
	top: 35px;
	left: 67px;
}
.nav-wrapper .scroll {
	height: 100%;
	overflow: auto;
}
.nav-wrapper.open {
	left: 0;
}
.nav-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: blocl;
	width: 100%;
}
.nav-wrapper li {
	line-height: 30px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 150px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-wrapper li.light::before {
	background-color: #8e8e8e;
}
.nav-wrapper li.light a {
	color: #8e8e8e;
}
.nav-wrapper li:hover, .nav-wrapper li.current_page_item {
	background-color: #fff;
}
.nav-wrapper li:hover::before, .nav-wrapper li.current_page_item::before {
	background-color: #333333;
}
.nav-wrapper li:hover a, .nav-wrapper li.current_page_item a {
	color: #333333;
}
.nav-wrapper li::before {
	content: '';
	display: block;
	position: absolute;
	height: 3px;
	width: 60px;
	background-color: #333333;
	left: 60px;
	top: 50%;
	margin-top: -1.5px;
}
.nav-wrapper li a {
	display: block;
	width: 100%;
	font-weight: 500;
	text-transform: uppercase;
	box-sizing: border-box;
	text-decoration: none;
	line-height: 40px;
	height: 40px;
	font-size: 18px;
	letter-spacing: 0.06em;
}
.nav-wrapper #mastnav {
	margin-bottom: 225px;
}
.nav-wrapper .white-content {
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	background-color: #fff;
	margin-bottom: 5px;
}
.nav-wrapper .white-content address {
	max-width: 300px;
}
.nav-wrapper .white-content * {
	margin-bottom: 0;
	font-weight: 500;
	text-transform: uppercase;
	font-style: normal;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	color: #333333;
}
.header-spacer {
	height: 175px;
}
#masthead {
	position: fixed;
	width: 100%;
	padding: 35px 0;
	top: 0;
	left: 0;
	z-index: 1;
	right: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#masthead.scrolled {
	background-color: #fff;
	padding: 10px 0;
	z-index: 3;
}
#masthead.scrolled #logo img {
	height: 50px;
}
#masthead.scrolled #menu-toggle, #masthead.scrolled .menu-toggle {
	margin-top: 20px;
}
#masthead.scrolled .header-cta {
	margin-top: 20px !important;
}
#masthead.scrolled .header-cta a {
	/*color: #ffd200;*/
	background-color: #ffd200;
    padding: 6px 31px;
	color: #333;
}
#masthead.scrolled .header-cta a::before {
	/*background-color: #ffd200;*/
}
#masthead.scrolled .header-cta a:hover {
	/*color: #ffd200;*/
	color: #333;
}
#masthead.scrolled .header-cta a:hover::before {
	/*background-color: #ffd200;*/
}
#masthead .third {
	width: 33.3333%;
}
#masthead #logo {
	margin: 0 auto;
	display: block;
	width: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#masthead #logo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	height: 100px;
}
#masthead .header-cta {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-top: 35px;
}
#masthead .header-cta a {
	/*color: #333333;*/
	text-transform: uppercase;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	font-weight: 500;
	letter-spacing: 0.06em;
	background-color: #333;
    padding: 6px 31px;
	color: #fff;
}
#masthead .header-cta a:hover {
	/*color: #ffd200;*/
	background-color: #ffd200;
    padding: 6px 31px;
    color: #333;
}
#masthead .header-cta a:hover::before {
	/*background-color: #ffd200;*/
}
#masthead .header-cta a::before {
	content: '';
	width: calc(100% + 5px);
	position: absolute;
	bottom: -5px;
	left: -2.5px;
	height: 2px;
	/*background-color: #333333;*/
	right: -2.5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.footer-text * {
	font-size: 10px;
}
#footlogo img {
	max-width: 120px;
}
#mastfoot {
	width: 100%;
	padding: 60px 0;
	border-top: 2px solid #ffd200;
	margin-top: 75px;
}
#mastfoot.nmt {
	margin-top: 0;
}
#mastfoot a {
	text-decoration: none;
}
#mastfoot ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
	margin: 40px auto 20px;
}
#mastfoot ul li {
	display: inline-block;
	zoom: 1;
 *display: inline;
	vertical-align: middle;
	margin: 0 15px;
}
#mastfoot ul a {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.06em;
	font-weight: 500;
	text-decoration: none;
	color: #000;
}
#mastfoot ul a:hover {
	color: #ffd200;
}
#mastfoot svg {
	max-width: 120px;
	margin: 0 auto;
	display: block;
}
.acf-map {
	width: 100%;
	height: 400px;
	border: none;
}
/* fixes potential theme css conflict */
.acf-map img {
	max-width: inherit !important;
}
.hero {
	min-height: 715px !important;
	position: relative;
	margin-bottom: 30px;
	padding: 0;
	width: calc(100% - 30px) !important;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.hero:hover .thumbnail {
	opacity: 1;
}
.hero .thumbnail {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.hero .z-index {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.hero .z-index.one {
	z-index: 1;
}
.hero .z-index.two {
	z-index: 2;
}
.hero .z-index.three {
	z-index: 3;
	display: none;
}
.hero.nmb {
	margin-bottom: 0;
}
.hero.full_width {
	width: 100% !important;
	min-height: 850px !important;
}
.hero.negative-margin-top {
	margin-top: -40px;
}
.hero .wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}
.hero .white-bg {
	max-width: 475px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	background-color: #fff;
	padding: 60px 80px;
}
.hero .white-bg h1, .hero .white-bg h2, .hero .white-bg h3, .hero .white-bg h4, .hero .white-bg h5, .hero .white-bg h6 {
	font-size: 22px;
	line-height: 1.5;
	margin-top: 0;
	display: block;
}
.hero .white-bg p {
	font-size: 18px;
	font-family: 'Futura PT Book', sans-serif;
}
.hero .white-bg p.small-text, .hero .white-bg p.small {
	font-size: 15px;
	margin-top: 0 !important;
}
.hero .white-bg .button {
	width: 100%;
}
.hero-slider-wrapper {
	padding: 0 !important;
	margin-bottom: 30px;
}
.hero-slider-wrapper .slide {
	height: 715px;
}
.hero-slider-wrapper .abs-image {
	left: 30px;
}
.hero-slider-wrapper .slick-dots {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 0 10px;
}
.hero-slider-wrapper .slick-dots li {
	display: inline-block;
	zoom: 1;
 *display: inline;
	vertical-align: middle;
	margin: 0 5px;
}
.hero-slider-wrapper .slick-dots .slick-active button {
	background-color: #fff;
}
.hero-slider-wrapper .slick-dots button {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 999px;
	width: 10px;
	height: 10px;
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
	text-indent: -9999px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.book-now-icon {
	text-decoration: none;
	color: #fff;
	position: relative;
	display: block;
	width: 90px !important;
	height: 90px !important;
	position: absolute;
	bottom: 15px !important;
	right: 15px !important;
	top: auto !important;
	left: auto !important;
	opacity: 1 !important;
	z-index: 99;
}
.quotes-block-custom .slick-dots {
	display: none !important
}
.images-slider-wrapper {
	position: relative;
}
.images-slider-wrapper .slick-dots {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	list-style: none;
	padding: 0;
	z-index: 99999;
	margin: 0;
	padding: 0 10px;
}
.images-slider-wrapper .slick-dots li {
	display: inline-block;
	zoom: 1;
 *display: inline;
	vertical-align: middle;
	margin: 0 5px;
}
.images-slider-wrapper .slick-dots .slick-active button {
	background-color: #fff;
}
.images-slider-wrapper .slick-dots button {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 999px;
	width: 10px;
	height: 10px;
	display: block;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	color: transparent;
	text-indent: -9999px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.book-now-icon i {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 12px;
	line-height: 1;
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
}
.book-now-icon:hover {
	background-color: #333333 !important;
}
.small-hero {
	height: 715px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.signpost {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.signpost .thumbnail {
	height: 550px;
}
.grey-bg {
	background-color: #f1f1f1;
}
.form-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 320px;
	width: 95%;
	padding: 70px 0;
}
.form-wrapper.s .form-wrapper.extra-padding-bottom {
	padding-bottom: 115px;
}
.form-wrapper .text-block {
	margin-bottom: 40px;
}
.form-wrapper .text-block * {
	font-size: 20px;
}
.form-wrapper .text-block p, .form-wrapper .text-block p strong {
	font-size: 18px;
}
.form-wrapper .text-block p.small-text, .form-wrapper .text-block p.small {
	font-size: 15px;
	margin-top: 0 !important;
}
.form .content-wrapper-small {
	max-width: 500px;
}
.form .grey-bg {
	padding: 70px 0;
}
.form .grey-bg .content-wrapper-small {
	padding-top: 0;
	padding-bottom: 65px;
}
.form .grey-bg .form-wrapper {
	padding: 0;
}
.gform_confirmation_message {
	text-align: center;
	width: 100%;
	display: block;
	padding-bottom: 100px;
	color: #01b9be;
}
main {
	position: relative;
	z-index: 2;
}
form {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
form * {
	outline: none;
}
form label {
	display: none;
}
form input[type="text"], form input[type="email"], form input[type="password"], form input[type="tel"], form select {
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	border: none;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	background-color: #fff;
	line-height: 35px;
	color: #000;
	height: 35px;
}
 form input[type="text"]::-webkit-input-placeholder, form input[type="email"]::-webkit-input-placeholder, form input[type="password"]::-webkit-input-placeholder, form input[type="tel"]::-webkit-input-placeholder, form select::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: grey;
}
 form input[type="text"]::-moz-placeholder, form input[type="email"]::-moz-placeholder, form input[type="password"]::-moz-placeholder, form input[type="tel"]::-moz-placeholder, form select::-moz-placeholder {
      /* Firefox 19+ */
      color: grey;
}
 form input[type="text"]:-ms-input-placeholder, form input[type="email"]:-ms-input-placeholder, form input[type="password"]:-ms-input-placeholder, form input[type="tel"]:-ms-input-placeholder, form select:-ms-input-placeholder {
      /* IE 10+ */
      color: grey;
}
 form input[type="text"]:-moz-placeholder, form input[type="email"]:-moz-placeholder, form input[type="password"]:-moz-placeholder, form input[type="tel"]:-moz-placeholder, form select:-moz-placeholder {
      /* Firefox 18- */
      color: grey;
}
form select {
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: auto;
	background-image: url("img/dropdown-icon.jpg");
}
form textarea {
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	border: none;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	background-color: #fff;
	line-height: 1.5;
	padding-top: 10px;
	min-height: 120px;
}
form .validation_error, form .gfield_description.validation_message {
	color: #ed1c24;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
form input[type="submit"] {
	border: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
form .gfield_checkbox input {
	opacity: 0;
	width: 20px;
	height: 20px;
	display: none;
}
form .gfield_checkbox input:checked + label::before {
	background-color: #333333;
}
form .gfield_checkbox label {
	display: block !important;
	position: relative;
	padding-left: 25px;
}
form .gfield_checkbox label::before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	left: 0;
	transform: translateY(-50%);
}
form input[type="submit"] {
	background-color: #ffd200;
	color: #333333;
	width: 100%;
	text-align: center;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 10px 0;
	line-height: 1;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 0;
}
form ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
form li {
	width: 100%;
	margin-bottom: 15px;
}
.grid:before, .grid:after, .container:before, .container:after {
	content: " ";
	display: table;
}
.grid:after, .container:after {
	clear: both;
}
.grid .col, .container .col {
	float: left;
	margin-bottom: 30px;
}
.italic, .italic * {
	font-style: italic;
}
.image-grid {
	margin-top: 30px;
}
.image-grid .thumbnail {
	margin-bottom: 30px;
}
.image-grid .col-lg-8 .thumbnail {
	height: 730px;
}
.image-grid .col-lg-4 .thumbnail {
	height: 350px;
}
.abs-image {
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 15px;
	left: 15px;
	display: block;
	z-index: 1;
	max-width: 200px;
}
.content-and-form .content-wrapper-small {
	padding-top: 30px;
}
.content-and-form .small, .content-and-form .small-text {
	margin-top: 0 !important;
}
.content-and-form p strong {
	font-size: 16px;
}
.half-content {
	margin-top: 10px;
}
.slider-wrapper p strong {
	font-family: "Futura PT Book", sans-serif;
}
.slider-wrapper .slider * {
	font-weight: 300;
	font-style: italic;
}

@media only screen and (min-width: 959px) {
.half-content .slider-wrapper {
	margin-top: 60px;
}
}
.content-wrapper-small {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
}
.post-form-content {
	margin-top: 60px;
	max-width: 600px;
	font-size: 24px;
	margin-left: auto;
	margin-right: auto;
}
.social-bar {
	box-sizing: border-box;
	height: 30px;
}
.social-bar * {
	font-size: 12px;
	text-decoration: none;
}
.social-bar a:hover {
	color: #ed1c24;
}
.social-bar .extra-content {
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
	width: calc(100% - 60px);
	bottom: 30px;
}
.social-bar .f-right {
	text-align: right;
}
.social-bar p {
	margin-bottom: 0;
}
.single-room {
	margin-bottom: 30px;
}
.single-room h1, .single-room h2, .single-room h3, .single-room h4, .single-room h5, .single-room h6 {
	font-size: 22px;
	margin-bottom: 0;
	font-weight: 400;
}
.single-room .book-now-icon, .single-room .overlayed_link {
	z-index: 999;
}
.single-room .single-slide {
	margin-bottom: 0 !important;
}
.single-room .slider {
	margin-bottom: 35px !important;
}
.single-room .thumbnail {
	height: 550px;
}
.single-room .thumbnail:hover .thumbnail {
	opacity: 1;
}
.single-room .thumbnail .thumbnail {
	opacity: 0;
}
.single-room .book-now-icon {
	width: 90px;
	height: 90px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	top: auto;
	left: auto;
	opacity: 1 !important;
	background-color: #f48120;
}
.single-room .book-now-icon:hover {
	background-color: #ffd200 !important;
}
.single-room .overlayed_link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.single-room .z-index {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999;
}
.single-room .thumbnail {
	margin-bottom: 35px;
}
.single-room p, .single-room li {
	font-size: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.single-room ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.single-room li {
	color: #f48120;
	display: inline-block;
	zoom: 1;
 *display: inline;
	vertical-align: middle;
}
.single-room li a {
	color: #f48120;
	text-transform: uppercase;
	text-decoration: none;
}
.single-room li a:hover {
	color: #ffd200;
}
.single-room .text-block {
	max-width: 640px;
	margin: 0 auto;
	width: 95%;
}
.error404-hero .hero {
	height: 850px;
}
/* ==========================================================================
   8. Browser Fixes
   ========================================================================== */
/* ie9 */
/* ie8 */
/* ie7 */
/* ==========================================================================
   9. Plugins
   ========================================================================== */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}
.fa-2x {
	font-size: 2em;
}
.fa-3x {
	font-size: 3em;
}
.fa-4x {
	font-size: 4em;
}
.fa-5x {
	font-size: 5em;
}
.fa-fw {
	width: 1.28571429em;
	text-align: center;
}
.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}
.fa-ul > li {
	position: relative;
}
.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}
.fa-li.fa-lg {
	left: -1.85714286em;
}
.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}
.fa-pull-left {
	float: left;
}
.fa-pull-right {
	float: right;
}
.fa.fa-pull-left {
	margin-right: .3em;
}
.fa.fa-pull-right {
	margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.fa.pull-left {
	margin-right: .3em;
}
.fa.pull-right {
	margin-left: .3em;
}
.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
}
.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
}
 @-webkit-keyframes fa-spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
 @keyframes fa-spin {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
	filter: none;
}
.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.fa-stack-1x {
	line-height: inherit;
}
.fa-stack-2x {
	font-size: 2em;
}
.fa-inverse {
	color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: "\f000";
}
.fa-music:before {
	content: "\f001";
}
.fa-search:before {
	content: "\f002";
}
.fa-envelope-o:before {
	content: "\f003";
}
.fa-heart:before {
	content: "\f004";
}
.fa-star:before {
	content: "\f005";
}
.fa-star-o:before {
	content: "\f006";
}
.fa-user:before {
	content: "\f007";
}
.fa-film:before {
	content: "\f008";
}
.fa-th-large:before {
	content: "\f009";
}
.fa-th:before {
	content: "\f00a";
}
.fa-th-list:before {
	content: "\f00b";
}
.fa-check:before {
	content: "\f00c";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
	content: "\f00d";
}
.fa-search-plus:before {
	content: "\f00e";
}
.fa-search-minus:before {
	content: "\f010";
}
.fa-power-off:before {
	content: "\f011";
}
.fa-signal:before {
	content: "\f012";
}
.fa-gear:before, .fa-cog:before {
	content: "\f013";
}
.fa-trash-o:before {
	content: "\f014";
}
.fa-home:before {
	content: "\f015";
}
.fa-file-o:before {
	content: "\f016";
}
.fa-clock-o:before {
	content: "\f017";
}
.fa-road:before {
	content: "\f018";
}
.fa-download:before {
	content: "\f019";
}
.fa-arrow-circle-o-down:before {
	content: "\f01a";
}
.fa-arrow-circle-o-up:before {
	content: "\f01b";
}
.fa-inbox:before {
	content: "\f01c";
}
.fa-play-circle-o:before {
	content: "\f01d";
}
.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e";
}
.fa-refresh:before {
	content: "\f021";
}
.fa-list-alt:before {
	content: "\f022";
}
.fa-lock:before {
	content: "\f023";
}
.fa-flag:before {
	content: "\f024";
}
.fa-headphones:before {
	content: "\f025";
}
.fa-volume-off:before {
	content: "\f026";
}
.fa-volume-down:before {
	content: "\f027";
}
.fa-volume-up:before {
	content: "\f028";
}
.fa-qrcode:before {
	content: "\f029";
}
.fa-barcode:before {
	content: "\f02a";
}
.fa-tag:before {
	content: "\f02b";
}
.fa-tags:before {
	content: "\f02c";
}
.fa-book:before {
	content: "\f02d";
}
.fa-bookmark:before {
	content: "\f02e";
}
.fa-print:before {
	content: "\f02f";
}
.fa-camera:before {
	content: "\f030";
}
.fa-font:before {
	content: "\f031";
}
.fa-bold:before {
	content: "\f032";
}
.fa-italic:before {
	content: "\f033";
}
.fa-text-height:before {
	content: "\f034";
}
.fa-text-width:before {
	content: "\f035";
}
.fa-align-left:before {
	content: "\f036";
}
.fa-align-center:before {
	content: "\f037";
}
.fa-align-right:before {
	content: "\f038";
}
.fa-align-justify:before {
	content: "\f039";
}
.fa-list:before {
	content: "\f03a";
}
.fa-dedent:before, .fa-outdent:before {
	content: "\f03b";
}
.fa-indent:before {
	content: "\f03c";
}
.fa-video-camera:before {
	content: "\f03d";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
	content: "\f03e";
}
.fa-pencil:before {
	content: "\f040";
}
.fa-map-marker:before {
	content: "\f041";
}
.fa-adjust:before {
	content: "\f042";
}
.fa-tint:before {
	content: "\f043";
}
.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044";
}
.fa-share-square-o:before {
	content: "\f045";
}
.fa-check-square-o:before {
	content: "\f046";
}
.fa-arrows:before {
	content: "\f047";
}
.fa-step-backward:before {
	content: "\f048";
}
.fa-fast-backward:before {
	content: "\f049";
}
.fa-backward:before {
	content: "\f04a";
}
.fa-play:before {
	content: "\f04b";
}
.fa-pause:before {
	content: "\f04c";
}
.fa-stop:before {
	content: "\f04d";
}
.fa-forward:before {
	content: "\f04e";
}
.fa-fast-forward:before {
	content: "\f050";
}
.fa-step-forward:before {
	content: "\f051";
}
.fa-eject:before {
	content: "\f052";
}
.fa-chevron-left:before {
	content: "\f053";
}
.fa-chevron-right:before {
	content: "\f054";
}
.fa-plus-circle:before {
	content: "\f055";
}
.fa-minus-circle:before {
	content: "\f056";
}
.fa-times-circle:before {
	content: "\f057";
}
.fa-check-circle:before {
	content: "\f058";
}
.fa-question-circle:before {
	content: "\f059";
}
.fa-info-circle:before {
	content: "\f05a";
}
.fa-crosshairs:before {
	content: "\f05b";
}
.fa-times-circle-o:before {
	content: "\f05c";
}
.fa-check-circle-o:before {
	content: "\f05d";
}
.fa-ban:before {
	content: "\f05e";
}
.fa-arrow-left:before {
	content: "\f060";
}
.fa-arrow-right:before {
	content: "\f061";
}
.fa-arrow-up:before {
	content: "\f062";
}
.fa-arrow-down:before {
	content: "\f063";
}
.fa-mail-forward:before, .fa-share:before {
	content: "\f064";
}
.fa-expand:before {
	content: "\f065";
}
.fa-compress:before {
	content: "\f066";
}
.fa-plus:before {
	content: "\f067";
}
.fa-minus:before {
	content: "\f068";
}
.fa-asterisk:before {
	content: "\f069";
}
.fa-exclamation-circle:before {
	content: "\f06a";
}
.fa-gift:before {
	content: "\f06b";
}
.fa-leaf:before {
	content: "\f06c";
}
.fa-fire:before {
	content: "\f06d";
}
.fa-eye:before {
	content: "\f06e";
}
.fa-eye-slash:before {
	content: "\f070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071";
}
.fa-plane:before {
	content: "\f072";
}
.fa-calendar:before {
	content: "\f073";
}
.fa-random:before {
	content: "\f074";
}
.fa-comment:before {
	content: "\f075";
}
.fa-magnet:before {
	content: "\f076";
}
.fa-chevron-up:before {
	content: "\f077";
}
.fa-chevron-down:before {
	content: "\f078";
}
.fa-retweet:before {
	content: "\f079";
}
.fa-shopping-cart:before {
	content: "\f07a";
}
.fa-folder:before {
	content: "\f07b";
}
.fa-folder-open:before {
	content: "\f07c";
}
.fa-arrows-v:before {
	content: "\f07d";
}
.fa-arrows-h:before {
	content: "\f07e";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content: "\f080";
}
.fa-twitter-square:before {
	content: "\f081";
}
.fa-facebook-square:before {
	content: "\f082";
}
.fa-camera-retro:before {
	content: "\f083";
}
.fa-key:before {
	content: "\f084";
}
.fa-gears:before, .fa-cogs:before {
	content: "\f085";
}
.fa-comments:before {
	content: "\f086";
}
.fa-thumbs-o-up:before {
	content: "\f087";
}
.fa-thumbs-o-down:before {
	content: "\f088";
}
.fa-star-half:before {
	content: "\f089";
}
.fa-heart-o:before {
	content: "\f08a";
}
.fa-sign-out:before {
	content: "\f08b";
}
.fa-linkedin-square:before {
	content: "\f08c";
}
.fa-thumb-tack:before {
	content: "\f08d";
}
.fa-external-link:before {
	content: "\f08e";
}
.fa-sign-in:before {
	content: "\f090";
}
.fa-trophy:before {
	content: "\f091";
}
.fa-github-square:before {
	content: "\f092";
}
.fa-upload:before {
	content: "\f093";
}
.fa-lemon-o:before {
	content: "\f094";
}
.fa-phone:before {
	content: "\f095";
}
.fa-square-o:before {
	content: "\f096";
}
.fa-bookmark-o:before {
	content: "\f097";
}
.fa-phone-square:before {
	content: "\f098";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a";
}
.fa-github:before {
	content: "\f09b";
}
.fa-unlock:before {
	content: "\f09c";
}
.fa-credit-card:before {
	content: "\f09d";
}
.fa-feed:before, .fa-rss:before {
	content: "\f09e";
}
.fa-hdd-o:before {
	content: "\f0a0";
}
.fa-bullhorn:before {
	content: "\f0a1";
}
.fa-bell:before {
	content: "\f0f3";
}
.fa-certificate:before {
	content: "\f0a3";
}
.fa-hand-o-right:before {
	content: "\f0a4";
}
.fa-hand-o-left:before {
	content: "\f0a5";
}
.fa-hand-o-up:before {
	content: "\f0a6";
}
.fa-hand-o-down:before {
	content: "\f0a7";
}
.fa-arrow-circle-left:before {
	content: "\f0a8";
}
.fa-arrow-circle-right:before {
	content: "\f0a9";
}
.fa-arrow-circle-up:before {
	content: "\f0aa";
}
.fa-arrow-circle-down:before {
	content: "\f0ab";
}
.fa-globe:before {
	content: "\f0ac";
}
.fa-wrench:before {
	content: "\f0ad";
}
.fa-tasks:before {
	content: "\f0ae";
}
.fa-filter:before {
	content: "\f0b0";
}
.fa-briefcase:before {
	content: "\f0b1";
}
.fa-arrows-alt:before {
	content: "\f0b2";
}
.fa-group:before, .fa-users:before {
	content: "\f0c0";
}
.fa-chain:before, .fa-link:before {
	content: "\f0c1";
}
.fa-cloud:before {
	content: "\f0c2";
}
.fa-flask:before {
	content: "\f0c3";
}
.fa-cut:before, .fa-scissors:before {
	content: "\f0c4";
}
.fa-copy:before, .fa-files-o:before {
	content: "\f0c5";
}
.fa-paperclip:before {
	content: "\f0c6";
}
.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7";
}
.fa-square:before {
	content: "\f0c8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	content: "\f0c9";
}
.fa-list-ul:before {
	content: "\f0ca";
}
.fa-list-ol:before {
	content: "\f0cb";
}
.fa-strikethrough:before {
	content: "\f0cc";
}
.fa-underline:before {
	content: "\f0cd";
}
.fa-table:before {
	content: "\f0ce";
}
.fa-magic:before {
	content: "\f0d0";
}
.fa-truck:before {
	content: "\f0d1";
}
.fa-pinterest:before {
	content: "\f0d2";
}
.fa-pinterest-square:before {
	content: "\f0d3";
}
.fa-google-plus-square:before {
	content: "\f0d4";
}
.fa-google-plus:before {
	content: "\f0d5";
}
.fa-money:before {
	content: "\f0d6";
}
.fa-caret-down:before {
	content: "\f0d7";
}
.fa-caret-up:before {
	content: "\f0d8";
}
.fa-caret-left:before {
	content: "\f0d9";
}
.fa-caret-right:before {
	content: "\f0da";
}
.fa-columns:before {
	content: "\f0db";
}
.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc";
}
.fa-sort-down:before, .fa-sort-desc:before {
	content: "\f0dd";
}
.fa-sort-up:before, .fa-sort-asc:before {
	content: "\f0de";
}
.fa-envelope:before {
	content: "\f0e0";
}
.fa-linkedin:before {
	content: "\f0e1";
}
.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2";
}
.fa-legal:before, .fa-gavel:before {
	content: "\f0e3";
}
.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4";
}
.fa-comment-o:before {
	content: "\f0e5";
}
.fa-comments-o:before {
	content: "\f0e6";
}
.fa-flash:before, .fa-bolt:before {
	content: "\f0e7";
}
.fa-sitemap:before {
	content: "\f0e8";
}
.fa-umbrella:before {
	content: "\f0e9";
}
.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea";
}
.fa-lightbulb-o:before {
	content: "\f0eb";
}
.fa-exchange:before {
	content: "\f0ec";
}
.fa-cloud-download:before {
	content: "\f0ed";
}
.fa-cloud-upload:before {
	content: "\f0ee";
}
.fa-user-md:before {
	content: "\f0f0";
}
.fa-stethoscope:before {
	content: "\f0f1";
}
.fa-suitcase:before {
	content: "\f0f2";
}
.fa-bell-o:before {
	content: "\f0a2";
}
.fa-coffee:before {
	content: "\f0f4";
}
.fa-cutlery:before {
	content: "\f0f5";
}
.fa-file-text-o:before {
	content: "\f0f6";
}
.fa-building-o:before {
	content: "\f0f7";
}
.fa-hospital-o:before {
	content: "\f0f8";
}
.fa-ambulance:before {
	content: "\f0f9";
}
.fa-medkit:before {
	content: "\f0fa";
}
.fa-fighter-jet:before {
	content: "\f0fb";
}
.fa-beer:before {
	content: "\f0fc";
}
.fa-h-square:before {
	content: "\f0fd";
}
.fa-plus-square:before {
	content: "\f0fe";
}
.fa-angle-double-left:before {
	content: "\f100";
}
.fa-angle-double-right:before {
	content: "\f101";
}
.fa-angle-double-up:before {
	content: "\f102";
}
.fa-angle-double-down:before {
	content: "\f103";
}
.fa-angle-left:before {
	content: "\f104";
}
.fa-angle-right:before {
	content: "\f105";
}
.fa-angle-up:before {
	content: "\f106";
}
.fa-angle-down:before {
	content: "\f107";
}
.fa-desktop:before {
	content: "\f108";
}
.fa-laptop:before {
	content: "\f109";
}
.fa-tablet:before {
	content: "\f10a";
}
.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b";
}
.fa-circle-o:before {
	content: "\f10c";
}
.fa-quote-left:before {
	content: "\f10d";
}
.fa-quote-right:before {
	content: "\f10e";
}
.fa-spinner:before {
	content: "\f110";
}
.fa-circle:before {
	content: "\f111";
}
.fa-mail-reply:before, .fa-reply:before {
	content: "\f112";
}
.fa-github-alt:before {
	content: "\f113";
}
.fa-folder-o:before {
	content: "\f114";
}
.fa-folder-open-o:before {
	content: "\f115";
}
.fa-smile-o:before {
	content: "\f118";
}
.fa-frown-o:before {
	content: "\f119";
}
.fa-meh-o:before {
	content: "\f11a";
}
.fa-gamepad:before {
	content: "\f11b";
}
.fa-keyboard-o:before {
	content: "\f11c";
}
.fa-flag-o:before {
	content: "\f11d";
}
.fa-flag-checkered:before {
	content: "\f11e";
}
.fa-terminal:before {
	content: "\f120";
}
.fa-code:before {
	content: "\f121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content: "\f122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123";
}
.fa-location-arrow:before {
	content: "\f124";
}
.fa-crop:before {
	content: "\f125";
}
.fa-code-fork:before {
	content: "\f126";
}
.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127";
}
.fa-question:before {
	content: "\f128";
}
.fa-info:before {
	content: "\f129";
}
.fa-exclamation:before {
	content: "\f12a";
}
.fa-superscript:before {
	content: "\f12b";
}
.fa-subscript:before {
	content: "\f12c";
}
.fa-eraser:before {
	content: "\f12d";
}
.fa-puzzle-piece:before {
	content: "\f12e";
}
.fa-microphone:before {
	content: "\f130";
}
.fa-microphone-slash:before {
	content: "\f131";
}
.fa-shield:before {
	content: "\f132";
}
.fa-calendar-o:before {
	content: "\f133";
}
.fa-fire-extinguisher:before {
	content: "\f134";
}
.fa-rocket:before {
	content: "\f135";
}
.fa-maxcdn:before {
	content: "\f136";
}
.fa-chevron-circle-left:before {
	content: "\f137";
}
.fa-chevron-circle-right:before {
	content: "\f138";
}
.fa-chevron-circle-up:before {
	content: "\f139";
}
.fa-chevron-circle-down:before {
	content: "\f13a";
}
.fa-html5:before {
	content: "\f13b";
}
.fa-css3:before {
	content: "\f13c";
}
.fa-anchor:before {
	content: "\f13d";
}
.fa-unlock-alt:before {
	content: "\f13e";
}
.fa-bullseye:before {
	content: "\f140";
}
.fa-ellipsis-h:before {
	content: "\f141";
}
.fa-ellipsis-v:before {
	content: "\f142";
}
.fa-rss-square:before {
	content: "\f143";
}
.fa-play-circle:before {
	content: "\f144";
}
.fa-ticket:before {
	content: "\f145";
}
.fa-minus-square:before {
	content: "\f146";
}
.fa-minus-square-o:before {
	content: "\f147";
}
.fa-level-up:before {
	content: "\f148";
}
.fa-level-down:before {
	content: "\f149";
}
.fa-check-square:before {
	content: "\f14a";
}
.fa-pencil-square:before {
	content: "\f14b";
}
.fa-external-link-square:before {
	content: "\f14c";
}
.fa-share-square:before {
	content: "\f14d";
}
.fa-compass:before {
	content: "\f14e";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152";
}
.fa-euro:before, .fa-eur:before {
	content: "\f153";
}
.fa-gbp:before {
	content: "\f154";
}
.fa-dollar:before, .fa-usd:before {
	content: "\f155";
}
.fa-rupee:before, .fa-inr:before {
	content: "\f156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158";
}
.fa-won:before, .fa-krw:before {
	content: "\f159";
}
.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a";
}
.fa-file:before {
	content: "\f15b";
}
.fa-file-text:before {
	content: "\f15c";
}
.fa-sort-alpha-asc:before {
	content: "\f15d";
}
.fa-sort-alpha-desc:before {
	content: "\f15e";
}
.fa-sort-amount-asc:before {
	content: "\f160";
}
.fa-sort-amount-desc:before {
	content: "\f161";
}
.fa-sort-numeric-asc:before {
	content: "\f162";
}
.fa-sort-numeric-desc:before {
	content: "\f163";
}
.fa-thumbs-up:before {
	content: "\f164";
}
.fa-thumbs-down:before {
	content: "\f165";
}
.fa-youtube-square:before {
	content: "\f166";
}
.fa-youtube:before {
	content: "\f167";
}
.fa-xing:before {
	content: "\f168";
}
.fa-xing-square:before {
	content: "\f169";
}
.fa-youtube-play:before {
	content: "\f16a";
}
.fa-dropbox:before {
	content: "\f16b";
}
.fa-stack-overflow:before {
	content: "\f16c";
}
.fa-instagram:before {
	content: "\f16d";
}
.fa-flickr:before {
	content: "\f16e";
}
.fa-adn:before {
	content: "\f170";
}
.fa-bitbucket:before {
	content: "\f171";
}
.fa-bitbucket-square:before {
	content: "\f172";
}
.fa-tumblr:before {
	content: "\f173";
}
.fa-tumblr-square:before {
	content: "\f174";
}
.fa-long-arrow-down:before {
	content: "\f175";
}
.fa-long-arrow-up:before {
	content: "\f176";
}
.fa-long-arrow-left:before {
	content: "\f177";
}
.fa-long-arrow-right:before {
	content: "\f178";
}
.fa-apple:before {
	content: "\f179";
}
.fa-windows:before {
	content: "\f17a";
}
.fa-android:before {
	content: "\f17b";
}
.fa-linux:before {
	content: "\f17c";
}
.fa-dribbble:before {
	content: "\f17d";
}
.fa-skype:before {
	content: "\f17e";
}
.fa-foursquare:before {
	content: "\f180";
}
.fa-trello:before {
	content: "\f181";
}
.fa-female:before {
	content: "\f182";
}
.fa-male:before {
	content: "\f183";
}
.fa-gittip:before, .fa-gratipay:before {
	content: "\f184";
}
.fa-sun-o:before {
	content: "\f185";
}
.fa-moon-o:before {
	content: "\f186";
}
.fa-archive:before {
	content: "\f187";
}
.fa-bug:before {
	content: "\f188";
}
.fa-vk:before {
	content: "\f189";
}
.fa-weibo:before {
	content: "\f18a";
}
.fa-renren:before {
	content: "\f18b";
}
.fa-pagelines:before {
	content: "\f18c";
}
.fa-stack-exchange:before {
	content: "\f18d";
}
.fa-arrow-circle-o-right:before {
	content: "\f18e";
}
.fa-arrow-circle-o-left:before {
	content: "\f190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191";
}
.fa-dot-circle-o:before {
	content: "\f192";
}
.fa-wheelchair:before {
	content: "\f193";
}
.fa-vimeo-square:before {
	content: "\f194";
}
.fa-turkish-lira:before, .fa-try:before {
	content: "\f195";
}
.fa-plus-square-o:before {
	content: "\f196";
}
.fa-space-shuttle:before {
	content: "\f197";
}
.fa-slack:before {
	content: "\f198";
}
.fa-envelope-square:before {
	content: "\f199";
}
.fa-wordpress:before {
	content: "\f19a";
}
.fa-openid:before {
	content: "\f19b";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
	content: "\f19c";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
	content: "\f19d";
}
.fa-yahoo:before {
	content: "\f19e";
}
.fa-google:before {
	content: "\f1a0";
}
.fa-reddit:before {
	content: "\f1a1";
}
.fa-reddit-square:before {
	content: "\f1a2";
}
.fa-stumbleupon-circle:before {
	content: "\f1a3";
}
.fa-stumbleupon:before {
	content: "\f1a4";
}
.fa-delicious:before {
	content: "\f1a5";
}
.fa-digg:before {
	content: "\f1a6";
}
.fa-pied-piper-pp:before {
	content: "\f1a7";
}
.fa-pied-piper-alt:before {
	content: "\f1a8";
}
.fa-drupal:before {
	content: "\f1a9";
}
.fa-joomla:before {
	content: "\f1aa";
}
.fa-language:before {
	content: "\f1ab";
}
.fa-fax:before {
	content: "\f1ac";
}
.fa-building:before {
	content: "\f1ad";
}
.fa-child:before {
	content: "\f1ae";
}
.fa-paw:before {
	content: "\f1b0";
}
.fa-spoon:before {
	content: "\f1b1";
}
.fa-cube:before {
	content: "\f1b2";
}
.fa-cubes:before {
	content: "\f1b3";
}
.fa-behance:before {
	content: "\f1b4";
}
.fa-behance-square:before {
	content: "\f1b5";
}
.fa-steam:before {
	content: "\f1b6";
}
.fa-steam-square:before {
	content: "\f1b7";
}
.fa-recycle:before {
	content: "\f1b8";
}
.fa-automobile:before, .fa-car:before {
	content: "\f1b9";
}
.fa-cab:before, .fa-taxi:before {
	content: "\f1ba";
}
.fa-tree:before {
	content: "\f1bb";
}
.fa-spotify:before {
	content: "\f1bc";
}
.fa-deviantart:before {
	content: "\f1bd";
}
.fa-soundcloud:before {
	content: "\f1be";
}
.fa-database:before {
	content: "\f1c0";
}
.fa-file-pdf-o:before {
	content: "\f1c1";
}
.fa-file-word-o:before {
	content: "\f1c2";
}
.fa-file-excel-o:before {
	content: "\f1c3";
}
.fa-file-powerpoint-o:before {
	content: "\f1c4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
	content: "\f1c5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
	content: "\f1c6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
	content: "\f1c7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content: "\f1c8";
}
.fa-file-code-o:before {
	content: "\f1c9";
}
.fa-vine:before {
	content: "\f1ca";
}
.fa-codepen:before {
	content: "\f1cb";
}
.fa-jsfiddle:before {
	content: "\f1cc";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
	content: "\f1cd";
}
.fa-circle-o-notch:before {
	content: "\f1ce";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
	content: "\f1d0";
}
.fa-ge:before, .fa-empire:before {
	content: "\f1d1";
}
.fa-git-square:before {
	content: "\f1d2";
}
.fa-git:before {
	content: "\f1d3";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
	content: "\f1d4";
}
.fa-tencent-weibo:before {
	content: "\f1d5";
}
.fa-qq:before {
	content: "\f1d6";
}
.fa-wechat:before, .fa-weixin:before {
	content: "\f1d7";
}
.fa-send:before, .fa-paper-plane:before {
	content: "\f1d8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
	content: "\f1d9";
}
.fa-history:before {
	content: "\f1da";
}
.fa-circle-thin:before {
	content: "\f1db";
}
.fa-header:before {
	content: "\f1dc";
}
.fa-paragraph:before {
	content: "\f1dd";
}
.fa-sliders:before {
	content: "\f1de";
}
.fa-share-alt:before {
	content: "\f1e0";
}
.fa-share-alt-square:before {
	content: "\f1e1";
}
.fa-bomb:before {
	content: "\f1e2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
	content: "\f1e3";
}
.fa-tty:before {
	content: "\f1e4";
}
.fa-binoculars:before {
	content: "\f1e5";
}
.fa-plug:before {
	content: "\f1e6";
}
.fa-slideshare:before {
	content: "\f1e7";
}
.fa-twitch:before {
	content: "\f1e8";
}
.fa-yelp:before {
	content: "\f1e9";
}
.fa-newspaper-o:before {
	content: "\f1ea";
}
.fa-wifi:before {
	content: "\f1eb";
}
.fa-calculator:before {
	content: "\f1ec";
}
.fa-paypal:before {
	content: "\f1ed";
}
.fa-google-wallet:before {
	content: "\f1ee";
}
.fa-cc-visa:before {
	content: "\f1f0";
}
.fa-cc-mastercard:before {
	content: "\f1f1";
}
.fa-cc-discover:before {
	content: "\f1f2";
}
.fa-cc-amex:before {
	content: "\f1f3";
}
.fa-cc-paypal:before {
	content: "\f1f4";
}
.fa-cc-stripe:before {
	content: "\f1f5";
}
.fa-bell-slash:before {
	content: "\f1f6";
}
.fa-bell-slash-o:before {
	content: "\f1f7";
}
.fa-trash:before {
	content: "\f1f8";
}
.fa-copyright:before {
	content: "\f1f9";
}
.fa-at:before {
	content: "\f1fa";
}
.fa-eyedropper:before {
	content: "\f1fb";
}
.fa-paint-brush:before {
	content: "\f1fc";
}
.fa-birthday-cake:before {
	content: "\f1fd";
}
.fa-area-chart:before {
	content: "\f1fe";
}
.fa-pie-chart:before {
	content: "\f200";
}
.fa-line-chart:before {
	content: "\f201";
}
.fa-lastfm:before {
	content: "\f202";
}
.fa-lastfm-square:before {
	content: "\f203";
}
.fa-toggle-off:before {
	content: "\f204";
}
.fa-toggle-on:before {
	content: "\f205";
}
.fa-bicycle:before {
	content: "\f206";
}
.fa-bus:before {
	content: "\f207";
}
.fa-ioxhost:before {
	content: "\f208";
}
.fa-angellist:before {
	content: "\f209";
}
.fa-cc:before {
	content: "\f20a";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
	content: "\f20b";
}
.fa-meanpath:before {
	content: "\f20c";
}
.fa-buysellads:before {
	content: "\f20d";
}
.fa-connectdevelop:before {
	content: "\f20e";
}
.fa-dashcube:before {
	content: "\f210";
}
.fa-forumbee:before {
	content: "\f211";
}
.fa-leanpub:before {
	content: "\f212";
}
.fa-sellsy:before {
	content: "\f213";
}
.fa-shirtsinbulk:before {
	content: "\f214";
}
.fa-simplybuilt:before {
	content: "\f215";
}
.fa-skyatlas:before {
	content: "\f216";
}
.fa-cart-plus:before {
	content: "\f217";
}
.fa-cart-arrow-down:before {
	content: "\f218";
}
.fa-diamond:before {
	content: "\f219";
}
.fa-ship:before {
	content: "\f21a";
}
.fa-user-secret:before {
	content: "\f21b";
}
.fa-motorcycle:before {
	content: "\f21c";
}
.fa-street-view:before {
	content: "\f21d";
}
.fa-heartbeat:before {
	content: "\f21e";
}
.fa-venus:before {
	content: "\f221";
}
.fa-mars:before {
	content: "\f222";
}
.fa-mercury:before {
	content: "\f223";
}
.fa-intersex:before, .fa-transgender:before {
	content: "\f224";
}
.fa-transgender-alt:before {
	content: "\f225";
}
.fa-venus-double:before {
	content: "\f226";
}
.fa-mars-double:before {
	content: "\f227";
}
.fa-venus-mars:before {
	content: "\f228";
}
.fa-mars-stroke:before {
	content: "\f229";
}
.fa-mars-stroke-v:before {
	content: "\f22a";
}
.fa-mars-stroke-h:before {
	content: "\f22b";
}
.fa-neuter:before {
	content: "\f22c";
}
.fa-genderless:before {
	content: "\f22d";
}
.fa-facebook-official:before {
	content: "\f230";
}
.fa-pinterest-p:before {
	content: "\f231";
}
.fa-whatsapp:before {
	content: "\f232";
}
.fa-server:before {
	content: "\f233";
}
.fa-user-plus:before {
	content: "\f234";
}
.fa-user-times:before {
	content: "\f235";
}
.fa-hotel:before, .fa-bed:before {
	content: "\f236";
}
.fa-viacoin:before {
	content: "\f237";
}
.fa-train:before {
	content: "\f238";
}
.fa-subway:before {
	content: "\f239";
}
.fa-medium:before {
	content: "\f23a";
}
.fa-yc:before, .fa-y-combinator:before {
	content: "\f23b";
}
.fa-optin-monster:before {
	content: "\f23c";
}
.fa-opencart:before {
	content: "\f23d";
}
.fa-expeditedssl:before {
	content: "\f23e";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
	content: "\f240";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content: "\f241";
}
.fa-battery-2:before, .fa-battery-half:before {
	content: "\f242";
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content: "\f243";
}
.fa-battery-0:before, .fa-battery-empty:before {
	content: "\f244";
}
.fa-mouse-pointer:before {
	content: "\f245";
}
.fa-i-cursor:before {
	content: "\f246";
}
.fa-object-group:before {
	content: "\f247";
}
.fa-object-ungroup:before {
	content: "\f248";
}
.fa-sticky-note:before {
	content: "\f249";
}
.fa-sticky-note-o:before {
	content: "\f24a";
}
.fa-cc-jcb:before {
	content: "\f24b";
}
.fa-cc-diners-club:before {
	content: "\f24c";
}
.fa-clone:before {
	content: "\f24d";
}
.fa-balance-scale:before {
	content: "\f24e";
}
.fa-hourglass-o:before {
	content: "\f250";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content: "\f251";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content: "\f252";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content: "\f253";
}
.fa-hourglass:before {
	content: "\f254";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content: "\f255";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
	content: "\f256";
}
.fa-hand-scissors-o:before {
	content: "\f257";
}
.fa-hand-lizard-o:before {
	content: "\f258";
}
.fa-hand-spock-o:before {
	content: "\f259";
}
.fa-hand-pointer-o:before {
	content: "\f25a";
}
.fa-hand-peace-o:before {
	content: "\f25b";
}
.fa-trademark:before {
	content: "\f25c";
}
.fa-registered:before {
	content: "\f25d";
}
.fa-creative-commons:before {
	content: "\f25e";
}
.fa-gg:before {
	content: "\f260";
}
.fa-gg-circle:before {
	content: "\f261";
}
.fa-tripadvisor:before {
	content: "\f262";
}
.fa-odnoklassniki:before {
	content: "\f263";
}
.fa-odnoklassniki-square:before {
	content: "\f264";
}
.fa-get-pocket:before {
	content: "\f265";
}
.fa-wikipedia-w:before {
	content: "\f266";
}
.fa-safari:before {
	content: "\f267";
}
.fa-chrome:before {
	content: "\f268";
}
.fa-firefox:before {
	content: "\f269";
}
.fa-opera:before {
	content: "\f26a";
}
.fa-internet-explorer:before {
	content: "\f26b";
}
.fa-tv:before, .fa-television:before {
	content: "\f26c";
}
.fa-contao:before {
	content: "\f26d";
}
.fa-500px:before {
	content: "\f26e";
}
.fa-amazon:before {
	content: "\f270";
}
.fa-calendar-plus-o:before {
	content: "\f271";
}
.fa-calendar-minus-o:before {
	content: "\f272";
}
.fa-calendar-times-o:before {
	content: "\f273";
}
.fa-calendar-check-o:before {
	content: "\f274";
}
.fa-industry:before {
	content: "\f275";
}
.fa-map-pin:before {
	content: "\f276";
}
.fa-map-signs:before {
	content: "\f277";
}
.fa-map-o:before {
	content: "\f278";
}
.fa-map:before {
	content: "\f279";
}
.fa-commenting:before {
	content: "\f27a";
}
.fa-commenting-o:before {
	content: "\f27b";
}
.fa-houzz:before {
	content: "\f27c";
}
.fa-vimeo:before {
	content: "\f27d";
}
.fa-black-tie:before {
	content: "\f27e";
}
.fa-fonticons:before {
	content: "\f280";
}
.fa-reddit-alien:before {
	content: "\f281";
}
.fa-edge:before {
	content: "\f282";
}
.fa-credit-card-alt:before {
	content: "\f283";
}
.fa-codiepie:before {
	content: "\f284";
}
.fa-modx:before {
	content: "\f285";
}
.fa-fort-awesome:before {
	content: "\f286";
}
.fa-usb:before {
	content: "\f287";
}
.fa-product-hunt:before {
	content: "\f288";
}
.fa-mixcloud:before {
	content: "\f289";
}
.fa-scribd:before {
	content: "\f28a";
}
.fa-pause-circle:before {
	content: "\f28b";
}
.fa-pause-circle-o:before {
	content: "\f28c";
}
.fa-stop-circle:before {
	content: "\f28d";
}
.fa-stop-circle-o:before {
	content: "\f28e";
}
.fa-shopping-bag:before {
	content: "\f290";
}
.fa-shopping-basket:before {
	content: "\f291";
}
.fa-hashtag:before {
	content: "\f292";
}
.fa-bluetooth:before {
	content: "\f293";
}
.fa-bluetooth-b:before {
	content: "\f294";
}
.fa-percent:before {
	content: "\f295";
}
.fa-gitlab:before {
	content: "\f296";
}
.fa-wpbeginner:before {
	content: "\f297";
}
.fa-wpforms:before {
	content: "\f298";
}
.fa-envira:before {
	content: "\f299";
}
.fa-universal-access:before {
	content: "\f29a";
}
.fa-wheelchair-alt:before {
	content: "\f29b";
}
.fa-question-circle-o:before {
	content: "\f29c";
}
.fa-blind:before {
	content: "\f29d";
}
.fa-audio-description:before {
	content: "\f29e";
}
.fa-volume-control-phone:before {
	content: "\f2a0";
}
.fa-braille:before {
	content: "\f2a1";
}
.fa-assistive-listening-systems:before {
	content: "\f2a2";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
	content: "\f2a3";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
	content: "\f2a4";
}
.fa-glide:before {
	content: "\f2a5";
}
.fa-glide-g:before {
	content: "\f2a6";
}
.fa-signing:before, .fa-sign-language:before {
	content: "\f2a7";
}
.fa-low-vision:before {
	content: "\f2a8";
}
.fa-viadeo:before {
	content: "\f2a9";
}
.fa-viadeo-square:before {
	content: "\f2aa";
}
.fa-snapchat:before {
	content: "\f2ab";
}
.fa-snapchat-ghost:before {
	content: "\f2ac";
}
.fa-snapchat-square:before {
	content: "\f2ad";
}
.fa-pied-piper:before {
	content: "\f2ae";
}
.fa-first-order:before {
	content: "\f2b0";
}
.fa-yoast:before {
	content: "\f2b1";
}
.fa-themeisle:before {
	content: "\f2b2";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content: "\f2b3";
}
.fa-fa:before, .fa-font-awesome:before {
	content: "\f2b4";
}
.fa-handshake-o:before {
	content: "\f2b5";
}
.fa-envelope-open:before {
	content: "\f2b6";
}
.fa-envelope-open-o:before {
	content: "\f2b7";
}
.fa-linode:before {
	content: "\f2b8";
}
.fa-address-book:before {
	content: "\f2b9";
}
.fa-address-book-o:before {
	content: "\f2ba";
}
.fa-vcard:before, .fa-address-card:before {
	content: "\f2bb";
}
.fa-vcard-o:before, .fa-address-card-o:before {
	content: "\f2bc";
}
.fa-user-circle:before {
	content: "\f2bd";
}
.fa-user-circle-o:before {
	content: "\f2be";
}
.fa-user-o:before {
	content: "\f2c0";
}
.fa-id-badge:before {
	content: "\f2c1";
}
.fa-drivers-license:before, .fa-id-card:before {
	content: "\f2c2";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
	content: "\f2c3";
}
.fa-quora:before {
	content: "\f2c4";
}
.fa-free-code-camp:before {
	content: "\f2c5";
}
.fa-telegram:before {
	content: "\f2c6";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
	content: "\f2c7";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content: "\f2c8";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
	content: "\f2c9";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content: "\f2ca";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content: "\f2cb";
}
.fa-shower:before {
	content: "\f2cc";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
	content: "\f2cd";
}
.fa-podcast:before {
	content: "\f2ce";
}
.fa-window-maximize:before {
	content: "\f2d0";
}
.fa-window-minimize:before {
	content: "\f2d1";
}
.fa-window-restore:before {
	content: "\f2d2";
}
.fa-times-rectangle:before, .fa-window-close:before {
	content: "\f2d3";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content: "\f2d4";
}
.fa-bandcamp:before {
	content: "\f2d5";
}
.fa-grav:before {
	content: "\f2d6";
}
.fa-etsy:before {
	content: "\f2d7";
}
.fa-imdb:before {
	content: "\f2d8";
}
.fa-ravelry:before {
	content: "\f2d9";
}
.fa-eercast:before {
	content: "\f2da";
}
.fa-microchip:before {
	content: "\f2db";
}
.fa-snowflake-o:before {
	content: "\f2dc";
}
.fa-superpowers:before {
	content: "\f2dd";
}
.fa-wpexplorer:before {
	content: "\f2de";
}
.fa-meetup:before {
	content: "\f2e0";
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
.menu-toggle {
	width: 30px;
	cursor: pointer;
	display: block;
	height: 20px;
	z-index: 9999;
	margin-left: 0;
	margin-top: 35px;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.menu-toggle .menu-line {
	background-color: black;
	height: 3px;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.menu-toggle .line-1 {
	top: 0;
}
.menu-toggle .line-2, .menu-toggle .line-3 {
	left: 10px;
	top: 5px;
}
.menu-toggle .line-4 {
	top: 10px;
}
.menu-toggle.open .line-1, .menu-toggle.open .line-4 {
	opacity: 0;
}
.menu-toggle.open .line-2 {
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-webkit-transform: rotate(45deg);
	/* Chrome, Safari, Opera */
	transform: rotate(45deg);
	left: 0;
}
.menu-toggle.open .line-3 {
	-ms-transform: rotate(-45deg);
	/* IE 9 */
	-webkit-transform: rotate(-45deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	left: 0;
}
.menu-toggle.open .line-2, .menu-toggle.open .line-3 {
	-ms-transform-origin: 50% 50%;
	/* IE 9 */
	-webkit-transform-origin: 50% 50%;
	/* Chrome, Safari, Opera */
	transform-origin: 50% 50%;
}
.menu-toggle:hover .menu-line, .menu-toggle:focus .menu-line {
	background-color: #ffd200;
}
.menu-toggle:hover .menu-line.line-2, .menu-toggle:hover .menu-line.line-3, .menu-toggle:focus .menu-line.line-2, .menu-toggle:focus .menu-line.line-3 {
	left: 0 !important;
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir="rtl"] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/*

@import "inc/sass/fancybox";
@import "inc/sass/animate";

*/
@-ms-viewport {
 width: device-width;
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}
*, *::before, *::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 576px) {
.container {
	padding-right: 15px;
	padding-left: 15px;
}
}

@media (min-width: 768px) {
.container {
	padding-right: 15px;
	padding-left: 15px;
}
.container.ep {
	padding-left: 30px;
	padding-right: 30px;
}
}

@media (min-width: 992px) {
.container {
	padding-right: 15px;
	padding-left: 15px;
}
.container.ep {
	padding-left: 30px;
	padding-right: 30px;
}
}

@media (min-width: 1200px) {
.container {
	padding-right: 15px;
	padding-left: 15px;
}
.container.ep {
	padding-left: 30px;
	padding-right: 30px;
}
}

@media (min-width: 576px) {
.container {
	max-width: 100%;
}
.container.ep {
	padding-left: 30px;
	padding-right: 30px;
}
}

@media (min-width: 768px) {
.container {
	max-width: 100%;
}
.container.ep {
	padding-left: 30px;
	padding-right: 30px;
}
}

@media (min-width: 992px) {
.container {
	max-width: 100%;
}
.container.ep {
	padding-left: 30px;
	padding-right: 30px;
}
}

@media (min-width: 1200px) {
.container {
	width: 95%;
	max-width: 1600px;
}
.container.ep {
	padding-left: 30px;
	padding-right: 30px;
}
.container.extra {
	max-width: 1630px;
}
}
.container-fluid {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 576px) {
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
}
}

@media (min-width: 768px) {
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
}
}

@media (min-width: 992px) {
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
}
}

@media (min-width: 1200px) {
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
}
}
.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 576px) {
.row {
	margin-right: -15px;
	margin-left: -15px;
}
}

@media (min-width: 768px) {
.row {
	margin-right: -15px;
	margin-left: -15px;
}
}

@media (min-width: 992px) {
.row {
	margin-right: -15px;
	margin-left: -15px;
}
}

@media (min-width: 1200px) {
.row {
	margin-right: -15px;
	margin-left: -15px;
}
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 576px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
	padding-right: 15px;
	padding-left: 15px;
}
}

@media (min-width: 768px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
	padding-right: 15px;
	padding-left: 15px;
}
}

@media (min-width: 992px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
	padding-right: 15px;
	padding-left: 15px;
}
}

@media (min-width: 1200px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
	padding-right: 15px;
	padding-left: 15px;
}
}
.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}
.col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.333333%;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.666667%;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.333333%;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.333333%;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.666667%;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.pull-0 {
	right: auto;
}
.pull-1 {
	right: 8.333333%;
}
.pull-2 {
	right: 16.666667%;
}
.pull-3 {
	right: 25%;
}
.pull-4 {
	right: 33.333333%;
}
.pull-5 {
	right: 41.666667%;
}
.pull-6 {
	right: 50%;
}
.pull-7 {
	right: 58.333333%;
}
.pull-8 {
	right: 66.666667%;
}
.pull-9 {
	right: 75%;
}
.pull-10 {
	right: 83.333333%;
}
.pull-11 {
	right: 91.666667%;
}
.pull-12 {
	right: 100%;
}
.push-0 {
	left: auto;
}
.push-1 {
	left: 8.333333%;
}
.push-2 {
	left: 16.666667%;
}
.push-3 {
	left: 25%;
}
.push-4 {
	left: 33.333333%;
}
.push-5 {
	left: 41.666667%;
}
.push-6 {
	left: 50%;
}
.push-7 {
	left: 58.333333%;
}
.push-8 {
	left: 66.666667%;
}
.push-9 {
	left: 75%;
}
.push-10 {
	left: 83.333333%;
}
.push-11 {
	left: 91.666667%;
}
.push-12 {
	left: 100%;
}
.offset-1 {
	margin-left: 8.333333%;
}
.offset-2 {
	margin-left: 16.666667%;
}
.offset-3 {
	margin-left: 25%;
}
.offset-4 {
	margin-left: 33.333333%;
}
.offset-5 {
	margin-left: 41.666667%;
}
.offset-6 {
	margin-left: 50%;
}
.offset-7 {
	margin-left: 58.333333%;
}
.offset-8 {
	margin-left: 66.666667%;
}
.offset-9 {
	margin-left: 75%;
}
.offset-10 {
	margin-left: 83.333333%;
}
.offset-11 {
	margin-left: 91.666667%;
}

@media (min-width: 576px) {
.col-sm {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-sm-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}
.col-sm-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.333333%;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-sm-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-sm-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-sm-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-sm-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.666667%;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-sm-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-sm-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.333333%;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-sm-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-sm-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-sm-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.333333%;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-sm-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.666667%;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-sm-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.pull-sm-0 {
	right: auto;
}
.pull-sm-1 {
	right: 8.333333%;
}
.pull-sm-2 {
	right: 16.666667%;
}
.pull-sm-3 {
	right: 25%;
}
.pull-sm-4 {
	right: 33.333333%;
}
.pull-sm-5 {
	right: 41.666667%;
}
.pull-sm-6 {
	right: 50%;
}
.pull-sm-7 {
	right: 58.333333%;
}
.pull-sm-8 {
	right: 66.666667%;
}
.pull-sm-9 {
	right: 75%;
}
.pull-sm-10 {
	right: 83.333333%;
}
.pull-sm-11 {
	right: 91.666667%;
}
.pull-sm-12 {
	right: 100%;
}
.push-sm-0 {
	left: auto;
}
.push-sm-1 {
	left: 8.333333%;
}
.push-sm-2 {
	left: 16.666667%;
}
.push-sm-3 {
	left: 25%;
}
.push-sm-4 {
	left: 33.333333%;
}
.push-sm-5 {
	left: 41.666667%;
}
.push-sm-6 {
	left: 50%;
}
.push-sm-7 {
	left: 58.333333%;
}
.push-sm-8 {
	left: 66.666667%;
}
.push-sm-9 {
	left: 75%;
}
.push-sm-10 {
	left: 83.333333%;
}
.push-sm-11 {
	left: 91.666667%;
}
.push-sm-12 {
	left: 100%;
}
.offset-sm-0 {
	margin-left: 0%;
}
.offset-sm-1 {
	margin-left: 8.333333%;
}
.offset-sm-2 {
	margin-left: 16.666667%;
}
.offset-sm-3 {
	margin-left: 25%;
}
.offset-sm-4 {
	margin-left: 33.333333%;
}
.offset-sm-5 {
	margin-left: 41.666667%;
}
.offset-sm-6 {
	margin-left: 50%;
}
.offset-sm-7 {
	margin-left: 58.333333%;
}
.offset-sm-8 {
	margin-left: 66.666667%;
}
.offset-sm-9 {
	margin-left: 75%;
}
.offset-sm-10 {
	margin-left: 83.333333%;
}
.offset-sm-11 {
	margin-left: 91.666667%;
}
}

@media (min-width: 768px) {
.col-md {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-md-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}
.col-md-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.333333%;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-md-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-md-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-md-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-md-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.666667%;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-md-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-md-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.333333%;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-md-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-md-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-md-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.333333%;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-md-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.666667%;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-md-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.pull-md-0 {
	right: auto;
}
.pull-md-1 {
	right: 8.333333%;
}
.pull-md-2 {
	right: 16.666667%;
}
.pull-md-3 {
	right: 25%;
}
.pull-md-4 {
	right: 33.333333%;
}
.pull-md-5 {
	right: 41.666667%;
}
.pull-md-6 {
	right: 50%;
}
.pull-md-7 {
	right: 58.333333%;
}
.pull-md-8 {
	right: 66.666667%;
}
.pull-md-9 {
	right: 75%;
}
.pull-md-10 {
	right: 83.333333%;
}
.pull-md-11 {
	right: 91.666667%;
}
.pull-md-12 {
	right: 100%;
}
.push-md-0 {
	left: auto;
}
.push-md-1 {
	left: 8.333333%;
}
.push-md-2 {
	left: 16.666667%;
}
.push-md-3 {
	left: 25%;
}
.push-md-4 {
	left: 33.333333%;
}
.push-md-5 {
	left: 41.666667%;
}
.push-md-6 {
	left: 50%;
}
.push-md-7 {
	left: 58.333333%;
}
.push-md-8 {
	left: 66.666667%;
}
.push-md-9 {
	left: 75%;
}
.push-md-10 {
	left: 83.333333%;
}
.push-md-11 {
	left: 91.666667%;
}
.push-md-12 {
	left: 100%;
}
.offset-md-0 {
	margin-left: 0%;
}
.offset-md-1 {
	margin-left: 8.333333%;
}
.offset-md-2 {
	margin-left: 16.666667%;
}
.offset-md-3 {
	margin-left: 25%;
}
.offset-md-4 {
	margin-left: 33.333333%;
}
.offset-md-5 {
	margin-left: 41.666667%;
}
.offset-md-6 {
	margin-left: 50%;
}
.offset-md-7 {
	margin-left: 58.333333%;
}
.offset-md-8 {
	margin-left: 66.666667%;
}
.offset-md-9 {
	margin-left: 75%;
}
.offset-md-10 {
	margin-left: 83.333333%;
}
.offset-md-11 {
	margin-left: 91.666667%;
}
}

@media (min-width: 992px) {
.col-lg {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-lg-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}
.col-lg-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.333333%;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-lg-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-lg-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-lg-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-lg-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.666667%;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-lg-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-lg-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.333333%;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-lg-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-lg-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-lg-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.333333%;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-lg-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.666667%;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-lg-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.pull-lg-0 {
	right: auto;
}
.pull-lg-1 {
	right: 8.333333%;
}
.pull-lg-2 {
	right: 16.666667%;
}
.pull-lg-3 {
	right: 25%;
}
.pull-lg-4 {
	right: 33.333333%;
}
.pull-lg-5 {
	right: 41.666667%;
}
.pull-lg-6 {
	right: 50%;
}
.pull-lg-7 {
	right: 58.333333%;
}
.pull-lg-8 {
	right: 66.666667%;
}
.pull-lg-9 {
	right: 75%;
}
.pull-lg-10 {
	right: 83.333333%;
}
.pull-lg-11 {
	right: 91.666667%;
}
.pull-lg-12 {
	right: 100%;
}
.push-lg-0 {
	left: auto;
}
.push-lg-1 {
	left: 8.333333%;
}
.push-lg-2 {
	left: 16.666667%;
}
.push-lg-3 {
	left: 25%;
}
.push-lg-4 {
	left: 33.333333%;
}
.push-lg-5 {
	left: 41.666667%;
}
.push-lg-6 {
	left: 50%;
}
.push-lg-7 {
	left: 58.333333%;
}
.push-lg-8 {
	left: 66.666667%;
}
.push-lg-9 {
	left: 75%;
}
.push-lg-10 {
	left: 83.333333%;
}
.push-lg-11 {
	left: 91.666667%;
}
.push-lg-12 {
	left: 100%;
}
.offset-lg-0 {
	margin-left: 0%;
}
.offset-lg-1 {
	margin-left: 8.333333%;
}
.offset-lg-2 {
	margin-left: 16.666667%;
}
.offset-lg-3 {
	margin-left: 25%;
}
.offset-lg-4 {
	margin-left: 33.333333%;
}
.offset-lg-5 {
	margin-left: 41.666667%;
}
.offset-lg-6 {
	margin-left: 50%;
}
.offset-lg-7 {
	margin-left: 58.333333%;
}
.offset-lg-8 {
	margin-left: 66.666667%;
}
.offset-lg-9 {
	margin-left: 75%;
}
.offset-lg-10 {
	margin-left: 83.333333%;
}
.offset-lg-11 {
	margin-left: 91.666667%;
}
}

@media (min-width: 1200px) {
.col-xl {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-xl-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}
.col-xl-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.333333%;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-xl-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-xl-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-xl-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-xl-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.666667%;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-xl-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-xl-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.333333%;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-xl-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-xl-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-xl-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.333333%;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-xl-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.666667%;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-xl-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.pull-xl-0 {
	right: auto;
}
.pull-xl-1 {
	right: 8.333333%;
}
.pull-xl-2 {
	right: 16.666667%;
}
.pull-xl-3 {
	right: 25%;
}
.pull-xl-4 {
	right: 33.333333%;
}
.pull-xl-5 {
	right: 41.666667%;
}
.pull-xl-6 {
	right: 50%;
}
.pull-xl-7 {
	right: 58.333333%;
}
.pull-xl-8 {
	right: 66.666667%;
}
.pull-xl-9 {
	right: 75%;
}
.pull-xl-10 {
	right: 83.333333%;
}
.pull-xl-11 {
	right: 91.666667%;
}
.pull-xl-12 {
	right: 100%;
}
.push-xl-0 {
	left: auto;
}
.push-xl-1 {
	left: 8.333333%;
}
.push-xl-2 {
	left: 16.666667%;
}
.push-xl-3 {
	left: 25%;
}
.push-xl-4 {
	left: 33.333333%;
}
.push-xl-5 {
	left: 41.666667%;
}
.push-xl-6 {
	left: 50%;
}
.push-xl-7 {
	left: 58.333333%;
}
.push-xl-8 {
	left: 66.666667%;
}
.push-xl-9 {
	left: 75%;
}
.push-xl-10 {
	left: 83.333333%;
}
.push-xl-11 {
	left: 91.666667%;
}
.push-xl-12 {
	left: 100%;
}
.offset-xl-0 {
	margin-left: 0%;
}
.offset-xl-1 {
	margin-left: 8.333333%;
}
.offset-xl-2 {
	margin-left: 16.666667%;
}
.offset-xl-3 {
	margin-left: 25%;
}
.offset-xl-4 {
	margin-left: 33.333333%;
}
.offset-xl-5 {
	margin-left: 41.666667%;
}
.offset-xl-6 {
	margin-left: 50%;
}
.offset-xl-7 {
	margin-left: 58.333333%;
}
.offset-xl-8 {
	margin-left: 66.666667%;
}
.offset-xl-9 {
	margin-left: 75%;
}
.offset-xl-10 {
	margin-left: 83.333333%;
}
.offset-xl-11 {
	margin-left: 91.666667%;
}
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
.col-sm-5ths {
	width: 20%;
	float: left;
}
}

@media (min-width: 992px) {
.col-md-5ths {
	width: 20%;
	float: left;
}
}

@media (min-width: 1200px) {
.col-lg-5ths {
	width: 20%;
	float: left;
}
}

/*# sourceMappingURL=bootstrap-grid.css.map */
/* ==========================================================================
   10. Responsive
   ========================================================================== */
/* base styles: opinionated defaults */
@media only screen and (max-width: 1024px) {
.hero, .hero.full_width, .small-hero, .hero-slider-wrapper .slide {
	min-height: 500px !important;
	height: auto !important;
}
.signpost .thumbnail {
	height: 400px !important;
}
#masthead {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}
.menu-toggle {
	margin-top: 45px;
}
}

@media only screen and (max-width: 767px) {
#masthead .header-cta {
	display: none !important;
}
.hero, .hero.full_width, .small-hero, .hero-slider-wrapper .slide {
	min-height: 350px !important;
	height: auto !important;
}
.signpost .thumbnail {
	height: 350px;
}
.nav-wrapper #mastnav {
	margin-bottom: 50px;
}
.social-bar .extra-content {
	position: static;
	bottom: 0;
	left: 30px;
	right: 30px;
	width: calc(100% - 30px);
	bottom: 30px;
	margin: 0 auto;
}
.social-bar {
	height: auto !important;
	margin-bottom: 20px;
}
}

@media only screen and (max-width: 479px) {
.hero .white-bg {
	padding-left: 20px;
	padding-right: 20px;
}
.header-spacer {
	height: 135px;
}
}

@media only screen and (max-width: 959px) {
.hero, .hero-slider-wrapper .slide {
	min-height: 350px !important;
	height: auto !important;
}
}

@media only screen and (max-width: 991px) {
.image-grid .thumbnail {
	min-height: 250px !important;
	height: auto !important;
}
.image-grid .col-lg-8 {
	margin-bottom: 0;
}
}

@media only screen and (max-width: 479px) {
#mastfoot ul {
	font-size: 0;
}
#mastfoot ul li {
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0;
	verticle-align: top;
}
}
/*# sourceMappingURL=style.css.map */


/*Gravity calender css 21/02/2018*/

/*!
 * jQuery UI Datepicker 1.9.0
 * http://jqueryui.com
 *
 * Copyright 2012 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
	display: none;
	padding: .2em .2em 0;
	width: 17em;
	background-color: #fff;
	padding: 15px 30px;
	border: 1px solid #cbcccc;
}
.ui-datepicker .ui-datepicker-header {
	padding: .2em 0;
	position: relative;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	height: 1.8em;
	position: absolute;
	top: 2px;
	width: 1.8em;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	left: 50%;
	/*
    margin-left: -8px;
    margin-top: -8px;*/
	position: absolute;
	top: 50%;
	margin-left: -15px;
	margin-top: -10px;
}
.ui-datepicker .ui-datepicker-title {
	line-height: 1.8em;
	margin: 0 2.3em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	border-collapse: collapse;
	font-size: .9em;
	margin: 0 0 .4em;
	width: 100%;
}
.ui-datepicker th {
	border: 0;
	font-weight: bold;
	padding: .7em .3em;
	text-align: center;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
	color: #000;
	background-color: #eee;
	text-align: center;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	margin: .7em 0 0 0;
	padding: 0 .2em;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	cursor: pointer;
	float: right;
	margin: .5em .2em .4em;
	overflow: visible;
	padding: .2em .6em .3em .6em;
	width: auto;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	margin: 0 auto .4em;
	width: 95%;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	font-size: 0em;
	width: 100%;
}
/* RTL support */

.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	left: auto;
	right: 2px;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	left: auto;
	right: 1px;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width: 1px;
	border-right-width: 0;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 1px;
	border-right-width: 0;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */

.ui-datepicker-cover {
	filter: mask(); /*must have*/
	height: 200px; /*must have*/
	left: -4px; /*must have*/
	position: absolute; /*must have*/
	top: -4px; /*must have*/
	width: 200px; /*must have*/
	z-index: -1; /*must have*/
}
/* News Archive 28032018 */

.controls {
	width: 100%;
	text-align: center;
}
.control {
	color: #fff;
	background-color: #cbcccc;
	border: 1px solid #cbcccc;
	padding: 11px 23px;
	font-size: 14px;
	outline: none;
}
.control:hover, .control:active, .control:visited {
	background-color: #ffd200;
	border: 1px solid #ffd200;
}
.mixitup-control-active {
	background-color: #ffd200;
	border: 1px solid #ffd200;
}
.newsTextMain {
	margin-bottom: 14px;
	width: 100%;
	max-width: 357px;
}
.newsThumbnail img {
	width: 100%;
	max-width: 357px;
}
.newsTitle {
	margin: 14px 0 8px 0;
}
.newsDescription {
	font-size: 14px !important;
	margin-bottom: 14px !important;
}
.newsReadmore {
	color: #ffd200;
	font-size: 14px;
	text-decoration: none;
}
a.designerLoadMore:link, a.designerLoadMore:visited {
	display: block;
	width: 170px;
	height: 58px;
	color: #fff;
	line-height: 58px;
	background-color: #cbcccc;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
}

@media (max-width: 767px) {
.control {
	color: #fff;
	background-color: #cbcccc;
	border: 1px solid #cbcccc;
	padding: 11px 12px;
	font-size: 14px;
	outline: none;
}
}
/* News Single */

.news_single_cat {
	text-decoration: none;
	color: #ffd200;
	display: block;
	position: absolute;
	width: 100%;
	max-width: 759px;
	height: auto;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 34%;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}
.news_single_title {
	text-decoration: none;
	color: #fff;
	display: block;
	position: absolute;
	width: 100%;
	max-width: 759px;
	height: auto;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 35%;
	font-size: 46px;
	text-align: center;
	text-transform: uppercase;
}
.new_single_text_block {
	padding: 30px 65px;
	font-family: inherit;
}
.new_single_text_block P {
	font-family: inherit;
	font-size: 20px;
}
.news_share_icon {
	float: left;
	margin: 1px 10px 0 0;
	font-size: 20px;
	color: #333333;
	font-weight: 300;
}
.news-form-text {
	width: 100%;
	max-width: 537px;
	margin: 0 auto 20px auto;
	text-align: center;
	font-size: 20px;
}

@media (max-width: 767px) {
.news_single_title {
	top: 38%;
	font-size: 32px;
}
.new_single_text_block {
	padding: 30px 0px;
}
.news-form-text {
	width: 90%;
}
}
.post-form-content .slick-dots {
	display: none !important
}
.cntLnks a:link, .cntLnks a:visited {
	display: inline;
	width: auto;
	height: auto;
	position: unset;
	left: unset;
	right: unset;
	top: unset;
	bottom: unset;
	z-index: 3;
	opacity: 1;
	background-color: transparent;
	color: #333333;
	font-family: 'Futura PT', sans-serif;
}


/* pop-up */
.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: unset;
    font-size: 18px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: unset;
    text-align: center;
    display: block;
	letter-spacing: 1.3px;
}

.cc-compliance {
    display: -ms-flexbox;
    display: block;
    -ms-flex-align: center;
    align-items: unset;
    -ms-flex-line-pack: justify;
    align-content: unset;
}

.cc-window.cc-banner {
    padding: 3em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
	background:url(img/bg_tratra_popup.png) top center no-repeat;
}

.cc-link {
    opacity: 1;
    display: inline-block;
    padding: unset;
    border-bottom: 1px solid #fff;
    text-decoration: none;
	outline:none;
}

.cc-btn {
    display: block;
    padding: 0;
    font-size: 1.1em;
    font-weight: lighter;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1px solid #333 !important;
    text-decoration: none;
    max-width: 160px;
    margin: 34px auto 0 auto;
	background-color: transparent !important;
}

.cc-btn:hover, .cc-btn:focus {
    background-color: transparent !important;
}/* pop-up */
.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: unset;
    font-size: 18px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: unset;
    text-align: center;
    display: block;
	letter-spacing: 1.3px;
}

.cc-compliance {
    display: -ms-flexbox;
    display: block;
    -ms-flex-align: center;
    align-items: unset;
    -ms-flex-line-pack: justify;
    align-content: unset;
}

.cc-window.cc-banner {
    padding: 3em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
	background:url(img/bg_tratra_popup.png) top center no-repeat;
}

.cc-link {
    opacity: 1;
    display: inline-block;
    padding: unset;
    border-bottom: 1px solid #fff;
    text-decoration: none;
	outline:none;
}

.cc-btn {
    display: block;
    padding: 0;
    font-size: 1.1em;
    font-weight: lighter;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1px solid #333 !important;
    text-decoration: none;
    max-width: 160px;
    margin: 34px auto 0 auto;
	background-color: transparent !important;
}

.cc-btn:hover, .cc-btn:focus {
    background-color: transparent !important;
}/* pop-up */
.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: unset;
    font-size: 18px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: unset;
    text-align: center;
    display: block;
	letter-spacing: 1.3px;
}

.cc-compliance {
    display: -ms-flexbox;
    display: block;
    -ms-flex-align: center;
    align-items: unset;
    -ms-flex-line-pack: justify;
    align-content: unset;
}

.cc-window.cc-banner {
    padding: 3em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
	background:url(img/bg_tratra_popup.png) top center no-repeat;
}

.cc-link {
    opacity: 1;
    display: inline-block;
    padding: unset;
    border-bottom: 1px solid #fff;
    text-decoration: none;
	outline:none;
}

.cc-btn {
    display: block;
    padding: 0;
    font-size: 1.1em;
    font-weight: lighter;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1px solid #333 !important;
    text-decoration: none;
    max-width: 160px;
    margin: 34px auto 0 auto;
	background-color: transparent !important;
}

.cc-btn:hover, .cc-btn:focus {
    background-color: transparent !important;
}

/* popup */

.pum-container.pum-responsive.pum-responsive-small {
    padding: 60px 0 !important;
	background: #e4010b url(img/bg_tratra_popup.png) top center no-repeat;
}
.pum-theme-539 .pum-title, .pum-theme-lightbox .pum-title {
	display:none !important;	
}
.pum-theme-539 .pum-content, .pum-theme-lightbox .pum-content {
	text-align:center !important;	
}

.pum-theme-539 .pum-content, .pum-theme-lightbox .pum-content p {
	color:#fff !important;
	font-size:18px !important;
}

.pum-theme-539 .pum-content, .pum-theme-lightbox .pum-content a:link, .pum-theme-539 .pum-content, .pum-theme-lightbox .pum-content a:visited {
	color:#fff !important;
	font-size:18px !important;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #mastnav #menu-header li {
    	padding-left: 120px !important;
    } 

    #mastnav #menu-header li::before {
    	left: 30px !important;
    } 

    .nav-wrapper .menu-toggle {
    	left: 36px !important;
    }

    .home .header-spacer {
    	height: 125px !important;
	}
}