/*
Theme Name: Buyer's Advocate Prestige
Description: WordPress theme created by BSO
Version: 1.0
Author: Business Systems Online
Author URI: http://www.bso.net.au
*/

html {
  color: black;
  background: white;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: black;
}
#yui3-css-stamp.cssreset {
  display: none;
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
#background {
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: #3b3c96;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3b3c96 0%, #07050a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b3c96), color-stop(100%, #07050a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #3b3c96 0%, #07050a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #3b3c96 0%, #07050a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #3b3c96 0%, #07050a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #3b3c96 0%, #07050a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b3c96', endColorstr='#07050a', GradientType=0);
  /* IE6-9 */

}
#background .image {
  width: 100%;
  height: 100%;
}
#background .image img {
  position: fixed;
  z-index: -1;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#background .width {
  width: 100%;
}
#background .height {
  height: 100%;
}
#layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(images/bg-layer.png);
  background-color: transparent;
  -moz-transition: background-color 0.4s ease-in-out;
  -ms-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
  -webkit-transition: background-color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out;
}
#background .layer.dim-0 {
  background-color: transparent;
}
#background .layer.dim-1 {
  background-color: rgba(0, 0, 0, 0.25);
}
#background .layer.dim-2 {
  background-color: rgba(0, 0, 0, 0.5);
}
#background .layer.dim-3 {
  background-color: rgba(0, 0, 0, 0.75);
}
#background .layer.dim-4 {
  background-color: black;
}
#background .loader {
  position: absolute;
  top: 10px;
  right: 10px;
}
.dim-controller {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  background: url(images/dim.png) no-repeat 0 0;
  z-index: 999;
}
.dim-4 .dim-controller {
  background-position: -128px 0;
}
.dim-3 .dim-controller {
  background-position: -96px 0;
}
.dim-2 .dim-controller {
  background-position: -64px 0;
}
.dim-1 .dim-controller {
  background-position: -32px 0;
}
.dim-0 .dim-controller {
  background-position: 0;
}
#header {
  text-align: center;
  padding: 30px 0;
  position: relative;
}
#header img {
  width: 100%;
}
#header #contact-details {
  position: absolute;
  right: 0;
  text-align: right;
}
#header #contact-details .phone {
  font-size: 2em;
}
#header #contact-details .address {
  font-size: .7em;
}
#header #contact-details #social {
  text-align: right;
}
#header #contact-details #social img {
  width: inherit;
}
#content a.no-obligations {
  display: inline-block;
  width: 194px;
  height: 194px;
  text-decoration: none;
  background: url(images/no-obligations.png) top left no-repeat;
  clear: both;
}
#content a.no-obligations:hover {
  background-position: top right;
}
#content a.thinking-of-selling {
  display: inline-block;
  width: 164px;
  height: 164px;
  text-decoration: none;
  background: url(images/thinking-of-selling.png) top left no-repeat;
  margin-top: -40px;
  clear: both;
}
#content a.thinking-of-selling:hover {
  background-position: top right;
}
#content a.ba-website {
  display: inline-block;
  width: 164px;
  height: 164px;
  text-decoration: none;
  background: url(images/website.png) top left no-repeat;
  clear: both;
  margin-top: -60px;
}
#content a.ba-website:hover {
  background-position: top right;
}
#main {
  z-index: 1;
  position: absolute;
}
form.wpcf7-form {
  border-top: 4px solid #888888;
  padding: 10px 0;
  margin: 10px 0;
}
form.wpcf7-form label {
  width: 180px;
  display: inline-block;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  color: black;
}
#bottom {
  border-top: 4px solid #888888;
  text-align: center;
  font-size: 10px;
  padding: 10px 0;
  margin: 10px 0;
  line-height: normal;
}
#footer {
  text-align: center;
  font-size: 10px;
  border-top: 4px solid #888888;
  padding: 10px 0;
  margin: 10px 0;
}
#main-menu .menu li {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: white;
  margin: 0 10px;
  text-align: center;
}
#main-menu .menu li a {
  font-size: .8em;
  color: #4f81bd;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 1.4em;
  display: inline-block;
}
#main-menu .menu li:first-child {
  margin-left: 0;
}
#main-menu .menu li.current-menu-item {
  background: #628ec4;
}
#main-menu .menu li.current-menu-item a {
  color: white;
}
#main-menu .menu li:hover {
  background: #4f81bd;
}
#main-menu .menu li:hover a {
  color: white;
}
body {
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: white;
  line-height: 1.5em;
  font-weight: 400;
}
h1 {
  color: #4f81bd;
  font-weight: normal;
  font-size: 32px;
  margin-top: 1em;
  margin-bottom: .5em;
}
h2 {
  color: #4f81bd;
  font-size: 22px;
  font-weight: normal;
  margin: 1.0em 0 5px 0;
  text-transform: uppercase;
}
h3 {
  color: #4f81bd;
  font-size: 16px;
  font-weight: normal;
  margin: 5px 0;
}
h5 {
  color: #4f81bd;
}
a {
  color: #618ec9;
}
p {
  margin: 10px 0;
}
#content ul {
  list-style: circle;
  margin: 0 5%;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img {
  vertical-align: top;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
hr {
  margin: 0;
  padding: 0;
  background: #eee9de;
  border: 0;
  height: 1px;
}
/* RESPONSIVE */

.container {
  margin: 0 auto;
  position: relative;
}
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
  float: left;
  margin: 0 1.04167%;
  min-height: 1px;
}
.span1 {
  width: 6.25%;
}
.span2 {
  width: 14.58333%;
}
.span3 {
  width: 22.91667%;
}
.span4 {
  width: 31.25%;
}
.span5 {
  width: 39.58333%;
}
.span6 {
  width: 47.91667%;
}
.span7 {
  width: 56.25%;
}
.span8 {
  width: 64.58333%;
}
.span9 {
  width: 72.91667%;
}
.span10 {
  width: 81.25%;
}
.span11 {
  width: 89.58333%;
}
.span12 {
  width: 97.91667%;
}
/* MEDIA QUERIES */

@media (max-width: 479px) {
  
}
@media (min-width: 480px) and (max-width: 767px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (min-width: 980px) and (max-width: 1169px) {
  
}
@media (min-width: 1170px) {
  
}
.container {
  width: 768px;
}
textarea,
input,
select {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #616161;
  border: 1px solid #e4e4e4;
  padding: 6px;
  background: white;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
input[type=submit] {
  color: white;
  background: #4f81bd;
  border: none;
  text-transform: uppercase;
  padding: 6px 8px;
  cursor: pointer;
  margin-left: 226px;
}
input[type=submit]:hover {
  background: #3b689e;
}
.wpcf7 p {
  margin: 5px 0;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: black;
  border: 1px solid #a70b0b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fef4f4;
  padding: .2em .6em;
}
.wpcf7 .wpcf7-validation-errors {
  border: 1px solid #ffc600;
  background: #fdfaf1;
  padding: .2em .6em;
  color: black;
}
.wpcf7 .wpcf7-response-output {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: .2em .6em;
  background: white;
  color: black;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #468847;
  background: #dff0d8;
  border: 1px solid #468847;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}
#cboxOverlay {
  background: black;
}
#cboxContent {
  margin-top: 20px;
}
.cboxIframe {
  background: white;
}
#cboxError {
  padding: 50px;
  border: 1px solid #cccccc;
}
#cboxLoadedContent {
  border: 5px solid black;
  background: white;
}
#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #cccccc;
}
#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #cccccc;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: white;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxLoadingOverlay {
  background: black;
}
#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}
#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(images/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: bottom center;
}
