/******************************************************************
Site Name: 
Author: 

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 21, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 31, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
/* line 42, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
/* line 52, ../scss/_normalize.scss */
[hidden] {
  display: none;
}
.hidden {display: none;}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 82, ../scss/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
/* line 90, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 102, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 112, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
/* line 125, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 130, ../scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 135, ../scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 140, ../scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 145, ../scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 150, ../scss/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
/* line 159, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
/* line 168, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 172, ../scss/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
/* line 180, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
/* line 188, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 198, ../scss/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 210, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 220, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
/* line 230, ../scss/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
/* line 239, ../scss/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 244, ../scss/_normalize.scss */
small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
/* line 254, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 261, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 265, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 280, ../scss/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 284, ../scss/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 294, ../scss/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 303, ../scss/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 318, ../scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
/* line 327, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
/* line 339, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
/* line 351, ../scss/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 359, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
/* line 371, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 387, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
/* line 400, ../scss/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
/* line 417, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 428, ../scss/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
/* line 440, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
/* line 453, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
/* line 465, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
/* line 474, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 484, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 497, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* line 509, ../scss/_normalize.scss */
ul, ol {
  padding: 0;
  list-style-type: none;
}

/* line 514, ../scss/_normalize.scss */
dd {
  margin: 0;
}

/* line 520, ../scss/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/* proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens) */
/* line 534, ../scss/_normalize.scss */
b,
strong,
.strong {
  font-weight: bold;
}

/* line 540, ../scss/_normalize.scss */
dfn,
em,
.em {
  font-style: italic;
}

/* line 544, ../scss/_normalize.scss */
small, .small {
  font-size: 75%;
}

/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
/* line 24, ../scss/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 26, ../scss/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 30, ../scss/_mixins.scss */
.clearfix:after {
  clear: both;
}

/*********************
TOOLS
*********************/
/* http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */
/* line 41, ../scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
@font-face {
  font-family: 'avantgarde_md_btmedium';
  src: url("../fonts/avgardm-webfont.eot");
  src: url("../fonts/avgardm-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/avgardm-webfont.woff") format("woff"), url("../fonts/avgardm-webfont.ttf") format("truetype"), url("../fonts/avgardm-webfont.svg#avantgarde_md_btmedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 96, ../scss/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* text alignment */
/* line 102, ../scss/_mixins.scss */
.text-left {
  text-align: left;
}

/* line 103, ../scss/_mixins.scss */
.text-center {
  text-align: center;
}

/* line 104, ../scss/_mixins.scss */
.text-right {
  text-align: right;
}

/* alerts & notices */
/* line 108, ../scss/_mixins.scss */
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 114, ../scss/_mixins.scss */
.help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 119, ../scss/_mixins.scss */
.info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 124, ../scss/_mixins.scss */
.error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 129, ../scss/_mixins.scss */
.success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: @include rounded(4px); 

*/
/* 
Instead of having a seperate mixin for the different
borders, we're using the mixin from 320 & Up to make
things easier to use.

USAGE: @include border-radius(4px,4px,0,0);

*/
/*********************
TRANISTION
*********************/
/* @include transition(all,2s,ease-out); */
/*********************
BOX SHADOWS
*********************/
/* @include box-shadow(5px, 5px, 10px, #000); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So 
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
/* line 243, ../scss/_mixins.scss */
.button, #qaplus_searchform #qaplus_searchsubmit, .button:visited, #qaplus_searchform #qaplus_searchsubmit:visited {
  border: 1px solid black;
  border-top-color: black;
  border-left-color: black;
  padding: 4px 12px;
  color: white;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #1a2865;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#24388e), to(#1a2865));
  background-image: -webkit-linear-gradient(top, #24388e, #1a2865);
  background-image: -moz-linear-gradient(top, #24388e, #1a2865);
  background-image: -o-linear-gradient(top, #24388e, #1a2865);
  background-image: linear-gradient(to bottom, #24388e, #1a2865);
}
/* line 260, ../scss/_mixins.scss */
.button:hover, #qaplus_searchform #qaplus_searchsubmit:hover, .button:focus, #qaplus_searchform #qaplus_searchsubmit:focus, .button:visited:hover, #qaplus_searchform #qaplus_searchsubmit:visited:hover, .button:visited:focus, #qaplus_searchform #qaplus_searchsubmit:visited:focus {
  color: #E11B2A;
  border: 1px solid black;
  border-top-color: black;
  border-left-color: black;
  background-color: black;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
  background-image: -webkit-linear-gradient(top, black, black);
  background-image: -moz-linear-gradient(top, black, black);
  background-image: -o-linear-gradient(top, black, black);
  background-image: linear-gradient(to bottom, #000000, #000000);
}
/* line 268, ../scss/_mixins.scss */
.button:active, #qaplus_searchform #qaplus_searchsubmit:active, .button:visited:active, #qaplus_searchform #qaplus_searchsubmit:visited:active {
  background-color: black;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(black));
  background-image: -webkit-linear-gradient(top, black, black);
  background-image: -moz-linear-gradient(top, black, black);
  background-image: -o-linear-gradient(top, black, black);
  background-image: linear-gradient(to bottom, #000000, #000000);
}

/* line 273, ../scss/_mixins.scss */
.blue-button, .blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
/* line 280, ../scss/_mixins.scss */
.blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
/* line 284, ../scss/_mixins.scss */
.blue-button:active, .blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}

/*
BASE (MOBILE) SIZE 
This is the average viewing window. So Desktops, Laptops, and 
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 18, ../scss/_base.scss */
body {
  font-family: "avantgarde_md_btmedium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #565656;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/* line 70, ../scss/_base.scss */
.wrap {
  width: 90%;
  margin: 0 auto;
}

/*
No Grid? Say Whaaaat?
There's really no need for all that
extraneous grid css since floating
columns wouldn't really fit on such a
small screen, so let's only bring it in
when we're ready for it.
*/
/*********************
LINK STYLES
*********************/
/* line 88, ../scss/_base.scss */
a {
  color: black;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 92, ../scss/_base.scss */
a:hover, a:focus {
  color: #171717;
}
/* line 102, ../scss/_base.scss */
a:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 116, ../scss/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "avantgarde_md_btmedium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
/* line 126, ../scss/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 131, ../scss/_base.scss */
h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}

/* line 136, ../scss/_base.scss */
.article-header h1 {
  font-family: "avantgarde_md_btmedium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  margin: 40px 0 10px;
  color: #0058A9;
}

/* line 142, ../scss/_base.scss */
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}

/* line 153, ../scss/_base.scss */
h3, .h3 {
  font-size: 1.125em;
}

/* line 157, ../scss/_base.scss */
h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

/* line 162, ../scss/_base.scss */
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*********************
HEADER SYTLES
*********************/
/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function, this is so we can
easily just write on group of styles for
the navs on the site and our css is cleaner
and moe scalable.
*/
/* line 189, ../scss/_base.scss */
.nav {
  border: 1px solid #ccc;
  border-bottom: 0;
  font-family: "avantgarde_md_btmedium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 195, ../scss/_base.scss */
.nav li {
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
/* line 197, ../scss/_base.scss */
.nav li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 10px;
  color: white;
  border-bottom: 1px solid #ccc;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
/* line 232, ../scss/_base.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
/* line 268, ../scss/_base.scss */
#content {
  margin-top: 2.2em;
}

/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 300, ../scss/_base.scss */
.meta {
  color: #999;
}

/* post content */
/* line 307, ../scss/_base.scss */
.post-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
/* line 342, ../scss/_base.scss */
.post-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 349, ../scss/_base.scss */
.post-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 365, ../scss/_base.scss */
.post-content video, .post-content object {
  max-width: 100%;
  height: auto;
}
/* line 370, ../scss/_base.scss */
.post-content pre, .post-content code {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

/* end .post-content */
/* line 378, ../scss/_base.scss */
.wp-caption {
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 383, ../scss/_base.scss */
.wp-caption img {
  margin-bottom: 0;
  width: 100%;
}
/* line 388, ../scss/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 425, ../scss/_base.scss */
.page-navigation,
.wp-prev-next {
  margin: 1.1em 0 2.2em;
}

/* line 428, ../scss/_base.scss */
.bones_page_navi {
  /* current page link */
  /* end .bones_page_navi .bpn-current */
  /* common styles for page-navi links */
  /* remove the bg on end links */
  /* previous link */
  /* next page link */
  /* first page link */
  /* last page link */
}
/* line 430, ../scss/_base.scss */
.bones_page_navi li {
  float: left;
  margin-left: 10px;
}
/* line 434, ../scss/_base.scss */
.bones_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
/* line 441, ../scss/_base.scss */
.bones_page_navi li a:hover, .bones_page_navi li a:focus {
  color: #f01d4f;
  text-decoration: underline;
}
/* line 450, ../scss/_base.scss */
.bones_page_navi li.bpn-current {
  padding: 3px 6px;
  border-bottom: 2px solid #f01d4f;
  position: relative;
}
/* line 455, ../scss/_base.scss */
.bones_page_navi li.bpn-current a {
  /* hovering on current page link */
}
/* line 466, ../scss/_base.scss */
.bones_page_navi li.bpn-prev-link,
.bones_page_navi li.bpn-next-link {
  font-weight: 700;
}
/* line 469, ../scss/_base.scss */
.bones_page_navi li.bpn-prev-link a,
.bones_page_navi li.bpn-next-link a {
  padding: 0;
}
/* line 478, ../scss/_base.scss */
.bones_page_navi li.bpn-prev-link a:hover,
.bones_page_navi li.bpn-next-link a:hover,
.bones_page_navi li.bpn-first-page-link a:hover,
.bones_page_navi li.bpn-last-page-link a:hover {
  background: none;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 521, ../scss/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 525, ../scss/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 536, ../scss/_base.scss */
#comments {
  /* number of comments span */
}

/* line 553, ../scss/_base.scss */
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
/* line 555, ../scss/_base.scss */
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
/* line 563, ../scss/_base.scss */
.commentlist li:last-child {
  margin-bottom: 0;
}
/* line 567, ../scss/_base.scss */
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 585, ../scss/_base.scss */
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
/* line 589, ../scss/_base.scss */
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 594, ../scss/_base.scss */
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
/* line 608, ../scss/_base.scss */
.commentlist .odd {
  background: #eee;
}
/* line 611, ../scss/_base.scss */
.commentlist .even {
  background: #fefefe;
}
/* line 626, ../scss/_base.scss */
.commentlist .vcard {
  margin-left: 50px;
}
/* line 629, ../scss/_base.scss */
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 637, ../scss/_base.scss */
.commentlist .vcard time {
  float: right;
}
/* line 640, ../scss/_base.scss */
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
/* line 644, ../scss/_base.scss */
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
/* line 654, ../scss/_base.scss */
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
/* line 679, ../scss/_base.scss */
.commentlist .comment_content {
  margin-left: 50px;
}
/* line 682, ../scss/_base.scss */
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
/* line 691, ../scss/_base.scss */
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
/* line 703, ../scss/_base.scss */
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  opacity: 1;
}

/* end .commentlist */
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 715, ../scss/_base.scss */
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
/* line 719, ../scss/_base.scss */
.respond-form form {
  margin: 0.75em 0;
}
/* line 722, ../scss/_base.scss */
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
/* line 728, ../scss/_base.scss */
.respond-form form li label,
.respond-form form li small {
  display: none;
}
/* line 736, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
/* line 742, ../scss/_base.scss */
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
/* line 747, ../scss/_base.scss */
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
/* line 760, ../scss/_base.scss */
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
/* line 765, ../scss/_base.scss */
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

/* comment submit button */
/* comment form title */
/* line 778, ../scss/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 791, ../scss/_base.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
/* line 796, ../scss/_base.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 812, ../scss/_base.scss */
.widget ul li {
  /* deep nesting */
}

/*********************
FOOTER STYLES
*********************/
/* line 833, ../scss/_base.scss */
.footer {
  clear: both;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/******************************************************************
Site Name: 
Author: 

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 20, ../scss/_768up.scss */
body {
  background: url("../images/bg-sml.png") repeat-x #d0d1d2;
}

/* line 24, ../scss/_768up.scss */
#special-overlay {
  display: none;
}

/* line 28, ../scss/_768up.scss */
.page-id-124 #special-overlay {
  display: block;
  background: none repeat scroll 0 0 black;
  bottom: 0;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* line 48, ../scss/_768up.scss */
.home #inner-content {
  padding: 0;
}

/* home page */
/* line 53, ../scss/_768up.scss */
#main {
  width: 860px;
  padding: 0 20px;
  position: relative;
}

/* line 60, ../scss/_768up.scss */
a.bolded:hover, a.bolded:focus {
  font-weight: bold;
}

/* line 66, ../scss/_768up.scss */
.post-content ul li {
  background: url("../images/bullet.gif") no-repeat scroll left 6px;
  margin-bottom: 10px;
  padding-left: 16px;
}

/* line 74, ../scss/_768up.scss */
.lufthansa-yellow, .page-template-page-map-php #main #mapkey ul li a.luft-link:hover, .page-template-page-map-php #main #mapkey ul li a.luft-link:focus, .page-template-page-map-php #main #mapkey ul.map-list-7 li a.luft-link {
  background: url("../images/map-bullet-luft.png") no-repeat;
  color: #FBB92D;
}

