/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

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,
menu,
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/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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: .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: -.5em;
}

sub {
	bottom: -.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 {
	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.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * 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: .35em .625em .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;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-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: visible;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

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

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 16px/1.2 "Nunito Sans", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.2em;
}

th,
td {
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.content-columns {
	padding-top: 100px;
	padding-bottom: 200px;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
	padding: 5px 10px;
	outline: none;
	background-color: transparent;
	border: 2px solid #c4000f;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
	padding: 5px 10px;
	outline: none;
	border: 2px solid #000;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 200px;
	padding: 5px 10px;
	outline: none;
	border: 2px solid #000;
}

.search-form input:not(:last-child) {
	margin-bottom: 20px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
	padding: 5px 10px;
	outline: none;
	border: 2px solid #000;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #c4000f;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #c4000f;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin-right: 30px;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.comment:not(:last-child),
.commentlist-holder:not(:last-child) {
	margin-bottom: 30px;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 30px;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	position: relative;
	vertical-align: middle;
	margin-bottom: 2.25em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 12px;
	color: #000;
}

.navigation .page-numbers[href]:hover,
.navigation-comments .page-numbers[href]:hover {
	color: #000;
}

.navigation .page-numbers.current,
.navigation-comments .page-numbers.current {
	background-color: #c4000f;
	border-radius: 50%;
	color: #fff;
}

.navigation .nav-links,
.navigation-comments .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: none;
	vertical-align: middle;
	max-width: 48%;
	color: inherit;
	text-decoration: none;
	padding: 0;
}

.navigation .prev,
.navigation-comments .prev {
	margin-right: 15px;
}

.navigation .next,
.navigation-comments .next {
	margin-left: 15px;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #c4000f;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a:not([class]),
.navigation-single .prev a:not([class]) {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 2.25em;
	border: 1px solid #000;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin-right: 20px;
}

.alignright {
	float: right;
	margin-left: 20px;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

iframe {
	margin: 0 auto;
	display: block;
	border: none;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	padding: .5em;
}

#wp-calendar td a:hover,
#wp-calendar th a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
}

td,
th {
	padding: .5em;
	border: 1px solid #000;
}

address {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

.content-columns dl:not(:last-child),
.content-columns p:not([class]):not(:last-child),
.content-columns address:not([class]):not(:last-child),
.content-columns form:not(:last-child),
.content-columns table:not(:last-child),
.content-columns applet:not(:last-child),
.content-columns embed:not(:last-child),
.content-columns object:not(:last-child) {
	margin: 0 0 2.25em;
}

.container--default img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

.comment-respond {
	padding-top: 30px;
}

h3.comment-reply-title {
	line-height: normal;
	font-size: 24px;
	font-weight: 300;
}

h3.comment-reply-title:not(:last-child) {
	margin-bottom: 27px;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

textarea {
	resize: unset;
}

.section-title{
	    padding-bottom: 40px;
	    max-width: 960px;
}

body {
	font-family: "Nunito Sans", "Arial", "Helvetica", sans-serif;
	color: #000;
	font-size: 19px;
	font-weight: 300;
	line-height: 31px;
	background-color: #f4f4f4; /* 	@include media(">=tablet") {
		font-size: 19px;
		line-height: 32px;
	} */
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Kanit", "Arial", "Helvetica", sans-serif;
	margin: 0;
}

h1,
.h1 {
	font-size: 50px;
	font-weight: 600;
	line-height: 65px;
}

h1:not(:last-child),
.h1:not(:last-child) {
	margin-bottom: 20px;
}

h2,
.h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 52px;
}

h2:not(:last-child),
.h2:not(:last-child) {
	margin-bottom: 21px;
}

h3,
.h3 {
	font-size: 32px;
	font-weight: 500;
	line-height: 40px;
}

h3:not(:last-child),
.h3:not(:last-child) {
	margin-bottom: 15px;
}

h4,
.h4 {
	font-size: 27px;
	font-weight: 500;
	line-height: 35px;
}

h4:not(:last-child),
.h4:not(:last-child) {
	margin-bottom: 11px;
}

h5,
.h5 {
	font-size: 25px;
	font-weight: 500;
	line-height: 33px;
}

h5:not(:last-child),
.h5:not(:last-child) {
	margin-bottom: 10px;
}

h6,
.h6 {
	font-size: 21px;
	font-weight: 500;
	line-height: 27px;
}

h6:not(:last-child),
.h6:not(:last-child) {
	margin-bottom: 10px;
}

p {
	margin: 0;
}

p + p {
	margin-top: 15px;
}

a {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	color: #c4000f;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

ul,
ol {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

main ul:not([class]) {
	list-style: none;
	padding-left: 30px;
}

main ul:not([class]):last-child {
	margin-bottom: 10px;
}

main ul:not([class]):not(:first-child) {
	margin-top: 13px;
}

main ul:not([class]) > li {
	position: relative;
	padding-left: 20px;
}

main ul:not([class]) > li:not(:last-child) {
	margin-bottom: 13px;
}

main ul:not([class]) > li ul {
	margin-top: 13px;
}

main ul:not([class]) > li ul ol li {
	padding-left: 44px;
}

main ul:not([class]) > li ul ol li:before {
	top: 0;
}

main ul:not([class]) > li ol li {
	padding-left: 37px;
}

main ul:not([class]) > li ol li ul li {
	padding-left: 20px;
}

main ul:not([class]) > li:before,
main ul:not([class]) > li:after {
	position: absolute;
	content: "";
	background-color: #c4000f;
	width: 10px;
	height: 2px;
	left: -2px;
}

main ul:not([class]) > li:before {
	top: 13px;
	-webkit-transform: rotate(32deg);
	-ms-transform: rotate(32deg);
	transform: rotate(32deg);
}

main ul:not([class]) > li:after {
	top: 18px;
	-webkit-transform: rotate(-32deg);
	-ms-transform: rotate(-32deg);
	transform: rotate(-32deg);
}

main ul:not([class]) > li ul li:before {
	top: 16px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	width: 6px;
	left: 3px;
}

main ul:not([class]) > li ul li:after {
	content: none;
}

main ol:not([class]) {
	counter-reset: section;
	margin-top: 13px;
	margin-bottom: 14px;
	list-style: none;
	padding-left: 0;
	padding-left: 24px;
}

main ol:not([class]) > li {
	position: relative;
	padding-left: 26px;
}

main ol:not([class]) > li:not(:last-of-type) {
	margin-bottom: 13px;
}

main ol:not([class]) > li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	color: #c4000f;
	font-weight: 700;
	counter-increment: section;
	content: counters(section, ".") ".";
}

main ol:not([class]) > li ol li {
	padding-left: 37px;
}

main ol:not([class]) > li ol li ol li {
	padding-left: 54px;
}

button {
	border: none;
	outline: none;
	background-color: transparent;
}

body.menu-active .header__box {
	background-color: #fff;
	z-index: 2;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	padding-left: 17px;
	padding-right: 17px;
	margin-right: 0;
	margin-left: 0;
}

body.menu-active .header__logo a img:last-child {
	display: block;
}

body.menu-active .header__logo a img:first-child {
	display: none;
}

body.menu-active .header__burger {
	display: none;
}

body.menu-active .header__close {
	display: block;
}

body.menu-active .header__wrapper {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	z-index: 2;
}

body.menu-active .header__menu .container-big {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

body.menu-active .header__box:after {
	content: none;
}

.bg-cover-block {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	pointer-events: none;
}

.bg-cover-block img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 17px;
	max-width: 1180px;
}

.container-big {
	width: 100%;
	margin: 0 auto;
	padding: 0 17px;
	max-width: 1374px;
}

.container-large {
	width: 100%;
	margin: 0 auto;
	max-width: 1440px;
}

.bg--dark {
	position: relative;
	color: #fff;
}

.bg--dark:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	background-color: #000;
}

.bg--dark a {
	color: #ff0014;
}

.bg--dark .button {
	color: #fff;
}

.bg--dark + .bg--dark {
	position: relative;
}

.bg--dark + .bg--dark:after {
	background-color: #000;
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	top: -2px;
	left: 0;
}

.bg--red {
	background-color: #c4000f;
	color: #fff;
}

.bg--red a {
	color: #fff;
}

.bg--red a:hover {
	text-decoration: underline;
}

.text-sm {
	font-size: 16px;
	line-height: 25px;
}

.text-lg {
	font-size: 23px;
	line-height: 37px;
}

img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.hero + section:not([class]) {
	margin-top: 100px;
}

section:not([class]) + section:not([class]) {
	margin-top: 70px;
}

/*
section:last-child {
	margin-bottom: 200px;
}
*/

.home section:last-child{
	margin-bottom: 0px;
}

.button--lg:not(:first-child) {
	margin-top: 40px;
	margin-bottom: -10px;
}

.button--sm:not(:first-child) {
	margin-top: 30px;
	margin-bottom: -10px;
}

.button--md:not(:first-child) {
	margin-top: 50px;
}

.btn-text--sm:not(:first-child) {
	margin-top: 19px;
}

blockquote {
	display: block;
	color: #c4000f;
	font-size: 27px;
	font-weight: 300;
	line-height: 46px;
	width: 90%;
	margin-left: auto;
	font-style: italic;
}

blockquote:not(:first-child) {
	margin-top: 70px;
}

.select-section h2:not(:last-child) {
	margin-bottom: 20px;
}

.wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100%;
}

.sticky-wrap-header.fixed-position{
	max-height: 91px;
}

.mb-hidden {
	display: none;
}

.resize-animation-stopper * {
	-webkit-animation: none !important;
	animation: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}

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

iframe,
embed,
object {
	width: 100%;
}

button {
	padding: 0;
}

.select-section:not(:first-child) {
	margin-top: 159px;
}

.scroll-down .header {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.scroll-up:not(.menu-active) .header {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	top: 0;
	left: 0;
	right: 0;
}

.header {
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
}

.header {
	position: relative;
	z-index: 15;
}

.header__menu {
	position: relative;
	z-index: 25;
}

.header__box {
	background-color: #000;
	box-shadow: inset 0 2px 0 0 #c4000f;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: -17px;
	margin-right: -17px;
	padding-left: 17px;
	padding-right: 17px;
	position: relative;
	z-index: 25;
}

.header__box:after {
	background-color: #000;
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	bottom: -2px;
	left: 0;
	z-index: -1;
}

.header__logo {
	width: 200px;
}

.header__logo img:last-of-type {
	display: none;
}

.header__burger {
	top: 0;
	right: 0;
	position: absolute;
}

.header__close {
	padding: 0;
	top: 0;
	right: 0;
	position: absolute;
}

.header__wrapper {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	background-color: #000;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow-y: auto;
	-webkit-transform: translateX(-120%);
	-ms-transform: translateX(-120%);
	transform: translateX(-120%);
	position: fixed;
	-ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
	scrollbar-width: none; /* Hide scrollbar for Firefox */ /* Hide scrollbar for Chrome, Safari and Opera */
}

.header__wrapper::-webkit-scrollbar {
	display: none;
}

.footer {
	background-color: #fff;
	border-top: 1px solid #dadada;
	padding-top: 78px;
	padding-bottom: 104px;
}

.footer__logo {
	width: 265px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: block;
}

.footer__logo:not(:last-child) {
	margin-bottom: 70px;
}

.footer__wrapper:not(:last-child) {
	margin-bottom: 67px;
}

.footer__copyrights:not(:last-child) {
	margin-bottom: 53px;
}

.footer a {
	color: inherit;
}

.footer a:hover {
	color: #c4000f;
	text-decoration: none;
}

.hero {
	color: #fff;
	overflow: hidden;
}

.hero:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	background-color: #000;
	height: 5px;
	top: -2px;
	z-index: -1;
}

.hero__wrapper {
	padding-top: 35px;
}

.hero__inner {
	padding-top: 40px;
	padding-bottom: 131px;
    max-width: 930px;
}

.hero__img + .hero__inner {
	padding-top: 49px;
/* 	padding-bottom: 130px; */
	padding-bottom: 0px !important;
	min-height: 650px;
}

.hero__img {
	margin-left: -17px;
	max-width: 600px;
	margin-top: 4px;
}

.hero__subtitle {
	color: #ff0014;
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
}

.hero__title:not(:first-child),
.hero h1:not(:first-child),
.hero .h1:not(:first-child) {
	margin-top: 7px;
}

.hero__title:not(:last-child),
.hero h1:not(:last-child),
.hero .h1:not(:last-child) {
	margin-bottom: 24px;
}

.hero .button {
	color: #fff;
}

.hero .button:not(:first-child) {
	margin-top: 29px;
	
}

.button + .button{
	margin-left: 15px;
}

.hero.hero--lg .hero__inner {
	padding-top: 93px;
	padding-bottom: 62px;
}

.hero.hero--lg .hero__subtitle {
	color: #fff;
	font-family: "Kanit", "Arial", "Helvetica", sans-serif;
	font-size: 39px;
	font-weight: 600;
}

.hero.hero--lg .hero__title,
.hero.hero--lg h1,
.hero.hero--lg .h1 {
	font-size: 56px;
	line-height: 70px;
	margin-top: 0;
}

.hero.hero--lg .hero__bg {
	position: absolute;
	right: 0;
	bottom: -302px;
	z-index: -1;
}

.hero.hero--with-img .hero__bg {
	position: absolute;
	right: 0;
	bottom: 411px;
	z-index: -1;
}

.hero.hero--default .hero__bg {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.button {
	display: inline-block;
	background-color: transparent;
	border-radius: 3px;
	border: 2px solid #c4000f;
	font-family: "Kanit", "Arial", "Helvetica", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	-webkit-transition: 1s all ease;
	transition: 1s all ease;
	z-index: 1;
	color: #000;
	padding: 10px 20px;
}

.button:before {
	background: #c4000f;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	width: 100%;
	height: 0;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.button:hover::before {
	height: 500%;
}

.button:hover {
	text-decoration: none;
	color: #fff;
	background-color: #c4000f;
}

.button.button--sm {
	font-size: 14px;
	padding: 8px 18px;
}

.button.button--md {
	font-size: 17px;
	padding: 14px 28px;
}

.button.button--lg {
	font-size: 21px;
	padding: 18px 33px;
}

.btn-text {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-weight: 700;
	font-family: "Kanit", "Arial", "Helvetica", sans-serif;
	color: #c4000f;
	letter-spacing: 3px;
	line-height: normal;
	text-transform: uppercase;
	position: relative;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	width: auto;
	display: inline-block;
	border: none;
	outline: none;
	padding: 0;
}

.btn-text--sm {
	font-size: 14px;
}

.btn-text--md {
	font-size: 17px;
}

.btn-text--md img {
	width: 24px;
	height: 9px;
	margin-left: 7px;
}

.btn-text--lg {
	font-size: 21px;
}

.btn-text:not(:first-child) {
	margin-top: 19px;
}

.fc-icon-listing .btn-text:not(:first-child) {
	margin-top: 12px;
}

.btn-text:after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	display: block;
	margin-top: 0;
	right: 0;
	background: #c4000f;
	-webkit-transition: width .2s ease;
	transition: width .2s ease;
}

.btn-text.btn-text--arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: static;
	color: inherit;
	font-family: "Kanit", "Arial", "Helvetica", sans-serif;
	display: flex;
	align-items: center;
}

.btn-text.btn-text--arrow::after {
	content: none;
}

.btn-text.btn-text--arrow:hover {
	color: #c4000f;
}

.btn-text:hover {
	text-decoration: none;
}

.btn-text:hover:after {
	width: 100%;
	left: 0;
	background: #c4000f;
}

/* The container must be positioned relative: */

.custom-select {
	position: relative;
	max-width: 580px;
	margin-left: -1px;
}

.custom-select select {
	display: none; /*hide original SELECT element: */
}

.select-selected.select-arrow-active {
	font-style: normal;
	color: #000;
}

/* Style the arrow inside the select element: */

.select-selected:before,
.select-selected:after {
	position: absolute;
	content: "";
	background-color: #c4000f;
	width: 9px;
	height: 3px;
	top: 29px;
}

.select-selected:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 19px;
}

.select-selected:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 15px;
}

