@charset "utf-8";
/**
 * !!! Warning !!!
 * Don't manually edit index.css!
 * This file was generated automatically.
 * Please edit source in "/views/src/".
 */
#page .enter {
	opacity: 0;
	filter: alpha(opacity=0);
}
#page .enter.active {
	-webkit-animation: FadeIn 2s;
	animation: FadeIn 2s;
}
#page .leave {
	opacity: 1;
	filter: alpha(opacity=100);
}
#page .leave.active {
	position: absolute;
	-webkit-animation: FadeOut 2s;
	animation: FadeOut 2s;
}
@-webkit-keyframes FadeIn {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}
@keyframes FadeIn {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}
@-webkit-keyframes FadeOut {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
}
@keyframes FadeOut {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
}
header {
	height: 53px;
	/*position: absolute;*/
	/*z-index: 3;*/
	/*top: 0;*/
	/*left: 0;*/
	width: 100%;
	background: #f5f5f5;
}
header .logo {
	position: absolute;
	left: 50%;
	width: 93px;
	margin-left: -46px;
	top: 15px;
}
header .logo a {
	display: block;
	width: 94px;
	height: 27px;
	background: url(../images/logo.png) 0 0 / 94px 27px no-repeat;
}
.base #page,
.fbo #page,
.pilot #page,
.Base #page,
.FBO #page,
.Pilot #page {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
}