/* line 78, ../scss/_768up.scss */
.swiss-red, .page-template-page-map-php #main #mapkey ul li a.swiss-link:hover, .page-template-page-map-php #main #mapkey ul li a.swiss-link:focus, .page-template-page-map-php #main #mapkey ul.map-list-77 li a.swiss-link {
  background: url("../images/map-bullet-swi.png") no-repeat;
  color: #BF0027;
}

/* line 82, ../scss/_768up.scss */
.austrian-blue, .page-template-page-map-php #main #mapkey ul li a.aust-link:hover, .page-template-page-map-php #main #mapkey ul li a.aust-link:focus, .page-template-page-map-php #main #mapkey ul.map-list-82 li a.aust-link {
  background: url("../images/map-bullet-aus.png") no-repeat;
  color: #0F75BC;
}

/* line 86, ../scss/_768up.scss */
.euro-blue, .page-template-page-map-php #main #mapkey ul li a.euro-link:hover, .page-template-page-map-php #main #mapkey ul li a.euro-link:focus, .page-template-page-map-php #main #mapkey ul.map-list-84 li a.euro-link {
  background: url("../images/map-bullet-eur.png") no-repeat;
  color: #283891;
}

/* line 92, ../scss/_768up.scss */
.page-template-page-map-php #inner-content {
  padding: 0;
}
/* line 93, ../scss/_768up.scss */
.page-template-page-map-php #main {
  position: relative;
  width: 100%;
  padding: 0;
}
/* line 97, ../scss/_768up.scss */
.page-template-page-map-php #main .mapimage {
  width: 900px;
}
/* line 100, ../scss/_768up.scss */
.page-template-page-map-php #main #mapkey {
  background: url("../images/map-key-bg.jpg") repeat-y;
  color: white;
  position: absolute;
  bottom: 46px;
  left: 0;
  z-index: 100;
  padding: 10px 20px;
}
/* line 108, ../scss/_768up.scss */
.page-template-page-map-php #main #mapkey img {
  display: block;
  border: 0;
}
/* line 109, ../scss/_768up.scss */
.page-template-page-map-php #main #mapkey td {
  padding: 0px;
  margin: 0px;
  line-height: 0;
}
/* line 110, ../scss/_768up.scss */
.page-template-page-map-php #main #mapkey a img {
  border: 0;
}
/* line 111, ../scss/_768up.scss */
.page-template-page-map-php #main #mapkey h1 {
  margin: 0;
}
/* line 112, ../scss/_768up.scss */
.page-template-page-map-php #main #mapkey ul {
  margin: 0px;
}
/* line 114, ../scss/_768up.scss */
.page-template-page-map-php #main #mapkey ul li {
  display: inline;
  margin: 0 10px 0 0;
}
/* line 117, ../scss/_768up.scss */
.page-template-page-map-php #main #mapkey ul li a {
  text-decoration: none;
  color: white;
  padding: 2px 0 2px 22px;
  background: url("../images/map-bullet.png") no-repeat;
}
/* line 178, ../scss/_768up.scss */
.page-template-page-map-php #main .airline-img {
  position: absolute;
  bottom: 46px;
  right: 0;
}
/* line 183, ../scss/_768up.scss */
.page-template-page-map-php #main .map-back {
  position: absolute;
  bottom: 46px;
  left: 0;
  z-index: 100;
  visibility: hidden;
}
/* line 191, ../scss/_768up.scss */
.page-template-page-map-php #main .large img {
  width: 1600px;
}
/* line 195, ../scss/_768up.scss */
.page-template-page-map-php #main .noSel {
  z-index: 100;
}
/* line 198, ../scss/_768up.scss */
.page-template-page-map-php #main .img-zoom-holder {
  height: 450px;
  width: 900px;
}
/* line 203, ../scss/_768up.scss */
.page-template-page-map-php #main #img-zoom-holder-84 .large {
  display: none;
}
/* line 204, ../scss/_768up.scss */
.page-template-page-map-php #main #img-zoom-holder-84 .small {
  height: 450px;
  width: 900px;
  overflow: hidden;
}

/* line 214, ../scss/_768up.scss */
.page-id-7 #main #mapkey {
  visibility: visible;
  z-index: 100;
}
/* line 218, ../scss/_768up.scss */
.page-id-7 #main .map-back {
  display: none;
}

/* line 226, ../scss/_768up.scss */
.smooth_zoom_preloader {
  background-image: url("../images/preloader.gif");
}

/* line 229, ../scss/_768up.scss */
.smooth_zoom_icons {
  background-image: url("../images/icons.png");
}

/* line 232, ../scss/_768up.scss */
.az-zoom {
  width: 260px !important;
  height: 260px !important;
}

/*********************
LAYOUT & GRID STYLES
*********************/
/* line 241, ../scss/_768up.scss */
.wrap {
  width: 900px;
}

/* line 245, ../scss/_768up.scss */
.first {
  margin-left: 0;
}

/* line 249, ../scss/_768up.scss */
.last {
  float: right;
}

/*********************
HEADER SYTLES
*********************/
/* line 257, ../scss/_768up.scss */
.boxy-shadow, #container {
  box-shadow: 0 0 20px #CCC;
  -moz-box-shadow: 0 0 20px #CCC;
  -webkit-box-shadow: 0 0 20px #CCC;
}

/* line 262, ../scss/_768up.scss */
.new-box-shadow, .manage-miles-form, .gift-voucher-form, .quote-form, .payment-form, #post-118 {
  box-shadow: 0 4px 10px #000;
  -moz-box-shadow: 0 4px 10px #000;
  -webkit-box-shadow: 0 4px 10px #000;
}

/* line 268, ../scss/_768up.scss */
#container {
  background: white;
  width: 950px;
}

/* line 277, ../scss/_768up.scss */
#inner-header {
  background: url("../images/header-bg.png") repeat-x 0 40px;
  margin: 0 auto 0;
  padding-top: 40px;
  position: relative;
}
/* line 282, ../scss/_768up.scss */
#inner-header #logo {
  margin: 12px 0 3px 20px;
}

/* line 287, ../scss/_768up.scss */
#logos-top {
  position: absolute;
  right: 10px;
  top: 12px;
}
/* line 291, ../scss/_768up.scss */
#logos-top p, #logos-top img {
  float: left;
  margin: 0;
  padding-left: 10px;
}
/* line 296, ../scss/_768up.scss */
#logos-top p {
  margin-top: 1px;
  font-size: 12px;
}

/* line 302, ../scss/_768up.scss */
#tinymenu {
  margin: 0;
  position: absolute;
  right: 10px;
  top: 50px;
}
/* line 307, ../scss/_768up.scss */
#tinymenu li {
  border-right: 1px solid #0A75BD;
  display: inline;
  font-size: 12px;
  padding: 0 10px;
}
/* line 312, ../scss/_768up.scss */
#tinymenu li a {
  color: white;
  text-decoration: none;
}
/* line 315, ../scss/_768up.scss */
#tinymenu li a:hover, #tinymenu li a:focus {
  text-decoration: underline;
}
/* line 319, ../scss/_768up.scss */
#tinymenu li img {
  margin: 0 0 -8px;
}

/* line 327, ../scss/_768up.scss */
.flexslider .slides {
  margin: 0;
  min-height: 375px;
}
/* line 330, ../scss/_768up.scss */
.flexslider .slides li {
  height: 375px;
  position: relative;
}
/* line 333, ../scss/_768up.scss *//*
.flexslider .slides li div {
  background: url("../images/trans-bg-sml.png") repeat;
  bottom: 48px;
  left: 0;
  padding: 10px 20px 10px 30px;
  position: absolute;
}*/
/* line 339, ../scss/_768up.scss */
.flexslider .slides li div h1, .flexslider .slides li div p {
  color: white;
  margin: 0;
}
/* line 343, ../scss/_768up.scss */
.flexslider .slides li div h1 {
  font-family: "avantgarde_md_btmedium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
}
/* line 349, ../scss/_768up.scss */
.flexslider .flex-control-nav {
  bottom: 4px;
  left: 15px;
  position: absolute;
  text-align: left;
}

/* line 356, ../scss/_768up.scss */
#content {
  margin: 0;
}

/* line 358, ../scss/_768up.scss */
#inner-content {
  padding: 0 20px;
}

/* line 362, ../scss/_768up.scss */
#about-page, #contact-us, #promotion-terms {
  width: 720px;
  padding: 15px;
  background: white;
}
/* line 366, ../scss/_768up.scss */
#about-page .sideimage, #contact-us .sideimage, #promotion-terms .sideimage {
  float: left;
  width: 350px;
}
/* line 373, ../scss/_768up.scss */
#about-page .sidetext, #contact-us .sidetext, #promotion-terms .sidetext {
  float: right;
  width: 350px;
}
/* line 377, ../scss/_768up.scss */
#about-page .sidetext h2, #contact-us .sidetext h2, #promotion-terms .sidetext h2 {
  margin-top: 0;
  color: #0058A9;
}
/* line 382, ../scss/_768up.scss */
#about-page p.sub-heading, #contact-us p.sub-heading, #promotion-terms p.sub-heading {
  left: 18px;
  position: absolute;
  top: 50px;
}

/* line 388, ../scss/_768up.scss */
#contact-us, #promotion-terms {
  width: 592px;
}
/* line 390, ../scss/_768up.scss */
#contact-us .sideimage, #promotion-terms .sideimage {
  width: 286px;
  margin-bottom: 15px;
}
/* line 394, ../scss/_768up.scss */
#contact-us .sidetext, #promotion-terms .sidetext {
  width: 292px;
}

/* line 400, ../scss/_768up.scss */
#promotion-terms .sidetext {
  width: 100%;
  float:none;
}
/* line 403, ../scss/_768up.scss */
#promotion-terms .sidetext #logos-p-terms img {
  float: right;
  margin-left: 20px;
}
/* line 408, ../scss/_768up.scss */
#promotion-terms .sidetext h6 {
  font-weight: normal;
}

/* line 415, ../scss/_768up.scss */
#about-page .sideimage {
  margin: 127px 0 0;
  width: 280px;
}
/* line 419, ../scss/_768up.scss */
#about-page .sidetext {
  margin: 35px 0 10px;
  width: 430px;
}
/* line 422, ../scss/_768up.scss */
#about-page .sidetext h2 {
  left: 19px;
  position: absolute;
  top: 10px;
}

/* line 430, ../scss/_768up.scss */
#gform_wrapper_1 {
  width: 600px;
}

/*********************
NAVIGATION STYLES
*********************/
/* line 438, ../scss/_768up.scss */
.nav {
  background: url("../images/nav-bg.jpg") repeat-x;
  border: 0;
  /* end .menu ul li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 442, ../scss/_768up.scss */
.nav li {
  float: left;
  position: relative;
  margin: 7px 0 4px;
  font-size: 12px;
  /*
  plan your menus and drop-downs wisely.
  */
  /* showing sub-menus */
}
/* line 448, ../scss/_768up.scss */
.nav li a {
  border-bottom: 0;
  padding: 0 31px;
  border-right: 1px solid #0266B2;
  /*
  you can use hover styles here even though this size
  has the possibility of being a mobile device.
  */
}
/* line 456, ../scss/_768up.scss */
.nav li a:hover, .nav li a:focus {
  color: #BFDFFF;
}
/* line 469, ../scss/_768up.scss */
.nav li ul.sub-menu,
.nav li ul.children {
  width: 200px;
  border: 1px solid #ccc;
  border-top: 0;
  position: absolute;
  display: none;
  z-index: 8999;
}
/* line 478, ../scss/_768up.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 10px;
  border-right: 0;
  display: block;
  width: 180px;
  border-bottom: 1px solid #ccc;
}
/* line 489, ../scss/_768up.scss */
.nav li:hover ul {
  top: auto;
  display: block;
}
/* line 501, ../scss/_768up.scss */
.nav li.current-menu-item a,
.nav li.current_page_item a,
.nav li.current-page-ancestor a {
  color: #BFDFFF;
}

/* end .nav */
/* line 507, ../scss/_768up.scss */
li#menu-item-28 a {
  border: 0;
  padding-right: 0;
}

/*********************
FOOTER STYLES
*********************/
/* line 519, ../scss/_768up.scss */
.footer {
  margin: 45px 25px 0;
}

/* line 523, ../scss/_768up.scss */
.home .footer, .page-template-page-map-php .footer {
  margin-top: 10px;
}

/* line 528, ../scss/_768up.scss */
#logos-footer {
  margin: 0 5px 3px;
}
/* line 530, ../scss/_768up.scss */
#logos-footer p, #logos-footer img {
  float: left;
  padding-left: 10px;
  padding-top: 4px;
}
/* line 536, ../scss/_768up.scss */
#logos-footer p {
  font-size: 12px;
  margin-right: 15px;
  margin-top: 10px;
}