.select-selected {
	max-width: 580px;
	font-style: italic;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	background-color: rgba(255, 255, 255, .9);
	color: #a7a7a7;
	padding: 16px 30px 16px 18px;
	line-height: normal;
	cursor: pointer;
}

.select-items div {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	max-width: 580px;
	padding: 13px 30px 11px 18px;
}

/* Style items (options): */

.select-items {
	max-width: 580px;
	position: absolute;
	background-color: white;
	font-style: normal;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	z-index: 99;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .1);
}

/* Hide the items when the select box is closed: */

.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: #c4000f;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	font-style: normal;
	box-shadow: none;
	cursor: pointer;
}

.custom-select__label {
	display: block;
	font-size: 23px;
	font-weight: 600;
	line-height: normal;
}

.custom-select__label span {
	font-style: italic;
	color: #f20000;
	font-size: 9px;
	font-weight: 300;
	margin-left: 2px;
	top: -2px;
	position: relative;
}

.custom-select__label:not(:first-child) {
	margin-top: 60px;
}

.custom-select__label:not(:last-child) {
	margin-bottom: 20px;
}

.contacts__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.contacts__wrapper:not(:last-child) {
	margin-bottom: 56px;
}

.contacts__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.contacts__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contacts__item:not(:last-of-type) {
	margin-right: 64px;
	position: relative;
}

.contacts__item:not(:last-of-type):before {
	position: absolute;
	content: "";
	top: 0;
	right: -35px;
	width: 4px;
	height: 52px;
	background-color: #ebebeb;
}

.contacts__img {
	margin-top: 8px;
	width: 35px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.contacts__img:not(:last-child) {
	margin-right: 28px;
}

.contacts__label {
	font-family: "Kanit", "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 28px;
	text-transform: uppercase;
}

.contacts__label:not(:last-child) {
	margin-bottom: 2px;
}

.contacts__link {
	font-size: 17px;
	font-weight: 300;
	line-height: normal;
}

.contacts__link:hover span:not(:last-child):before {
	background-color: #c4000f;
}

.contacts__link > span {
	display: block;
}

.copyrights {
	color: #818181;
	font-size: 12px;
	font-weight: 300;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	line-height: normal;
}

.copyrights__item:not(:last-of-type) {
	margin-right: 24px;
	position: relative;
	margin-bottom: 17px;
}

.copyrights__item:not(:last-of-type):before {
	position: absolute;
	content: "";
	top: 0;
	right: -14px;
	width: 3px;
	height: 16px;
	background-color: #ebebeb;
}

.socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
	color: #888;
	font-family: "Kanit", "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: normal;
	text-transform: uppercase;
	margin-right: -14px;
	justify-content: end;
}

.socials__item:not(:last-of-type) {
	margin-right: 39px;
	position: relative;
	margin-bottom: 19px;
}

.socials__item:not(:last-of-type):before {
	position: absolute;
	content: "/";
	top: -3px;
	right: -24px;
	font-family: "Kanit", "Arial", "Helvetica", sans-serif;
	color: #ebebeb;
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.contact-section {
	padding-top: 130px;
	padding-bottom: 119px;
	position: relative;
    margin-top: 200px;
}

.home .contact-section{
	margin-top: 0px;	
}

.home .img-section.bg--dark{
	z-index: 0;
}

.contact-section:last-child {
	margin-bottom: 0;
}

.contact-section:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 17px;
	height: 100%;
	background-color: #c4000f;
}

.contact-section h2,
.contact-section .h2,
.contact-section__title {
	font-size: 45px;
}

.contact-section h2:not(:last-child),
.contact-section .h2:not(:last-child),
.contact-section__title:not(:last-child) {
	margin-bottom: 32px;
}

.contact-section__info {
	line-height: 31px;
}

.contact-section .button--md:not(:first-child) {
	margin-top: 38px;
}

.contact-section__wrapper {
	padding-left: 36px;
	padding-right: 17px;
}

.contact-section__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.announcement-bar__info {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	background-color: #9c000c;
	font-style: italic;
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
	padding-top: 17px;
	padding-bottom: 18px;
	margin-left: -17px;
	margin-right: -17px;
	padding-left: 17px;
	padding-right: 17px;
}

.announcement-bar__info:hover .announcement-bar__arrow svg g {
	fill: #000;
}

.announcement-bar__arrow {
	margin-left: 5px;
}

.announcement-bar__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	padding-top: 26px;
	padding-bottom: 25px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.announcement-bar__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 37px;
	margin-top: 6px;
	margin-left: 2px;
}

.announcement-bar__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.announcement-bar__list:not(:first-child) {
	margin-left: 21px;
}

.announcement-bar__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 15px;
}

.announcement-bar__item:not(:last-child) {
	position: relative;
	margin-right: 37px;
}

.announcement-bar__item:not(:last-child):before {
	position: absolute;
	content: "";
	top: 62%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -21px;
	width: 4px;
	height: 60px;
	background-color: #b0000e;
}

.announcement-bar__label {
	font-family: "Kanit", "Arial", "Helvetica", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 28px;
	text-transform: uppercase;
}

.announcement-bar__link {
	font-size: 13px;
	line-height: normal;
	margin-top: -2px;
}

.nav-menu {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 17px;
	padding-right: 17px;
}

.nav-menu > ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.nav-menu > ul ul {
	list-style: none;
	margin: 0;
	padding-top: 30px;
	padding-left: 30px;
}

.nav-menu > ul > li li a {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 2px;
}

.nav-menu > ul > li li:not(:last-child) {
	margin-bottom: 39px;
}

.nav-menu > ul > li:not(:last-child) {
	margin-bottom: 50px;
}

.nav-menu a {
	color: #fff;
	font-family: "Kanit", "Arial", "Helvetica", sans-serif;
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 3.25px;
	line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: auto;
}

.nav-menu a > img {
	width: 20px;
	height: 13px;
	margin-left: 14px;
}

.nav-menu a:hover {
	color: #ff0014;
	text-decoration: none;
}

.nav-menu li.active > a {
	color: #ff0014;
	text-decoration: none;
}

.menu-close {
	border: none;
	outline: none;
	margin-top: 13px;
	margin-right: 12px;
	padding: 5px;
	background-color: transparent;
	display: none;
}

.menu-close img {
	width: 30px;
	height: 26px;
	object-fit: contain;
}

.burger {
	border: none;
	outline: none;
	padding: 13px;
	background-color: transparent;
}

.burger.burger--no-bg {
	margin-top: 5px;
	margin-right: -2px;
}

.burger img {
	width: 30px;
	height: 26px;
}

.burger--red {
	background-color: #c4000f;
}

.product-info:not(:last-child) {
	margin-bottom: 49px;
}

.product-info__img {
	margin-left: -17px;
	margin-right: -17px;
	position: relative;
	z-index: 1;
}

.product-info__img:not(:last-child) {
	margin-bottom: 40px;
}

.product-info__title:not(:last-child),
.product-info h2:not(:last-child),
.product-info .h2:not(:last-child) {
	margin-bottom: 16px;
}

.products-section {
	padding-top: 107px;
	padding-bottom: 161px;
	position: relative;
}

.products-section__slider {
	position: relative;
	z-index: 2;
}

.products-section__bg-top {
	position: absolute;
	top: 0;
	right: 0;
}

.products-section__bg-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
}

.img-section {
	overflow: hidden;
}

.img-section__title,
.img-section h2,
.img-section .h2 {
	font-weight: 500;
}

.img-section__title:not(:last-child),
.img-section h2:not(:last-child),
.img-section .h2:not(:last-child) {
	margin-bottom: 16px;
}

.img-section .button--md {
	color: #fff;
}

.img-section .button--md:not(:first-child) {
	margin-top: 39px;
}

.img-section__inner {
	padding-top: 60px;
	padding-bottom: 91px;
}

.img-section__bg-top {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.img-section__bg-bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: -1;
}

