@charset "utf-8";
/*
Theme Name: My BA
Theme URL: http://www.argondesign.com.au
Description: Custom Theme
Author: Argon Design
Author URL: http://www.argondesign.com.au
Version: 1.0
*/
/* Loading Standard Bootstrap 2.03 LESS Files
----------------------------------------------------------------------------------------*/
/* HTML5 Boilerplate  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #333;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
/* Wordpress Image Align  */
img.alignleft {
  margin: 12px 24px 12px 0;
  margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
  margin: 12px 0 12px 24px;
  margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
  margin-top: 12px;
  margin-top: 0.857142857rem;
  margin-bottom: 12px;
  margin-bottom: 0.857142857rem;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* TYPOGRAPHY */
/* COLOR */
/* -- style -- */
body {
  background: url(img/bg_top.jpg) repeat-x #ffffff;
  margin: 0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
}
::-moz-selection {
  background: #005ea6;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #005ea6;
  color: #fff;
  text-shadow: none;
}
a {
  color: #005ea6;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
a:hover {
  opacity: 0.8;
}
img {
  max-width: 100%;
  height: auto;
}
/* -- font -- */
@font-face {
  font-family: 'OpenSansRegular';
  src: url('font/opensans-regular-webfont.eot');
  src: url('font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('font/opensans-regular-webfont.woff') format('woff'), url('font/opensans-regular-webfont.ttf') format('truetype'), url('font/opensans-regular-webfont.svg#CabinRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansBold';
  src: url('font/opensans-bold-webfont.eot');
  src: url('font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('font/opensans-bold-webfont.woff') format('woff'), url('font/opensans-bold-webfont.ttf') format('truetype'), url('font/opensans-bold-webfont.svg#OpenSansBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansExtrabold';
  src: url('font/opensans-extrabold-webfont.eot');
  src: url('font/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('font/opensans-extrabold-webfont.woff') format('woff'), url('font/opensans-extrabold-webfont.ttf') format('truetype'), url('font/opensans-extrabold-webfont.svg#OpenSansExtrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansextrabold_italic';
  src: url('font/opensans-extrabolditalic-webfont.eot');
  src: url('font/opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('font/opensans-extrabolditalic-webfont.woff') format('woff'), url('font/opensans-extrabolditalic-webfont.ttf') format('truetype'), url('font/opensans-extrabolditalic-webfont.svg#open_sansextrabold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansitalic';
  src: url('font/opensans-italic-webfont.eot');
  src: url('font/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('font/opensans-italic-webfont.woff') format('woff'), url('font/opensans-italic-webfont.ttf') format('truetype'), url('font/opensans-italic-webfont.svg#open_sansitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold_italic';
  src: url('font/opensans-bolditalic-webfont.eot');
  src: url('font/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('font/opensans-bolditalic-webfont.woff') format('woff'), url('font/opensans-bolditalic-webfont.ttf') format('truetype'), url('font/opensans-bolditalic-webfont.svg#open_sansbold_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansLightRegular';
  src: url('font/opensans-light-webfont.eot');
  src: url('font/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('font/opensans-light-webfont.woff') format('woff'), url('font/opensans-light-webfont.ttf') format('truetype'), url('font/opensans-light-webfont.svg#OpenSansLightRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?83819101');
  src: url('font/fontello.eot?83819101#iefix') format('embedded-opentype'), url('font/fontello.woff?83819101') format('woff'), url('font/fontello.ttf?83819101') format('truetype'), url('font/fontello.svg?83819101#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.phone:before {
  margin-right: .2em;
  display: inline-block;
  font-family: "fontello";
  content: '\e822';
}
/* -- Adjusment -- */
.clr {
  clear: both;
}
.fr {
  float: right!important;
}
.fl {
  float: left!important;
}
.ar {
  text-align: right!important;
}
.al {
  text-align: left!important;
}
.ac {
  text-align: center!important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mr0 {
  margin-right: 0!important;
}
.btn {
  font-family: 'OpenSansRegular';
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  -moz-border-radius: 5px;
  /* gecko */
  -webkit-border-radius: 5px;
  /* webkit */
  -khtml-border-radius: 5px;
  /* old konkeror */
  border-radius: 5px;
  /* CSS3 standard */
  background: #005ea6;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@subcolor', endColorstr='darken(@subcolor,10%)', GradientType=0);
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#d31511), to(#a4100d));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #d31511, #a4100d);
  /* for firefox 3.6+ */
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.btn a {
  padding: 0 15px;
  height: 30px;
  line-height: 30px !important;
  color: #fff;
  display: block;
}
.btn:hover {
  opacity: 0.8;
}
.serif {
  font-family: Georgia, "Times New Roman", Times, serif;
}
/* -- header -- */
header {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
header .logo {
  width: 20%;
  float: left;
  margin: 15px auto 20px;
  font-size: 13px;
}
header .xero {
  width: 20%;
  margin-top: 40px;
  float: right;
}
header nav {
  width: 60%;
  margin-top: 130px;
  float: left;
}
header nav #menu-main {
  font-family: 'OpenSansRegular';
  position: relative;
  z-index: 2;
  text-align: center;
}
header nav #menu-main li {
  margin: 0 3%;
  font-family: 'OpenSansBold';
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
  color: #ffffff;
  display: inline-block;
}
header nav #menu-main li a {
  color: #005ea6;
  display: block;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
header nav #menu-main li a:hover {
  text-decoration: none;
  opacity: 1;
  color: #d31511;
}
header nav #menu-main li ul {
  position: absolute;
  top: 30px;
  left: 0;
  display: none;
  padding: 0;
  margin: 0;
}
header nav #menu-main li ul li {
  background: #005ea6;
  border-bottom: 1px solid #ccc;
  width: 180px;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 1.2;
}
header nav #menu-main li ul li a {
  padding: 10px;
  color: #ffffff;
}
header nav #menu-main li ul li a:hover {
  background: #007bd9;
  text-decoration: none;
  color: #ffffff;
}
header nav #menu-main li ul li ul {
  top: 0;
  left: 180px;
}
header nav #menu-main li ul li ul li {
  background: #ddd;
  border-bottom: 1px solid #aaa;
}
header nav #menu-main li.hover ul {
  display: block;
}
header nav #menu-main li.hover ul li ul {
  display: none;
}
header nav #menu-main li.hover ul li.hover ul {
  display: block;
}
header nav #menu-main li:last-child {
  border: none;
}
header .toggleMenu {
  display: none;
}
/* -- footer -- */
footer {
  font-family: 'OpenSansBold';
  font-size: 11px;
  color: #005ea6;
}
footer #footer_in {
  border-top: 1px solid #aaa;
  max-width: 940px;
  margin: 0 auto;
  padding: 20px 0;
}
footer #footer_in nav {
  width: 50%;
  float: left;
}
footer #footer_in nav p {
  line-height: 1.5;
}
footer #footer_in nav ul {
  margin-bottom: 20px;
}
footer #footer_in nav ul li {
  margin-right: 20px;
  display: inline;
  text-transform: uppercase;
}
footer #footer_in .footer_logos {
  width: 50%;
  float: right;
  text-align: right;
}
footer #footer_in .footer_logos li {
  margin-left: 20px;
  display: inline-block;
}
/* -- common -- */
#wrap {
  max-width: 940px;
  margin: 0 auto;
}
.hero {
  margin-bottom: 80px;
  z-index: 1;
}
.hero h1 {
  max-width: 940px;
  margin: 0 auto;
  font-size: 30px;
  position: relative;
  z-index: 1;
}
.hero h1 span {
  width: 30%;
  position: absolute;
  left: 3%;
  bottom: 10%;
  z-index: 2;
  display: block;
  font-family: 'OpenSansRegular';
  text-transform: uppercase;
  color: #005ea6;
}
.hero h1 img {
  z-index: 1;
}
#content {
  background: #ffffff;
  border-radius: 5px;
  margin-top: -50px;
  padding: 50px 0;
  min-height: 400px;
}
#content .cta {
  text-align: center;
}
#main {
  width: 90%;
  margin: 0 auto 50px;
}
#main h2 {
  margin-bottom: 10px;
  font-family: 'OpenSansBold';
  font-size: 30px;
  color: #005ea6;
  line-height: 1.3;
  text-transform: uppercase;
}
#main h3 {
  margin-bottom: 10px;
  font-family: 'OpenSansBold';
  font-size: 24px;
  color: #005ea6;
  line-height: 1.3;
}
#main p {
  margin-bottom: 1.5em;
  line-height: 1.5;
}
#main ul {
  padding: 0 0 20px 0;
}
#main ul li {
  margin: 0 0 5px 20px;
  list-style: disc;
  line-height: 1.5;
}
#main ol {
  padding: 0 0 20px 0;
}
#main ol li {
  margin: 0 0 5px 20px;
  list-style: decimal;
  line-height: 1.5;
}
#main .boxL {
  width: 47%;
  margin: 0 6% 50px 0;
  float: left;
}
#main .boxR {
  width: 47%;
  margin-bottom: 50px;
  float: right;
}
#main iframe {
  border: none;
}
#main .profile {
  border-radius: 5px;
  background: url(img/bg_paper.jpg);
  padding: 0 50px 30px;
  margin-top: 50px;
}
#main .profile h2 {
  background: #005ea6;
  border-radius: 5px 5px 0 0;
  padding: 7px 0;
  margin: 0 -50px 50px;
  color: #eee;
  text-align: center;
}
#main .arrow {
  padding: 0;
}
#main .arrow li {
  margin: 0 0 20px 10px;
  list-style: none;
}
#main .arrow li:before {
  width: 20px;
  display: block;
  font-family: "fontello";
  font-size: 18px;
  content: '\e818';
  float: left;
  color: #005ea6;
}
#main .arrow li span {
  margin-left: 25px;
  display: block;
}
/* -- home -- */
.home #main {
  width: 100%;
}
.home #main .tagline {
  text-align: left;
  text-align: center;
}
.home #main .boxL,
.home #main .boxR {
  border-top: 1px solid #aaa;
  padding-top: 30px;
}
.flexslider {
  max-height: 400px;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider ul.slides {
  margin: 0;
  padding: 0;
}
.flexslider ul.slides li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul.slides li.flex-active-slide {
  max-width: 940px;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
}
.flex-viewport {
  max-width: 940px;
  margin: 0 auto;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  max-height: 400px;
}
.loading .flex-viewport {
  backface-visibility: hidden;
}
.flexslider .slides {
  zoom: 1;
}
/* Direction Nav */
.flex-direction-nav {
  margin: 0;
  padding: 0;
  display: none;
}
.flex-direction-nav li {
  list-style: none;
}
.flex-direction-nav a {
  width: 20px;
  height: 40px;
  display: block;
  background: url(img/bg_direction_nav.png) no-repeat 0 0;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -55%;
  z-index: 10;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  left: auto;
  right: 50%;
  margin-right: -55%;
}
.flexslider:hover .flex-next {
  opacity: 0.8;
}
.flexslider:hover .flex-prev {
  opacity: 0.8;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0.3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -30px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  list-style: none;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #aaa;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #555;
}
.flex-control-paging li a.flex-active {
  background: #555;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* -- service -- */
.page-id-150 #main .boxL {
  margin-right: 0;
  padding-top: 30px;
}
.page-id-150 #main .boxR {
  width: 50%;
}
/* -- testimonial -- */
#main .testimonial_box {
  background: url(img/quotation.png) left top no-repeat;
  border-bottom: 1px dashed #aaa;
  padding: 20px;
  margin-bottom: 30px;
  color: #777;
  line-height: 1.5;
}
#main .testimonial_box .name {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
/* -- contact -- */
.contact #main .boxL,
.contact #main .boxR {
  margin: 50px 0 0;
}
.contact #main .contact_details li {
  margin: 0 0 10px 0;
  list-style: none;
}
.contact #main .map {
  margin-bottom: 50px;
}
.contact #main .map a {
  color: #a6d8ff !important;
}
.contact #main .wpcf7-form textarea,
.contact #main .wpcf7-form input {
  background: #d9efff;
  border: none;
  width: 96%;
  height: 30px;
  padding: 0 2%;
  margin-bottom: 10px;
  display: block;
  color: #333;
  font-family: 'OpenSansRegular';
}
.contact #main .wpcf7-form textarea {
  width: 96%;
  height: 150px;
  padding: 2%;
}
.contact #main .wpcf7-form .wpcf7-submit {
  border: none;
  width: 80px;
  height: 30px;
  line-height: 30px;
  font-family: 'OpenSansBold';
  font-size: 11px;
  color: #ffffff;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  /* gecko */
  -webkit-border-radius: 5px;
  /* webkit */
  -khtml-border-radius: 5px;
  /* old konkeror */
  border-radius: 5px;
  /* CSS3 standard */
  background: #005ea6;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@basecolor', endColorstr='darken(@basecolor,10%)', GradientType=0);
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#005ea6), to(#004173));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #005ea6, #004173);
  /* for firefox 3.6+ */
}
.contact #main .wpcf7-form .wpcf7-submit:hover {
  opacity: 0.8;
}
/* -- wordpress -- */
img.alignleft {
  margin: 12px 24px 12px 0;
}
img.alignright {
  margin: 12px 0 12px 24px;
}
img.aligncenter {
  margin-top: 12px;
  margin-bottom: 12px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
div.wpcf7-validation-errors {
  text-align: center;
  border-radius: 1px;
  margin: 0px !important;
  color: #898137;
  padding: 10px !important;
  background-color: #FFFFE0 !important;
  border: 1px solid #E6DB55 !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3;
}
span.wpcf7-not-valid-tip,
.ajax-loader {
  display: none !important;
}
div.wpcf7-mail-sent-ok {
  background-color: #EBFFE0 !important;
  border: 1px solid #73D042 !important;
  border-radius: 2px 2px 2px 2px !important;
  color: #568937 !important;
  font-size: 10pt !important;
  margin: 0px !important;
  padding: 13px !important;
  text-align: center !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcf7-not-valid {
  background-color: #FFE0E0 !important;
  border: 1px solid #E65555 !important;
}
/* -- responsive -- */
/* 1024px */
/* 940px */
@media only screen and (max-width: 940px) {
  #wrap {
    width: 90%;
    padding: 0 5%;
  }
  footer #footer_in {
    width: 90%;
    padding: 20px 5%;
  }
}
/* 768px */
@media only screen and (max-width: 768px) {
  header .logo {
    width: 50%;
    text-align: center;
  }
  header .xero {
    width: 50%;
    text-align: center;
  }
  header .toggleMenu {
    background: #005ea6;
    padding: 7px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
  }
  header .phone_wrap {
    position: relative;
    text-align: center;
    right: auto;
    top: auto;
  }
  header .phone_wrap span {
    display: none;
    font-size: 30px;
  }
  header .phone_wrap span.phone {
    display: block;
    margin-bottom: 20px;
  }
  header .phone_wrap br {
    display: none;
  }
  header nav {
    width: 100%;
    z-index: 10;
  }
  header nav #menu-main {
    width: 100%;
    background: #005ea6;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    text-align: left;
  }
  header nav #menu-main li {
    background: #005ea6;
    border-bottom: 1px solid #004173;
    margin: 0;
    float: none;
    line-height: 34px !important;
    font-size: 12px;
    display: block;
  }
  header nav #menu-main li ul {
    position: inherit;
    top: 0;
    left: auto;
  }
  header nav #menu-main li ul li {
    background: #d31511;
    width: 100%;
    font-size: 11px;
    text-indent: 2em;
  }
  header nav #menu-main li ul li a {
    padding: 0 5%;
    color: #ffffff;
  }
  header nav #menu-main li ul li a:hover {
    background: #f04441;
  }
  header nav #menu-main li ul li ul {
    left: 0;
  }
  header nav #menu-main li ul li ul li {
    background: #d31511;
    text-indent: 4em;
  }
  header nav #menu-main li ul li ul li a {
    padding: 10px;
  }
  header nav #menu-main li ul li ul li a:hover {
    background: #f04441;
  }
  header nav #menu-main li ul li:last-child {
    border: none;
  }
  header nav #menu-main li a {
    height: 34px;
    padding: 0 5%;
    color: #ffffff;
  }
  header nav #menu-main li a:hover {
    color: #ffffff;
  }
  header nav #menu-main li:hover {
    background: #d31511;
  }
  header nav #menu-main li > a.parent:hover,
  header nav #menu-main li > a.parent {
    background: url(img/nav/bg_parent01.png) 98% center no-repeat;
  }
  header nav #menu-main li.hover > a.parent:hover,
  header nav #menu-main li.hover > a.parent {
    background: url(img/nav/bg_parent02.png) 98% center no-repeat #f04441;
  }
  header nav #menu-main li li a.parent:hover {
    background: url(img/nav/bg_parent01.png) 98% center no-repeat #f04441;
  }
  header nav #menu-main li:last-child {
    border: none;
  }
  .home #main .fl {
    width: 100%;
    float: none !important;
  }
  .contact #main .contact_details,
  .contact #main .googlemap,
  .contact #main .wpcf7-form .fl {
    width: 100%;
    margin-right: 0;
  }
}
/* 600px */
@media only screen and (max-width: 600px) {
  body {
    background-position: 0 -200px;
  }
  .hero {
    margin-bottom: 50px;
  }
  #main {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  #main .boxL,
  #main .boxR {
    width: 100%;
    float: none;
  }
  .home #main .banner li {
    width: 100%;
    margin: 0 0 30px;
  }
  .page-id-144 #main .metropolitan,
  .page-id-144 #main .outside {
    width: 94%;
    min-height: 100px;
    margin: 0;
    float: none;
  }
  .page-id-144 #main .outside {
    margin-bottom: 50px;
  }
  .page-id-144 #main .location div .map {
    width: 100%;
    float: none;
  }
  .page-id-144 #main .location div .txt {
    width: 100%;
    float: none;
  }
  footer #footer_in nav {
    width: 80%;
    margin: 0 auto 30px;
    float: none;
    text-align: center;
  }
  footer #footer_in nav ul li {
    margin: 0 10px;
  }
  footer #footer_in .footer_logos {
    width: 80%;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  footer #footer_in .footer_logos li {
    margin: 0 10px;
  }
}
/* 480px */
@media only screen and (max-width: 480px) {
  .hero {
    width: 100%;
    overflow: hidden;
  }
  .hero h1 {
    font-size: 28px;
  }
  .hero h1 img {
    max-width: 650px;
    float: right;
    position: relative;
    margin-bottom: 20px;
    display: block;
  }
  .hero h1 span {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
    color: #005ea6;
  }
}
/* 320px */
/*# sourceMappingURL=style.css.map */