/* line 543, ../scss/_768up.scss */
.home-boxes {
  margin-bottom: 20px;
}
/* line 545, ../scss/_768up.scss */
.home-boxes ul {
  margin-top: 24px;
}
/* line 547, ../scss/_768up.scss */
.home-boxes ul li.box-area {
  width: 206px;
  height: 189px;
  float: left;
  margin-right: 25px;
  position: relative;
}
/* line 553, ../scss/_768up.scss */
.home-boxes ul li.box-area img.featuread {
  width: 206px;
}
/* line 558, ../scss/_768up.scss */
.home-boxes ul li.box-area #price-box-1 a, .home-boxes ul li.box-area #price-box-2 a, .home-boxes ul li.box-area #price-box-3 a {
  display: none;
}
/* line 561, ../scss/_768up.scss */
.home-boxes ul li.box-area #price-box-1 a.f-one, .home-boxes ul li.box-area #price-box-2 a.f-one, .home-boxes ul li.box-area #price-box-3 a.f-one {
  display: block;
}
/* line 566, ../scss/_768up.scss */
.home-boxes ul li.box-area h2 {
  color: white;
  margin: 0;
}
/* line 569, ../scss/_768up.scss */
.home-boxes ul li.box-area h2 span {
  font-size: 16px;
}
/* line 573, ../scss/_768up.scss */
.home-boxes ul li.box-area p {
  color: white;
  margin: 0;
  line-height: 22px;
}
/* line 577, ../scss/_768up.scss */
.home-boxes ul li.box-area p span {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  font-size: 54px;
  font-weight: bold;
}
/* line 583, ../scss/_768up.scss */
.home-boxes ul li.box-area .box-overlay {
  bottom: 0;
  left: 0;
  padding: 3% 5%;
  position: absolute;
  width: 90%;
  background: url("../images/trans-bg-sml.png") repeat;
}
/* line 592, ../scss/_768up.scss */
.home-boxes ul li.email-optin {
  background: url("../images/newsletter-bg-sml.jpg") repeat-x;
}
/* line 594, ../scss/_768up.scss */
.home-boxes ul li.email-optin img.email-coa {
  margin: 18px 0 0 12px;
  width: 177px;
}
/* line 598, ../scss/_768up.scss */
.home-boxes ul li.email-optin input#input_7_1 {
  padding-left: 2px;
}
/* line 599, ../scss/_768up.scss */
.home-boxes ul li.email-optin .gform_wrapper {
  margin: 127px 0 0;
}
/* line 601, ../scss/_768up.scss */
.home-boxes ul li.email-optin .gform_wrapper .gform_body {
  float: left;
}
/* line 604, ../scss/_768up.scss */
.home-boxes ul li.email-optin .gform_wrapper .gform_body .top_label .gfield_label {
  display: none;
}
/* line 607, ../scss/_768up.scss */
.home-boxes ul li.email-optin .gform_wrapper .gform_body .top_label input.medium {
  margin: 0 0 0 27px;
  width: 129px;
}
/* line 611, ../scss/_768up.scss */
.home-boxes ul li.email-optin .gform_wrapper .gform_body .top_label .gfield_error {
  background: none;
  border: none;
  margin: 0 !important;
  padding: 0 !important;
}
/* line 616, ../scss/_768up.scss */
.home-boxes ul li.email-optin .gform_wrapper .gform_body .top_label .gfield_error .ginput_container {
  margin-top: 0;
}
/* line 619, ../scss/_768up.scss */
.home-boxes ul li.email-optin .gform_wrapper .gform_body .top_label .gfield_error .gfield_description {
  margin: 3px 0 0 20px;
  padding: 0 !important;
  color: white;
  background: #ED1B2E;
  text-align: center;
  width: 138px;
}
/* line 630, ../scss/_768up.scss */
.home-boxes ul li.email-optin .gform_wrapper .gform_footer {
  clear: none;
  float: left;
  margin: 3px 6px;
  padding: 0;
}
/* line 636, ../scss/_768up.scss */
.home-boxes ul li.email-optin .gform_wrapper .validation_error {
  display: none;
}
/* line 640, ../scss/_768up.scss */
.home-boxes ul li.email-optin #gforms_confirmation_message {
  background: none;
  font-size: 13px;
  line-height: 14px;
  margin: 120px 0 0;
  padding: 0 37px;
}

/* line 651, ../scss/_768up.scss */
.offers-area {
  height: 465px;
  margin: 0 27px;
  position: relative;
  /*width: 860px;*/
}
/* line 656, ../scss/_768up.scss */
.offers-area .offer-panel {
  width: 416px;
}
/* line 658, ../scss/_768up.scss */
.offers-area .offer-panel img {
  width: 100%;
}
/* line 660, ../scss/_768up.scss */
.offers-area .offer-peakonboard {
  position: absolute;
  top: 0;
  left: -1px;
}
/* line 664, ../scss/_768up.scss */
.offers-area .offer-peakonboard .plane {
  height: 227px;
  left: 45px;
  position: absolute;
  top: 34px;
  width: 418px;
  z-index: 1;
}
/* line 673, ../scss/_768up.scss */
.offers-area .offer-giftcard {
  left: -1px;
  position: absolute;
  top: 271px;
}
/* line 678, ../scss/_768up.scss */
.offers-area .offer-milesmore {
  position: absolute;
  top: 0;
  right: -4px;
}
/* line 683, ../scss/_768up.scss */
.offers-area .offer-maps {
  position: absolute;
  right: -4px;
  top: 158px;
}
/* line 688, ../scss/_768up.scss */
.offers-area .offer-travelsure {
  position: absolute;
  right: -4px;
  top: 330px;
}
/* line 693, ../scss/_768up.scss */
.offers-area .offer-container {
  position: relative;
}

/* line 698, ../scss/_768up.scss */
.main-footer-area {
  background: #BCBDC0;
  padding: 10px 37px;
}
/* line 701, ../scss/_768up.scss */
.main-footer-area .footer-menu1, .main-footer-area .flinkstitle, .main-footer-area .footer-menu2, .main-footer-area .footer-menu3 {
  float: left;
  margin: 12px 20px 12px 25px;
}
/* line 704, ../scss/_768up.scss */
.main-footer-area .footer-menu1 li, .main-footer-area .flinkstitle li, .main-footer-area .footer-menu2 li, .main-footer-area .footer-menu3 li {
  font-size: 12px;
}
/* line 706, ../scss/_768up.scss */
.main-footer-area .footer-menu1 li a, .main-footer-area .flinkstitle li a, .main-footer-area .footer-menu2 li a, .main-footer-area .footer-menu3 li a {
  text-decoration: none;
  color: #666;
}
/* line 709, ../scss/_768up.scss */
.main-footer-area .footer-menu1 li a:hover, .main-footer-area .flinkstitle li a:hover, .main-footer-area .footer-menu1 li a:focus, .main-footer-area .flinkstitle li a:focus, .main-footer-area .footer-menu2 li a:hover, .main-footer-area .footer-menu2 li a:focus, .main-footer-area .footer-menu3 li a:hover, .main-footer-area .footer-menu3 li a:focus {
  text-decoration: underline;
  color: black;
}
/* line 717, ../scss/_768up.scss */
.main-footer-area .flinkstitle {
  font-size: 12px;
  font-family: "avantgarde_md_btmedium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
  margin: 12px 3px 12px 5px;
}

/* line 726, ../scss/_768up.scss */
.verybottom {
  background: #A7A9AC;
  padding: 0 30px 0 16px;
}

/* line 730, ../scss/_768up.scss */
.attribution {
  font-size: 12px;
  color: #565656;
  float: left;
}

/* line 735, ../scss/_768up.scss */
.terms-cond {
  font-size: 12px;
  color: #565656;
  float: right;
}
/* line 739, ../scss/_768up.scss */
.terms-cond a {
  color: #565656;
  text-decoration: none;
}
/* line 742, ../scss/_768up.scss */
.terms-cond a:hover, .terms-cond a:focus {
  text-decoration: underline;
}

/* line 750, ../scss/_768up.scss */
#gforms_confirmation_message {
  background: url("../images/conf-bg.jpg") repeat-x;
  color: white;
  margin: 30px 0;
  max-width: 50%;
  padding: 20px;
}

/* line 760, ../scss/_768up.scss */
.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
  float: none;
  width: 100%;
}
/* line 763, ../scss/_768up.scss */
.gform_wrapper .ginput_complex .ginput_left input, .gform_wrapper .ginput_complex .ginput_right input {
  width: 47% !important;
}
/* line 770, ../scss/_768up.scss */
.gform_wrapper ul li {
  background: none;
  padding-left: 0;
}

/* line 778, ../scss/_768up.scss */
#qaplus_searchform {
  width: 300px;
}
/* line 780, ../scss/_768up.scss */
#qaplus_searchform .qaplus_search {
  width: 220px;
}
/* line 783, ../scss/_768up.scss */
#qaplus_searchform #qaplus_searchsubmit {
  display: block;
  float: right;
  height: 23px;
  padding: 0 5px;
}

/*********************
Manage My Miles page
*********************/
/* line 800, ../scss/_768up.scss */
.page-id-9 table tr th, .page-id-11 table tr th, .page-id-13 table tr th, .page-id-118 table tr th
/*.page-id-5 table tr th*/ {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 1px solid;
  color: white;
  padding: 2px 7px;
  text-align: left;
}
/* line 807, ../scss/_768up.scss */
.page-id-9 table tr td, .page-id-11 table tr td, .page-id-13 table tr td, .page-id-118 table tr td
/*.page-id-5 table tr td*/ {
  padding: 2px 7px;
  border: none;
}
/* line 810, ../scss/_768up.scss */
.page-id-9 table tr td p, .page-id-11 table tr td p, .page-id-5 table tr td p, .page-id-13 table tr td p, .page-id-118 table tr td p {
  margin: 7px 0 4px;
  line-height: 13px;
}
/* line 813, ../scss/_768up.scss */
.page-id-9 table tr td p span, .page-id-11 table tr td p span, .page-id-5 table tr td p span, .page-id-13 table tr td p span, .page-id-118 table tr td p span {
  font-size: 11px;
}
/* line 821, ../scss/_768up.scss */
.page-id-9 .hentry, .page-id-11 .hentry, .page-id-5 .hentry, .page-id-13 .hentry, .page-id-118 .hentry {
  float: left;
  width: 47%;
}