.img-section__img {
	margin-left: -17px;
	margin-right: -17px;
	max-width: 630px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.slider-hr {
	padding-top: 50px; /* the slides */ /* the parent */
}

.slider-hr a {
	text-decoration: none;
}

.slider-hr a:hover {
	text-decoration: none;
}

.slider-hr__inner {
	color: #000;
	background-color: #fff;
	padding: 20px 20px 26px;
}

.slider-hr__box {
	display: block;
	position: relative;
	width: 100%;
	max-width: 345px;
	text-decoration: none;
}

.slider-hr__box:before {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	position: absolute;
	content: "";
	width: 4px;
	height: 100%;
	background-color: #c4000f;
	top: 0;
	left: 0;
	opacity: 0;
}

.slider-hr__box:hover {
	cursor: pointer;
	text-decoration: none;
}

.slider-hr__box:hover a {
	text-decoration: none;
	color: inherit;
}

.slider-hr__box:hover .slider-hr__title {
	color: #c4000f;
}

.slider-hr__box:hover .btn-text {
	color: #c4000f;
}

.slider-hr__box:hover:before {
	opacity: 1;
}

.slider-hr__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.slider-hr__title,
.slider-hr h4,
.slider-hr .h4 {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.slider-hr__title:not(:last-child),
.slider-hr h4:not(:last-child),
.slider-hr .h4:not(:last-child) {
	margin-bottom: 10px;
}

.slider-hr__descr {
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
}

.slider-hr__descr:not(:last-child) {
	margin-bottom: 21px;
}

.slider-hr__btn {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #000;
	font-family: "Kanit", "Arial", "Helvetica", sans-serif;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: normal;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slider-hr__btn img {
	width: 24px;
	height: 9px;
	margin-left: 10px;
}

.slider-hr__wrapper {
	width: 100%;
	max-width: 345px;
	margin-left: 15px;
}

.slider-hr .slick-slide {
	margin-left: 15px;
}

.slider-hr .slick-list {
	margin-left: -15px;
}

.slider-hr .slick-arrow {
	position: absolute;
	cursor: pointer;
	padding: 5px 8px;
}

.slider-hr .slick-arrow:hover:not(.slick-disabled) svg path {
	fill: #c4000f;
}

.slider-hr .slick-arrow.slick-disabled {
	opacity: .4;
	cursor: unset;
}

.slider-hr .slick-prev {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	left: -23px;
	top: -42px;
}

.slider-hr .slick-next {
	left: 25px;
	top: -45px;
}

.controls-section {
	padding-top: 135px;
	padding-bottom: 182px;
	position: relative;
	overflow: hidden;
}

.controls-section__bg-top {
	position: absolute;
	/* 	top: 0; */
	top: 40px;
	left: 0;
	z-index: -1;
}

.controls-section__bg-right {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	width: 100%;
}

.slider-vr__item:not(:last-child) {
	margin-bottom: 21px;
}

.slider-vr__box {
	display: block;
	padding: 40px 30px;
	color: #000;
	background-color: #fff;
	position: relative;
}

.slider-vr__box:hover {
	text-decoration: none;
}

.slider-vr__box:hover .slider-vr__title {
	color: #c4000f;
}

.slider-vr__box:hover .btn-text {
	color: #c4000f;
}

.slider-vr__box:hover:before {
	width: 15px;
	background-color: #c4000f;
}

.slider-vr__box:before {
	-webkit-transition: background-color .3s ease-in-out, width .3s ease-in-out;
	transition: background-color .3s ease-in-out, width .3s ease-in-out;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background-color: #dcdada;
}

.slider-vr__title,
.slider-vr h2,
.slider-vr .h2 {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.slider-vr__title:not(:last-child),
.slider-vr h2:not(:last-child),
.slider-vr .h2:not(:last-child) {
	margin-bottom: 10px;
}

.slider-vr__info {
	font-size: 16px;
	line-height: 25px;
}

.slider-vr__info:not(:last-child) {
	margin-bottom: 20px;
}

.slider-vr__btn {
	border: none;
	outline: none;
	background-color: transparent;
	color: #000;
	font-family: "Kanit", "Arial", "Helvetica", sans-serif;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: normal;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slider-vr__btn img {
	width: 24px;
	height: 9px;
	margin-left: 10px;
}

.controls-info__title:not(:last-child),
.controls-info h2:not(:last-child),
.controls-info .h2:not(:last-child) {
	margin-bottom: 20px;
}

.controls-info:not(:last-child) {
	margin-bottom: 60px;
}

/* common banner */

.banner {
	position: relative;
	z-index: 1;
}

.banner .youtube-bg {
	z-index: -1 !important;
	background-color: #000;
}

.banner .youtube-bg:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	content: "";
}

.banner .container {
	min-height: 920px;
}

.banner__info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 346px;
	background-color: #000;
}

.banner__opener {
	position: absolute;
	right: -279px;
	top: -34px;
}

.banner-info {
	padding-top: 57px;
	padding-bottom: 58px;
	padding-left: 19px;
	padding-right: 29px;
}

.banner-info__descr:not(:last-child) {
	margin-bottom: 20px;
}

.banner-opener {
	width: 631px;
	height: 875px;
	left: auto;
	right: -424px;
	top: -132px;
}

.banner-opener__btn {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	display: block;
	position: absolute;
	left: 73px;
	top: 48.6%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 115px;
	height: 115px;
}

.banner-opener__btn:hover {
	-webkit-transform: translateY(-50%) scale(1.1);
	-ms-transform: translateY(-50%) scale(1.1);
	transform: translateY(-50%) scale(1.1);
}

.accordion-section:not(:first-child) {
	margin-top: 40px;
}

.accordion-section__list:not(:first-child) {
	margin-top: 60px;
}

.accordion-section {
/* 	margin-bottom: 200px; */
}

.accordion-section .container{
	padding: 0px;
}

.custom-accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: start;
}

.fc-accordion.careers ul.custom-accordion .custom-accordion__item {
	width: 100%;
	
}

.fc-accordion.careers ul.custom-accordion .custom-accordion__item.active{
	margin-bottom: 0px;
}

.careers .custom-accordion.custom-accordion--text.accordion-active .custom-slide-holder{
	width: 100%;
    border-left: 5px solid #c4000f;
}

.careers .custom-accordion__info:before{
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background-color: #c4000f;
    left: 0;
    top: 0;
}

.custom-accordion.custom-accordion--text.accordion-active .custom-slide-holder {
	margin-top: -11px;
	margin-bottom: 20px;
}

.custom-accordion__item {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	width: 100%;
	max-width: 580px;
}

.custom-accordion__item:not(:last-child) {
	margin-bottom: 20px;
}

.custom-accordion__link {
	display: block;
}

.custom-accordion__link:hover {
	text-decoration: none;
}

.custom-accordion__link:hover .custom-accordion__title {
	color: #c4000f;
}

.custom-accordion__title {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: #000;
}

.custom-accordion__title:not(:last-child) {
	margin-bottom: 15px;
}

.custom-accordion__info {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 26px;
	padding-left: 25px;
	padding-right: 25px;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.careers .custom-accordion__info{
	padding-top: 20px;
	padding-bottom: 20px;
}

.custom-accordion__info:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 100%;
	background-color: #c4000f;
	left: 0;
	top: 0;
}

.custom-accordion__info.custom-accordion__info--grey:before {
	background-color: #dcdada;
}

.custom-accordion__text {
	font-family: "Kanit", "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.custom-accordion__text.custom-accordion__text--open {
	display: none;
}

.custom-accordion__icon {
	width: 23px;
	margin-right: 12px;
}

.custom-accordion__content {
	display: none;
}

.custom-slide-holder .custom-accordion__content {
	display: block;
}

.accordion-active .custom-accordion__item {
	opacity: .5;
}

.accordion-active .custom-accordion__item.active {
	opacity: 1;
}

.accordion-active .custom-slide-holder {
	margin-top: 0;
	margin-bottom: 20px;
}

.accordion-content strong{
	margin: 20px 0 0 0;
	display: block;
}

.custom-accordion__item.active .custom-accordion__info {
	background-color: #c4000f;
	color: #fff;
}

.careers .custom-accordion__item.active .custom-accordion__info{
	background-color: #fff;
	color: inherit;
}

.custom-accordion__item.active .custom-accordion__info:before {
	background-color: #c4000f;
}

.custom-accordion__item.active .custom-accordion__title {
	color: #fff;
}

.careers .custom-accordion__item.active .custom-accordion__title{
	color: #000;
	text-decoration: none;
}

.custom-accordion__item.active .custom-accordion__text--close {
	display: none;
}

.custom-accordion__item.active .custom-accordion__text--open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.accordion-content {
	padding-top: 65px;
	padding-bottom: 130px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 5px solid #c4000f;
	position: relative;
	background-color: #fff;
}

.careers .accordion-content{
	border-top: 0px;
	margin-top: 0px;
}

/*
.careers .accordion-content,
.accordion-content{
	border-top: 0px;
	background-image: url('https://kincaidseedresearch.com/wp-content/themes/kincaid/images/icon-k-dt.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right bottom;
}
*/

.accordion-content__close {
	display: none;
	position: absolute;
	top: 25px;
	right: 30px;
	cursor: pointer;
}

.careers .accordion-content__close{
	height: 30px;
}

.careers .active .accordion-content__close{
	transform: rotate(45deg);
}

.accordion-content section:last-child {
	margin-bottom: 0;
}

.careers .accordion-content h4:not(:first-child){
	margin-top: 30px
}

.accordion-content__bg-bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
}

.gallery-section {
	margin-top: 88px;
}

.gallery-section__list {
	list-style: none;
	padding-left: 0;
	display: -ms-grid;
	display: grid;
	gap: 9px;
	margin-left: -2px;
	margin-right: -3px;
	-ms-grid-columns: (minmax(167px, 1fr))[auto-fill];
	grid-template-columns: repeat(auto-fill, minmax(167px, 1fr));
}

.gallery-section__list:not(:first-child) {
	margin-top: 49px;
}

.gallery-section__item:hover {
	box-shadow: inset 0 0 0 2px #c4000f;
}

.gallery-section__link {
	display: block;
	border: 2px solid transparent;
	position: relative;	
	z-index: 2;
}


/* icomoon styles */
@font-face {
  font-family: "icomoon";
  src: url("https://kincaidseedresearch.com/wp-content/themes/kincaid/fonts/icomoon.ttf?lcrn1u") format("truetype"), url("https://kincaidseedresearch.com/wp-content/themes/kincaid/fonts/icomoon.woff?lcrn1u") format("woff"), url("https://kincaidseedresearch.com/wp-content/themes/kincaid/fonts/icomoon.svg?lcrn1u#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon-arrow-right:before,
.icon-arrow-left:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-down:before {
  content: "";
}

.icon-play:before {
  content: "";
}

/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  box-sizing: border-box;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 43px;
  z-index: 99;
}

.swiper-pagination .swiper-pagination-bullet {
  transition: background-color 0.3s ease-in-out;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 36px;
  height: 2px;
  background-color: #d8d8d8;
  border: none;
  border-radius: 0;
  margin: 0 8px;
  display: block;
}

.swiper-pagination .swiper-pagination-bullet:last-child {
  display: none;
}

.swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #adadad;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  transition: color 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0;
  border: none;
  font-size: 18px;
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

@media (min-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    transform: none;
    left: auto;
    right: 0;
    bottom: 12px;
  }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  color: #fff !important;
  opacity: 0.3;
  pointer-events: none;
}

.swiper-button-next:hover,
.swiper-button-next:focus,
.swiper-button-prev:hover,
.swiper-button-prev:focus {
  background-color: transparent;
  color: #c4000f;
  outline: none;
}

.swiper-button-prev {
  margin-left: -36px;
  color: #fff;

}

@media (min-width: 768px) {
  .swiper-button-prev {
    margin-left: 0;
    margin-right: 65px;
  }
}

.swiper-button-next {
  margin-left: 36px;
  color: #fff;
 }

@media (min-width: 768px) {
  .swiper-button-next {
    margin-left: 0;
  }
}

.clearfix:after, dl:after, #main:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

section + section{
	margin-top: 100px;
}

.home section + section{
	margin-top: inherit;
}

.home main{
    margin-top: -40px;
}

.fc-text-area h3{
	margin-top: 25px;
}

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 0 12px;
  width: 100%;
  height: 55px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  font-style: italic;
}

@media (min-width: 768px) {
  .jcf-select {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .jcf-select {
    margin-bottom: 28px;
  }
}

/*
.jcf-select.jcf-drop-active .jcf-select-opener:before {
  transform: translate(-50%, -50%) rotateX(180deg);
}
*/

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  height: 100%;
  line-height: 26px;
  padding: 13px 36px 13px 13px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: transparent;
  width: 36px;
  bottom: 0;
  right: 0;
  top: 0;
}

.jcf-select .jcf-select-opener:before,
.jcf-select .jcf-select-opener:after {
    position: absolute;
    content: "";
    background-color: #c4000f;
    width: 9px;
    height: 3px;
    top: 29px;
}

.jcf-select .jcf-select-opener:before{
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 19px;
}

.jcf-select .jcf-select-opener:after{
	-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 15px;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #d6d6d6;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  font-size: 16px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.jcf-list ul li:before {
  display: none;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 13px;
  color: #656565;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

/*gravity-forms-start*/
body #main .gform_wrapper ul .gfield {
  margin-bottom: 40px;
  padding-left: 0px;
}

.gform_wrapper img.gform_ajax_spinner{
	width: 40px;
	margin:20px;
}

.gform_wrapper ul li:after, .gform_wrapper ul li:before{
	content: none !important;
}

.gpnf-row-actions .edit:before,
.gpnf-row-actions .edit:after,
.gpnf-row-actions .delete:before,
.gpnf-row-actions .delete:after{
	content: none !important;
}

.gform_wrapper.gravity-theme .gform_fields{
	grid-row-gap: 40px !important;
}

#main .gform_wrapper .gfield_description {
  font-size: 12px;
  text-transform: uppercase;
}

.gform_wrapper input[type="text"], 
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="email"], 
.gform_wrapper textarea {
  border: 1px solid #E5E5E5;
  background: #fff;
  min-height: 53px;
  border-radius: 5px;
}

.gform_wrapper .gfield_label {
 font-family: 'Nunito Sans';
 font-weight: 600 !important;
 font-size: 23px !important;
 color: #000000;
 margin-bottom: 15px !important;
}

#main .gform_wrapper .gfield_required {
  font-size: 9px;
  color: #F20000;
}

.gform_wrapper .gfield_radio .gchoice input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.gform_wrapper .gfield_radio .gchoice label {
  padding-left: 25px !important;
  position: relative;
  font-size: 19px !important;
  margin-bottom: 10px !important;
}

.gform_wrapper .gfield_radio .gchoice input[type=radio]:checked ~ label{
	font-weight: bold;
}

.gform_wrapper .gfield_radio .gchoice label:before {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #c4000f;
  top: 6px;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.gform_wrapper .gfield_radio .gchoice input[type=radio]:checked ~ label:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  top: 11px;
  left: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.gform_wrapper .gfield_radio .gchoice input[type=radio]:checked ~ label:before {
  border-width: 2px;
  background: #c4000f;
}

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}

.gform_wrapper .gfield_checkbox .gchoice label {
  padding-left: 25px !important;
  position: relative;
}

.gform_wrapper .gfield_checkbox .gchoice label:before {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #c4000f;
  top: 6px;
  left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:checked ~ label:after {
  position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #c4000f;
  top: 11px;
  left: 5px;
}

.gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:checked label, .gform_wrapper .gfield_radio .gchoice input[type=radio]:checked label {
  font-weight: 400 !important;
}

.ginput_card_expiration.jcf-hidden {
  display: none;
}

.ginput_card_expiration_container .jcf-select {
  display: inline-block;
  width: 47%;
}

@media only screen and (min-width: 321px) {
  #main .gform_wrapper .gfield_time_ampm {
    max-width: calc(5.5rem + 1rem);
  }
}

@media screen and (max-width: 1023px) {
  .gform_wrapper .gfield_checkbox .gchoice label:before, .gform_wrapper .gfield_radio .gchoice label:before {
    top: 3px;
  }
  .gform_wrapper .gfield_radio .gchoice input[type=radio]:checked label:after, .gform_wrapper .gfield_radio .gchoice input[type=radio]:checked label:after {
    top: 8px;
  }
}

#main .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, #main .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 5px 0 9px 1px !important;
  font-size: 12px;
  text-transform: uppercase;
  color: #8C8C8C;
  letter-spacing: 0;
}

.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer input[type=submit],
.gform_wrapper .gform_page_footer .btn {
  float: right;
}

.gform_wrapper .gform_page_footer .button.gform_previous_button {
  float: left;
}

.gform_wrapper ul li:after, .gform_wrapper ul li:before {
  content: none;
}

.gform_page h4 {
  margin-top: 40px;
}