.menu_icon {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 10px;
	width: 3.2em;
	height: 3.2em;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.menu_icon .w-m,
.menu_icon .w-tl,
.menu_icon .w-tr,
.menu_icon .w-br,
.menu_icon .w-bl {
	-webkit-transition: -webkit-transform 0.2s linear;
	transition: transform 0.2s linear;
	position: absolute;
	width: 1.1em;
	height: 0.2em;
	background-color: #ee2e24;
}
.menu_icon .w-m {
	-webkit-transform-origin: 1.1em 0.1em;
	-ms-transform-origin: 1.1em 0.1em;
	transform-origin: 1.1em 0.1em;
	top: 50%;
	left: 0.5em;
	width: 2.2em !important;
	margin-top: -0.1em;
}
.menu_icon .w-tl {
	-webkit-transform-origin: 0.4em 0.1em;
	-ms-transform-origin: 0.4em 0.1em;
	transform-origin: 0.4em 0.1em;
	top: 0.8em;
	left: 0.5em;
}
.menu_icon .w-tr {
	-webkit-transform-origin: 0.7em 0.1em;
	-ms-transform-origin: 0.7em 0.1em;
	transform-origin: 0.7em 0.1em;
	top: 0.8em;
	right: 0.5em;
}
.menu_icon .w-br {
	-webkit-transform-origin: 0.7em 0.1em;
	-ms-transform-origin: 0.7em 0.1em;
	transform-origin: 0.7em 0.1em;
	bottom: 0.8em;
	right: 0.5em;
}
.menu_icon .w-bl {
	-webkit-transform-origin: 0.4em 0.1em;
	-ms-transform-origin: 0.4em 0.1em;
	transform-origin: 0.4em 0.1em;
	bottom: 0.8em;
	left: 0.5em;
}
.menu_icon.on .w-m {
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
}
.menu_icon.on .w-tl {
	-webkit-transform: rotate(45deg) translate(0.3em, 0);
	-ms-transform: rotate(45deg) translate(0.3em, 0);
	transform: rotate(45deg) translate(0.3em, 0);
}
.menu_icon.on .w-tr {
	-webkit-transform: rotate(-45deg) translate(-0.3em, 0);
	-ms-transform: rotate(-45deg) translate(-0.3em, 0);
	transform: rotate(-45deg) translate(-0.3em, 0);
}
.menu_icon.on .w-br {
	-webkit-transform: rotate(45deg) translate(-0.3em, 0);
	-ms-transform: rotate(45deg) translate(-0.3em, 0);
	transform: rotate(45deg) translate(-0.3em, 0);
}
.menu_icon.on .w-bl {
	-webkit-transform: rotate(-45deg) translate(0.3em, 0);
	-ms-transform: rotate(-45deg) translate(0.3em, 0);
	transform: rotate(-45deg) translate(0.3em, 0);
}
.main_menu {
	position: absolute;
	z-index: 2;
	top: 53px;
	bottom: 0px;
	background: #e7e7e7;
	width: 100%;
	display: none;
	overflow-y: auto;
}
.main_menu.overflow-hidden {
	overflow-y: hidden;
}
.up_menu ul {
	margin: 0;
	padding: 45px 0 10px;
	list-style: none;
	text-align: center;
}
.up_menu ul li {
	display: inline-block;
	padding: 0 9px;
	background: url("../images/nav_sep.png") 100% 50% / 1px 1px no-repeat;
}
.up_menu ul li:last-child {
	background: none;
}
.up_menu ul li a {
	display: block;
	color: #000;
	font: small-caps 11px 'Whitney-Light';
	text-decoration: none;
}
.up_menu ul li a:hover,
.up_menu ul li.active a {
	color: #ee2e24;
	text-decoration: underline;
	cursor: pointer;
}
.mid_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	overflow: hidden;
}
.mid_menu ul li {
	display: table;
	width: 100%;
	text-align: center;
}
.mid_menu ul li a {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	color: #000;
	padding: 0;
	font: normal 29px 'Whitney-Light';
	text-decoration: none;
	height: 100%;
}
.mid_menu ul li a span {
	display: block;
	font: small-caps 12px 'Whitney-Book';
}
.mid_menu ul li.active a,
.mid_menu ul li a:hover {
	cursor: pointer;
	color: #ee2e24;
	background: #fff;
}
.mid_menu ul li.active a span,
.mid_menu ul li a:hover span {
	color: #000;
}
.mid_menu a:hover {
	-webkit-transition: background-color 600ms linear;
	transition: background-color 600ms linear;
}
.mid_menu a:hover:after {
	right: 3% !important;
	opacity: 1 !important;
	filter: alpha(opacity=100);
}
.mid_menu a:after {
	content: '';
	top: 40%;
	right: 6%;
	opacity: 0 !important;
	filter: alpha(opacity=0);
	-webkit-transition: all 900ms;
	transition: all 900ms;
}
.mid_menu .active a:after {
	right: 3% !important;
	opacity: 1 !important;
	filter: alpha(opacity=100);
}
.tumbler_menu {
	margin: 0;
	padding: 5px 0 15px;
	list-style: none;
	text-align: center;
	font-size: 0;
	line-height: 0;
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	top: 9px;
	background: #f5f5f5;
	display: none;
}
.tumbler_menu li {
	width: 60px;
	display: inline-block;
}
.tumbler_menu li a {
	display: block;
	font: small-caps 14px/20px 'MyriadPro-Regular';
	text-decoration: none;
	color: #8f8f8e;
	background: #e9e9e9;
}
.tumbler_menu li.active a {
	background: #fff;
	color: #343433;
	cursor: pointer;
	display: block;
	position: relative;
}
.menu_title {
	padding: 12px 0 0 0;
	color: #343433;
	font: small-caps 16px 'Whitney-Book';
	cursor: pointer;
}
.menu_title_text {
	display: none;
}
.search_form {
	margin: 13px 0 0 0;
	height: 30px;
	position: relative;
}
.search_form .search-input {
	height: 30px;
	font: normal 15px 'Whitney-Book';
	display: inline-block;
	border: none;
	outline: none;
	color: #1e1e1e;
	padding: 10px 35px 10px 12px;
	width: 0px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	z-index: 3;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
	transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
}
.search_form .search-input:focus {
	width: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 1;
	cursor: text;
	background: #fff;
	font: 15px "Whitney-Book" !important;
}
.search_form .search-input:focus:hover {
	background: #fff;
}
.search_form .search-submit {
	height: 16px;
	width: 16px;
	display: inline-block;
	float: right;
	background: url("../images/search_icon.png") 0 0 no-repeat;
	background-size: 16px 16px;
	text-indent: -10000px;
	border: none;
	position: absolute;
	top: 6px;
	right: 10px;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

@-webkit-keyframes pageIn {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}
@keyframes pageIn {
	0% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
}
@-webkit-keyframes pageOut {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
}
@keyframes pageOut {
	0% {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	100% {
		opacity: 0;
		filter: alpha(opacity=0);
	}
}
.page_main_pic_text {
	padding: 50px 15%;
	font: 11px/20px "Whitney-Light";
	text-shadow: 1px 1px 2px black, 0 0 1em black;
	color: #fff;
	letter-spacing: 0.25px;
	text-align: center;
}
.standard_content {
	font: 12px/20px 'Whitney-Light';
	color: #464646;
	letter-spacing: 0.25px;
}
.standard_content b,
.standard_content strong {
	font-family: 'Whitney-Semibold';
}
.standard_content b.red,
.standard_content strong.red {
	color: #ee2e24;
}
p {
	margin: 0 0 20px;
}
ul,
ol {
	padding-left: 20px;
}
.back {
	text-transform: uppercase;
	font-family: 'Whitney-Semibold';
	font-size: 12px;
}
table {
	border: 1px solid #464646;
}
table td {
	border: 1px solid #464646;
	padding: 5px 10px;
}
.product_block {
	padding: 15px 0 20px;
	border-top: 1px solid #848484;
}
.product_block:first-child {
	border: none;
}
.contact_form_title {
	font-size: 19px;
	line-height: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #848484;
	padding: 10px 0;
	margin-bottom: 10px;
}
.red {
	color: #ee2e24;
}
input[type=radio].st_radio {
	opacity: 0;
	filter: alpha(opacity=0);
	width: 15px;
}
input[type=radio].st_radio + label {
	cursor: pointer;
	margin-left: -15px;
}
input[type=radio].st_radio + label .fake_checkbox {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: -1px 9px 0 0;
	vertical-align: middle;
	background: #f5f5f5;
	border: 1px solid #454545;
	border-radius: 100%;
	cursor: pointer;
}
.check_text {
	display: inline-block;
	vertical-align: middle;
}
input[type=radio].st_radio:checked + label .fake_checkbox {
	background: #454545;
}
.contact_field {
	background: #e1e1e1;
	border: 1px solid #919191;
	color: #464646;
	font: normal 12px/13px 'Whitney-Light';
	height: 29px;
	width: 100%;
	padding: 7px 10px 7px 9px;
	box-sizing: border-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.contact_field::-webkit-input-placeholder {
	text-overflow: ellipsis;
	color: #464646;
	opacity: 1;
	filter: alpha(opacity=100);
}
.contact_field::-moz-placeholder {
	text-overflow: ellipsis;
	color: #464646;
	opacity: 1;
	filter: alpha(opacity=100);
}
.contact_field:-ms-input-placeholder {
	text-overflow: ellipsis;
	color: #464646;
	opacity: 1;
	filter: alpha(opacity=100);
}
.contact_field.textarea {
	height: 148px;
	resize: none;
}
.input_wrap {
	position: relative;
	margin-bottom: 11px;
}
label.error {
	position: relative;
	color: #ee2e24;
	text-transform: uppercase;
	padding: .3em 0 0;
	margin: 0;
	line-height: 20px;
	display: block;
}
.form_select {
	border: 1px solid #919191;
}
.form_select .placeholder {
	color: #464646;
}
.contact_name {
	height: 70px;
	overflow: hidden;
}
header > * {
	-webkit-transform: rotate(-0.001deg);
	-ms-transform: rotate(-0.001deg);
	transform: rotate(-0.001deg);
}
/* Custom Mixins */
.event_date .small {
	font-size: 100%;
}
@media (min-width: 600px) and (min-height: 500px){
	header{
		height: 108px;
	}
	header .logo{
		top: 31px;
		margin-left: -94px;
		width: 188px;
	}
	header .logo a{
		width: 188px;
		height: 55px;
		background-size: 188px 55px;
	}
	.menu_title{
		padding: 35px 0 0 0;
	}
	.search_form{
		margin: 26px 0 0 0;
		height: 60px;
	}
	.search_form .search-input{
		height: 60px;
		padding-right: 70px;
	}
	.search_form .search-submit{
		background-size: 31px 31px;
		width: 31px;
		height: 31px;
		top: 14px;
		right: 20px;
	}
	.main_menu{
		top: 108px;
		bottom: 0px;
	}
	.up_menu ul{
		padding-top: 55px;
	}
	.up_menu ul li{
		padding: 0 17px;
		background-size: 2px 2px;
	}
	.up_menu ul li a{
		font-size: 22px;
	}
	.mid_menu ul li a{
		font-size: 59px;
	}
	.mid_menu ul li a span{
		font-size: 22px;
	}
	.tumbler_menu li{
		width: 120px;
	}
	.tumbler_menu li a{
		font-size: 28px;
		line-height: 40px;
		color: #757575;
	}
	.page_main_pic{
		height: 434px;
	}
	.page_main_pic_text{
		font-size: 22px;
		line-height: 40px;
	}
	.card_inner{
		padding: 25px 0 30px;
	}
	.standard_content{
		font-size: 22px;
		line-height: 39px;
	}
	.input_wrap{
		margin-bottom: 22px;
	}
	input[type=radio].st_radio + label .fake_checkbox{
		width: 30px;
		height: 30px;
		margin-right: 18px;
	}
	.contact_name{
		height: 120px;
	}
}
@media (min-width: 768px){
	header{
		height: 108px;
	}
	header .logo{
		top: 24px;
		margin-left: -108px;
		width: auto;
	}
	header .logo a{
		width: 217px;
		height: 62px;
		background-size: 217px 62px;
	}
	.menu_title{
		padding: 35px 0 0 0;
	}
	.menu_title_text{
		line-height: 10px;
		display: inline-block;
		vertical-align: middle;
	}
	.main_menu{
		bottom: 0px;
	}
	.up_menu ul{
		padding: 25px 0;
	}
	.up_menu ul li{
		padding: 0 25px;
		background-size: 3px 3px;
	}
	.up_menu ul li a{
		font-size: 30px;
	}
	.mid_menu ul li a{
		font-size: 55px;
	}
	.mid_menu ul li a span{
		font-size: 16px;
	}
	.mid_menu ul li a:hover:after,
	.mid_menu ul li.active a:after{
		content: "";
		display: block;
		background: url(../images/nav_hover_arrow.png) 0 0 no-repeat;
		width: 13px;
		height: 25px;
		position: absolute;
		right: 3%;
		top: 50%;
		margin-top: -12px;
	}
	.search_form{
		margin: 24px 0 0 0;
		height: 56px;
	}
	.search_form .search-input{
		height: 56px;
		padding-right: 80px;
	}
	.search_form .search-input:focus{
		padding-right: 50px;
	}
	.search_form .search-submit{
		background-size: 13px 13px;
		width: 13px;
		height: 13px;
		top: 21px;
		right: 20px;
	}
	.search_form:before{
		content: "search";
		color: #a7a7a6;
		position: absolute;
		top: 17px;
		right: 42px;
		font: small-caps 16px "Whitney-Book";
	}
	.tumbler_menu{
		position: relative;
		left: auto;
		right: auto;
		padding: 0;
		top: auto;
		display: inline-block;
		margin-top: 52px;
		background: none;
		border-top: 1px solid #bebdbd;
	}
	.tumbler_menu li{
		width: auto;
		padding: 0 13px;
		position: relative;
	}
	.tumbler_menu li a{
		color: #757575;
		font-size: 10px;
		background: none;
		font-variant: normal;
		text-transform: uppercase;
		line-height: 40px;
	}
	.tumbler_menu li.active a{
		color: #ee2e24;
		background: none;
	}
	.tumbler_menu:before{
		content: "";
		display: block;
		position: absolute;
		top: -16px;
		left: 15px;
		margin-left: 3px;
		width: 18px;
		height: 25px;
		background: url('../images/trigger_icon.png') 0 0 no-repeat;
		/*-webkit-transition: -webkit-transform 0.8s;*/
		/*transition: transform 0.8s;*/
	}
	.tumbler_menu[data-item='0']:before{
		left: 15px;
	}
	.tumbler_menu[data-item='1']:before{
		left: 60px;
	}
	.tumbler_menu[data-item='2']:before{
		left: 106px;
	}
	.csstransitions .tumbler_menu[data-item='0']:before{
		left: 15px;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.csstransitions .tumbler_menu[data-item='1']:before{
		left: 15px;
		-webkit-transform: translateX(45px);
		-ms-transform: translateX(45px);
		transform: translateX(45px);
	}
	.csstransitions .tumbler_menu[data-item='2']:before{
		left: 15px;
		-webkit-transform: translateX(91px);
		-ms-transform: translateX(91px);
		transform: translateX(91px);
	}
	.page_main_pic{
		height: 407px;
	}
	.page_main_pic .slide_sub_title{
		padding-top: 5%;
	}
	.page_main_pic .slide_title{
		margin-top: 2%;
	}
	.page_main_pic_text{
		font-size: 16px;
		line-height: 30px;
	}
	.no_margin_image{
		margin: 0;
	}
	.card_inner{
		padding: 25px 0 30px;
	}
	.card_inner .credit_card_inner_pic{
		padding: 0;
	}
	.card_inner .credit_card_inner_pic img{
		width: auto;
	}
	.standard_content{
		font-size: 16px;
		line-height: 30px;
	}
	.contact_form_title{
		font-size: 60px;
		line-height: 60px;
		padding: 20px 0 15px;
		margin-bottom: 15px;
	}
	.contact_field{
		font-size: 16px;
		line-height: 30px;
		height: 36px;
		padding: 3px 10px 3px 24px;
	}
	.contact_field.textarea{
		height: 158px;
	}
	.input_wrap{
		margin-bottom: 25px;
	}
	input[type=radio].st_radio + label .fake_checkbox{
		width: 9px;
		height: 9px;
		margin-right: 9px;
	}
}
@media (min-width: 768px) and (max-width: 1024px){
	.search_form:before{
		right: 52px;
	}
}
@media (max-width: 768px){
	.tumbler_menu.animated{
		display: block !important;
	}
}