/* line 826, ../scss/_768up.scss */
.manage-miles-form, .gift-voucher-form, .gift-voucher-form, .quote-form, .payment-form, #post-118 {
  -webkit-box-shadow: 0, 0, 5px, #cccccc;
  -moz-box-shadow: 0, 0, 5px, #cccccc;
  box-shadow: 0, 0, 5px, #cccccc;
  background-color: #00003f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0650a4), to(#00003f));
  background-image: -webkit-linear-gradient(top, #0650a4, #00003f);
  background-image: -moz-linear-gradient(top, #0650a4, #00003f);
  background-image: -o-linear-gradient(top, #0650a4, #00003f);
  background-image: linear-gradient(to bottom, #0650a4, #00003f);
  color: white;
  float: right;
  margin: 30px 0 0 25px;
  width: 50%;
}
/* line 838, ../scss/_768up.scss */
.manage-miles-form .form-heading, .gift-voucher-form .form-heading, .gift-voucher-form .form-heading, .quote-form .form-heading, .payment-form .form-heading, #post-118 .form-heading {
  padding: 10px 0 0;
  text-align: center;
}
/* line 842, ../scss/_768up.scss */
.manage-miles-form a, .gift-voucher-form a, .gift-voucher-form a, .quote-form a, .payment-form a, #post-118 a {
  color: white;
}
/* line 845, ../scss/_768up.scss */
.manage-miles-form h2, .gift-voucher-form h2, .gift-voucher-form h2, .quote-form h2, .payment-form h2, #post-118 h2 {
  color: white;
  font-size: 22px;
  margin-top: 0;
  font-family: "avantgarde_md_btmedium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
}
/* line 855, ../scss/_768up.scss */
.manage-miles-form p, .gift-voucher-form p, .gift-voucher-form p, .quote-form p, .payment-form p, #post-118 p {
  margin: 1em 15px 0;
}
/* line 858, ../scss/_768up.scss */
.manage-miles-form .gform_wrapper, .gift-voucher-form .gform_wrapper, .gift-voucher-form .gform_wrapper, .quote-form .gform_wrapper, .payment-form .gform_wrapper, #post-118 .gform_wrapper {
  padding: 0 15px;
}
/* line 861, ../scss/_768up.scss */
.manage-miles-form .gform_wrapper .gform_body .gform_page_fields, .gift-voucher-form .gform_wrapper .gform_body .gform_page_fields, .gift-voucher-form .gform_wrapper .gform_body .gform_page_fields, .quote-form .gform_wrapper .gform_body .gform_page_fields, .payment-form .gform_wrapper .gform_body .gform_page_fields, #post-118 .gform_wrapper .gform_body .gform_page_fields {
  margin-top: -20px;
}
/* line 863, ../scss/_768up.scss */
.manage-miles-form .gform_wrapper .gform_body .gform_page_fields h2.form-heading, .gift-voucher-form .gform_wrapper .gform_body .gform_page_fields h2.form-heading, .gift-voucher-form .gform_wrapper .gform_body .gform_page_fields h2.form-heading, .quote-form .gform_wrapper .gform_body .gform_page_fields h2.form-heading, .payment-form .gform_wrapper .gform_body .gform_page_fields h2.form-heading, #post-118 .gform_wrapper .gform_body .gform_page_fields h2.form-heading {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
/* line 872, ../scss/_768up.scss */
.manage-miles-form .gform_wrapper .ginput_container input, .gift-voucher-form .gform_wrapper .ginput_container input, .manage-miles-form .gform_wrapper .ginput_container select, .gift-voucher-form .gform_wrapper .ginput_container select, .gift-voucher-form .gform_wrapper .ginput_container input, .gift-voucher-form .gform_wrapper .ginput_container select, .quote-form .gform_wrapper .ginput_container input, .quote-form .gform_wrapper .ginput_container select, .payment-form .gform_wrapper .ginput_container input, .payment-form .gform_wrapper .ginput_container select, #post-118 .gform_wrapper .ginput_container input, #post-118 .gform_wrapper .ginput_container select {
  font-size: 16px;
}
/* line 877, ../scss/_768up.scss */
.manage-miles-form .gform_wrapper .numbered-section, .gift-voucher-form .gform_wrapper .numbered-section, .gift-voucher-form .gform_wrapper .numbered-section, .quote-form .gform_wrapper .numbered-section, .payment-form .gform_wrapper .numbered-section, #post-118 .gform_wrapper .numbered-section {
  border-bottom: none;
}
/* line 880, ../scss/_768up.scss */
.manage-miles-form .gform_wrapper .dotted, .gift-voucher-form .gform_wrapper .dotted, .gift-voucher-form .gform_wrapper .dotted, .quote-form .gform_wrapper .dotted, .payment-form .gform_wrapper .dotted, #post-118 .gform_wrapper .dotted {
  border-bottom: 1px dotted #CCC;
  padding-top: 5px;
}
/* line 883, ../scss/_768up.scss */
.manage-miles-form .gform_wrapper .dotted p, .gift-voucher-form .gform_wrapper .dotted p, .gift-voucher-form .gform_wrapper .dotted p, .quote-form .gform_wrapper .dotted p, .payment-form .gform_wrapper .dotted p, #post-118 .gform_wrapper .dotted p {
  float: right;
  font-size: 11px;
  margin: 5px 0 0;
}
/* line 887, ../scss/_768up.scss */
.manage-miles-form .gform_wrapper .dotted p span, .gift-voucher-form .gform_wrapper .dotted p span, .gift-voucher-form .gform_wrapper .dotted p span, .quote-form .gform_wrapper .dotted p span, .payment-form .gform_wrapper .dotted p span, #post-118 .gform_wrapper .dotted p span {
  color: #E11B2A;
}
/* line 893, ../scss/_768up.scss */
.manage-miles-form .gform_wrapper #field_4_12 .gsection_description, .gift-voucher-form .gform_wrapper #field_4_12 .gsection_description, .gift-voucher-form .gform_wrapper #field_4_12 .gsection_description, .quote-form .gform_wrapper #field_4_12 .gsection_description, .payment-form .gform_wrapper #field_4_12 .gsection_description, #post-118 .gform_wrapper #field_4_12 .gsection_description {
  float: right;
  font-size: 11px;
  margin: 5px 0 0;
  padding: 0;
  width: inherit;
}
/* line 899, ../scss/_768up.scss */
.manage-miles-form .gform_wrapper #field_4_12 .gsection_description span, .gift-voucher-form .gform_wrapper #field_4_12 .gsection_description span, .gift-voucher-form .gform_wrapper #field_4_12 .gsection_description span, .quote-form .gform_wrapper #field_4_12 .gsection_description span, .payment-form .gform_wrapper #field_4_12 .gsection_description span, #post-118 .gform_wrapper #field_4_12 .gsection_description span {
  color: #E11B2A;
}
/* line 904, ../scss/_768up.scss */
.manage-miles-form .gform_wrapper .gsection, .gift-voucher-form .gform_wrapper .gsection, .gift-voucher-form .gform_wrapper .gsection, .quote-form .gform_wrapper .gsection, .payment-form .gform_wrapper .gsection, #post-118 .gform_wrapper .gsection {
  margin: 0 0 5px !important;
  padding: 10px 0 0;
}
/* line 920, ../scss/_768up.scss */
.manage-miles-form .gform_wrapper #input_2_7, .gift-voucher-form .gform_wrapper #input_2_7, .manage-miles-form .gform_wrapper #input_2_8, .gift-voucher-form .gform_wrapper #input_2_8, .manage-miles-form .gform_wrapper #input_4_10, .gift-voucher-form .gform_wrapper #input_4_10, .manage-miles-form .gform_wrapper #input_4_11, .gift-voucher-form .gform_wrapper #input_4_11, .manage-miles-form .gform_wrapper #input_4_14, .gift-voucher-form .gform_wrapper #input_4_14, .manage-miles-form .gform_wrapper #input_4_15, .gift-voucher-form .gform_wrapper #input_4_15, .gift-voucher-form .gform_wrapper #input_2_7, .gift-voucher-form .gform_wrapper #input_2_8, .gift-voucher-form .gform_wrapper #input_4_10, .gift-voucher-form .gform_wrapper #input_4_11, .gift-voucher-form .gform_wrapper #input_4_14, .gift-voucher-form .gform_wrapper #input_4_15, .quote-form .gform_wrapper #input_2_7, .quote-form .gform_wrapper #input_2_8, .quote-form .gform_wrapper #input_4_10, .quote-form .gform_wrapper #input_4_11, .quote-form .gform_wrapper #input_4_14, .quote-form .gform_wrapper #input_4_15, .payment-form .gform_wrapper #input_2_7, .payment-form .gform_wrapper #input_2_8, .payment-form .gform_wrapper #input_4_10, .payment-form .gform_wrapper #input_4_11, .payment-form .gform_wrapper #input_4_14, .payment-form .gform_wrapper #input_4_15, #post-118 .gform_wrapper #input_2_7, #post-118 .gform_wrapper #input_2_8, #post-118 .gform_wrapper #input_4_10, #post-118 .gform_wrapper #input_4_11, #post-118 .gform_wrapper #input_4_14, #post-118 .gform_wrapper #input_4_15 {
  text-transform: capitalize;
}
/* line 923, ../scss/_768up.scss */
.manage-miles-form .gform_wrapper #input_2_5, .gift-voucher-form .gform_wrapper #input_2_5, .manage-miles-form .gform_wrapper #input_12_201, .gift-voucher-form .gform_wrapper #input_12_201, .gift-voucher-form .gform_wrapper #input_2_5, .gift-voucher-form .gform_wrapper #input_12_201, .quote-form .gform_wrapper #input_2_5, .quote-form .gform_wrapper #input_12_201, .payment-form .gform_wrapper #input_2_5, .payment-form .gform_wrapper #input_12_201, #post-118 .gform_wrapper #input_2_5, #post-118 .gform_wrapper #input_12_201 {
  text-transform: lowercase;
}
/* line 927, ../scss/_768up.scss */
.manage-miles-form .gform_wrapper #field_12_228, .gift-voucher-form .gform_wrapper #field_12_228, .gift-voucher-form .gform_wrapper #field_12_228, .quote-form .gform_wrapper #field_12_228, .payment-form .gform_wrapper #field_12_228, #post-118 .gform_wrapper #field_12_228 {
  height: 40px;
}
/* line 933, ../scss/_768up.scss */
.manage-miles-form .gform_wrapper .gfield_label, .gift-voucher-form .gform_wrapper .gfield_label, .gift-voucher-form .gform_wrapper .gfield_label, .quote-form .gform_wrapper .gfield_label, .payment-form .gform_wrapper .gfield_label, #post-118 .gform_wrapper .gfield_label {
  font-weight: normal;
}
/* line 936, ../scss/_768up.scss */
.manage-miles-form .gform_wrapper .gform_footer, .gift-voucher-form .gform_wrapper .gform_footer, .gift-voucher-form .gform_wrapper .gform_footer, .quote-form .gform_wrapper .gform_footer, .payment-form .gform_wrapper .gform_footer, #post-118 .gform_wrapper .gform_footer {
  text-align: left;
}
/* line 945, ../scss/_768up.scss */
.manage-miles-form .gform_wrapper .gform_footer #gform_submit_button_2:hover, .gift-voucher-form .gform_wrapper .gform_footer #gform_submit_button_2:hover, .manage-miles-form .gform_wrapper .gform_footer #gform_submit_button_2:focus, .gift-voucher-form .gform_wrapper .gform_footer #gform_submit_button_2:focus, .manage-miles-form .gform_wrapper .gform_footer #gform_submit_button_4:hover, .gift-voucher-form .gform_wrapper .gform_footer #gform_submit_button_4:hover, .manage-miles-form .gform_wrapper .gform_footer #gform_submit_button_4:focus, .gift-voucher-form .gform_wrapper .gform_footer #gform_submit_button_4:focus, .manage-miles-form .gform_wrapper .gform_footer input.gform_button:hover, .gift-voucher-form .gform_wrapper .gform_footer input.gform_button:hover, .manage-miles-form .gform_wrapper .gform_footer input.gform_button:focus, .gift-voucher-form .gform_wrapper .gform_footer input.gform_button:focus, .manage-miles-form .gform_wrapper .gform_footer input.button:hover, .gift-voucher-form .gform_wrapper .gform_footer input.button:hover, .manage-miles-form .gform_wrapper .gform_footer #qaplus_searchform input#qaplus_searchsubmit:hover, #qaplus_searchform .manage-miles-form .gform_wrapper .gform_footer input#qaplus_searchsubmit:hover, .gift-voucher-form .gform_wrapper .gform_footer #qaplus_searchform input#qaplus_searchsubmit:hover, #qaplus_searchform .gift-voucher-form .gform_wrapper .gform_footer input#qaplus_searchsubmit:hover, .manage-miles-form .gform_wrapper .gform_footer input.button:focus, .gift-voucher-form .gform_wrapper .gform_footer input.button:focus, .manage-miles-form .gform_wrapper .gform_footer #qaplus_searchform input#qaplus_searchsubmit:focus, #qaplus_searchform .manage-miles-form .gform_wrapper .gform_footer input#qaplus_searchsubmit:focus, .gift-voucher-form .gform_wrapper .gform_footer #qaplus_searchform input#qaplus_searchsubmit:focus, #qaplus_searchform .gift-voucher-form .gform_wrapper .gform_footer input#qaplus_searchsubmit:focus, .gift-voucher-form .gform_wrapper .gform_footer #gform_submit_button_2:hover, .gift-voucher-form .gform_wrapper .gform_footer #gform_submit_button_2:focus, .gift-voucher-form .gform_wrapper .gform_footer #gform_submit_button_4:hover, .gift-voucher-form .gform_wrapper .gform_footer #gform_submit_button_4:focus, .gift-voucher-form .gform_wrapper .gform_footer input.gform_button:hover, .gift-voucher-form .gform_wrapper .gform_footer input.gform_button:focus, .gift-voucher-form .gform_wrapper .gform_footer input.button:hover, .gift-voucher-form .gform_wrapper .gform_footer #qaplus_searchform input#qaplus_searchsubmit:hover, #qaplus_searchform .gift-voucher-form .gform_wrapper .gform_footer input#qaplus_searchsubmit:hover, .gift-voucher-form .gform_wrapper .gform_footer input.button:focus, .gift-voucher-form .gform_wrapper .gform_footer #qaplus_searchform input#qaplus_searchsubmit:focus, #qaplus_searchform .gift-voucher-form .gform_wrapper .gform_footer input#qaplus_searchsubmit:focus, .quote-form .gform_wrapper .gform_footer #gform_submit_button_2:hover, .quote-form .gform_wrapper .gform_footer #gform_submit_button_2:focus, .quote-form .gform_wrapper .gform_footer #gform_submit_button_4:hover, .quote-form .gform_wrapper .gform_footer #gform_submit_button_4:focus, .quote-form .gform_wrapper .gform_footer input.gform_button:hover, .quote-form .gform_wrapper .gform_footer input.gform_button:focus, .quote-form .gform_wrapper .gform_footer input.button:hover, .quote-form .gform_wrapper .gform_footer #qaplus_searchform input#qaplus_searchsubmit:hover, #qaplus_searchform .quote-form .gform_wrapper .gform_footer input#qaplus_searchsubmit:hover, .quote-form .gform_wrapper .gform_footer input.button:focus, .quote-form .gform_wrapper .gform_footer #qaplus_searchform input#qaplus_searchsubmit:focus, #qaplus_searchform .quote-form .gform_wrapper .gform_footer input#qaplus_searchsubmit:focus, .payment-form .gform_wrapper .gform_footer #gform_submit_button_2:hover, .payment-form .gform_wrapper .gform_footer #gform_submit_button_2:focus, .payment-form .gform_wrapper .gform_footer #gform_submit_button_4:hover, .payment-form .gform_wrapper .gform_footer #gform_submit_button_4:focus, .payment-form .gform_wrapper .gform_footer input.gform_button:hover, .payment-form .gform_wrapper .gform_footer input.gform_button:focus, .payment-form .gform_wrapper .gform_footer input.button:hover, .payment-form .gform_wrapper .gform_footer #qaplus_searchform input#qaplus_searchsubmit:hover, #qaplus_searchform .payment-form .gform_wrapper .gform_footer input#qaplus_searchsubmit:hover, .payment-form .gform_wrapper .gform_footer input.button:focus, .payment-form .gform_wrapper .gform_footer #qaplus_searchform input#qaplus_searchsubmit:focus, #qaplus_searchform .payment-form .gform_wrapper .gform_footer input#qaplus_searchsubmit:focus, #post-118 .gform_wrapper .gform_footer #gform_submit_button_2:hover, #post-118 .gform_wrapper .gform_footer #gform_submit_button_2:focus, #post-118 .gform_wrapper .gform_footer #gform_submit_button_4:hover, #post-118 .gform_wrapper .gform_footer #gform_submit_button_4:focus, #post-118 .gform_wrapper .gform_footer input.gform_button:hover, #post-118 .gform_wrapper .gform_footer input.gform_button:focus, #post-118 .gform_wrapper .gform_footer input.button:hover, #post-118 .gform_wrapper .gform_footer #qaplus_searchform input#qaplus_searchsubmit:hover, #qaplus_searchform #post-118 .gform_wrapper .gform_footer input#qaplus_searchsubmit:hover, #post-118 .gform_wrapper .gform_footer input.button:focus, #post-118 .gform_wrapper .gform_footer #qaplus_searchform input#qaplus_searchsubmit:focus, #qaplus_searchform #post-118 .gform_wrapper .gform_footer input#qaplus_searchsubmit:focus {
  background-color: #1a2865;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#24388e), to(#1a2865));
  background-image: -webkit-linear-gradient(top, #24388e, #1a2865);
  background-image: -moz-linear-gradient(top, #24388e, #1a2865);
  background-image: -o-linear-gradient(top, #24388e, #1a2865);
  background-image: linear-gradient(to bottom, #24388e, #1a2865);
  color: #E11B2A;
}
/* line 952, ../scss/_768up.scss */
.manage-miles-form .gform_wrapper .gfield_required, .gift-voucher-form .gform_wrapper .gfield_required, .gift-voucher-form .gform_wrapper .gfield_required, .quote-form .gform_wrapper .gfield_required, .payment-form .gform_wrapper .gfield_required, #post-118 .gform_wrapper .gfield_required {
  color: #E11B2A;
}
/* line 957, ../scss/_768up.scss */
.manage-miles-form #gforms_confirmation_message, .gift-voucher-form #gforms_confirmation_message, .gift-voucher-form #gforms_confirmation_message, .quote-form #gforms_confirmation_message, .payment-form #gforms_confirmation_message, #post-118 #gforms_confirmation_message {
  background: none;
}

/* line 963, ../scss/_768up.scss */
.manage-miles-form .validation_error, .gift-voucher-form .validation_error, .gift-voucher-form .validation_error, .payment-form .validation_error, #post-118 .validation_error {
  background: white;
  color: red !important;
  margin: 15px 9px 15px 1px;
  padding: 4px 10px;
}
/* line 969, ../scss/_768up.scss */
.manage-miles-form .gfield_error, .gift-voucher-form .gfield_error, .gift-voucher-form .gfield_error, .payment-form .gfield_error, #post-118 .gfield_error {
  background: none !important;
  border: 3px solid red !important;
  width: 43% !important;
}
/* line 973, ../scss/_768up.scss */
.manage-miles-form .gfield_error .gfield_label, .gift-voucher-form .gfield_error .gfield_label, .gift-voucher-form .gfield_error .gfield_label, .payment-form .gfield_error .gfield_label, #post-118 .gfield_error .gfield_label {
  margin-top: 0 !important;
  color: white !important;
}
/* line 977, ../scss/_768up.scss */
.manage-miles-form .gfield_error .ginput_container, .gift-voucher-form .gfield_error .ginput_container, .gift-voucher-form .gfield_error .ginput_container, .payment-form .gfield_error .ginput_container, #post-118 .gfield_error .ginput_container {
  margin-top: 0 !important;
}
/* line 979, ../scss/_768up.scss */
.manage-miles-form .gfield_error .ginput_container input, .gift-voucher-form .gfield_error .ginput_container input, .gift-voucher-form .gfield_error .ginput_container input, .payment-form .gfield_error .ginput_container input, #post-118 .gfield_error .ginput_container input {
  width: 98% !important;
  padding: 0;
}
/* line 984, ../scss/_768up.scss */
.manage-miles-form .gfield_error .gfield_description.validation_message, .gift-voucher-form .gfield_error .gfield_description.validation_message, .gift-voucher-form .gfield_error .gfield_description.validation_message, .payment-form .gfield_error .gfield_description.validation_message, #post-118 .gfield_error .gfield_description.validation_message {
  margin: 5px 0 0;
  padding: 0 !important;
  color: white;
}
/* line 989, ../scss/_768up.scss */
.manage-miles-form .gfield_error .gfield_description, .gift-voucher-form .gfield_error .gfield_description, .gift-voucher-form .gfield_error .gfield_description, .payment-form .gfield_error .gfield_description, #post-118 .gfield_error .gfield_description {
  color: white !important;
}
/* line 993, ../scss/_768up.scss */
.manage-miles-form .gfield_error.fullwidthone, .gift-voucher-form .gfield_error.fullwidthone, .gift-voucher-form .gfield_error.fullwidthone, .payment-form .gfield_error.fullwidthone, #post-118 .gfield_error.fullwidthone {
  width: 96% !important;
}