.gform_wrapper .gf_progressbar {
  padding: 2px !important;
}

.gform_wrapper h2.gsection_title {
  font-size: 30px !important;
  font-weight: inherit !important;
}

#main .gform_wrapper .gsection {
  border: none;
  margin-top: 70px !important;
  padding-bottom: 0px !important;
}

.gpnf-add-entry{
    display: inline-block;
    background-color: transparent;
    border-radius: 3px;
    border: 2px solid #c4000f;
    font-family: "Kanit", "Arial", "Helvetica", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    z-index: 1;
    color: #000;
    padding: 10px 20px;
}

.gpnf-add-entry:before{
    background: #c4000f;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    width: 100%;
    height: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.gpnf-add-entry:hover:before{
    height: 500%;
}

.gpnf-add-entry:hover{
	color: #fff;
}

/* Form Upload */
#main .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  background: rgba(0, 0, 0, 0.02);
  border-color: #adadad;
}

.gform_wrapper .gform_button_select_files {
  max-width: 200px;
  margin: 15px auto;
  background: transparent;
  border: 1px solid #adadad;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .5pt;
}

#main .gform_drop_instructions {
  color: #929292;
  font-size: 17px;
}

#main .gform_wrapper input[type="file"] {
  background: transparent;
  color: #9f9f9f;
  font-size: 14px;
  width: 100%;
  margin-top: 0;
}

#main .gform_wrapper .percentbar_blue {
  background-color: #c4000f;
}

#main .gform_wrapper .top_label .gfield.gf_left_half:before {
  content: none;
}

#main .gform_wrapper .gform_footer {
  overflow: hidden;
  margin-bottom: 150px;
}

.gform_wrapper.gravity-theme .gform_footer{
	justify-content: end;
}

/* background image styles */
.bg-stretch,
.bg-stretch-slick {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}

.bg-stretch:after,
.bg-stretch-slick:after {
  transition: background 0.3s ease-in-out;
  right: 0;
  bottom: 0;
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: -1;
}

/* styles for image listing section */

@media (min-width: 768px){
	.row {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: flex-start;
	}
}

.row.reverse {
    flex-direction: row-reverse;
}

.fc-image-listing .row {
  padding: 15px 0;
  margin-bottom: 22px;
  align-items: center;
}

.fc-image-listing .row .image{
	position: relative;
}

.fc-image-listing .row .image:after{
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: 70px;
    content: '';
    z-index: -1;
    background: #C4000F;
}

.fc-image-listing .row.reverse .image:after{
    left: 50px;
    right: -10px;
}

.fc-image-listing .row .text h3{
	font-size: 40px;
	color: #000000;
	text-align: left;
	line-height: 52px;
	font-weight: 600;
}

@media (min-width: 768px) {
  .fc-image-listing .row {
    padding: 27px 0;
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .fc-image-listing .row .image,
  .fc-image-listing .row .video {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .fc-image-listing .row .text {
    width: 50%;
    padding-left: 40px;
  }
}

@media (min-width: 1024px) {
  .fc-image-listing .row .text {
    padding-left: 57px;
  }
}

@media (min-width: 768px) {
  .fc-image-listing .reverse .text {
    padding-left: 0;
    padding-right: 40px;
  }
}

@media (min-width: 1024px) {
  .fc-image-listing .reverse .text {
    padding-right: 57px;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .fc-image-listing .btn-wrap {
    padding-top: 7px;
  }
}

@media (min-width: 1024px) {
  .fc-image-listing ul + .btn-wrap {
    padding-top: 0;
  }
}

.fc-image-listing .fc-image-lists {
  padding: 15px 0;
}

@media (min-width: 768px) {
  .fc-image-listing .fc-image-lists {
    padding: 27px 0;
  }
}

.fc-image-listing .fc-image-lists > li {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .fc-image-listing .fc-image-lists > li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .fc-image-listing .fc-image-lists > li {
    margin-bottom: 86px;
  }
}

.fc-image-listing .fc-image-lists > li:last-child {
  margin-bottom: 0;
}

.fc-image-listing .fc-image-lists .image {
  max-width: 82%;
  margin-bottom: 28px;
  position: relative;
}

.fc-image-listing .fc-image-lists .image:after{
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: 70px;
    content: '';
    z-index: -1;
    background: #C4000F;

}

@media (min-width: 768px) {
  .fc-image-listing .fc-image-lists .image {
    width: 32%;
  }
}

@media (min-width: 768px) {
  .fc-image-listing .fc-image-lists .text {
    width: 68%;
    padding-left: 33px;
  }
}

.fc-image-listing .swiper-slide {
  margin: 0 5px;
  width: 240px;
}

@media (min-width: 768px) {
  .fc-image-listing .swiper-slide {
    margin: 0 5px;
  }
}

@media (min-width: 1200px) {
  .fc-image-listing .swiper-slide {
    width: 280px;
    min-height: 280px;
    position: relative;
    display: block;
    z-index: 1;
  }
}

.fc-image-listing .swiper-slide {
    min-height: 280px;
    position: relative;
    display: block;
    z-index: 1;
}

.fc-image-listing .swiper-slide .bg-stretch{
	background-repeat: no-repeat;
	background-size: cover;
}

.fc-image-listing .swiper-slide .bg-stretch:after{
	content: none;
}

.fc-photo-gallery-slider{
	position: relative;
    padding: 125px 0px;
    background-image: url(https://kincaidseedresearch.com/wp-content/themes/kincaid/images/k-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
}


.fc-photo-gallery-slider h2,
.fc-photo-gallery-slider p{
	color: #fff;
}

.fc-photo-gallery-slider:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #c4000f;
    z-index: 2;
}

.fc-photo-gallery-slider:before{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background-color: #000;

}


.fc-image-listing .swiper-slide .image {
  margin-bottom: 20px;
  border: 5px solid transparent;
}

.fc-image-listing .swiper-slide .image:hover{
	border-color: #c4000f;
}

.fc-image-listing .swiper-slide .btn {
  margin-top: 4px;
}

.fc-image-listing .swiper-container {
  margin: 0 -5px;
  overflow: visible;
  padding: 20px 40px 100px 0;
}

.anchor {
    display: block;
    position: relative;
    top: -115px;
    visibility: hidden;
}


@media (max-width: 767px) {
  .fc-image-listing .swiper-container {
    padding-right: 90px;
  }
}

@media (min-width: 768px) {
  .fc-image-listing .swiper-container {
    margin: 0 -10px;
  }
}

@media (min-width: 1200px) {
  .fc-image-listing .swiper-container {
    padding-top: 29px;
  }
}

@media (min-width: 1400px) {
  .fc-image-listing .swiper-container {
    padding-right: 0;
  }
}

.fc-image-listing .swiper-container .slick-arrow {
  transform: none;
  left: auto;
  right: 5px;
  bottom: 35px;
}

@media (min-width: 768px) {
  .fc-image-listing .swiper-container .slick-arrow {
    bottom: 0;
    right: 10px;
  }
}

.fc-image-listing .swiper-container .slick-arrow.slick-prev {
  margin-left: 0;
  margin-right: 65px;
}

.fc-image-listing .swiper-container .slick-arrow.slick-next {
  margin-left: 0;
}

/* styles for media listing section */
.fc-media-listing .fc-image-list li {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .fc-media-listing .fc-image-list li {
    margin-bottom: 20px;
  }
}

.fc-media-listing .fc-image-list .image {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .fc-media-listing .slick-slider .slick-arrow {
    bottom: 28px;
  }
}

/* styles for image listing used in multiple pages */
.fc-image-list {
  padding: 15px 0;
}

@media (min-width: 768px) {
  .fc-image-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 27px 0;
  }
}

.fc-image-list p + .btn {
  margin-top: 0;
}

.fc-image-list > li,
.fc-image-list > .article {
  margin-bottom: 50px;
}


.fc-image-listing.team .secondary .text p{
	font-size: 16px;
	color: #000000;
	text-align: left;
	line-height: 25px;
}

.fc-image-listing.team .secondary .text .btn-text{
	font-size: 14px;
}

.fc-image-listing.team .secondary  li{
	align-items: center;
}

@media (min-width: 768px) {
  .fc-image-list > li,
  .fc-image-list > .article {
    width: calc(50% - 20px);
    margin: 0 10px 50px;
  }
}

@media (min-width: 1024px) {
  .fc-image-list > li,
  .fc-image-list > .article {
    margin-bottom: 58px;
  }
}

@media (min-width: 1024px) {
  .fc-image-list .text {
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {
  .fc-image-list .image {
	/*   margin-bottom: 30px; */
  }
}

@media (min-width: 768px) {
  .fc-image-list.secondary > li,
  .fc-image-list.secondary > .article {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .fc-image-list.secondary > li,
  .fc-image-list.secondary > .article {
    margin-bottom: 45px;
    width: calc(50% - 20px);
  }
}

.fc-image-list.secondary .image {
  max-width: 65%;
}

@media (min-width: 768px) {
  .fc-image-list.secondary .image {
    width: 48%;
  }
}

@media (min-width: 768px) {
  .fc-image-list.secondary .text {
    width: 52%;
    padding-left: 22px;
    padding-right: 0;
  }
  
}

@media (min-width: 768px) {
  .fc-image-list.three-cols > li,
  .fc-image-list.three-cols > .article {
    width: calc(33.33% - 20px);
  }
}

.fc-image-list.three-cols .image {
  max-width: 82%;
}

@media (min-width: 768px) {
  .fc-image-list.three-cols .image {
    max-width: none;
  }
}

.fc-image-list.three-cols .play {
  font-size: 60px;
}

@media (min-width: 768px) {
  .fc-image-list.four-cols > li,
  .fc-image-list.four-cols > .article {
    width: calc(25% - 20px);
  }
}

.fc-image-list.four-cols .image {
  max-width: 65%;
}

@media (min-width: 768px) {
  .fc-image-list.four-cols .image {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .fc-image-list.five-cols,
  .fc-image-list.six-cols {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
}

.fc-image-list.five-cols .image,
.fc-image-list.six-cols .image {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .fc-image-list.five-cols .image,
  .fc-image-list.six-cols .image {
    margin-bottom: 20px;
  }
}

.fc-image-list.five-cols > li {
  width: calc(50% - 10px);
}

@media (max-width: 767px) {
  .fc-image-list.five-cols > li {
    margin: 0 5px 5px;
  }
}

@media (min-width: 768px) {
  .fc-image-list.five-cols > li {
    width: calc(20% - 20px);
  }
}

.fc-image-list.five-cols .text {
  padding: 0 10px;
}

.fc-image-list.six-cols > li {
  width: calc(33.33% - 10px);
}

@media (max-width: 767px) {
  .fc-image-list.six-cols > li {
    margin: 0 5px 5px;
  }
}

@media (min-width: 768px) {
  .fc-image-list.six-cols > li {
    width: calc(16.667% - 20px);
  }
}

.fc-image-list.six-cols .text {
  padding: 0;
}

/* styles or video positioning play button on middle */
.video {
  position: relative;
  margin-bottom: 27px;
  box-shadow: none;
  border-radius: 5px;
  overflow: hidden;
}

.video:before {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
  opacity: 1;
  visibility: visible;
}

.video:hover:before {
  opacity: 0;
  visibility: hidden;
}

.video .play {
  color: #c4000f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .video .play {
    font-size: 105px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
}

.video .play > span.icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.video .play > span.video-title {
  text-align: center;
  font-size: 25px;
  color: #FFF;
  margin-top: 15px;
  font-weight: 500;
}

.video .play > span.icon-play span {
  display: block;
  font-size: 25px;
  color: #FFF;
  margin-top: 15px;
  font-weight: 500;
}

.video .play:hover,
.video .play:focus {
  text-decoration: none;
}

.video .play .play-icon {
  width: 65px;
}

@media (min-width: 768px) {
  .video .play .play-icon {
    width: 100px;
  }
}

.video .txt {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-content: center;
}

.video .txt .play {
  transition: transform 0.3s ease-in-out;
  display: block;
  width: 85px;
  margin: 0 auto 30px;
  position: relative;
}

@media (min-width: 768px) {
  .video .txt .play {
    width: 120px;
    height: 120px;
    margin-bottom: 43px;
  }
}

.video.fc-full-video .txt .video-title {
  color: #FFF;
  font-size: 23px;
  font-style: normal;
  margin-bottom: 10px;
}


/* styles for full width video */
.fc-full-video {
  min-height: 320px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1 0 0%;
  margin-top: 23px;
}

@media (min-width: 768px) {
  .fc-full-video {
    min-height: 444px;
    margin-top: 48px;
  }
}

.fc-full-video:hover .bg-stretch:after {
  background: rgba(0, 0, 0, 0.15);
}

.fc-full-video .video-container {
  min-height: inherit;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.fc-full-video h3{
	text-align: center;
	color: #fff;
}

.fc-full-video{
	position: relative;
}

.fc-full-video:after{
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 10%;
    right: 10%;
    content: '';
    z-index: -3;
    background: #C4000F;
}

.fc-full-video .video-container > * {
  width: 100%;
}

.fc-full-video .video-container .play {
  transition: transform 0.3s ease-in-out;
  display: block;
  width: 85px;
  margin: 0 auto 30px;
  position: relative;
}

@media (min-width: 768px) {
  .fc-full-video .video-container .play {
    width: 120px;
    margin-bottom: 43px;
    height: auto;
  }
}

.fc-full-video .icon-play {
  color: #c4000f;
  font-size: 70px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .fc-full-video .icon-play {
    font-size: 100px;
  }
}

.fc-full-video .video-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.fc-video-listing .fc-full-video h4{
	color: #fff;
	text-align: center;
}

.fc-video-listing .fc-full-video{
	min-height: 375px;
}

.fc-video-listing .fc-full-video:after{
	left: -10px;
    right: 10px;
}

.fc-video-listing  .fc-image-list > li{
	 width: calc(50% - 50px);
    margin: 0 25px 50px;
}


/* styles for icon listing section */
.fc-list-icon .swiper-slide {
  padding: 31px 10px 15px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  margin: 0 5px;
  width: 100%;
}

@media (min-width: 480px) {
  .fc-list-icon .swiper-slide {
    width: calc(50% - 10px);
  }
}

@media (min-width: 768px) {
  .fc-list-icon .swiper-slide {
    width: calc(33.33% - 10px);
  }
}

@media (min-width: 1200px) {
  .fc-list-icon .swiper-slide {
    width: calc(25% - 20px);
    margin: 0 10px;
    padding: 31px 10px 30px;
  }
}

.fc-list-icon .swiper-slide img {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 1200px) {
  .fc-list-icon .swiper-slide img {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1024px) {
  .fc-list-icon .swiper-slide h5 {
    margin-bottom: 24px;
  }
}

.fc-list-icon .list-icon-slider {
  margin: 0 -5px;
  overflow: visible;
  padding: 20px 40px 100px 0;
}

@media (min-width: 1024px) {
  .fc-list-icon .list-icon-slider {
    margin: 0 -10px;
  }
}

@media (min-width: 1200px) {
  .fc-list-icon .list-icon-slider {
    padding-top: 29px;
  }
}

@media (min-width: 1400px) {
  .fc-list-icon .list-icon-slider {
    padding-right: 0;
  }
}

/* styles for list of icons */
.fc-listing-icon {
  padding: 20px 0;
}

@media (min-width: 1200px) {
  .fc-listing-icon {
    padding-left: 15px;
  }
}

.fc-listing-icon > li {
  padding-left: 50px;
  margin-bottom: 60px;
  position: relative;
}

@media (min-width: 1200px) {
  .fc-listing-icon > li {
    padding-left: 85px;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .fc-listing-icon > li:last-child {
    margin-bottom: 0;
  }
}

.fc-listing-icon > li img {
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  height: 30px;
}

@media (min-width: 768px) {
  .fc-listing-icon > li img {
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 1200px) {
  .fc-listing-icon > li img {
    width: 50px;
    height: 50px;
    top: 1px;
  }
}

.fc-listing-icon h4 + .btn {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .fc-listing-icon h4 + .btn {
    margin-top: 25px;
  }
}

@media (min-width: 1200px) {
  .fc-listing-icon.small-text {
    padding-left: 45px;
  }
}

.fc-listing-icon.small-text > li {
  padding-left: 45px;
  margin-bottom: 50px;
}

@media (min-width: 1200px) {
  .fc-listing-icon.small-text > li {
    padding-left: 55px;
  }
}

@media (max-width: 767px) {
  .fc-listing-icon.small-text > li:last-child {
    margin-bottom: 0;
  }
}

.fc-listing-icon.small-text > li img {
  width: 25px;
  height: 25px;
  top: 2px;
}

@media (min-width: 768px) {
  .fc-listing-icon.small-text > li img {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 1200px) {
  .fc-listing-icon.small-text > li img {
    width: 35px;
    height: 35px;
  }
}

.fc-listing-icon.listing-icon-secondary > li {
  padding-left: 0;
  text-align: center;
}

.fc-listing-icon.listing-icon-secondary > li img {
  position: static;
  width: 60px;
  height: 60px;
  margin: 40px auto 40px;
}

@media (min-width: 1200px) {
  .fc-listing-icon.listing-icon-secondary > li img {
    width: 80px;
    height: 80px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .fc-listing-icon.two-cols,
  .fc-listing-icon.three-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -10px;
  }
}

@media (min-width: 768px) {
  .fc-listing-icon.two-cols > li {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .fc-listing-icon.three-cols > li {
    width: calc(33.33% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 1024px) {
  .fc-listing-icon .btn {
    margin-top: 8px;
  }
}


.icon-listings-section:not(:first-child) {
	margin-top: 88px;
}

.icon-listings-section__list:not(:first-child) {
	margin-top: 51px;
}

.icon-listings {
	padding-left: 0;
	list-style: none;
	display: -ms-grid;
	display: grid;
	gap: 48px;
}

.icon-listings__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.icon-listings__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 30px;
}

.icon-listings__img:not(:last-child) {
	margin-right: 20px;
}

.icon-listings .btn-text:not(:first-child) {
	margin-top: 10px;
}

.icon-listings p + .btn-text:not(:first-child) {
	margin-top: 20px;
}

.button-listings-section:not(:first-child) {
	margin-top: 86px;
}

.button-listings {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.button-listings:not(:first-child) {
	margin-top: 50px;
}

.button-listings__item:not(:last-child) {
	margin-bottom: 21px;
}

.faq-section:not(:first-child) {
	margin-top: 80px;
}

.faq-section:last-child {
	margin-bottom: 0;
}

.faq {
	padding-left: 0;
}

.faq:not(:first-child) {
	margin-top: 51px;
}

.faq__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.faq__item:not(:last-child) {
	margin-bottom: 63px;
}

.faq__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 30px;
	margin-top: -2px;
}

.faq__img:not(:last-child) {
	margin-right: 20px;
}

@media (min-width: 414px) {
	h3.comment-reply-title {
		font-size: 26px;
	}

	.header__logo {
		width: 236px;
	}

	.announcement-bar__item:not(:last-child) {
		margin-right: 55px;
	}

	.announcement-bar__item:not(:last-child):before {
		right: -30px;
		top: 50%;
	}

	.announcement-bar__link {
		font-size: 18px;
	}

	.menu-close {
		margin-top: 17px;
	}

	.burger {
		padding: 17px;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		display: inline-block;
	}

	h3.comment-reply-title {
		font-size: 30px;
	}

	main ol:not([class]) {
		margin-top: 12px;
		margin-bottom: 15px;
	}

	main ol:not([class]):last-child {
		margin-bottom: 0;
	}

	main ol:not([class]) > li:not(:last-of-type) {
		margin-bottom: 14px;
	}

	main ol:not([class]) > li:before {
		padding-right: 13px;
	}

	.container-small {
		width: 85%;
	}

	.container-sm {
		width: 84%;
		max-width: 985px;
	}

	blockquote {
		width: 80%;
		margin-right: auto;
	}

	.tb-hidden {
		display: none;
	}

	.tb-visible {
		display: block;
	}

	.hero.hero--lg .hero__subtitle {
		font-size: 45px;
	}

	.hero.hero--lg .hero__title,
	.hero.hero--lg h1,
	.hero.hero--lg .h1 {
		font-size: 70px;
		line-height: normal;
	}

	.hero.hero--lg .hero__bg {
		bottom: -220px;
	}

	.hero.hero--with-img .hero__bg {
		bottom: 0;
	}

	.contacts {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.contacts__wrapper:not(:last-of-type) {
		margin-right: 40px;
	}

	.controls-section__bg-right {
		top: 0;
	}

	.banner-opener {
		left: auto;
		right: -531px;
		top: 45px;
		width: 895px;
		height: 1243px;
	}

	.banner-opener__btn {
		width: 149px;
		height: 149px;
		left: 96px;
		top: 48.3%;
	}

	.custom-accordion.custom-accordion--text .custom-accordion__item:not(:last-child),
	.custom-accordion.custom-accordion--text .custom-accordion__item:not(:nth-last-child(2)) {
		margin-bottom: 20px;
	}

	.custom-accordion.custom-accordion--text .custom-accordion__info {
		padding-left: 40px;
		padding-right: 40px;
	}

	.custom-accordion.custom-accordion--text.accordion-active .custom-slide-holder {
		margin-top: -10px;
		margin-bottom: 20px;
	}
	
	.careers .custom-accordion.custom-accordion--text.accordion-active .custom-slide-holder{
/* 		margin-top: 30px; */
	}

	.custom-accordion {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.custom-accordion__item {
		width: 48%;
		min-width: unset;
		max-width: unset;
	}

	.custom-accordion__item:not(:last-child),
	.custom-accordion__item:not(:nth-last-child(2)) {
		margin-bottom: 40px;
	}

	.accordion-active .custom-slide-holder {
		margin-top: -31px;
		margin-bottom: 40px;
	}

	.icon-listings {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.button-listings {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.button-listings__item:not(:last-child) {
		margin-right: 20px;
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) and (min-width: 1024px) {
	.contacts__wrapper:not(:last-of-type) {
		margin-right: 36px;
	}
}

@media (min-width: 1024px) {
	.content-columns {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 320px;
		grid-template-columns: 1fr 320px;
		-webkit-column-gap: 70px;
		column-gap: 70px;
	}

	h3.comment-reply-title {
		font-size: 35px;
	}

	h4:not(:last-child),
	.h4:not(:last-child) {
		margin-bottom: 10px;
	}

	h6:not(:last-child),
	.h6:not(:last-child) {
		margin-bottom: 10px;
	}

	.dt-hidden {
		display: none;
	}

	.dt-visible {
		display: block;
	}

	.header {
		z-index: 5;
	}

	.header:after {
		background-color: #000;
		position: absolute;
		content: "";
		width: 100%;
		height: 5px;
		bottom: -2px;
		left: 0;
		z-index: -1;
	}

	.header__menu {
		background-color: #000;
		box-shadow: inset 0 2px 0 0 #c4000f;
	}

	.header__box {
		padding: 0;
		/* margin: 0; */
	    margin: 0 0 2px 0px;
		box-shadow: none;
	}

	.header__burger {
		display: none;
	}

	.header__close {
		display: none;
	}

	.header__wrapper {
		position: relative;
		overflow: visible;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		margin-left: 50px;
	}

	.header__nav-menu {
		margin-left: auto;
	}

	.header__announcement-bar {
		position: relative;
	}

	.header__announcement-bar:after {
		background-color: #c4000f;
		position: absolute;
		content: "";
		width: 100%;
		height: 3px;
		bottom: -1px;
		left: 0;
	}

	.footer {
		padding-top: 60px;
		padding-bottom: 56px;
	}

	.footer__contacts {
		width: 68%;
		margin-left: auto;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.footer__logo:not(:last-child) {
		margin-right: 10px;
	}

	.footer__logo:not(:last-child) {
		margin-bottom: 0;
	}

	.footer__wrapper:not(:last-child) {
		margin-bottom: 41px;
	}

	.footer__wrapper {
		margin-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer__inner {
		margin-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}

	.footer__copyrights:not(:last-child) {
		margin-bottom: 0;
	}

	.footer__copyrights {
		width: 50%;
	}

	.footer__socials {
		width: 40%;
	}

	.hero__wrapper {
		padding-top: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
			padding-bottom: 74px;
/* 		padding-bottom: 0px; */
	}

	.hero__inner {
		padding-top: 60px;
		padding-bottom: 56px;
	}

	.hero__img + .hero__inner {
		padding-bottom: 84px;
		width: 50%;
		margin-left: auto;
	}

	.hero__img {
		width: 50%;
	}

	.hero__img:not(:last-child) {
		margin-right: 15px;
	}

	.hero.hero--lg .hero__inner {
		padding-top: 103px;
		padding-bottom: 28px;
	}

	.hero.hero--lg .hero__subtitle {
		font-size: 75px;
	}

	.hero.hero--lg .hero__title,
	.hero.hero--lg h1,
	.hero.hero--lg .h1 {
		font-size: 90px;
	}

	.hero.hero--lg .hero__title:not(:first-child),
	.hero.hero--lg h1:not(:first-child),
	.hero.hero--lg .h1:not(:first-child) {
		margin-top: -20px;
	}

	.hero.hero--lg .hero__bg {
		bottom: -70%;
	}

	.contacts__wrapper:not(:last-child) {
		margin-bottom: 0;
	}

	.contacts__list {
		margin-top: 2px;
	}

	.contacts__item:not(:last-of-type) {
		margin-right: 26px;
	}

	.contacts__item:not(:last-of-type):before {
		top: 3px;
		height: 23px;
		right: -14px;
	}

	.contacts__img:not(:last-child) {
		margin-right: 9px;
		margin-top: 5px;
	}

	.contacts__img {
		width: 21px;
	}

	.contacts__label:not(:last-child) {
		margin-bottom: 0;
		margin-right: 6px;
	}

	.contacts__link {
		font-size: 13px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.contacts__link > span:not(:last-child) {
		margin-right: 17px;
		position: relative;
	}

	.contacts__link > span:not(:last-child):before {
		-webkit-transition: background-color .3s ease-in-out;
		transition: background-color .3s ease-in-out;
		content: "";
		position: absolute;
		top: 3px;
		right: -9px;
		width: 1px;
		height: 12px;
		background-color: #000;
	}

	.socials {
		margin-right: 0;
	}

	.contact-section {
		padding-bottom: 127px;
	}

	.contact-section:before {
		width: 25px;
	}

	.contact-section h2:not(:last-child),
	.contact-section .h2:not(:last-child),
	.contact-section__title:not(:last-child) {
		margin-bottom: 23px;
	}

	.contact-section__info {
		width: 76%;
		max-width: 900px;
	}

	.contact-section .button--md:not(:first-child) {
		margin-top: 0;
	}

	.contact-section .button--md:not(:first-child):not(:first-child) {
		margin-left: 30px;
	}

	.contact-section__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.announcement-bar .container-big {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-top: 9px;
		padding-bottom: 5px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.announcement-bar__info {
		background-color: #c4000f;
		margin: 0;
		padding: 0;
		width: 55%;
		margin-right: 100px;
	}

	.announcement-bar__wrapper {
		padding: 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.announcement-bar__img {
		width: 30px;
	}

	.announcement-bar__list:not(:first-child) {
		margin-left: 20px;
	}

	.announcement-bar__item:not(:last-child):before {
		height: 100%;
		top: 54%;
	}

	.announcement-bar__item {
		font-size: 13px;
	}

	.announcement-bar__link {
		font-size: 13px;
	}

	.nav-menu {
		padding: 0;
	}

	.nav-menu > ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.nav-menu > ul ul {
		z-index: 10;
		min-width: 255px;
		display: none;
		position: absolute;
		left: 0;
		top: calc(100% - 10px);
		background-color: #fff;
		padding: 25px;
		box-shadow: inset 0 5px 0 0 #c4000f;
		color: #000;
	}

	.nav-menu > ul > li {
		position: relative;
	}

	.nav-menu > ul > li:hover > ul {
		display: block;
	}

	.nav-menu > ul > li:last-of-type ul {
		right: 0;
		left: auto;
	}

	.nav-menu > ul > li li a {
		font-size: 16px;
		letter-spacing: 2px;
		color: #000;
	}

	.nav-menu > ul > li li a:hover {
		color: #c4000f;
	}

	.nav-menu > ul > li li:not(:last-child) {
		margin-bottom: 20px;
	}

	.nav-menu > ul > li > a {
		padding-top: 10px;
		padding-bottom: 30px;
	}

	.nav-menu > ul > li:not(:last-child) {
		margin-bottom: 0;
		margin-right: 20px;
	}

	.nav-menu a {
		font-size: 16px;
		letter-spacing: 2px;
	}

	.nav-menu a > img {
		width: 11px;
		height: 8px;
		margin-left: 5px;
	}

	.product-info:not(:last-child) {
		margin-bottom: 0;
	}

	.product-info__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.product-info__inner {
		width: 50%;
		margin-right: auto;
		padding-bottom: 100px;
	}

	.product-info__img {
		width: 50%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 0;
		margin-right: -17px;
	}

	.product-info__img:not(:last-child) {
		margin-left: 15px;
	}

	.products-section {
		padding-bottom: 165px;
	}

	.products-section__slider {
		margin-top: -150px;
	}

	.products-section__bg-top {
		width: 754px;
		width: 52.5%;
		max-width: 752px;
	}

	.products-section__bg-bottom {
		width: 397px;
		width: 27.5%;
	}

	.img-section__wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.img-section__inner {
		width: 50%;
		margin-left: auto;
		padding-top: 188px;
		padding-bottom: 177px;
	}

	.img-section__bg-top {
		display: block;
		width: 57%;
		left: auto;
	}

	.img-section__bg-bottom {
		width: 57%;
		left: auto;
		bottom: -4px;
	}

	.img-section__img {
		width: 50%;
		margin-right: 0;
	}

	.img-section__img:not(:last-child) {
		margin-right: 15px;
	}

	.slider-hr__box {
		max-width: 880px;
	}

	.slider-hr__box:before {
		width: 9px;
	}

	.slider-hr__box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.slider-hr__img {
		width: 39.21%;
	}

	.slider-hr__wrapper {
		max-width: 880px;
		margin-left: 20px;
	}

	.slider-hr .slick-slide {
		margin-left: 20px;
	}

	.slider-hr .slick-list {
		margin-left: -20px;
	}

	.slider-hr .slick-track {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.slider-hr .slick-slide {
		height: inherit !important;
	}

	.slider-hr .slick-slide > div {
		height: 100%;
	}

	.slider-hr .slick-slide > div > div {
		height: 100%;
	}

	.slider-hr .slick-arrow {
		padding: 0;
	}

	.slider-hr .slick-arrow svg {
		width: 35px;
	}

	.slider-hr .slick-next {
		left: 18px;
	}

	.controls-section {
		padding-top: 157px;
		padding-bottom: 0;
	}

	.controls-section .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.controls-section__info {
		width: 40%;
	}

	.controls-section__slider {
		width: 49.2%;
		height: 837px;
		overflow: auto;
		padding-bottom: 182px;
		-ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
		scrollbar-width: none; /* Hide scrollbar for Firefox */ /* Hide scrollbar for Chrome, Safari and Opera */
	}

	.controls-section__slider::-webkit-scrollbar {
		display: none;
	}

	.controls-section__bg-top {
		width: 10.6%;
	}

	.slider-vr__box {
		padding-left: 40px;
		padding-bottom: 41px;
	}

	.controls-info {
		padding-top: 141px;
	}

	.banner {
		margin-right: 50px;
	}

	.banner::before {
		position: absolute;
		top: -2px;
		right: -100%;
		bottom: 0;
		background-color: #000;
		content: "";
		width: 100%;
		z-index: -1;
	}

	.banner__info {
		width: 438px;
	}

	.banner__opener {
		right: -141px;
		top: -8px;
		z-index: 1;
	}

	.banner-info {
		padding-top: 70px;
		padding-bottom: 70px;
		padding-left: 70px;
		padding-right: 70px;
	}

	.banner-opener {
		width: 895px;
		height: 1243px;
		left: auto;
		right: -404px;
		top: 45px;
	}

	.banner-opener__decor {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
	}

	

	.banner-opener__btn {
		width: 149px;
		height: 149px;
		left: 96px;
		top: 34.3%;
	}

	.custom-accordion__title {
		font-size: 32px;
		font-weight: 500;
		line-height: 40px;
	}
	
	.careers .custom-accordion__title{
		font-size: 27px !important;
	}

	.custom-accordion__title:not(:last-child) {
		margin-bottom: 10px;
	}
	
	.careers .custom-accordion__title{
		margin-bottom: 0px;
	}

	.custom-accordion__info {
		padding-left: 30px;
		padding-right: 30px;
		padding-bottom: 33px;
	}

	.accordion-content__close {
		display: block;
	}

	.accordion-content {
		padding-right: 60px;
		padding-left: 60px;
	}

	.gallery-section__list {
		-ms-grid-columns: (minmax(204px, 1fr))[auto-fill];
		grid-template-columns: repeat(auto-fill, minmax(204px, 1fr));
		gap: 11px;
	}

	.icon-listings {
		padding-left: 41px;
		padding-right: 41px;
		row-gap: 58px;
		-webkit-column-gap: 104px;
		column-gap: 104px;
	}

	.faq {
		padding-left: 39px;
		width: 98%;
	}

	.faq__item:not(:last-child) {
		margin-bottom: 44px;
	}
	
}

@media (min-width: 1024px) and (min-width: 1024px) {
	.header__menu .container-big {
		padding-top: 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		justify-content: space-between;
	}
}

@media (min-width: 1180px) {
	h3.comment-reply-title {
		font-size: 40px;
	}

	.hero .container-large {
		position: relative;
	}

	.hero__img + .hero__inner {
		width: 50%;
		padding-top: 69px;
		padding-bottom: 154px;
	
	}
	
	

	.hero__img {
		position: absolute;
		top: 34px;
		left: 0;
		margin-left: 0;
		width: 48%;
	}

	.hero.hero--lg .hero__bg {
		bottom: -85%;
	}

	.product-info .container-large {
		position: relative;
	}

	.product-info__inner {
		width: 48%;
		min-height: 730px;
		padding-top: 200px;
		padding-bottom: 170px;
	}

	.product-info__img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin-left: 0;
		width: 48%;
		min-height: 730px;
	}

	.img-section .container-large {
		position: relative;
	}

	.img-section__title:not(:last-child),
	.img-section h2:not(:last-child),
	.img-section .h2:not(:last-child) {
		margin-bottom: 22px;
	}

	.img-section__inner {
		width: 49%;
	}

	.img-section__img {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		margin-left: 0;
		width: 48%;
	}
}

@media (min-width: 1200px) {
	h3.comment-reply-title {
		font-size: 45px;
	}

	.header__logo {
		width: 236px;
	}

	.footer__logo {
		width: 236px;
	}

	.hero .container-sm {
		padding-right: 86px;
	}

	.contact-section:before {
		width: 30px;
	}

	.announcement-bar__info {
		font-size: 16px;
	}

	.announcement-bar__img {
		width: 19px;
		margin-top: 2px;
	}

	.announcement-bar__list:not(:first-child) {
		margin-left: 10px;
	}

	.announcement-bar__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.announcement-bar__item:not(:last-child) {
		margin-right: 18px;
	}

	.announcement-bar__item:not(:last-child):before {
		content: none;
	}

	.announcement-bar__label {
		margin-right: 5px;
	}

	.nav-menu > ul > li:not(:last-child) {
		margin-right: 47px;
	}

	.slider-hr__inner {
		padding: 60px 40px;
	}

	.banner-opener {
		right: -453px;
	}

	.custom-accordion__item {
		width: 49.16%;
	}
}

@media (min-width: 1400px) {
	h3.comment-reply-title {
		font-size: 48px;
		line-height: 64px;
		font-weight: 300;
		letter-spacing: 2.88px;
	}

	.container {
		padding-left: 0;
		padding-right: 0;
	}

	.hero__img + .hero__inner {
		width: 54.3%;
	}

	.hero.hero--lg .hero__bg {
		bottom: -89%;
	}

	.contacts__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.contact-section__wrapper {
		padding-left: 0;
		padding-right: 0;
	}

	.product-info__inner {
		width: 40%;
	}

	.product-info__img {
		width: 57.4%;
	}

	.gallery-section__list {
		-ms-grid-columns: (204px)[auto-fill];
		grid-template-columns: repeat(auto-fill, 204px);
	}
}

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

	.controls-section .pin-spacer {
		height: auto !important;
	}

	.controls-section__info {
		height: auto !important;
		max-height: unset !important;
		position: relative !important;
	}
}

@media (max-width: 767px) {
	.navigation-single .next a:not([class]),
	.navigation-single .prev a:not([class]) {
		padding: .2em;
	}
	
	.fc-image-listing .row .image{
		    margin-bottom: 30px;
	}
	
	.fc-photo-gallery-slider .container{
		padding-left: 40px;
	}
	
	.fc-photo-gallery-slider:after{
		    width: 17px;
	}
	
	.custom-accordion__title:not(:last-child){
		margin-bottom: 0px;
	}
	
	.button + .button{
		margin-left: 0px;
	}
	
	.fc-image-listing .fc-image-lists > li{
		margin-bottom: 75px;
	}
	
	.fc-image-list.secondary .image{
		margin-bottom: 25px;
	}
	
	.custom-accordion__text{
		padding-top: 10px;
	}
	
	.fc-photo-gallery-slider{
		background: none;
	}
	
	.fc-full-video .video-container .play{
		margin: 0 auto;
	}
	
	.fc-video-listing .fc-image-list > li{
		width: 100%;
		margin: 0px 0 70px 0px;
	}
	
	.socials{
		justify-content: center;
	}
	
	.hero .button:last-child{
		margin-bottom: 25px;
	}
	
	.careers .accordion-content__close{
		display: block;
		height: 25px;
	    right: 10px;
	}
	
	.contacts__list a{
		font-size: 14px;
	}
	
	.nav-menu a:hover{
		    color: #fff;
	}
	
	.nav-menu{
		display: block;
		padding-bottom: 100px;
	}
	
	#menu-item-774{
		width: 100%;
		display: block;
	}
	
	#menu-item-774.active{
	    padding-top: 250px;
	    margin-top: -250px;
	}
	
}



@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
/*animations*/

/******************
* Bounce in right *
*******************/


.animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 
.slow{
     -webkit-animation-duration: 1.5s; 
    animation-duration: 1.5s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}
.slower{
     -webkit-animation-duration: 2s; 
    animation-duration: 2s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}
.slowest{
     -webkit-animation-duration: 3s; 
    animation-duration: 3s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
}

/* Added by Andy Meetan */
.delay-250 {
    -webkit-animation-delay:0.25s;
    -moz-animation-delay:0.25s;
    -o-animation-delay:0.25s;
    animation-delay:0.25s;
}
.delay-500 {
    -webkit-animation-delay:0.5s;
    -moz-animation-delay:0.5s;
    -o-animation-delay:0.5s;
    animation-delay:0.5s;
}
.delay-750 {
    -webkit-animation-delay:0.75s;
    -moz-animation-delay:0.75s;
    -o-animation-delay:0.75s;
    animation-delay:0.75s;
}
.delay-1000 {
    -webkit-animation-delay:1.0s;
    -moz-animation-delay:1.0s;
    -o-animation-delay:1.0s;
    animation-delay:1.0s;
}
.delay-1250 {
    -webkit-animation-delay:1.25s;
    -moz-animation-delay:1.25s;
    -o-animation-delay:1.25s;
    animation-delay:1.25s;
}
.delay-1500 {
    -webkit-animation-delay:1.5s;
    -moz-animation-delay:1.5s;
    -o-animation-delay:1.5s;
    animation-delay:1.5s;
}
.delay-1750 {
    -webkit-animation-delay:1.75s;
    -moz-animation-delay:1.75s;
    -o-animation-delay:1.75s;
    animation-delay:1.75s;
}
.delay-2000 {
    -webkit-animation-delay:2.0s;
    -moz-animation-delay:2.0s;
    -o-animation-delay:2.0s;
    animation-delay:2.0s;
}
.delay-2500 {
    -webkit-animation-delay:2.5s;
    -moz-animation-delay:2.5s;
    -o-animation-delay:2.5s;
    animation-delay:2.5s;
}
.delay-2000 {
    -webkit-animation-delay:2.0s;
    -moz-animation-delay:2.0s;
    -o-animation-delay:2.0s;
    animation-delay:2.0s;
}
.delay-2500 {
    -webkit-animation-delay:2.5s;
    -moz-animation-delay:2.5s;
    -o-animation-delay:2.5s;
    animation-delay:2.5s;
}
.delay-3000 {
    -webkit-animation-delay:3.0s;
    -moz-animation-delay:3.0s;
    -o-animation-delay:3.0s;
    animation-delay:3.0s;
}
.delay-3500 {
    -webkit-animation-delay:3.5s;
    -moz-animation-delay:3.5s;
    -o-animation-delay:3.5s;
    animation-delay:3.5s;
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown{
    opacity:0;
    -webkit-transform: translateX(400px); 
    transform: translateX(400px); 
}
.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown{
    opacity:0;
    -webkit-transform: translateX(400px); 
    transform: translateX(400px); 
}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn{
    opacity:0;
}

.lightSpeedInRight, .lightSpeedInLeft{
    opacity:0;
    -webkit-transform: translateX(400px); 
    transform: translateX(400px); 
}

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn { 
    0% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        -webkit-transform: scale(1.05); 
    } 

    70% { 
        -webkit-transform: scale(.9); 
    } 

    100% { 
         -webkit-transform: scale(1); 
    } 
} 

@keyframes bounceIn { 
    0% { 
        opacity: 0; 
        transform: scale(.3); 
    } 

    50% { 
        opacity: 1; 
        transform: scale(1.05); 
    } 

    70% { 
        transform: scale(.9); 
    } 

    100% { 
        transform: scale(1); 
    } 
} 

.bounceIn.go { 
    -webkit-animation-name: bounceIn; 
    animation-name: bounceIn; 
}

/****************
* bounceInRight *
****************/

@-webkit-keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateX(400px); 
    } 
    60% { 
        
        -webkit-transform: translateX(-30px); 
    } 
    80% { 
        -webkit-transform: translateX(10px); 
    } 
    100% {
    opacity: 1;
     
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInRight { 
    0% { 
        opacity: 0; 
        
        transform: translateX(400px); 
    } 
    60% { 
        
        transform: translateX(-30px); 
    } 
    80% { 
        transform: translateX(10px); 
    } 
    100% {
    opacity: 1;
     
        transform: translateX(0); 
    } 
} 


.bounceInRight.go { 
    -webkit-animation-name: bounceInRight; 
    animation-name: bounceInRight; 
}

/******************
* Bounce in left *
*******************/

@-webkit-keyframes bounceInLeft { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateX(-400px); 
    } 
    60% { 
       
        -webkit-transform: translateX(30px); 
    } 
    80% { 
        -webkit-transform: translateX(-10px); 
    } 
    100% {
        opacity: 1;
         
        -webkit-transform: translateX(0); 
    } 
} 

@keyframes bounceInLeft { 
    0% { 
        opacity: 0; 
        
        transform: translateX(-400px); 
    } 
    60% { 
       
        transform: translateX(30px); 
    } 
    80% { 
        transform: translateX(-10px); 
    } 
    100% {
        opacity: 1;
         
        transform: translateX(0); 
    } 
} 

.bounceInLeft.go { 
    -webkit-animation-name: bounceInLeft; 
    animation-name: bounceInLeft; 
}

/******************
* Bounce in up *
*******************/

@-webkit-keyframes bounceInUp { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateY(400px); 
    } 
    60% { 
       
        -webkit-transform: translateY(-30px); 
    } 
    80% { 
        -webkit-transform: translateY(10px); 
    } 
    100% {
        opacity: 1;
         
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes bounceInUp { 
    0% { 
        opacity: 0; 
        
        transform: translateY(400px); 
    } 
    60% { 
       
        transform: translateY(-30px); 
    } 
    80% { 
        transform: translateY(10px); 
    } 
    100% {
        opacity: 1;
         
        transform: translateY(0); 
    } 
} 

.bounceInUp.go { 
    -webkit-animation-name: bounceInUp; 
    animation-name: bounceInUp; 
}


/******************
* Bounce in down *
*******************/

@-webkit-keyframes bounceInDown { 
    0% { 
        opacity: 0; 
        
        -webkit-transform: translateY(-400px); 
    } 
    60% { 
       
        -webkit-transform: translateY(30px); 
    } 
    80% { 
        -webkit-transform: translateY(-10px); 
    } 
    100% {
        opacity: 1;
         
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes bounceInDown { 
    0% { 
        opacity: 0; 
        
        transform: translateY(-400px); 
    } 
    60% { 
       
        transform: translateY(30px); 
    } 
    80% { 
        transform: translateY(-10px); 
    } 
    100% {
        opacity: 1;
         
        transform: translateY(0); 
    } 
} 

.bounceInDown.go { 
    -webkit-animation-name: bounceInDown; 
    animation-name: bounceInDown; 
}


/**********
* Fade In *
**********/ 
@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;
        display:block;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;
        display:block;} 
}
.fadeIn{
    opacity:0;
}
.fadeIn.go { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}

/**********
* Grow in *
***********/

@-webkit-keyframes growIn { 
    0% { 
        -webkit-transform: scale(0.2); 
        opacity:0;
    } 
    50% { 
        -webkit-transform: scale(1.2); 
        
    } 
    100% { 
        -webkit-transform: scale(1); 
        opacity:1;
    } 
} 
@keyframes growIn { 
    0% { 
        transform: scale(0.2); 
        opacity:0;
    } 
    50% { 
        transform: scale(1.2); 
        
    } 
    100% { 
        transform: scale(1); 
        opacity:1;
    } 
} 
.growIn { 

    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity:0;
}
.growIn.go{
    -webkit-animation-name: growIn; 
    animation-name: growIn; 
}

/********
* Shake *
********/
@-webkit-keyframes shake { 
    0%, 100% {-webkit-transform: translateX(0);} 
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);} 
    20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);} 
} 
@keyframes shake { 
    0%, 100% {transform: translateX(0);} 
    10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);} 
    20%, 40%, 60%, 80% {transform: translateX(10px);} 
} 
.shake.go { 
    -webkit-animation-name: shake; 
    animation-name: shake; 
}

/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp { 
    0%, 100% {-webkit-transform: translateX(0);} 
    10%, 30%, 50%, 70%, 90% {-webkit-transform: translateY(-10px);} 
    20%, 40%, 60%, 80% {-webkit-transform: translateY(10px);} 
} 
@keyframes shakeUp { 
    0%, 100% {transform: translateY(0);} 
    10%, 30%, 50%, 70%, 90% {transform: translateY(-10px);} 
    20%, 40%, 60%, 80% {transform: translateY(10px);} 
} 
.shakeUp.go { 
    -webkit-animation-name: shakeUp; 
    animation-name: shakeUp; 
}

/*************
* FadeInLeft *
*************/

@-webkit-keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInLeft { 
    0% { 
        opacity: 0; 
        transform: translateX(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInLeft{ 
    opacity: 0; 
    -webkit-transform: translateX(-400px); 
    transform: translateX(-400px);
}
.fadeInLeft.go { 
    -webkit-animation-name: fadeInLeft; 
    animation-name: fadeInLeft; 
}


/*************
* FadeInRight *
*************/

@-webkit-keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInRight { 
    0% { 
        opacity: 0; 
        transform: translateX(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInRight{ 
    opacity: 0; 
    -webkit-transform: translateX(400px); 
    transform: translateX(400px);
}
.fadeInRight.go { 
    -webkit-animation-name: fadeInRight; 
    animation-name: fadeInRight; 
}

/*************
* FadeInUp *
*************/

@-webkit-keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 
@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInUp{ 
    opacity: 0; 
    -webkit-transform: translateY(400px); 
    transform: translateY(400px);
}
.fadeInUp.go { 
    -webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; 
}

/*************
* FadeInDown *
*************/

@-webkit-keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 
@keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        transform: translateY(-400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInDown{ 
    opacity: 0; 
    -webkit-transform: translateY(-400px); 
    transform: translateY(-400px);
}
.fadeInDown.go { 
    -webkit-animation-name: fadeInDown; 
    animation-name: fadeInDown; 
}

/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn { 
    0% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(-200deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateIn { 
    0% { 
        transform-origin: center center; 
        transform: rotate(-200deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: center center; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateIn.go { 
    -webkit-animation-name: rotateIn; 
    animation-name: rotateIn; 
}

/*****************
* rotateInUpLeft *
*****************/

@-webkit-keyframes rotateInUpLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInUpLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInUpLeft.go { 
    -webkit-animation-name: rotateInUpLeft; 
    animation-name: rotateInUpLeft; 
}

/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInDownLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInDownLeft.go { 
    -webkit-animation-name: rotateInDownLeft; 
    animation-name: rotateInDownLeft; 
}

/******************
* rotateInUpRight *
*******************/

@-webkit-keyframes rotateInUpRight { 
    0% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInUpRight { 
    0% { 
        transform-origin: right bottom; 
        transform: rotate(-90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: right bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInUpRight.go { 
    -webkit-animation-name: rotateInUpRight; 
    animation-name: rotateInUpRight; 
}

/********************
* rotateInDownRight *
********************/

@-webkit-keyframes rotateInDownRight { 
    0% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
} 
@keyframes rotateInDownRight { 
    0% { 
        transform-origin: right bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
    100% { 
        transform-origin: right bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
} 
.rotateInDownRight.go { 
    -webkit-animation-name: rotateInDownRight; 
    animation-name: rotateInDownRight; 
}

/*********
* rollIn *
**********/

@-webkit-keyframes rollIn { 
    0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); } 
    100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); } 
} 
@keyframes rollIn { 
    0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); } 
    100% { opacity: 1; transform: translateX(0px) rotate(0deg); } 
} 
.rollIn.go { 
    -webkit-animation-name: rollIn; 
    animation-name: rollIn; 
}

/*********
* wiggle *
**********/

@-webkit-keyframes wiggle { 
    0% { -webkit-transform: skewX(9deg); } 
    10% { -webkit-transform: skewX(-8deg); } 
    20% { -webkit-transform: skewX(7deg); } 
    30% { -webkit-transform: skewX(-6deg); } 
    40% { -webkit-transform: skewX(5deg); } 
    50% { -webkit-transform: skewX(-4deg); } 
    60% { -webkit-transform: skewX(3deg); } 
    70% { -webkit-transform: skewX(-2deg); } 
    80% { -webkit-transform: skewX(1deg); } 
    90% { -webkit-transform: skewX(0deg); } 
    100% { -webkit-transform: skewX(0deg); } 
} 
@keyframes wiggle { 
    0% { transform: skewX(9deg); } 
    10% { transform: skewX(-8deg); } 
    20% { transform: skewX(7deg); } 
    30% { transform: skewX(-6deg); } 
    40% { transform: skewX(5deg); } 
    50% { transform: skewX(-4deg); } 
    60% { transform: skewX(3deg); } 
    70% { transform: skewX(-2deg); } 
    80% { transform: skewX(1deg); } 
    90% { transform: skewX(0deg); } 
    100% { transform: skewX(0deg); } 
} 
.wiggle.go { 
    -webkit-animation-name: wiggle; 
    animation-name: wiggle; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 
} 

/********
* swing *
*********/

@-webkit-keyframes swing { 
    20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; } 
    20% { -webkit-transform: rotate(15deg); } 
    40% { -webkit-transform: rotate(-10deg); } 
    60% { -webkit-transform: rotate(5deg); } 
    80% { -webkit-transform: rotate(-5deg); } 
    100% { -webkit-transform: rotate(0deg); } 
} 
@keyframes swing { 
    20% { transform: rotate(15deg); } 
    40% { transform: rotate(-10deg); } 
    60% { transform: rotate(5deg); } 
    80% { transform: rotate(-5deg); } 
    100% { transform: rotate(0deg); } 
} 
.swing.go { 
    -webkit-transform-origin: top center; 
    transform-origin: top center; 
    -webkit-animation-name: swing; 
    animation-name: swing; 
}

/*******
* tada *
********/

@-webkit-keyframes tada { 
    0% {-webkit-transform: scale(1);} 
    10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);} 
    30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);} 
    40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);} 
    100% {-webkit-transform: scale(1) rotate(0);} 
} 
@keyframes tada { 
    0% {transform: scale(1);} 
    10%, 20% {transform: scale(0.9) rotate(-3deg);} 
    30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 
    40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 
    100% {transform: scale(1) rotate(0);} 
} 
.tada.go { 
    -webkit-animation-name: tada; 
    animation-name: tada; 
}

/*********
* wobble *
**********/

@-webkit-keyframes wobble { 
  0% { -webkit-transform: translateX(0%); } 
  15% { -webkit-transform: translateX(-25%) rotate(-5deg); } 
  30% { -webkit-transform: translateX(20%) rotate(3deg); } 
  45% { -webkit-transform: translateX(-15%) rotate(-3deg); } 
  60% { -webkit-transform: translateX(10%) rotate(2deg); } 
  75% { -webkit-transform: translateX(-5%) rotate(-1deg); } 
  100% { -webkit-transform: translateX(0%); } 
} 
@keyframes wobble { 
  0% { transform: translateX(0%); } 
  15% { transform: translateX(-25%) rotate(-5deg); } 
  30% { transform: translateX(20%) rotate(3deg); } 
  45% { transform: translateX(-15%) rotate(-3deg); } 
  60% { transform: translateX(10%) rotate(2deg); } 
  75% { transform: translateX(-5%) rotate(-1deg); } 
  100% { transform: translateX(0%); } 
} 
.wobble.go { 
    -webkit-animation-name: wobble; 
    animation-name: wobble; 
}

/********
* pulse *
*********/

@-webkit-keyframes pulse { 
    0% { -webkit-transform: scale(1); } 
    50% { -webkit-transform: scale(1.1); } 
    100% { -webkit-transform: scale(1); } 
} 
@keyframes pulse { 
    0% { transform: scale(1); } 
    50% { transform: scale(1.1); } 
    100% { transform: scale(1); } 
} 
.pulse.go { 
    -webkit-animation-name: pulse; 
    animation-name: pulse; 
}

/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight { 
   0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; } 
    60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; } 
    80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; } 
    100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
@keyframes lightSpeedInRight { 
    0% { transform: translateX(100%) skewX(-30deg); opacity: 0; } 
    60% { transform: translateX(-20%) skewX(30deg); opacity: 1; } 
    80% { transform: translateX(0%) skewX(-15deg); opacity: 1; } 
    100% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
.lightSpeedInRight.go { 
    -webkit-animation-name: lightSpeedInRight; 
    animation-name: lightSpeedInRight; 
    -webkit-animation-timing-function: ease-out; 
    animation-timing-function: ease-out; 
} 

/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft { 
   0% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; } 
    60% { -webkit-transform: translateX(20%) skewX(-30deg); opacity: 1; } 
    80% { -webkit-transform: translateX(0%) skewX(15deg); opacity: 1; } 
    100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
@keyframes lightSpeedInLeft { 
    0% { transform: translateX(-100%) skewX(30deg); opacity: 0; } 
    60% { transform: translateX(20%) skewX(-30deg); opacity: 1; } 
    80% { transform: translateX(0%) skewX(15deg); opacity: 1; } 
    100% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
} 
.lightSpeedInLeft.go { 
    -webkit-animation-name: lightSpeedInLeft; 
    animation-name: lightSpeedInLeft; 
    -webkit-animation-timing-function: ease-out; 
    animation-timing-function: ease-out; 
} 


/*******
* Flip *
*******/
@-webkit-keyframes flip { 
    0% { 
        -webkit-transform: perspective(400px) rotateY(0); 
        -webkit-animation-timing-function: ease-out; 
    } 
    40% { 
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg); 
        -webkit-animation-timing-function: ease-out; 
    } 
    50% { 
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); 
        -webkit-animation-timing-function: ease-in; 
    } 
    80% { 
        -webkit-transform: perspective(400px) rotateY(360deg) scale(.95); 
        -webkit-animation-timing-function: ease-in; 
    } 
    100% { 
        -webkit-transform: perspective(400px) scale(1); 
        -webkit-animation-timing-function: ease-in; 
    } 
}
@keyframes flip { 
    0% { 
        transform: perspective(400px) rotateY(0); 
        animation-timing-function: ease-out; 
    } 
    40% { 
        transform: perspective(400px) translateZ(150px) rotateY(170deg); 
        animation-timing-function: ease-out; 
    } 
    50% { 
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1); 
        animation-timing-function: ease-in; 
    } 
    80% { 
        transform: perspective(400px) rotateY(360deg) scale(.95); 
        animation-timing-function: ease-in; 
    } 
    100% { 
        transform: perspective(400px) scale(1); 
        animation-timing-function: ease-in; 
    } 
} 
.flip.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flip; 
    backface-visibility: visible !important; 
    animation-name: flip; 
}

/**********
* flipInX *
**********/
@-webkit-keyframes flipInX { 
    0% { 
        -webkit-transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
    40% { 
        -webkit-transform: perspective(400px) rotateX(-10deg); 
    } 
    70% { 
        -webkit-transform: perspective(400px) rotateX(10deg); 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
} 
@keyframes flipInX { 
    0% { 
        transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
    40% { 
        transform: perspective(400px) rotateX(-10deg); 
    } 
    70% { 
        transform: perspective(400px) rotateX(10deg); 
    } 
    100% { 
        transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
} 
.flipInX.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipInX; 
    backface-visibility: visible !important; 
    animation-name: flipInX; 
}

/**********
* flipInY *
**********/

@-webkit-keyframes flipInY { 
    0% { 
        -webkit-transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
    40% { 
        -webkit-transform: perspective(400px) rotateY(-10deg); 
    } 
    70% { 
        -webkit-transform: perspective(400px) rotateY(10deg); 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
} 
@keyframes flipInY { 
    0% { 
        transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
    40% { 
        transform: perspective(400px) rotateY(-10deg); 
    } 
    70% { 
        transform: perspective(400px) rotateY(10deg); 
    } 
    100% { 
        transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
} 
.flipInY.go { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipInY; 
    backface-visibility: visible !important; 
    animation-name: flipInY; 
}

/*****************
* Out animations *
*****************/


/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut { 
    0% { 
        -webkit-transform: scale(1); 
    } 
    25% { 
        -webkit-transform: scale(.95); 
    } 
    50% { 
        opacity: 1; 
        -webkit-transform: scale(1.1); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 
} 
@keyframes bounceOut { 
    0% { 
        transform: scale(1); 
    } 
    25% { 
        transform: scale(.95); 
    } 
    50% { 
        opacity: 1; 
        transform: scale(1.1); 
    } 
    100% { 
        opacity: 0; 
        transform: scale(.3); 
    } 
} 
.bounceOut.goAway { 
    -webkit-animation-name: bounceOut; 
    animation-name: bounceOut; 
}

/************
* bounceOutUp *
*************/
@-webkit-keyframes bounceOutUp { 
    0% { 
        -webkit-transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateY(20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(-2000px); 
    } 
} 
@keyframes bounceOutUp { 
    0% { 
        transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateY(20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(-2000px); 
    } 
} 
.bounceOutUp.goAway { 
    -webkit-animation-name: bounceOutUp; 
    animation-name: bounceOutUp; 
}

/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown { 
    0% { 
        -webkit-transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateY(-20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(2000px); 
    } 
} 
@keyframes bounceOutDown { 
    0% { 
        transform: translateY(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateY(-20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(2000px); 
    } 
} 
.bounceOutDown.goAway { 
    -webkit-animation-name: bounceOutDown; 
    animation-name: bounceOutDown; 
}


/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft { 
    0% { 
        -webkit-transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateX(20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(-2000px); 
    } 
} 
@keyframes bounceOutLeft { 
    0% { 
        transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateX(20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(-2000px); 
    } 
} 
.bounceOutLeft.goAway { 
    -webkit-animation-name: bounceOutLeft; 
    animation-name: bounceOutLeft; 
}

/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight { 
    0% { 
        -webkit-transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        -webkit-transform: translateX(-20px); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(2000px); 
    } 
} 
@keyframes bounceOutRight { 
    0% { 
        transform: translateX(0); 
    } 
    20% { 
        opacity: 1; 
        transform: translateX(-20px); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(2000px); 
    } 
} 
.bounceOutRight.goAway { 
    -webkit-animation-name: bounceOutRight; 
    animation-name: bounceOutRight; 
}

/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut { 
    0% {opacity: 1;} 
    100% {opacity: 0;} 
} 
@keyframes fadeOut { 
    0% {opacity: 1;} 
    100% {opacity: 0;} 
} 
.fadeOut.goAway { 
    -webkit-animation-name: fadeOut; 
    animation-name: fadeOut; 
}

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(-2000px); 
    } 
} 
@keyframes fadeOutUp { 
    0% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(-2000px); 
    } 
} 
.fadeOutUp.goAway { 
    -webkit-animation-name: fadeOutUp; 
    animation-name: fadeOutUp; 
}

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(2000px); 
    } 
} 
@keyframes fadeOutDown { 
    0% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(2000px); 
    } 
} 
.fadeOutDown.goAway { 
    -webkit-animation-name: fadeOutDown; 
    animation-name: fadeOutDown; 
}

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(-2000px); 
    } 
} 
@keyframes fadeOutLeft { 
    0% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(-2000px); 
    } 
} 
.fadeOutLeft.goAway { 
    -webkit-animation-name: fadeOutLeft; 
    animation-name: fadeOutLeft; 
}

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(2000px); 
    } 
} 
@keyframes fadeOutRight { 
    0% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(2000px); 
    } 
} 
.fadeOutRight.goAway { 
    -webkit-animation-name: fadeOutRight; 
    animation-name: fadeOutRight; 
}
/************
* flipOutX *
*************/
@-webkit-keyframes flipOutX { 
    0% { 
        -webkit-transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
} 
@keyframes flipOutX { 
    0% { 
        transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
    100% { 
        transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
} 
.flipOutX.goAway { 
    -webkit-animation-name: flipOutX; 
    -webkit-backface-visibility: visible !important; 
    animation-name: flipOutX; 
    backface-visibility: visible !important; 
}

/************
* flipOutY *
*************/
@-webkit-keyframes flipOutY { 
    0% { 
        -webkit-transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
} 
@keyframes flipOutY { 
    0% { 
        transform: perspective(400px) rotateY(0deg); 
        opacity: 1; 
    } 
    100% { 
        transform: perspective(400px) rotateY(90deg); 
        opacity: 0; 
    } 
} 
.flipOutY { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipOutY; 
    backface-visibility: visible !important; 
    animation-name: flipOutY; 
}

/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight { 
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; } 
} 
@keyframes lightSpeedOutRight { 
    0% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { transform: translateX(100%) skewX(-30deg); opacity: 0; } 
} 
.lightSpeedOutRight.goAway { 
    -webkit-animation-name: lightSpeedOutRight; 
    animation-name: lightSpeedOutRight; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 
} 


/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft { 
    0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { -webkit-transform: translateX(-100%) skewX(30deg); opacity: 0; } 
} 
@keyframes lightSpeedOutLeft { 
    0% { transform: translateX(0%) skewX(0deg); opacity: 1; } 
    100% { transform: translateX(-100%) skewX(30deg); opacity: 0; } 
} 
.lightSpeedOutLeft.goAway { 
    -webkit-animation-name: lightSpeedOutLeft; 
    animation-name: lightSpeedOutLeft; 
    -webkit-animation-timing-function: ease-in; 
    animation-timing-function: ease-in; 

} 

/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut { 
    0% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: center center; 
        -webkit-transform: rotate(200deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOut { 
    0% { 
        transform-origin: center center; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        transform-origin: center center; 
        transform: rotate(200deg); 
        opacity: 0; 
    } 
} 
.rotateOut.goAway { 
    -webkit-animation-name: rotateOut; 
    animation-name: rotateOut; 
}


/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(-90deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOutUpLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -transform-origin: left bottom; 
        -transform: rotate(-90deg); 
        opacity: 0; 
    } 
} 
.rotateOutUpLeft.goAway { 
    -webkit-animation-name: rotateOutUpLeft; 
    animation-name: rotateOutUpLeft; 
}

/************
* rotateOutDownLeft *
*************/

@-webkit-keyframes rotateOutDownLeft { 
    0% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: left bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOutDownLeft { 
    0% { 
        transform-origin: left bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        transform-origin: left bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
.rotateOutDownLeft.goAway { 
    -webkit-animation-name: rotateOutDownLeft; 
    animation-name: rotateOutDownLeft; 
}
/************
* rotateOutUpRight *
*************/

@-webkit-keyframes rotateOutUpRight { 
    0% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        -webkit-transform-origin: right bottom; 
        -webkit-transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
@keyframes rotateOutUpRight { 
    0% { 
        transform-origin: right bottom; 
        transform: rotate(0); 
        opacity: 1; 
    } 
    100% { 
        transform-origin: right bottom; 
        transform: rotate(90deg); 
        opacity: 0; 
    } 
} 
.rotateOutUpRight.goAway { 
    -webkit-animation-name: rotateOutUpRight; 
    animation-name: rotateOutUpRight; 
}

/************
* rollOut *
*************/
@-webkit-keyframes rollOut { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateX(0px) rotate(0deg); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateX(100%) rotate(120deg); 
    } 
} 
@keyframes rollOut { 
    0% { 
        opacity: 1; 
        transform: translateX(0px) rotate(0deg); 
    } 
    100% { 
        opacity: 0; 
        transform: translateX(100%) rotate(120deg); 
    } 
} 
.rollOut.goAway { 
    -webkit-animation-name: rollOut; 
    animation-name: rollOut; 
}
/*****************
* Short Animations
*******************/

/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInUpShort { 
    0% { 
        opacity: 0; 
        transform: translateY(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInUpShort{
    opacity: 0; 
    -webkit-transform: translateY(20px); 
    transform: translateY(20px); 
}
.fadeInUpShort.go { 
    -webkit-animation-name: fadeInUpShort; 
    animation-name: fadeInUpShort; 
}

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInDownShort { 
    0% { 
        opacity: 0; 
        transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInDownShort{
    opacity: 0; 
    -webkit-transform: translateY(-20px); 
    transform: translateY(-20px); 
}
.fadeInDownShort.go { 
    -webkit-animation-name: fadeInDownShort; 
    animation-name: fadeInDownShort; 
}

/*********************
* fadeInRightShort 
*********************/
@-webkit-keyframes fadeInRightShort { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInRightShort { 
    0% { 
        opacity: 0; 
        transform: translateX(20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInRightShort { 
    opacity: 0; 
    -webkit-transform: translateX(20px);  
    transform: translateX(20px); 
}
.fadeInRightShort.go { 
    -webkit-animation-name: fadeInRightShort; 
    animation-name: fadeInRightShort; 
}

/*********************
* fadeInLeftShort 
*********************/
@-webkit-keyframes fadeInLeftShort { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fadeInLeftShort { 
    0% { 
        opacity: 0; 
        transform: translateX(-20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fadeInLeftShort { 
    opacity: 0; 
    -webkit-transform: translateX(-20px);  
    transform: translateX(-20px); 
}
.fadeInLeftShort.go { 
    -webkit-animation-name: fadeInLeftShort; 
    animation-name: fadeInLeftShort; 
}