/* line 1001, ../scss/_768up.scss */
.manage-miles-form .gform_wrapper .ginput_container input, .gift-voucher-form .gform_wrapper .ginput_container input {
  width: 186px;
}
/* line 1006, ../scss/_768up.scss */
.manage-miles-form li#field_2_7, .gift-voucher-form li#field_2_7, .manage-miles-form li#field_2_3, .gift-voucher-form li#field_2_3 {
  float: left;
}
/* line 1009, ../scss/_768up.scss */
.manage-miles-form li#field_2_8, .gift-voucher-form li#field_2_8, .manage-miles-form li#field_2_4, .gift-voucher-form li#field_2_4 {
  clear: none;
  float: left;
  margin-left: 15px;
}

/* line 1019, ../scss/_768up.scss */
.gift-voucher-form .gform_wrapper .gsection {
  margin: 0;
}
/* line 1023, ../scss/_768up.scss */
.gift-voucher-form li#field_4_5 {
  margin: 0 0 12px;
}
/* line 1026, ../scss/_768up.scss */
.gift-voucher-form li#field_4_10, .gift-voucher-form li#field_4_3, .gift-voucher-form li#field_4_5, .gift-voucher-form li#field_4_14 {
  float: left;
}
/* line 1029, ../scss/_768up.scss */
.gift-voucher-form li#field_4_11, .gift-voucher-form li#field_4_4, .gift-voucher-form li#field_4_15 {
  clear: none;
  float: left;
  margin-left: 15px;
}

/* line 1036, ../scss/_768up.scss */
.quote-form {
  position: relative;
}
/* line 1039, ../scss/_768up.scss */
.quote-form .gform_wrapper .gf_progressbar_wrapper {
  padding: 0 0 3px;
  border: none;
}
/* line 1042, ../scss/_768up.scss */
.quote-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_title {
  //float: left;
  //width: 65px;
}
/* line 1046, ../scss/_768up.scss */
.quote-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  background: none;
  border: none;
  //padding: 1px 10px 0;
  width: 100px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* line 1052, ../scss/_768up.scss */
.quote-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .gf_progressbar_percentage {
  width: 100px !important;
  height: 10px;
  margin-left: 10px;
  margin-top: -6px;
    margin-bottom: 6px;
}

#field_12_277{
    float: left !important;
}
/* line 1056, ../scss/_768up.scss */
.quote-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .percentbar_25 {
  background: url("../images/progress-bar.png") no-repeat;
}
/* line 1059, ../scss/_768up.scss */
.quote-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .percentbar_50 {
  background: url("../images/progress-bar.png") no-repeat 0 -10px;
}
/* line 1062, ../scss/_768up.scss */
.quote-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .percentbar_75 {
  background: url("../images/progress-bar.png") no-repeat 0 -20px;
}
/* line 1065, ../scss/_768up.scss */
.quote-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar .percentbar_100 {
  background: url("../images/progress-bar.png") no-repeat 0 -30px;
}
/* line 1068, ../scss/_768up.scss */
.quote-form .gform_wrapper .gf_progressbar_wrapper .gf_progressbar span {
  display: none;
}
/* line 1072, ../scss/_768up.scss */
.quote-form .gform_wrapper .gform_footer {
  border-top: none;
}
/* line 1076, ../scss/_768up.scss */
.quote-form .gform_wrapper #field_12_1 {
  position: relative;
}
/* line 1078, ../scss/_768up.scss */
.quote-form .gform_wrapper #field_12_1 .gsection_description {
  position: absolute;
  right: 0;
  top: 14px;
  width: inherit;
  font-size: 11px;
}
/* line 1084, ../scss/_768up.scss */
.quote-form .gform_wrapper #field_12_1 .gsection_description span {
  color: #E11B2A;
}
/* line 1089, ../scss/_768up.scss */
.quote-form .gform_wrapper .ginput_container {
  /*input.datepicker {
  	margin-bottom: 8px;
  }*/
  margin-bottom: 8px;
}
/* line 1091, ../scss/_768up.scss */
.quote-form .gform_wrapper .ginput_container ul li {
  float: left;
  margin-right: 15px;
}
/* line 1096, ../scss/_768up.scss */
.quote-form .gform_wrapper .ginput_container textarea {
  font-size: 16px;
}
/* line 1104, ../scss/_768up.scss */
.quote-form .gform_wrapper .gfield_label {
  margin: 0;
}
/* line 1107, ../scss/_768up.scss */
.quote-form .gform_wrapper ul.gfield_checkbox, .quote-form .gform_wrapper ul.gfield_radio {
  margin: 0;
}
/* line 1110, ../scss/_768up.scss */
.quote-form .gform_wrapper .gfield_description {
  float: right;
  margin: 0;
  padding: 30px 0 0;
  width: 200px;
}
/* line 1116, ../scss/_768up.scss */
.quote-form .gform_wrapper .validation_message {
  width: 100%;
}
/* line 1119, ../scss/_768up.scss */
.quote-form .gform_wrapper .validation_error {
  background: white !important;
  color: red;
  margin: 15px 9px 15px 1px;
  padding: 4px 10px;
}
/* line 1125, ../scss/_768up.scss */
.quote-form .gform_wrapper li.gfield_error {
  background: none !important;
  border: 3px solid red !important;
  margin: 0 20px 0 0 !important;
  padding: 0 !important;
  width: 97% !important;
}
/* line 1131, ../scss/_768up.scss */
.quote-form .gform_wrapper li.gfield_error .gfield_label, .quote-form .gform_wrapper li.gfield_error div.gfield_description {
  color: white !important;
  margin: 0 !important;
}
/* line 1135, ../scss/_768up.scss */
.quote-form .gform_wrapper li.gfield_error .ginput_container {
  margin: 0 !important;
}
/* line 1137, ../scss/_768up.scss */
.quote-form .gform_wrapper li.gfield_error .ginput_container input, .quote-form .gform_wrapper li.gfield_error .ginput_container select {
  border: 3px solid red;
}
/* line 1140, ../scss/_768up.scss */
.quote-form .gform_wrapper li.gfield_error .ginput_container ul {
  height: 20px;
}
/* line 1143, ../scss/_768up.scss */
.quote-form .gform_wrapper li.gfield_error .ginput_container ul#input_8_9 {
  height: 43px;
}
/* line 1147, ../scss/_768up.scss */
.quote-form .gform_wrapper li.gfield_error .gfield_label {
  color: white !important;
}
/* line 1151, ../scss/_768up.scss */
.quote-form .gform_wrapper .form-from {
  float: left;
}
/* line 1153, ../scss/_768up.scss */
.quote-form .gform_wrapper .form-from .gfield_select {
  width: 251px;
  font-size: 14px;
}
/* line 1159, ../scss/_768up.scss */
.quote-form .gform_wrapper .form-to {
  float: left;
  clear: none;
}
/* line 1162, ../scss/_768up.scss */
.quote-form .gform_wrapper .form-to .gfield_select {
  width: 251px;
  font-size: 14px;
}
/* line 1168, ../scss/_768up.scss */
.quote-form .gform_wrapper .departure-date img.ui-datepicker-trigger {
  margin-top: 7px;
}
/* line 1172, ../scss/_768up.scss */
.quote-form .gform_wrapper .departure-question {
  float: left;
  width: 150px;
}
/* line 1176, ../scss/_768up.scss */
.quote-form .gform_wrapper .form-no-nights {
  clear: none;
  float: left;
  margin-left: 20px;
}
/* line 1181, ../scss/_768up.scss */
.quote-form .gform_wrapper .form-no-nights .ginput_container select {
  width: 90px;
}
/* line 1186, ../scss/_768up.scss */
.quote-form .gform_wrapper .form-no-nights2 {
  margin-left: 27px;
}
/* line 1189, ../scss/_768up.scss */
.quote-form .gform_wrapper .form-stopover {
  clear: none;
  float: left;
  margin-left: 20px;
}
/* line 1194, ../scss/_768up.scss */
.quote-form .gform_wrapper .form-stopover .ginput_container .medium {
  width: 138px;
}
/* line 1202, ../scss/_768up.scss */
.quote-form .gform_wrapper .form-title .ginput_container input {
  width: 60px;
}
/* line 1207, ../scss/_768up.scss */
.quote-form .gform_wrapper .form-name {
  width: 29%;
  float: left;
  margin-right: 17px;
}
/* line 1212, ../scss/_768up.scss */
.quote-form .gform_wrapper .form-name .ginput_container input {
  width: 100%;
}
/* line 1217, ../scss/_768up.scss */
.quote-form .gform_wrapper .form-mid-name, .quote-form .gform_wrapper .form-last-name {
  clear: none;
}
/* line 1220, ../scss/_768up.scss */
.quote-form .gform_wrapper .form-warning {
  margin-bottom: 5px;
}
/* line 1223, ../scss/_768up.scss */
.quote-form .gform_wrapper .form-nationality {
  float: left;
  width: 250px;
}
/* line 1227, ../scss/_768up.scss */
.quote-form .gform_wrapper .form-nationality .ginput_container select {
  width: 220px;
}
/* line 1234, ../scss/_768up.scss */
.quote-form .gform_wrapper .form-promo .gfield_description {
  padding: 5px 80px 0 0;
}
/* line 1239, ../scss/_768up.scss */
.quote-form .gform_wrapper .form-first-name input, .quote-form .gform_wrapper .form-mid-name input, .quote-form .gform_wrapper .form-last-name input {
  text-transform: capitalize;
}
/* line 1243, ../scss/_768up.scss */
.quote-form .gform_wrapper .contact-fname {
  float: left;
  width: 47%;
}
/* line 1247, ../scss/_768up.scss */
.quote-form .gform_wrapper .contact-fname .ginput_container input {
  width: 100%;
  text-transform: capitalize;
}
/* line 1253, ../scss/_768up.scss */
.quote-form .gform_wrapper .contact-lname {
  clear: none;
  float: right;
  width: 45%;
}
/* line 1258, ../scss/_768up.scss */
.quote-form .gform_wrapper .contact-lname .ginput_container input {
  width: 96%;
  text-transform: capitalize;
}
/* line 1265, ../scss/_768up.scss */
.quote-form .gform_wrapper .additional-comments textarea {
  font-size: 16px !important;
}
/* line 1270, ../scss/_768up.scss */
.quote-form .gform_wrapper .add-passenger .gfield_label {
  visibility: hidden;
}
/* line 1276, ../scss/_768up.scss */
.quote-form .gform_page_footer {
  clear: both;
}
/* line 1279, ../scss/_768up.scss */
.quote-form .gform_page_footer input.button:hover, .quote-form .gform_page_footer #qaplus_searchform input#qaplus_searchsubmit:hover, #qaplus_searchform .quote-form .gform_page_footer input#qaplus_searchsubmit:hover, .quote-form .gform_page_footer input.button:focus, .quote-form .gform_page_footer #qaplus_searchform input#qaplus_searchsubmit:focus, #qaplus_searchform .quote-form .gform_page_footer input#qaplus_searchsubmit:focus {
  color: #E11B2A !important;
}
/* line 1284, ../scss/_768up.scss */
.quote-form #gforms_confirmation_message {
  margin: -15px 0 30px;
  padding: 0 20px;
}

/* line 1293, ../scss/_768up.scss */
#gform_page_12_4 .gform_page_fields {
  margin-top: -7px;
}
/* line 1297, ../scss/_768up.scss */
#gform_page_12_4 .gform_page_fields ul li br {
  display: none;
}
/* line 1298, ../scss/_768up.scss */
#gform_page_12_4 .gform_page_fields ul li table {
  color: #214095;
  width: 100%;
}
/* line 1301, ../scss/_768up.scss */
#gform_page_12_4 .gform_page_fields ul li table br {
  display: none;
}
/* line 1302, ../scss/_768up.scss */
#gform_page_12_4 .gform_page_fields ul li table tr {
  vertical-align: top;
}
/* line 1304, ../scss/_768up.scss */
#gform_page_12_4 .gform_page_fields ul li table tr th {
  background: transparent;
  color: white;
  padding: 2px 7px;
  text-align: left;
  border: none;
}
/* line 1311, ../scss/_768up.scss */
#gform_page_12_4 .gform_page_fields ul li table tr td {
  border: none;
  background: #FFF;
}
/* line 1321, ../scss/_768up.scss */
#gform_page_12_4 .gform_page_fields ul li table tr td.additional-comments br {
  display: block;
}
/* line 1328, ../scss/_768up.scss */
#gform_page_12_4 .hide-data {
  display: none;
}

/* line 1333, ../scss/_768up.scss */
.gform_wrapper .chzn-container .chzn-results li {
  color: #333;
}

/* line 1336, ../scss/_768up.scss */
.gform_wrapper .chzn-container .chzn-results .highlighted {
  background-color: #999;
}

/*********************
PAYMENT page
*********************/
/* line 1348, ../scss/_768up.scss */
.page-id-13 .single-product .woocommerce_message {
  display: none;
}
/* line 1351, ../scss/_768up.scss */
.page-id-13 .single-product .images {
  display: none;
}
/* line 1354, ../scss/_768up.scss */
.page-id-13 .single-product .summary {
  float: none !important;
}
/* line 1356, ../scss/_768up.scss */
.page-id-13 .single-product .summary .product_title {
  display: none;
}
/* line 1360, ../scss/_768up.scss */
.page-id-13 .single-product .gform_footer, .page-id-13 .single-product .quantity {
  display: none;
}
/* line 1364, ../scss/_768up.scss */
.page-id-13 .single-product .gform_body .gfield_label {
  margin: 0 0 4px !important;
}
/* line 1368, ../scss/_768up.scss */
.page-id-13 .single-product .gform_body #field_3_2 label {
  display: none;
}
/* line 1374, ../scss/_768up.scss */
.page-id-13 .checkout {
  clear: both;
}
/* line 1376, ../scss/_768up.scss */
.page-id-13 .checkout .col-1, .page-id-13 .checkout .col-2 {
  float: none;
}
/* line 1379, ../scss/_768up.scss */
.page-id-13 .checkout #billing_state_field {
  display: none;
}
/* line 1384, ../scss/_768up.scss */
.page-id-13 .payment-form {
  width: 45%;
  padding: 20px;
}
/* line 1389, ../scss/_768up.scss */
.page-id-13 .payment-form p {
  margin: 1em 10% 0;
}
.page-id-13 .payment-form .summary > p.price {
	display:none;
}


/* line 1390, ../scss/_768up.scss */
.page-id-13 .payment-form table.shop_table {
  border: none;
}
/* line 1393, ../scss/_768up.scss */
.page-id-13 .payment-form .mandatory-field {
  margin: 0 -2px 0 0 !important;
}
/* line 1395, ../scss/_768up.scss */
.page-id-13 .payment-form .mandatory-field p {
  font-size: 11px;
  margin: 0;
  text-align: right;
}
/* line 1399, ../scss/_768up.scss */
.page-id-13 .payment-form .mandatory-field p span {
  color: #E11B2A;
}
/* line 1405, ../scss/_768up.scss */
.page-id-13 .payment-form form.cart .button, .page-id-13 .payment-form form.cart #qaplus_searchform #qaplus_searchsubmit, #qaplus_searchform .page-id-13 .payment-form form.cart #qaplus_searchsubmit {
  display: block;
}
/* line 1406, ../scss/_768up.scss */
.page-id-13 .payment-form form.cart .single_add_to_cart_button {
  background-color: #dddddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #ebebeb, #dddddd);
  background-image: -moz-linear-gradient(top, #ebebeb, #dddddd);
  background-image: -o-linear-gradient(top, #ebebeb, #dddddd);
  background-image: linear-gradient(to bottom, #ebebeb, #dddddd);
  border: 1px solid #005BAB;
  color: white;
  text-transform: uppercase;
  text-shadow: none;
}
/* line 1414, ../scss/_768up.scss */
.page-id-13 .payment-form form.cart .single_add_to_cart_button:hover, .page-id-13 .payment-form form.cart .single_add_to_cart_button:focus {
  background-color: #1a2865;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#24388e), to(#1a2865));
  background-image: -webkit-linear-gradient(top, #24388e, #1a2865);
  background-image: -moz-linear-gradient(top, #24388e, #1a2865);
  background-image: -o-linear-gradient(top, #24388e, #1a2865);
  background-image: linear-gradient(to bottom, #24388e, #1a2865);
  color: #E11B2A;
}
/* line 1421, ../scss/_768up.scss */
.page-id-13 .payment-form .gform_wrapper .gfield_error {
  width: 97% !important;
}
/* line 1425, ../scss/_768up.scss */
.page-id-13 .payment-form .validation_error {
  width: 96%;
}
/* line 1429, ../scss/_768up.scss */
.page-id-13 .payment-form .payment-ref-field input {
  text-transform: uppercase;
}
/* line 1433, ../scss/_768up.scss */
.page-id-13 .payment-form .hentry {
  padding: 0 10%;
}
/* line 1436, ../scss/_768up.scss */
.page-id-13 .payment-form .hentry div.summary,
.page-id-13 .payment-form .product div.summary {
  float: none !important;
  width: 100% !important;
}
/* line 1439, ../scss/_768up.scss */
.page-id-13 .payment-form .hentry div.summary .gform_wrapper,
.page-id-13 .payment-form .product div.summary .gform_wrapper {
  margin: 0;
  padding: 0;
}

.page-id-13 .payment-form .gform_wrapper ul.gform_fields li.gfield {
	padding-right:0;
}

.page-id-13 .payment-form .gform_wrapper .top_label input.medium {
	width:100%;
}

/* line 1442, ../scss/_768up.scss */
.page-id-13 .payment-form .hentry div.summary .gform_wrapper .gform_wrapper,
.page-id-13 .payment-form .product div.summary .gform_wrapper .gform_wrapper {
  margin: 0 0 10px;
  padding: 0;
}

/* line 1446, ../scss/_768up.scss */
.page-id-13 .payment-form .hentry div.summary .gform_wrapper .gform_wrapper .ginput_container input {
  margin: 0 0 10px;
  width: 98%;
}
/* line 1451, ../scss/_768up.scss */
.page-id-13 .payment-form .hentry div.summary .gform_wrapper .gform_wrapper span.ginput_total, .gform_wrapper .gform_wrapper span.ginput_total {
  color: #FFF;
}
/* line 1458, ../scss/_768up.scss */
.page-id-13 .payment-form form {
  clear: both;
}
/* line 1460, ../scss/_768up.scss */
.page-id-13 .payment-form form th.product-thumbnail, .page-id-13 .payment-form form th.product-quantity, .page-id-13 .payment-form form th.product-price, .page-id-13 .payment-form form th.product-remove, .page-id-13 .payment-form form td.product-thumbnail, .page-id-13 .payment-form form td.product-quantity, .page-id-13 .payment-form form td.product-price, .page-id-13 .payment-form form td.product-remove {
  display: none;
}
/* line 1468, ../scss/_768up.scss */
.page-id-13 .payment-form form .product-name .variation dd {
  text-transform: uppercase;
}
.page-id-13 .payment-form form .product-name .variation .variation-Referencenumber > p,
.page-id-118 #post-118 #order_review .variation-Referencenumber > p {
	padding-top:5px;
}

.page-id-13 .payment-form form .product-name .variation .variation-AmounttoPayNZD > p {
	margin-top:7px;
}

.page-id-118 #post-118 #order_review .variation-AmounttoPayNZD > p {
	padding-top:7px;
}

/* line 1477, ../scss/_768up.scss */
.page-id-13 .payment-form .product-name a {
  text-decoration: none;
}
/* line 1480, ../scss/_768up.scss */
.page-id-13 .payment-form .product-name span {
  color: #E2E3E5;
  font-size: 11px;
}
/* line 1485, ../scss/_768up.scss */
.page-id-13 .payment-form th.product-name, .page-id-13 .payment-form th.product-subtotal {
  border-bottom: 1px dotted white;
}

/* line 1495, ../scss/_768up.scss */
.capitalise {
  text-transform: capitalize;
}

/* line 1500, ../scss/_768up.scss */
.page-id-118 #post-118 {
  padding: 10px;
}
/* line 1502, ../scss/_768up.scss */
.page-id-118 #post-118 .page-title {
  float: left;
}
/* line 1505, ../scss/_768up.scss */
.page-id-118 #post-118 form {
  position: relative;
  clear: both;
  margin-top: 50px;
}
/* line 1509, ../scss/_768up.scss */
.page-id-118 #post-118 form .blockOverlay {
  background-color: transparent !important;
}
/* line 1513, ../scss/_768up.scss */
.page-id-118 #post-118 .checkout-info {
  color: #565656;
  position: absolute;
  left: 35px;
  top: 10px;
  width: 370px;
}
/* line 1519, ../scss/_768up.scss */
.page-id-118 #post-118 .checkout-info a {
  color: black;
}
/* line 1522, ../scss/_768up.scss */
.page-id-118 #post-118 .checkout-info h2 {
  color: #565656;
}
/* line 1526, ../scss/_768up.scss */
.page-id-118 #post-118 .mand-fields {
  float: right;
  font-size: 11px;
  margin: 23px 4px 0 0;
}
/* line 1530, ../scss/_768up.scss */
.page-id-118 #post-118 .mand-fields span {
  color: red;
}
/* line 1534, ../scss/_768up.scss */
.page-id-118 #post-118 #order_review {
  margin: 10px 0 0;
}
/* line 1536, ../scss/_768up.scss */
.page-id-118 #post-118 #order_review .cart-subtotal {
  display: none;
}
/* line 1539, ../scss/_768up.scss */
.page-id-118 #post-118 #order_review th.product-quantity, .page-id-118 #post-118 #order_review td.product-quantity {
  display: none;
}
/* line 1542, ../scss/_768up.scss */
.page-id-118 #post-118 #order_review tr.tax-rate {
  display: none;
}
/* line 1546, ../scss/_768up.scss */
.page-id-118 #post-118 #order_review .total th, .page-id-118 #post-118 #order_review .total td {
  border-top: 1px dotted;
  border-bottom: 1px dotted;
}
/* line 1551, ../scss/_768up.scss */
.page-id-118 #post-118 #order_review p {
  background: white;
  color: black;
  padding: 10px;
}
/* line 1556, ../scss/_768up.scss */
.page-id-118 #post-118 #order_review a {
  color: black;
}
/* line 1560, ../scss/_768up.scss */
.page-id-118 #post-118 #order_review .product-name span {
  color: #E2E3E5;
  font-size: 11px;
}
/* line 1565, ../scss/_768up.scss */
.page-id-118 #post-118 #order_review .product-name .variation dd {
  text-transform: uppercase;
  color: white;
}
/* line 1571, ../scss/_768up.scss */
.page-id-118 #post-118 #order_review th.product-name, .page-id-118 #post-118 #order_review th.product-total {
  border-bottom: 1px dotted white;
}
/* line 1576, ../scss/_768up.scss */
.page-id-118 #post-118 #payment {
  background: none;
}
/* line 1578, ../scss/_768up.scss */
.page-id-118 #post-118 #payment .payment_methods {
  display: none;
}
/* line 1581, ../scss/_768up.scss */
.page-id-118 #post-118 #payment div.form-row {
  border-top: none;
}
/* line 1585, ../scss/_768up.scss */
.page-id-118 #post-118 .col-1 {
  float: none;
  width: 100%;
}
/* line 1588, ../scss/_768up.scss */
.page-id-118 #post-118 .col-1 p {
  margin: 0;
}
/* line 1589, ../scss/_768up.scss */
.page-id-118 #post-118 .col-1 input#billing_email {
  text-transform: lowercase;
}
/* line 1593, ../scss/_768up.scss */
.page-id-118 #post-118 #my_custom_checkout_field {
  bottom: 72px;
  left: 5px;
  position: absolute;
}
/* line 1598, ../scss/_768up.scss */
.page-id-118 #post-118 #place_order {
  margin-top: 40px;
}

/* line 1606, ../scss/_768up.scss */
a.button.alt, #qaplus_searchform a.alt#qaplus_searchsubmit, button.button.alt, #qaplus_searchform button.alt#qaplus_searchsubmit, input.button.alt, #qaplus_searchform input.alt#qaplus_searchsubmit, #respond input#submit.alt, #content input.button.alt, #content #qaplus_searchform input.alt#qaplus_searchsubmit, #qaplus_searchform #content input.alt#qaplus_searchsubmit {
  color: white;
  background-color: #1a2865;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#24388e), to(#1a2865));
  background-image: -webkit-linear-gradient(top, #24388e, #1a2865);
  background-image: -moz-linear-gradient(top, #24388e, #1a2865);
  background-image: -o-linear-gradient(top, #24388e, #1a2865);
  background-image: linear-gradient(to bottom, #24388e, #1a2865);
}
/* line 1609, ../scss/_768up.scss */
a.button.alt:hover, #qaplus_searchform a.alt#qaplus_searchsubmit:hover, a.button.alt:focus, #qaplus_searchform a.alt#qaplus_searchsubmit:focus, button.button.alt:hover, #qaplus_searchform button.alt#qaplus_searchsubmit:hover, button.button.alt:focus, #qaplus_searchform button.alt#qaplus_searchsubmit:focus, input.button.alt:hover, #qaplus_searchform input.alt#qaplus_searchsubmit:hover, input.button.alt:focus, #qaplus_searchform input.alt#qaplus_searchsubmit:focus, #respond input#submit.alt:hover, #respond input#submit.alt:focus, #content input.button.alt:hover, #content #qaplus_searchform input.alt#qaplus_searchsubmit:hover, #qaplus_searchform #content input.alt#qaplus_searchsubmit:hover, #content input.button.alt:focus, #content #qaplus_searchform input.alt#qaplus_searchsubmit:focus, #qaplus_searchform #content input.alt#qaplus_searchsubmit:focus {
  background-color: #1a2865;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#24388e), to(#1a2865));
  background-image: -webkit-linear-gradient(top, #24388e, #1a2865);
  background-image: -moz-linear-gradient(top, #24388e, #1a2865);
  background-image: -o-linear-gradient(top, #24388e, #1a2865);
  background-image: linear-gradient(to bottom, #24388e, #1a2865);
  color: #E11B2A;
}

/* line 1618, ../scss/_768up.scss */
.woocommerce-checkout .article-header h1 {
  color: white;
  margin: 0;
}
/* line 1626, ../scss/_768up.scss */
.woocommerce-checkout .post-content .checkout #customer_details .col-1 h3 {
  display: none;
}
/* line 1632, ../scss/_768up.scss */
.woocommerce-checkout .post-content .checkout ul li {
  background: none;
  color: white;
  padding-left: 0;
}
/* line 1641, ../scss/_768up.scss */
.woocommerce-checkout #billing_country_field {
  width: 47% !important;
}

/* line 1649, ../scss/_768up.scss */
.page-id-125 .post-content ul li {
  background: none;
  padding-left: 0;
}

/* line 1664, ../scss/_768up.scss */
#fancybox-wrap {
  padding: 0;
}
/* line 1666, ../scss/_768up.scss */
#fancybox-wrap #fancybox-title {
  display: none;
}
/* line 1669, ../scss/_768up.scss */
#fancybox-wrap #fancybox-outer {
  background-color: transparent;
  /* or whatever */
}
/* line 1671, ../scss/_768up.scss */
#fancybox-wrap #fancybox-outer #fancybox-left #fancybox-left-ico {
  left: 20px;
  top: 58%;
}
/* line 1680, ../scss/_768up.scss */
#fancybox-wrap #fancybox-outer #fancybox-right #fancybox-right-ico {
  right: 35px;
  left: auto;
  top: 58%;
}
/* line 1688, ../scss/_768up.scss */
#fancybox-wrap #fancybox-outer #fancybox-close {
  right: 5px;
}
/* line 1692, ../scss/_768up.scss */
#fancybox-wrap #fancybox-outer #fancybox-content {
  border: 0 none;
  background: white;
}

/* Vertical Tabs
----------------------------------*/
/* line 1706, ../scss/_768up.scss */
#tabs {
  clear: both;
}

/* line 1707, ../scss/_768up.scss */
.ui-tabs-vertical {
  width: 100%;
}

/* line 1708, ../scss/_768up.scss */
.ui-tabs-vertical .ui-tabs-nav {
  padding: .2em .1em .2em .2em;
  float: right;
}

/* line 1709, ../scss/_768up.scss */
.ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
  margin: 0 -1px 0.2em 0;
}

/* line 1710, ../scss/_768up.scss */
.ui-tabs-vertical .ui-tabs-nav li a {
  display: block;
}

/* line 1711, ../scss/_768up.scss */
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 0;
  padding-right: .1em;
  border-right-width: 1px;
  border-right-width: 1px;
}

/* line 1712, ../scss/_768up.scss */
.ui-tabs-vertical .ui-tabs-panel {
  float: left;
}

/* line 1714, ../scss/_768up.scss */
.ui-tabs-hide {
  display: none;
}

/* line 1716, ../scss/_768up.scss */
.ui-tabs-vertical .ui-tabs-nav {
  padding: 3px 0 0;
}

/* line 1719, ../scss/_768up.scss */
ul.ui-tabs-nav {
  width: 40%;
  margin-top: 0;
}
/* line 1723, ../scss/_768up.scss */
ul.ui-tabs-nav li a {
  padding: 10px 10px 5px;
  background: url("../images/radio-button.gif") no-repeat left center;
  padding: 0 0 0 22px;
  text-decoration: none;
}
/* line 1731, ../scss/_768up.scss */
ul.ui-tabs-nav li.ui-state-active a {
  background: url("../images/radio-button-sel.gif") no-repeat left center;
  font-weight: bold;
}

/* line 1738, ../scss/_768up.scss */
.ui-tabs-panel {
  width: 60%;
}
/* line 1740, ../scss/_768up.scss */
.ui-tabs-panel h2.form-heading {
  margin: 0;
  padding: 0 !important;
  text-align: left !important;
}
/* line 1746, ../scss/_768up.scss */
.ui-tabs-panel .single-product .gform_wrapper .gform_heading {
  margin-bottom: 10px;
}
/* line 1749, ../scss/_768up.scss */
.ui-tabs-panel .single-product .hentry {
  width: 90%;
  padding: 0;
}
/* line 1753, ../scss/_768up.scss */
.ui-tabs-panel .single-product .woocommerce_message {
  width: 70%;
  margin: 0;
}
/* line 1756, ../scss/_768up.scss */
.ui-tabs-panel .single-product .woocommerce_message .button, .ui-tabs-panel .single-product .woocommerce_message #qaplus_searchform #qaplus_searchsubmit, #qaplus_searchform .ui-tabs-panel .single-product .woocommerce_message #qaplus_searchsubmit {
  display: none;
}
/* line 1760, ../scss/_768up.scss */
.ui-tabs-panel .single-product .woocommerce_error {
  margin: 0 0 7px;
  width: 70%;
}

/* line 1767, ../scss/_768up.scss */
.cart-collaterals {
  display: none;
}

/* line 1771, ../scss/_768up.scss */
#fancybox-overlay {
  background-color: #000 !important;
  opacity: 0.90 !important;
}

/* line 1775, ../scss/_768up.scss */
#fancybox-title {
  display: none !important;
}

/* line 1780, ../scss/_768up.scss */
img#header-img {
  margin: 40px 0 10px;
  width: 100%;
}

/* line 1785, ../scss/_768up.scss */
.post-5 .article-header, .post-5 .post-content, .post-9 .article-header, .post-9 .post-content, .post-11 .article-header, .post-11 .post-content, .post-13 .article-header, .post-13 .post-content {
  padding: 0 15px;
}

/* line 1820, ../scss/_768up.scss */
.page-template-page-faq-php .post-content h1 {
  color: #0058A9;
}
/* line 1823, ../scss/_768up.scss */
.page-template-page-faq-php .post-content a {
  text-decoration: none;
  color: #565656;
}
/* line 1830, ../scss/_768up.scss */
.page-template-page-faq-php .post-content .faqheader {
  cursor: pointer;
  margin-bottom: 0;
}
/* line 1834, ../scss/_768up.scss */
.page-template-page-faq-php .post-content .faqquestions {
  padding-left: 35px;
}
/* line 1836, ../scss/_768up.scss */
.page-template-page-faq-php .post-content .faqquestions div.qa-category {
  margin: 0;
}
/* line 1838, ../scss/_768up.scss */
.page-template-page-faq-php .post-content .faqquestions div.qa-category h2.faq-catname {
  display: none;
}
/* line 1841, ../scss/_768up.scss */
.page-template-page-faq-php .post-content .faqquestions div.qa-category .qa-faq-anchor {
  font-size: 14px;
}
/* line 1844, ../scss/_768up.scss */
.page-template-page-faq-php .post-content .faqquestions div.qa-category .qa-faq-answer {
  font-style: italic;
}

/* line 1852, ../scss/_768up.scss */
.page-id-133 .post-content, .page-id-134 .post-content {
  width: 75%;
}
/* line 1853, ../scss/_768up.scss */
.page-id-133 .post-content td, .page-id-134 .post-content td {
  padding: 0;
}

/* line 1861, ../scss/_768up.scss */
.manage-miles-form, .gift-voucher-form, .gift-voucher-form {
  position: relative;
}
/* line 1863, ../scss/_768up.scss */
.manage-miles-form .form-page-title, .gift-voucher-form .form-page-title, .gift-voucher-form .form-page-title {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 1869, ../scss/_768up.scss */
.manage-miles-form .pricing-table, .gift-voucher-form .pricing-table, .gift-voucher-form .pricing-table {
  left: 15px;
  top: 55px;
  position: absolute;
}
/* line 1873, ../scss/_768up.scss */
.manage-miles-form .pricing-table table, .gift-voucher-form .pricing-table table, .gift-voucher-form .pricing-table table {
  font-size: 12px;
  margin-bottom: 15px;
}

/* line 1881, ../scss/_768up.scss */
.manage-miles-form .gform_wrapper form, .gift-voucher-form .gform_wrapper form {
  margin-top: 125px;
}

/* line 1888, ../scss/_768up.scss */
.gift-voucher-form .gform_wrapper form {
  margin-top: 55px !important;
}

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's 
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  /* line 27, ../scss/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 28, ../scss/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 29, ../scss/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 30, ../scss/_481up.scss */
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* post content */
  /* line 75, ../scss/_481up.scss */
  .post-content {
    /* at this larger size, we can start to align images */
  }
  /* line 79, ../scss/_481up.scss */
  .post-content .alignleft, .post-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 84, ../scss/_481up.scss */
  .post-content .alignright, .post-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 89, ../scss/_481up.scss */
  .post-content .aligncenter, .post-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .post-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and 
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
/*
DESKTOP 
This is the average viewing window. So Desktops, Laptops, and 
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
}
/*
LARGE VIEWING SIZE 
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /* line 12, ../scss/_1240up.scss */
  body {
    background: url("../images/bg.png") repeat-x #cacbcd;
  }

  /* line 16, ../scss/_1240up.scss */
  #container {
    background: url("../images/bg-long-4.jpg") repeat scroll 0 0 white;
    width: 1224px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }

  /* line 23, ../scss/_1240up.scss */
  .wrap {
    width: 1166px;
  }

  /* line 27, ../scss/_1240up.scss */
  #main {
    width: 1126px;
  }

  /* line 35, ../scss/_1240up.scss */
  .nav li a {
    padding: 0 50px;
  }

  /* line 41, ../scss/_1240up.scss */
  .flexslider {
    /*background: url("http://flyadriatic.co.nz/wp-content/uploads/2012/12/banner1-dec-2012.jpg") no-repeat transparent;*/
    /*background: url("http://flyadriatic.co.nz/wp-content/uploads/2012/12/screen-1-mar-26.jpg") no-repeat transparent;*/
  }
  /* line 43, ../scss/_1240up.scss */
  .flexslider .slides {
    min-height: 490px;
  }
  /* line 45, ../scss/_1240up.scss */
  .flexslider .slides li {
    height: 490px;
  }

  /* line 53, ../scss/_1240up.scss */
  .home-boxes ul li.box-area {
    width: 266px;
    height: 245px;
    margin-right: 34px;
  }
  /* line 57, ../scss/_1240up.scss */
  .home-boxes ul li.box-area img.featuread {
    width: 266px;
    height: 245px;
  }
  /* line 62, ../scss/_1240up.scss */
  .home-boxes ul li.email-optin {
    background: url("../images/newsletter-bg.jpg") repeat-x;
  }
  /* line 64, ../scss/_1240up.scss */
  .home-boxes ul li.email-optin img.email-coa {
    margin: 15px 0 0 20px;
  }
  /* line 67, ../scss/_1240up.scss */
  .home-boxes ul li.email-optin input {
    font-size: 16px;
    height: 26px;
    width: 180px;
  }
  /* line 72, ../scss/_1240up.scss */
  .home-boxes ul li.email-optin input#gform_submit_button_7 {
    height: inherit;
  }
  /* line 75, ../scss/_1240up.scss */
  .home-boxes ul li.email-optin .gform_wrapper {
    margin: 170px 0 0;
  }
  /* line 77, ../scss/_1240up.scss */
  .home-boxes ul li.email-optin .gform_wrapper .gform_body {
    margin-left: 36px;
  }
  /* line 80, ../scss/_1240up.scss */
  .home-boxes ul li.email-optin .gform_wrapper .gform_body .top_label input.medium {
    margin: 0;
    padding: 0;
    width: 167px;
  }
  /* line 89, ../scss/_1240up.scss */
  .home-boxes ul li.email-optin .gform_wrapper .gform_body .top_label .gfield_error .gfield_description {
    width: 173px;
    margin: 6px 0 0;
  }

  /* line 102, ../scss/_1240up.scss */
  .offers-area {
    height: 615px;
  }
  /* line 104, ../scss/_1240up.scss */
  .offers-area img {
    width: 100%;
    height: 100%;
  }
  /* line 105, ../scss/_1240up.scss */
  .offers-area .offer-panel {
    width: 540px;
  }
  /* line 107, ../scss/_1240up.scss */
  .offers-area .offer-panel img {
    width: 100%;
  }
  /* line 109, ../scss/_1240up.scss */
  .offers-area .offer-peakonboard {
    left: 5px;
    height: 336px;
  }
  /* line 112, ../scss/_1240up.scss */
  .offers-area .offer-peakonboard .plane {
    left: 78px;
    top: 57px;
    height: 284px;
    width: 522px;
    z-index: 1;
  }
  /* line 120, ../scss/_1240up.scss */
  .offers-area .offer-giftcard {
    left: 5px;
    top: 336px;
    height: 249px;
  }
  /* line 125, ../scss/_1240up.scss */
  .offers-area .offer-milesmore {
    right: 0;
    height: 189px;
  }
  /* line 129, ../scss/_1240up.scss */
  .offers-area .offer-maps {
    right: 0;
    top: 200px;
    height: 205px;
  }
  /* line 134, ../scss/_1240up.scss */
  .offers-area .offer-travelsure {
    right: 0;
    top: 415px;
    height: 169px;
  }

  /* line 144, ../scss/_1240up.scss */
  .page-template-page-map-php #main .mapimage {
    width: 1166px;
  }
  /* line 147, ../scss/_1240up.scss */
  .page-template-page-map-php #main .img-zoom-holder {
    height: 580px;
    width: 1166px;
  }
  /* line 152, ../scss/_1240up.scss */
  .page-template-page-map-php #main #img-zoom-holder-84 .small {
    height: 580px;
    width: 1166px;
  }

  /* line 161, ../scss/_1240up.scss */
  .page-id-9 .manage-miles-form, .page-id-9 .gift-voucher-form, .page-id-9 .gift-voucher-form, .page-id-9 .quote-form, .page-id-9 .payment-form, .page-id-11 .manage-miles-form, .page-id-11 .gift-voucher-form, .page-id-11 .gift-voucher-form, .page-id-11 .quote-form, .page-id-11 .payment-form, .page-id-5 .manage-miles-form, .page-id-5 .gift-voucher-form, .page-id-5 .gift-voucher-form, .page-id-5 .quote-form, .page-id-5 .payment-form, .page-id-13 .manage-miles-form, .page-id-13 .gift-voucher-form, .page-id-13 .gift-voucher-form, .page-id-13 .quote-form, .page-id-13 .payment-form {
    margin: 30px 0 0 30px;
  }
  /* line 174, ../scss/_1240up.scss */
  .page-id-9 .manage-miles-form .gform_wrapper .ginput_container input, .page-id-9 .gift-voucher-form .gform_wrapper .ginput_container input, .page-id-9 .gift-voucher-form .gform_wrapper .ginput_container input, .page-id-11 .manage-miles-form .gform_wrapper .ginput_container input, .page-id-11 .gift-voucher-form .gform_wrapper .ginput_container input, .page-id-11 .gift-voucher-form .gform_wrapper .ginput_container input, .page-id-5 .manage-miles-form .gform_wrapper .ginput_container input, .page-id-5 .gift-voucher-form .gform_wrapper .ginput_container input, .page-id-5 .gift-voucher-form .gform_wrapper .ginput_container input, .page-id-13 .manage-miles-form .gform_wrapper .ginput_container input, .page-id-13 .gift-voucher-form .gform_wrapper .ginput_container input, .page-id-13 .gift-voucher-form .gform_wrapper .ginput_container input {
    width: 253px;
  }

  /* line 183, ../scss/_1240up.scss */
  .quote-form .gform_wrapper .form-to {
    float: right;
  }
  /* line 186, ../scss/_1240up.scss */
  .quote-form .gform_wrapper .departure-question {
    width: 220px;
  }
  /* line 189, ../scss/_1240up.scss */
  .quote-form .gform_wrapper .form-no-nights2 {
    margin-left: 62px;
  }
  /* line 192, ../scss/_1240up.scss */
  .quote-form .gform_wrapper .form-name {
    margin-right: 20px;
  }
  /* line 195, ../scss/_1240up.scss */
  .quote-form .gform_wrapper .form-ppt-dob {
    clear: none;
    float: right;
    margin-right: 30px;
  }
  /* line 200, ../scss/_1240up.scss */
  .quote-form .gform_wrapper .form-date-issue {
    width: 250px;
    float: left;
    margin-bottom: 10px;
  }
  /* line 205, ../scss/_1240up.scss */
  .quote-form .gform_wrapper .form-date-expiry {
    clear: none;
    float: right;
    margin-right: 30px;
  }
  /* line 210, ../scss/_1240up.scss */
  .quote-form .gform_wrapper .gfield_description {
    padding: 30px 0 0;
    width: 270px;
  }
  /* line 215, ../scss/_1240up.scss */
  .quote-form .gform_wrapper .form-promo .gfield_description {
    padding: 25px 110px 0 0;
  }

  /* line 225, ../scss/_1240up.scss */
  .footer {
    margin: 45px 29px 0;
  }

  /* line 229, ../scss/_1240up.scss */
  img#header-img {
    width: inherit;
  }

  /* line 232, ../scss/_1240up.scss */
  .woocommerce-checkout img#header-img {
    width: 397px;
  }

  /* line 236, ../scss/_1240up.scss */
  .gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 98%;
  }

  /* line 239, ../scss/_1240up.scss */
  .manage-miles-form .gfield_error, .gift-voucher-form .gfield_error, .gift-voucher-form .gfield_error, .gift-voucher-form .gfield_error, .payment-form .gfield_error, #post-118 .gfield_error {
    width: 45% !important;
  }

  /* line 242, ../scss/_1240up.scss */
  .page-id-118 #post-118 .checkout-info {
    width: 499px;
  }

  /* line 245, ../scss/_1240up.scss */
  .manage-miles-form .pricing-table table, .gift-voucher-form .pricing-table table, .gift-voucher-form .pricing-table table, .gift-voucher-form .pricing-table table {
    font-size: 14px;
  }

  /* line 267, ../scss/_1240up.scss */
  .home-boxes ul li.email-optin #gforms_confirmation_message {
    margin: 165px 0 0;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with 
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /* line 107, ../scss/style.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 115, ../scss/style.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 120, ../scss/style.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 125, ../scss/style.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 132, ../scss/style.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 136, ../scss/style.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 141, ../scss/style.scss */
  thead {
    display: table-header-group;
  }

  /* line 145, ../scss/style.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 149, ../scss/style.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 157, ../scss/style.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 163, ../scss/style.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 172, ../scss/style.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/*Home Boxes*/
@media only screen and (min-width: 1240px) {
  /* line 180, ../scss/style.scss */
  .home-boxes .box-wrap {
    width: 266px;
    height: 245px;
  }

  /* line 185, ../scss/style.scss */
  .home-boxes .box-text {
    width: 246px;
    font-size: 30px;
  }

  /* line 190, ../scss/style.scss */
  .home-boxes .box-text big {
    font-size: 68px;
  }
}
/* line 196, ../scss/style.scss */
.box-wrap {
  width: 206px;
  height: 189px;
}

/* line 201, ../scss/style.scss */
.box-text {
  position: absolute;
  padding: 5px 10px;
  width: 186px;
  height: 90px;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  font-family: "Century Gothic", Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 34px;
  background: url("../images/txtbg.png") repeat;
}

/* line 215, ../scss/style.scss */
.box-text a, .box-text a:hover {
  color: #fff;
  text-decoration: none;
}

/* line 220, ../scss/style.scss */
.box-text small {
  font-weight: normal;
  font-size: 18px;
}

/* line 225, ../scss/style.scss */
.box-text big {
  font-size: 50px;
}

/* line 229, ../scss/style.scss */
.home-boxes ul li.box-area #price-box-1 a, .home-boxes ul li.box-area #price-box-2 a, .home-boxes ul li.box-area #price-box-3 a {
  display: block;
}

/*CHAD*/

#main .woocommerce div.product form.cart .button, 
#main .woocommerce-page div.product form.cart .button, 
#main .woocommerce #content div.product form.cart .button, 
#main .woocommerce-page #content div.product form.cart .button,
#main .woocommerce a.button,
.page-id-118 #post-118 #place_order {
	border: 1px solid black;
	border-top-color: black;
	border-left-color: black;
	padding: 4px 12px;
	color: white;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.75);
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 21px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #1a2865;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#24388e), to(#1a2865));
	background-image: -webkit-linear-gradient(top, #24388e, #1a2865);
	background-image: -moz-linear-gradient(top, #24388e, #1a2865);
	background-image: -o-linear-gradient(top, #24388e, #1a2865);
	background-image: linear-gradient(to bottom, #24388e, #1a2865);
}

#main .woocommerce div.product form.cart .button:hover, 
#main .woocommerce-page div.product form.cart .button:hover, 
#main .woocommerce #content div.product form.cart .button:hover, 
#main .woocommerce-page #content div.product form.cart .button:hover,
.page-id-118 #post-118 #place_order:hover,
#main .woocommerce a.button:hover {
	color: #E11B2A;
}
/*
.payment-form .woocommerce {
	display:none;
}
*/
.payment-form #tabs .woocommerce {
	display:block;
}

#main .woocommerce-message a.button, #main .woocommerce-error a.button {
	display:none;
}

#main .woocommerce-message, #main .woocommerce-error {
	border:none;
	background:none;
	color:#fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	padding: 0;
	margin: 10px 0 0 0;	
}

#main .woocommerce-message:before, #main .woocommerce-error:before {
	background:none;
	content:"";
}
/*
#main .woocommerce {
	clear:both;
}
*/
.woocommerce-checkout .post-content .checkout ul li {
	color:#333;
}

.woocommerce-checkout .post-content .checkout ul.woocommerce-error li  {
	color:#fff;
}

.chzn-container-single .chzn-single span {
	color:#333;
}

.page-id-118 #post-118 #my_custom_checkout_field {
	display:none;
}

.page-id-118 #post-118 #order_review p {
	background: none;
	color: #fff;
	padding: 0;
	margin: 0;
	text-align: left;
}

.page-id-118 #post-118 #order_review a {
	color:#fff;
}

.payment-form .woocommerce > p {
	display:none;
}

.flextxt {
	position: absolute;
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
	color: #fff;
	padding: 0;
	margin: 40px 60px;
	text-align: right;
	background:none;
}

.flextxt h2 {
	font-size: 54px;
	font-weight: bold;
	margin: 0;
	line-height: 0.5;	
}

.flextxt h1 {
	font-size: 132px;
	font-weight: bold;
	margin: 0;
	line-height: 1;	
}

.flextxt h3 {
	margin: 0;
	line-height: 0.5;
	font-size: 22px;
	font-weight: normal!important;
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;		
}

.flexurl {
	background: url("../images/trans-bg-sml.png") repeat;
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 20px 40px;
	left: 0;
	margin: 0 0 50px 0;
	font-size: 22px;
	font-family: "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	line-height: 1;
}

.flexurl strong {
	display: block;
	font-size: 40px;
	font-family: "avantgarde_md_btmedium", "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-weight:normal!important;
}

.flexslider .slides > li:first-child {
	display:block;
}

 .gform_wrapper #gform_fields_12  li.gfield input[type=radio]{
    vertical-align: top;
}

.gform_wrapper #input_12_4 label {
    max-width: 54px;
}