/*!
Theme Name: TBA
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;
}
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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -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;
}
a,
a:hover,
a:visit {
  color: #06F;
  line-height: 1;
  text-decoration: none;
}
/* 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;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: 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;
  }
}
/* Variables =================================================== */
/* Mixins =================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
/* Site =================================================== */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
/*
@viewport { 
width : device-width; }
*/
html {
  background: #fff;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #c5cdff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #333;
}
/* Typography =================================================== */
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
  margin: 0;
  text-rendering: optimizelegibility;
  line-height: 1.2;
}
p,
ol,
ul,
dl,
address {
  margin-bottom: 1.5em;
  line-height: 1.5em;
}
small {
  font-size: 10px;
}
ul,
ol {
  margin: 0 0 1.5em -24px;
  padding: 0 0 0 24px;
}
li ul,
li ol {
  margin: 0;
}
blockquote {
  margin: 0 0 1.5em -24px;
  padding-left: 24px;
  border-left: 2px solid #798aff;
  font-family: Cambria, Georgia, Times, "Times New Roman";
  font-style: normal;
}
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
dl,
dd {
  margin-bottom: 1.5em;
}
.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right;
}
.dl-horizontal dd {
  margin-left: 22.78%;
}
abbr[title] {
  border-bottom: 1px dotted #798aff;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #c5cdff;
  color: #333;
  text-decoration: none;
}
mark {
  background-color: #c5cdff;
  color: #333;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 13px;
  line-height: 1.5em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 11px;
  line-height: 0;
  vertical-align: baselineheight;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Colour =================================================== */
a {
  text-decoration: none;
  color: #0068cd;
}
a:hover {
  text-decoration: underline;
  color: #004e9a;
  outline: 0;
}
::-moz-selection {
  background: #000946;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #000946;
  color: #fff;
  text-shadow: none;
}
.swatch {
  margin: 0 0 1.5em 0;
  padding: 0;
}
.swatch-row {
  display: block;
  margin: 0;
  padding: 0;
  width: 200px;
}
.swatch-row-one {
  background-color: #000;
}
.swatch-row-two {
  background-color: #fff;
}
.swatch-row span {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
}
.swatch-base span:nth-child(1) {
  background-color: rgba(0, 9, 70, 0.9);
}
.swatch-base span:nth-child(2) {
  background-color: rgba(0, 9, 70, 0.8);
}
.swatch-base span:nth-child(3) {
  background-color: rgba(0, 9, 70, 0.7);
}
.swatch-base span:nth-child(4) {
  background-color: rgba(0, 9, 70, 0.6);
}
.swatch-alert span:nth-child(1) {
  background-color: rgba(252, 248, 227, 0.9);
}
.swatch-alert span:nth-child(2) {
  background-color: rgba(252, 248, 227, 0.8);
}
.swatch-alert span:nth-child(3) {
  background-color: rgba(252, 248, 227, 0.7);
}
.swatch-alert span:nth-child(4) {
  background-color: rgba(252, 248, 227, 0.6);
}
.swatch-error span:nth-child(1) {
  background-color: rgba(218, 79, 73, 0.9);
}
.swatch-error span:nth-child(2) {
  background-color: rgba(218, 79, 73, 0.8);
}
.swatch-error span:nth-child(3) {
  background-color: rgba(218, 79, 73, 0.7);
}
.swatch-error span:nth-child(4) {
  background-color: rgba(218, 79, 73, 0.6);
}
.swatch-info span:nth-child(1) {
  background-color: rgba(217, 237, 247, 0.9);
}
.swatch-info span:nth-child(2) {
  background-color: rgba(217, 237, 247, 0.8);
}
.swatch-info span:nth-child(3) {
  background-color: rgba(217, 237, 247, 0.7);
}
.swatch-info span:nth-child(4) {
  background-color: rgba(217, 237, 247, 0.6);
}
.swatch-success span:nth-child(1) {
  background-color: rgba(91, 183, 91, 0.9);
}
.swatch-success span:nth-child(2) {
  background-color: rgba(91, 183, 91, 0.8);
}
.swatch-success span:nth-child(3) {
  background-color: rgba(91, 183, 91, 0.7);
}
.swatch-success span:nth-child(4) {
  background-color: rgba(91, 183, 91, 0.6);
}
.swatch-warning span:nth-child(1) {
  background-color: rgba(250, 167, 50, 0.9);
}
.swatch-warning span:nth-child(2) {
  background-color: rgba(250, 167, 50, 0.8);
}
.swatch-warning span:nth-child(3) {
  background-color: rgba(250, 167, 50, 0.7);
}
.swatch-warning span:nth-child(4) {
  background-color: rgba(250, 167, 50, 0.6);
}
/* Texture =================================================== */
.alert {
  margin-bottom: 1.5em;
  padding: 8px 35px 8px 14px;
  background-color: #fcf8e3;
  border: 1px solid #f2e187;
  border-radius: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #9c8611;
}
.alert .alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 18px;
  color: inherit;
}
.alert-success {
  background-color: #c5e6c5;
  border-color: #a2d6a2;
  color: #347834;
}
.alert-warning {
  background-color: #fee7c7;
  border-color: #fcd296;
  color: #c17305;
}
.alert-error {
  background-color: #f4cac8;
  border-color: #eba19e;
  color: #da4f49;
}
.alert-inverse {
  background-color: #414141;
  border-color: #000;
  color: #fff;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block .alert-heading {
  margin-bottom: 0.1875em;
  font-size: inherit;
  font-weight: bold;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.badge {
  padding: 1px 9px 2px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
  color: #808080;
  background-color: #e6e6e6;
  border-radius: 9px;
  -webkit-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
.badge:hover {
  color: #808080;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #da4f49;
  color: #fff;
}
.badge-error:hover {
  background-color: #9d2520;
  color: #fff;
}
.badge-warning {
  background-color: #faa732;
  color: #fff;
}
.badge-warning:hover {
  background-color: #c17305;
  color: #fff;
}
.badge-success {
  background-color: #5bb75b;
  color: #fff;
}
.badge-success:hover {
  background-color: #347834;
  color: #fff;
}
.badge-info {
  background-color: #d9edf7;
  color: #247fad;
}
.badge-info:hover {
  background-color: #85c5e5;
}
.badge-inverse {
  background-color: #414141;
  color: #fff;
}
.badge-inverse:hover {
  background-color: #0e0e0e;
  color: #fff;
}
.basegrad {
  background-image: -webkit-linear-gradient(top, #000946, #000213);
  background-color: #000213;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000946), to(#000213));
  background-image: linear-gradient(top, #000946, #000213);
  background-repeat: repeat-x;
}
.errorgrad {
  background-image: -webkit-linear-gradient(top, #000946, #c72f29);
  background-color: #c72f29;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000946), to(#c72f29));
  background-image: linear-gradient(top, #000946, #c72f29);
  background-repeat: repeat-x;
}
.greygrad {
  background-image: -webkit-linear-gradient(top, #fff, #d9d9d9);
  background-color: #d9d9d9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d9d9d9));
  background-image: linear-gradient(top, #fff, #d9d9d9);
  background-repeat: repeat-x;
}
.infograd {
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-color: #afd9ee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#afd9ee));
  background-image: linear-gradient(top, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
}
.inversegrad {
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-color: #272727;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#272727));
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
}
.successgrad {
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-color: #449b44;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bb75b), to(#449b44));
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
}
.warninggrad {
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-color: #f39106;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#faa732), to(#f39106));
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
}
.well {
  min-height: 21px;
  padding: 11px;
  margin-bottom: 1.5em;
  background-color: #c5cdff;
  border: 1px solid #6074ff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 10px #93a0ff;
  box-shadow: inset 0 1px 10px #93a0ff;
}
.well p:last-child {
  margin-bottom: 0;
}
.well-large {
  padding: 22px;
}
.well-small {
  padding: 6px;
  border-radius: 2px;
}
/* Font Awesome =================================================== */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svgz#FontAwesomeRegular') format('svg'), url('../fonts/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}
li[class^="icon-"],
li[class*=" icon-"] {
  display: block;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size: 1.33333333em;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large[class^="icon-"],
li .icon-large[class*=" icon-"] {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.875em;
}
li[class^="icon-"],
li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none;
}
li[class^="icon-"]:before,
li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center;
}
li[class^="icon-"].icon-large:before,
li[class*=" icon-"].icon-large:before {
  text-indent: -1.33333333em;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
/* \f020 is not a valid unicode character. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
/* Elements =================================================== */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #798aff;
  border-bottom: 1px solid #fff;
}
img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin-bottom: 1.5em;
}
figure img {
  margin-bottom: 0.375em;
}
figure figcaption {
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #808080;
}
.list-bordered {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.list-bordered li {
  margin-bottom: 0.375em;
  padding-bottom: 0.375em;
  border-bottom: 1px dashed #798aff;
}
.list-bordered li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}
/* Forms =================================================== */
form {
  margin: 0 0 1.5em 0;
}
form fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 3em;
  *margin-left: -7px;
  padding: 0;
  color: #333;
  border: 0;
  border-bottom: 1px solid #b3b3b3;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  color: #bfbfbf;
}
form p {
  margin-bottom: 0.75em;
}
form ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
form br {
  display: none;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  vertical-align: baseline;
  *vertical-align: middle;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
  margin-bottom: 0.1875em;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}
label input,
label textarea,
label select {
  display: block;
}
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 0.375em;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  color: #333;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #001ddf;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  border-radius: 0;
  border: 0 \9;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
  width: auto;
  background-color: #fff;
  font-size: 13px;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
input:focus,
textarea:focus {
  border-color: #000946, 40%;
  outline: 0;
  outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  font-size: 14px;
}
input:-moz-placeholder {
  font-size: 14px;
}
.help-block,
.help-inline {
  color: #808080;
}
.help-block {
  display: block;
  margin-bottom: 0.75em;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline label {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  border-radius: 14px;
}
.form-search label {
  display: inline-block;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
/* Buttons =================================================== */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 6px 11px 6px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
  color: #404040;
  text-align: center;
  vertical-align: middle;
  background-color: #e6e6e6;
  background-image: -webkit-linear-gradient(top, #fff, #d9d9d9);
  background-color: #d9d9d9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d9d9d9));
  background-image: linear-gradient(top, #fff, #d9d9d9);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  cursor: pointer;
  *margin-left: .3em;
}
.btn:visited,
.btn:hover {
  color: #404040;
  text-decoration: none;
}
input[type="submit"].btn:hover {
  border-color: #cccccc;
}
.btn:first-child {
  *margin-left: 0;
}
.btn-disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default;
}
.btn-error {
  background-image: -webkit-linear-gradient(top, #000946, #c72f29);
  background-color: #c72f29;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000946), to(#c72f29));
  background-image: linear-gradient(top, #000946, #c72f29);
  background-repeat: repeat-x;
  border-color: #b22a24;
  border-bottom-color: #9d2520;
  color: #fff;
}
.btn-error:visited,
.btn-error:hover {
  color: #fff;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #d9edf7, #afd9ee);
  background-color: #afd9ee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#afd9ee));
  background-image: linear-gradient(top, #d9edf7, #afd9ee);
  background-repeat: repeat-x;
  border-color: #9acfea;
  border-bottom-color: #85c5e5;
  color: #247fad;
}
.btn-info:visited,
.btn-info:hover {
  color: #247fad;
}
.btn-inverse {
  background-image: -webkit-linear-gradient(top, #414141, #272727);
  background-color: #272727;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#414141), to(#272727));
  background-image: linear-gradient(top, #414141, #272727);
  background-repeat: repeat-x;
  border-color: #1b1b1b;
  border-bottom-color: #0e0e0e;
  color: #fff;
}
.btn-inverse:visited,
.btn-inverse:hover {
  color: #fff;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #000946, #000213);
  background-color: #000213;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000946), to(#000213));
  background-image: linear-gradient(top, #000946, #000213);
  background-repeat: repeat-x;
  border-color: #000000;
  border-bottom-color: #000000;
  color: #fff;
}
.btn-primary:visited,
.btn-primary:hover {
  color: #fff;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5bb75b, #449b44);
  background-color: #449b44;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bb75b), to(#449b44));
  background-image: linear-gradient(top, #5bb75b, #449b44);
  background-repeat: repeat-x;
  border-color: #3c893c;
  border-bottom-color: #347834;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #faa732, #f39106);
  background-color: #f39106;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#faa732), to(#f39106));
  background-image: linear-gradient(top, #faa732, #f39106);
  background-repeat: repeat-x;
  border-color: #da8205;
  border-bottom-color: #c17305;
}
.btn-extlarge {
  padding: 11px 22px;
  font-size: 21px;
  border-radius: 4px;
}
.btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-large {
  padding: 11px 22px;
  font-size: 14px;
  line-height: normal;
  border-radius: 4px;
}
.btn-small {
  padding: 6px 10px;
  font-size: 11px;
  line-height: 16px;
}
.btn-mini {
  padding: 3px 5px;
  font-size: 11px;
  line-height: 14px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.5em;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
.btn-group .btn:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 2px;
  background-clip: padding-box;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  background-clip: padding-box;
}
.btn-group .btn.large:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}
.btn-toolbar {
  clear: both;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* Tables =================================================== */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
table th,
table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #1331ff;
  font-size: 14px;
  line-height: 1.5em;
  text-align: left;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #1331ff;
}
table tbody tr td,
table tbody tr th {
  -webkit-transition: background-color 0.25s 0 linear;
  transition: background-color 0.25s 0 linear;
}
table tbody tr:hover td,
table tbody tr:hover th {
  background-color: #465eff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #1331ff;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #1331ff;
}
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #798aff;
}
/* TYPOGRAPHY */
/* COLOR */
.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;
}
html {
  height: 100%;
}
body {
  border-top: 10px solid #de0010;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  position: relative;
}
/*a {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover {
		filter:alpha(opacity=80);
		-moz-opacity:0.80;
		-khtml-opacity: 0.80;
		opacity:0.80;
} 
*/
#wrap {
  position: relative;
}
#content {
  max-width: 940px;
  margin: 0 auto;
  padding: 50px 0;
}
#hero {
  background: #555;
}
#hero p,
#hero h1 {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}
#hero p span,
#hero h1 span,
#hero p span,
#hero h1 span {
  width: 90%;
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-family: 'Droid Sans';
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px #333;
  line-height: 1;
}
#others {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#others #others_in {
  max-width: 940px;
  height: 165px;
  margin: 0 auto;
  position: relative;
}
#others #others_in .socialmedia {
  width: 200px;
  position: absolute;
  left: 0;
  top: 20px;
  margin: 0;
}
#others #others_in .socialmedia li {
  margin-right: 10px;
  float: left;
  list-style: none;
}
#others #others_in .search {
  background: #ddd;
  width: 250px;
  height: 25px;
  position: absolute;
  right: 0;
  top: 20px;
  font-family: 'eb_garamondregular', Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-style: italic;
  color: #999;
}
#others #others_in .search span {
  float: right;
}
#others #others_in .subscribe {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
#others #others_in .subscribe span {
  display: none;
}
.btn {
  border: none;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 5px;
  font-family: 'eb_garamondregular', Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #555;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777', endColorstr='#555');
  /* for IE */
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #777, #555);
  /* for firefox 3.6+ */
}
.btn a {
  padding: 7px 10px;
  line-height: 1 !important;
  color: #fff;
  text-decoration: none;
  display: block;
}
.btn:hover {
  background: #777;
}
input[type="submit"].btn:hover {
  background: #777;
}
.serif,
em {
  font-family: 'eb_garamondregular', Georgia, "Times New Roman", Times, serif;
}
header .logo {
  max-width: 470px;
  margin: 0 auto;
  text-align: center;
}
header #header_in {
  max-width: 940px;
  padding: 40px 0;
  margin: 0 auto;
  position: relative;
}
header #header_in .btn {
  position: absolute;
  left: 10px;
  top: 173px;
  z-index: 1;
}
header #header_in .btn a {
  padding: 5px 10px;
}
nav {
  background: #000946;
}
nav #menu-main {
  width: 640px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 2;
}
nav #menu-main li {
  font-family: 'Droid Sans';
  font-weight: 700;
  font-size: 12px;
  position: relative;
  float: left;
  color: #fff;
  list-style: none;
}
nav #menu-main li a {
  padding: 10px 20px;
  color: #fff;
  display: block;
  -webkit-transition: none;
  transition: none;
}
nav #menu-main li a:hover {
  text-decoration: none;
  opacity: 1;
}
nav #menu-main li:hover {
  background: #47508d;
}
nav #menu-main li ul {
  position: absolute;
  top: 38px;
  left: 0;
  display: none;
  padding: 0;
  margin: 0;
}
nav #menu-main li ul li {
  background: #fff;
  border-bottom: 1px solid #ccc;
  width: 180px;
  margin: 0;
  padding: 0;
  font-size: 11px;
}
nav #menu-main li ul li a {
  padding: 5px 0 5px 10px;
  color: #000946;
}
nav #menu-main li ul li a:hover {
  background: #47508d;
  text-decoration: none;
  color: #fff;
}
nav #menu-main li ul li ul {
  top: 0;
  left: 180px;
}
nav #menu-main li ul li ul li {
  background: #ddd;
  border-bottom: 1px solid #aaa;
}
nav #menu-main li.hover ul {
  display: block;
}
nav #menu-main li.hover ul li ul {
  display: none;
}
nav #menu-main li.hover ul li.hover ul {
  display: block;
}
nav .toggleMenu {
  display: none;
}
#main {
  width: 70%;
  position: relative;
  z-index: 2;
  float: left;
}
#main ul {
  padding: 0 0 0 40px;
}
#main ul li {
  position: relative;
  left: 15px;
}
#main h1,
#main .h1 {
  border-bottom: 1px solid #000946;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-family: 'Droid Sans';
  font-weight: 700;
  font-size: 28px;
  color: #000946;
  text-transform: uppercase;
}
#main h2,
#main .h2 {
  margin-bottom: 10px;
  font-family: 'Droid Sans';
  font-weight: 700;
  font-size: 24px;
  color: #000946;
  text-transform: uppercase;
}
#main h3,
#main .h3 {
  margin-bottom: 20px;
  font-family: 'Droid Sans';
  font-size: 24px;
  color: #000946;
}
#main h4,
#main .h4 {
  margin-bottom: 20px;
  font-family: 'Droid Sans';
  font-size: 18px;
}
#main h5,
#main .h5 {
  margin-bottom: 20px;
  font-family: 'Droid Sans';
  font-size: 16px;
}
#main p {
  margin-bottom: 30px;
  line-height: 1.5em;
}
#main .gallery li {
  width: 100px;
  margin: 0 20px 20px 0;
  float: left;
}
#main .job_details {
  background: #eee;
  padding: 50px 30px;
  margin: 0 0 30px 0;
}
#main .job_details h3 {
  margin-bottom: 10px;
  font-family: 'eb_garamondregular', Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: bold;
}
#main .job_details li {
  margin: 0 0 10px 20px;
  list-style-type: disc;
  line-height: 1.5em;
}
#main .job_details li li {
  list-style: circle;
}
#main .clm2 .box {
  width: 47%;
  float: left;
}
#main .clm2 .box:nth-child(2n) {
  float: right;
}
#side {
  width: 25%;
  float: right;
}
#side .calendar {
  background: #dadada;
  padding: 30px 20px;
  color: #000946;
}
#side .calendar h2 {
  background: url(img/line01.jpg) left bottom repeat-x;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-family: 'Droid Sans';
  font-weight: 700;
  font-size: 18px;
  color: #000946;
  text-transform: uppercase;
}
#side .calendar dl {
  background: url(img/dott01.jpg) left bottom repeat-x;
  padding-bottom: 12px;
  margin-bottom: 12px;
  line-height: 1.5em;
}
#side .calendar dl dt {
  font-family: 'eb_garamondregular', Georgia, "Times New Roman", Times, serif;
}
#side .calendar dl dd {
  margin: 0;
}
#side .calendar dl dd.tl a {
  color: #de0010;
}
#side .calendar dl .btn {
  margin: 10px 0 30px;
}
footer {
  background: #000946;
}
footer #footer_in {
  max-width: 940px;
  margin: 0 auto;
  padding: 20px 0;
  font-family: 'Droid Sans';
  font-size: 11px;
  color: #fff;
  text-align: left;
}
footer #footer_in .fr {
  text-align: right;
}
footer #footer_in a {
  color: #fff;
}
footer #footer_in a:hover {
  color: #ccc;
}
footer #footer_in nav {
  margin-bottom: 30px;
}
footer #footer_in nav ul {
  width: 80%;
  margin: 0 0 10px 0;
  padding: 0;
  float: left;
}
footer #footer_in nav ul li {
  margin-right: 10px;
  display: inline;
  line-height: 2;
  text-transform: uppercase;
}
footer #footer_in nav ul:last-child {
  width: 20%;
  float: right;
  text-align: right;
}
footer #footer_in nav ul:last-child li {
  margin: 0 0 0 10px;
}
.page-template-landing-home-php {
  overflow-x: hidden;
}
.page-template-landing-home-php header {
  max-width: 398px;
  max-height: 85px;
  margin: 0 auto;
}
.page-template-landing-home-php header .logo {
  margin: 20% 0 0;
  float: none;
}
.page-template-landing-home-php #main {
  width: 2500px;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -1250px;
}
.page-template-landing-home-php #main .btn_landing {
  margin: 0 0 50px -2%;
  padding: 0;
  text-align: center;
}
.page-template-landing-home-php #main .btn_landing li {
  margin: 0 20px;
  padding: 0;
  display: inline-block;
  list-style: none;
  left: 0;
}
.page-template-landing-home-php #slider_landing {
  height: 150px;
  margin-bottom: 80px;
  padding: 0;
  overflow: hidden;
}
.page-template-landing-home-php #slider_landing li {
  width: 200px;
  margin-right: 1px;
  float: left;
}
.page-template-landing-home-php footer {
  width: 100%;
  text-align: center;
  font-family: 'eb_garamondregular', Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 1.5em;
  text-transform: none;
  position: fixed;
  bottom: 0;
}
.page-template-landing-home-php footer #footer_in {
  padding: 10px 0;
}
.page-template-landing-home-php footer .fl {
  width: 40%;
}
.page-template-landing-home-php footer .fr {
  width: 40%;
  text-align: right;
}
.simply-scroll-container {
  /* Container DIV - automatically generated */
  width: 100%;
  position: relative;
}
.simply-scroll-clip {
  /* Clip DIV - automatically generated */
  position: relative;
  overflow: hidden;
}
.simply-scroll-list {
  /* UL/OL/DIV - the element that simplyScroll is inited on */
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.page-template-art-home-php #hero,
.page-template-commercial-home-php #hero {
  background: #dadada;
}
.page-template-art-home-php #hero .img,
.page-template-commercial-home-php #hero .img {
  width: 70%;
  float: left;
}
.page-template-art-home-php #hero .txt,
.page-template-commercial-home-php #hero .txt {
  width: 20%;
  padding-top: 50px;
  margin: 0 5%;
  float: right;
}
.page-template-art-home-php #hero .txt dl,
.page-template-commercial-home-php #hero .txt dl {
  margin: 0;
  font-family: 'Droid Sans';
  line-height: 1.5em;
}
.page-template-art-home-php #hero .txt dl dt,
.page-template-commercial-home-php #hero .txt dl dt {
  margin-bottom: 5px;
  font-family: 'Droid Sans';
  font-weight: 700;
  font-size: 21px;
  color: #de0010;
  text-transform: uppercase;
  line-height: 1.3;
}
.page-template-art-home-php #hero .txt dl dd,
.page-template-commercial-home-php #hero .txt dl dd {
  margin-bottom: 20px;
}
.page-template-art-home-php #hero .txt dl dd.date,
.page-template-commercial-home-php #hero .txt dl dd.date {
  margin-bottom: 10px;
  font-family: 'eb_garamondregular', Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
}
.page-template-art-home-php #hero .txt dl dd.btn,
.page-template-commercial-home-php #hero .txt dl dd.btn {
  margin: 0;
}
.page-template-art-home-php #main .box dl,
.page-template-commercial-home-php #main .box dl {
  line-height: 1.5em;
}
.page-template-art-home-php #main .box dl dt,
.page-template-commercial-home-php #main .box dl dt {
  margin-bottom: 10px;
  font-family: 'Droid Sans';
  font-weight: 700;
  font-size: 24px;
  color: #000946;
  text-transform: uppercase;
  line-height: 1.1;
}
.page-template-art-home-php #main .box dl dd,
.page-template-commercial-home-php #main .box dl dd {
  margin-bottom: 20px;
}
.single #main p {
  margin: 0 0 15px 0;
}
.single #main p span {
  color: #000946;
  font-family: Georgia;
  text-transform: uppercase;
}
.single #main p.date {
  float: left;
  padding: 0 20px 0 0;
}
.page-template-art-auction-php #main h1,
.page-template-commercial-auction-php #main h1 {
  border: none;
  padding-bottom: 0;
}
.page-template-art-auction-php #main .held,
.page-template-commercial-auction-php #main .held {
  width: 40%;
  margin-bottom: 30px;
  float: left;
  color: #000946;
  line-height: 1.5em;
}
.page-template-art-auction-php #main .preview,
.page-template-commercial-auction-php #main .preview {
  width: 55%;
  margin-bottom: 30px;
  float: right;
  color: #000946;
  line-height: 1.5em;
}
.page-template-art-auction-php #main .preview h3,
.page-template-commercial-auction-php #main .preview h3,
.page-template-art-auction-php #main .held h3,
.page-template-commercial-auction-php #main .held h3 {
  background: #f7c8b0;
  height: 30px;
  margin-bottom: 20px;
  padding-left: 10px;
  line-height: 30px;
  font-family: 'eb_garamondregular', Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #de0010;
}
.page-template-art-auction-php #main .preview h3,
.page-template-commercial-auction-php #main .preview h3 {
  background: #dadada;
  color: #333;
}
.page-template-art-auction-php #main .preview dl,
.page-template-commercial-auction-php #main .preview dl,
.page-template-art-auction-php #main .held dl,
.page-template-commercial-auction-php #main .held dl {
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
}
.page-template-art-auction-php #main .preview dl dt,
.page-template-commercial-auction-php #main .preview dl dt,
.page-template-art-auction-php #main .held dl dt,
.page-template-commercial-auction-php #main .held dl dt {
  margin-bottom: 5px;
  float: left;
  font-family: 'eb_garamondregular', Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;
}
.page-template-art-auction-php #main .preview dl dd,
.page-template-commercial-auction-php #main .preview dl dd,
.page-template-art-auction-php #main .held dl dd,
.page-template-commercial-auction-php #main .held dl dd {
  margin: 0 0 5px 80px;
  font-family: 'eb_garamondregular', Georgia, "Times New Roman", Times, serif;
}
.page-template-art-auction-php #main .preview dl:last-child,
.page-template-commercial-auction-php #main .preview dl:last-child,
.page-template-art-auction-php #main .held dl:last-child,
.page-template-commercial-auction-php #main .held dl:last-child {
  border: none;
}
.page-template-art-auction-php #main .info_box,
.page-template-commercial-auction-php #main .info_box {
  background: #dadada;
  margin-bottom: 1px;
  padding: 20px;
  line-height: 1.5em;
}
.page-template-art-auction-php #main .info_box .contact,
.page-template-commercial-auction-php #main .info_box .contact {
  background: url(img/dott02.jpg) right top repeat-y;
  width: 42%;
  margin-right: 2%;
  padding: 10px 2% 10px 0;
  float: left;
}
.page-template-art-auction-php #main .info_box .contact dt,
.page-template-commercial-auction-php #main .info_box .contact dt {
  margin-bottom: 10px;
  font-family: 'eb_garamondregular', Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.page-template-art-auction-php #main .info_box .contact dd,
.page-template-commercial-auction-php #main .info_box .contact dd {
  margin: 0;
}
.page-template-art-auction-php #main .info_box .online,
.page-template-commercial-auction-php #main .info_box .online {
  width: 50%;
  float: right;
}
.page-template-art-auction-php #main .info_box .online .btn,
.page-template-commercial-auction-php #main .info_box .online .btn {
  width: 150px;
  margin-top: 5px;
  float: left;
  font-size: 12px;
  background: #000946;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@basecolor', endColorstr='#000738');
  /* for IE */
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #000946, #000738);
  /* for firefox 3.6+ */
}
.page-template-art-auction-php #main .info_box .online .btn a,
.page-template-commercial-auction-php #main .info_box .online .btn a {
  height: 30px;
  line-height: 30px !important;
}
.page-template-art-auction-php #main .info_box .online .btn:hover,
.page-template-commercial-auction-php #main .info_box .online .btn:hover {
  background: #000b59;
}
.page-template-art-auction-php #main .info_box .online dd,
.page-template-commercial-auction-php #main .info_box .online dd {
  margin-left: 170px;
}
.page-template-art-auction-php #main .lot,
.page-template-commercial-auction-php #main .lot {
  background: #dadada;
  padding: 30px 0;
  margin: 0 0 50px 0;
  text-align: center;
}
.page-template-art-auction-php #main .lot li,
.page-template-commercial-auction-php #main .lot li {
  margin: 0 5px 10px;
  font-size: 13px;
}
.page-template-art-auction-php #main .lot_info,
.page-template-commercial-auction-php #main .lot_info {
  border-bottom: 1px solid #aaa;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.page-template-art-auction-php #main .lot_info p,
.page-template-commercial-auction-php #main .lot_info p {
  width: 25%;
  float: left;
}
.page-template-art-auction-php #main .lot_info .txt,
.page-template-commercial-auction-php #main .lot_info .txt {
  width: 73%;
  float: right;
  font-family: 'eb_garamondregular', Georgia, "Times New Roman", Times, serif;
}
.page-template-art-auction-php #main .lot_info dl,
.page-template-commercial-auction-php #main .lot_info dl {
  margin-bottom: 0;
}
.page-template-art-auction-php #main .lot_info dl dt,
.page-template-commercial-auction-php #main .lot_info dl dt {
  margin-bottom: 10px;
  font-size: 16px;
  color: #000946;
}
.page-template-art-auction-php #main .lot_info dl dt span,
.page-template-commercial-auction-php #main .lot_info dl dt span {
  font-weight: normal;
}
.page-template-art-auction-php #main .lot_info dl dd,
.page-template-commercial-auction-php #main .lot_info dl dd {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
}
.page-template-art-auction-php #main .lot_info div p,
.page-template-commercial-auction-php #main .lot_info div p {
  width: 30%;
  margin: 0 10px 10px 0;
  font-size: 14px;
  color: #000946;
  font-weight: normal;
  text-transform: none;
}
.page-template-art-auction-php #main .lot_info div ul,
.page-template-commercial-auction-php #main .lot_info div ul {
  margin: 0;
  padding: 0;
}
.page-template-art-auction-php #main .lot_info div ul li.btn,
.page-template-commercial-auction-php #main .lot_info div ul li.btn {
  margin: 0 10px 5px 0;
  font-size: 10px;
}
.page-template-art-calendar-php #main,
.page-template-commercial-calendar-php #main {
  width: 100%;
}
.page-template-art-calendar-php #main .calendar_box,
.page-template-commercial-calendar-php #main .calendar_box {
  margin-bottom: 30px;
  font-family: 'Droid Sans';
  color: #000946;
}
.page-template-art-calendar-php #main .calendar_box dl,
.page-template-commercial-calendar-php #main .calendar_box dl {
  background: #e4e4e9;
  border-bottom: 1px solid #fff;
  margin: 0;
  font-size: 12px;
}
.page-template-art-calendar-php #main .calendar_box dl.heading,
.page-template-commercial-calendar-php #main .calendar_box dl.heading {
  background: #f7c8b0;
  font-family: 'eb_garamondregular', Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #de0010;
  font-weight: normal;
  text-align: left;
}
.page-template-art-calendar-php #main .calendar_box dl.preview,
.page-template-commercial-calendar-php #main .calendar_box dl.preview {
  background: #eee;
  color: #777;
}
.page-template-art-calendar-php #main .calendar_box dt,
.page-template-commercial-calendar-php #main .calendar_box dt {
  vertical-align: middle;
  display: inline-block;
}
.page-template-art-calendar-php #main .calendar_box dd,
.page-template-commercial-calendar-php #main .calendar_box dd {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  display: inline-block;
}
.page-template-art-calendar-php #main .calendar_box dd .btn,
.page-template-commercial-calendar-php #main .calendar_box dd .btn {
  font-size: 9px;
}
.page-template-art-calendar-php #main .calendar_box div,
.page-template-commercial-calendar-php #main .calendar_box div {
  display: inline;
}
.page-template-art-calendar-php #main .calendar_box .number,
.page-template-commercial-calendar-php #main .calendar_box .number {
  width: 10%;
  text-align: center;
  font-family: 'eb_garamondregular', Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
}
.page-template-art-calendar-php #main .calendar_box .thumbnail,
.page-template-commercial-calendar-php #main .calendar_box .thumbnail {
  width: 10%;
}
.page-template-art-calendar-php #main .calendar_box .name,
.page-template-commercial-calendar-php #main .calendar_box .name {
  width: 30%;
}
.page-template-art-calendar-php #main .calendar_box .location,
.page-template-commercial-calendar-php #main .calendar_box .location {
  width: 20%;
}
.page-template-art-calendar-php #main .calendar_box .date,
.page-template-commercial-calendar-php #main .calendar_box .date {
  width: 15%;
}
.page-template-art-calendar-php #main .calendar_box .view,
.page-template-commercial-calendar-php #main .calendar_box .view {
  width: 10%;
}
.page-template-art-personnel-php #main h1,
.page-template-commercial-personnel-php #main h1 {
  margin-bottom: 70px;
}
.page-template-art-personnel-php #main .personnel_box .box,
.page-template-commercial-personnel-php #main .personnel_box .box {
  border-bottom: 1px solid #aaa;
  width: 49%;
  min-height: 100px;
  margin-bottom: 70px;
  float: left;
  position: relative;
}
.page-template-art-personnel-php #main .personnel_box .box .pic,
.page-template-commercial-personnel-php #main .personnel_box .box .pic {
  max-width: 40%;
  margin: 0;
  float: left;
}
.page-template-art-personnel-php #main .personnel_box .box .txt,
.page-template-commercial-personnel-php #main .personnel_box .box .txt {
  width: 50%;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 11px;
}
.page-template-art-personnel-php #main .personnel_box .box .txt h2,
.page-template-commercial-personnel-php #main .personnel_box .box .txt h2 {
  font-size: 16px;
  color: #000946;
}
.page-template-art-personnel-php #main .personnel_box .box .txt .tl,
.page-template-commercial-personnel-php #main .personnel_box .box .txt .tl {
  font-family: 'eb_garamondregular', Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  color: #000946;
}
.page-template-art-personnel-php #main .personnel_box .box .txt .section,
.page-template-commercial-personnel-php #main .personnel_box .box .txt .section {
  font-family: 'eb_garamondregular', Georgia, "Times New Roman", Times, serif;
  color: #de0010;
}
.page-template-art-personnel-php #main .personnel_box .box p,
.page-template-commercial-personnel-php #main .personnel_box .box p {
  margin: 0;
}
.page-template-art-contact-php #main .box,
.page-template-commercial-contact-php #main .box {
  margin-bottom: 30px;
  line-height: 1.5em;
}
.page-template-art-contact-php #main .box h2,
.page-template-commercial-contact-php #main .box h2 {
  margin-bottom: 10px;
  font-family: 'Droid Sans';
  font-weight: 700;
  font-size: 24px;
  color: #000946;
  text-transform: uppercase;
}
.page-template-art-contact-php #main .box h3,
.page-template-commercial-contact-php #main .box h3 {
  margin-bottom: 10px;
  font-family: 'eb_garamondregular', Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #000946;
}
.page-template-art-contact-php #main .box dt,
.page-template-commercial-contact-php #main .box dt {
  width: 70px;
  float: left;
  font-family: 'eb_garamondregular', Georgia, "Times New Roman", Times, serif;
  color: #000946;
  text-transform: uppercase;
}
.page-template-art-contact-php #main .box dd,
.page-template-commercial-contact-php #main .box dd {
  margin-left: 80px;
}
.category-arts #main .post,
.category-commercial #main .post {
  border-bottom: 1px dashed #000946;
  margin-bottom: 50px;
}
.category-arts #main .post .img,
.category-commercial #main .post .img {
  width: 150px;
  float: left;
}
.category-arts #main .post .img img,
.category-commercial #main .post .img img {
  width: 150px;
  height: 150px;
}
.category-arts #main .post .txt,
.category-commercial #main .post .txt {
  width: 470px;
  float: right;
}
.category-arts #main .post .txt h2,
.category-commercial #main .post .txt h2 {
  background: none;
  margin-bottom: 10px;
  padding: 0;
  font-family: 'Droid Sans';
  font-size: 24px;
  line-height: 1.3;
  color: #000946;
}
.category-arts #main .post .txt .date,
.category-commercial #main .post .txt .date {
  margin-bottom: 10px;
  font-family: 'eb_garamondregular', Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  font-style: italic;
}
.page-id-21 #main .clm2 .box,
.page-id-176 #main .clm2 .box {
  width: 47%;
  float: right;
}
.page-id-21 #main .clm2 .box:nth-child(2n),
.page-id-176 #main .clm2 .box:nth-child(2n) {
  float: left;
}
.page-id-21 #main h2,
.page-id-176 #main h2 {
  background: #f7c8b0;
  margin-bottom: 20px;
  padding: 8px 10px;
  font-family: 'eb_garamondregular', Georgia, "Times New Roman", Times, serif;
  font-size: 13px;
  color: #de0010;
}
.page-id-21 #main .wpcf7-form label,
.page-id-176 #main .wpcf7-form label {
  margin-bottom: 5px;
  display: block;
  font-family: 'Droid Sans';
  color: #000946;
  text-transform: uppercase;
}
.page-id-21 #main .wpcf7-form textarea,
.page-id-176 #main .wpcf7-form textarea,
.page-id-21 #main .wpcf7-form input,
.page-id-176 #main .wpcf7-form input {
  background: #dadada;
  border: none;
  height: 30px;
  padding: 0 10px;
  margin-bottom: 20px;
  display: block;
  color: #333;
}
.page-id-21 #main .wpcf7-form textarea,
.page-id-176 #main .wpcf7-form textarea {
  height: 105px;
  padding: 10px;
}
.page-id-21 #main .wpcf7-form .clmn4 .box input,
.page-id-176 #main .wpcf7-form .clmn4 .box input {
  width: 160px;
}
.page-id-21 #main .wpcf7-form input.wpcf7-file,
.page-id-176 #main .wpcf7-form input.wpcf7-file {
  background: none;
  border: none;
  margin-bottom: 10px;
  padding: 0;
}
.page-id-21 #main .wpcf7-form .wpcf7-list-item input,
.page-id-176 #main .wpcf7-form .wpcf7-list-item input {
  margin-left: 0px;
  display: inline;
  height: 13px;
  line-height: 13px;
}
.page-id-21 #main .wpcf7-form .wpcf7-submit,
.page-id-176 #main .wpcf7-form .wpcf7-submit {
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Droid Sans';
  font-weight: 700;
  font-size: 11px;
  border-radius: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #555;
  /* for non-css3 browsers */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777', endColorstr='#555');
  /* for IE */
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #777, #555);
  /* for firefox 3.6+ */
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
  padding: 0 15px;
  margin: 0 0 0 40px;
}
/*#main .wpcf7-form textarea,
#main .wpcf7-form input {
	background:#ddd;
	border:none;
	height:30px;
	padding:0 10px;
	margin-bottom:10px;
	display:block;
	height:30px;
	font-family:@headingfont;
	.font-size(11);
}
#main .wpcf7-form textarea {
	height:110px;
	padding:10px;
}
#main .wpcf7-form .wpcf7-submit {
	background:@basecolor;
	border:none;
	height:30px;
	padding:0 20px;
	line-height:30px;
	color:@white;
	text-transform:uppercase;
	font-family:@headingfont;
	.font-size(11);
	.border-radius(5px, 5px, 5px, 5px);
}
*/
.flexslider {
  margin: 0;
  padding: 0;
  min-height: 400px;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides {
  margin: 0;
  padding: 0;
}
.flexslider .slides li {
  list-style: none;
}
.flexslider .slides li.flex-active-slide div.clearfix {
  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;
  height: 400px;
  margin: 0 auto;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background: #ebebeb;
}
.loading .flex-viewport {
  -webkit-backface-visibility: #ebebeb;
          backface-visibility: #ebebeb;
}
.flexslider .slides {
  zoom: 1;
}
/* Direction Nav */
.flex-direction-nav {
  margin: 0;
  padding: 0;
}
.flex-direction-nav li {
  list-style: none;
}
.flex-direction-nav a {
  width: 30px;
  height: 30px;
  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: -520px;
  z-index: 10;
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  left: auto;
  right: 50%;
  margin-right: -520px;
}
.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: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -50px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #000946;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #de0010;
}
.flex-control-paging li a.flex-active {
  background: #de0010;
  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;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
img.alignleft {
  margin: 0px 30px 12px 0;
}
img.alignright {
  margin: 0px 0 12px 30px;
}
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;
}
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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.3;
}
span.wpcf7-not-valid-tip {
  position: absolute !important;
  top: -40px !important;
  left: 0px !important;
  z-index: 100 !important;
  padding: 4px 12px 6px !important;
  border-radius: 1px !important;
  margin-top: 0px !important;
  background-color: #FFE0E0 !important;
  border: 1px solid #E65555 !important;
  color: #893737 !important;
  width: 282px !important;
  text-align: center !important;
}
.your-postcode span.wpcf7-not-valid-tip,
.your-state span.wpcf7-not-valid-tip {
  width: 120px !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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main .pdf-downloads {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#main .pdf-downloads li {
  background: url(img/pdf_icon.png) no-repeat left top;
  padding: 7px 0 22px 35px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #9A9A97;
  font-weight: bold;
  position: relative;
  left: 0;
}
@media only screen and (max-width: 1054px) {
  .flex-direction-nav a {
    margin-left: -460px;
  }
  .flex-direction-nav .flex-next {
    margin-right: -460px;
  }
}
@media only screen and (max-width: 1024px) {
  #main {
    width: 68%;
    padding-left: 2%;
  }
  .page-template-art-calendar-php #main,
  .page-template-commercial-calendar-php #main {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 950px) {
  .flexslider {
    min-height: 0;
  }
}
@media only screen and (max-width: 940px) {
  footer #footer_in {
    padding: 20px 2%;
  }
  .page-template-art-calendar-php #main,
  .page-template-commercial-calendar-php #main {
    width: 96%;
    padding: 0 2%;
  }
}
@media only screen and (max-width: 860px) {
  .flex-direction-nav {
    display: none;
  }
  .page-template-art-home-php #hero .txt,
  .page-template-commercial-home-php #hero .txt {
    padding: 20px 0;
  }
  .page-template-art-auction-php #main .info_box .contact,
  .page-template-commercial-auction-php #main .info_box .contact {
    background: none;
  }
}
@media only screen and (max-width: 768px) {
  .flex-viewport {
    height: auto;
  }
  header {
    width: 90%;
    padding: 0 5%;
  }
  header #header_in .btn {
    left: -25px;
    top: 135px;
  }
  #main {
    width: 90%;
    padding: 0 5%;
  }
  .page-template-art-calendar-php #main,
  .page-template-commercial-calendar-php #main {
    width: 96%;
    padding: 0 2%;
  }
  #side {
    width: 100%;
    padding-bottom: 20px;
    float: left;
  }
  #side p {
    margin-right: 20px;
    float: left;
  }
  footer #footer_in {
    padding: 20px 0;
  }
  footer #footer_in nav {
    margin: 0;
  }
  footer #footer_in nav ul {
    width: 100%;
    margin-bottom: 20px;
    float: none;
    text-align: center;
  }
  footer #footer_in nav ul li {
    margin: 0 10px;
    display: inline;
  }
  footer #footer_in nav ul:last-child {
    float: none;
    text-align: center;
    width: auto;
  }
  footer #footer_in p {
    margin-bottom: 0;
    float: none;
    text-align: center;
  }
  .page-template-landing-home-php header .logo {
    margin: 100px auto;
  }
  .page-template-landing-home-php footer #footer_in .fl {
    text-align: left;
  }
  .page-template-art-home-php #hero .img,
  .page-template-commercial-home-php #hero .img {
    width: 100%;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  .page-template-art-home-php #hero .txt,
  .page-template-commercial-home-php #hero .txt {
    width: 86%;
    padding: 20px 7%;
    margin: 0;
    float: none;
  }
  .page-template-art-home-php #hero .txt dl dt,
  .page-template-commercial-home-php #hero .txt dl dt {
    padding-right: 20px;
    display: inline;
  }
  .page-template-art-home-php #hero .txt dl dd,
  .page-template-commercial-home-php #hero .txt dl dd {
    clear: both;
  }
  .page-template-art-home-php #hero .txt dl dd.date,
  .page-template-commercial-home-php #hero .txt dl dd.date {
    display: inline;
  }
}
@media only screen and (max-width: 680px) {
  header #header_in .btn {
    position: fixed;
    top: 6px;
    left: 5%;
    z-index: 101;
  }
  .toggleMenu {
    background: #000946;
    width: 95%;
    padding: 7px 5% 7px 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    text-align: right;
  }
  nav {
    width: 100%;
    z-index: 10;
  }
  nav #menu-main {
    width: 100%;
    background: #000946;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
    position: fixed;
    left: 0;
    top: 0;
    float: none;
    margin: 0;
    display: none;
  }
  nav #menu-main li {
    background: #000946;
    border-bottom: 1px solid #000e6a;
    margin: 0;
    float: none;
    font-size: 12px;
  }
  nav #menu-main li ul {
    position: inherit;
    top: 0;
    left: auto;
  }
  nav #menu-main li ul li {
    border-top: 1px solid #000e6a;
    border-bottom: none;
    background: none;
    width: 100%;
    font-size: 11px;
    text-indent: 2em;
  }
  nav #menu-main li ul li a {
    padding: 10px;
    color: #fff;
  }
  nav #menu-main li ul li ul {
    left: 0;
  }
  nav #menu-main li ul li ul li {
    border-top: 1px solid #000e6a;
    border-bottom: 0;
    background: none;
    text-indent: 4em;
  }
  nav #menu-main li ul li ul li a {
    padding: 10px;
  }
  nav #menu-main li ul li ul li a:hover {
    background: #001393 !important;
  }
  nav #menu-main li ul li:hover {
    background: #001079;
  }
  nav #menu-main li ul li:last-child {
    border-top: 1px solid #000e6a;
  }
  nav #menu-main li a {
    padding: 10px;
    color: #fff;
  }
  nav #menu-main li:hover {
    background: #000c60;
  }
  nav #menu-main li > a.parent:hover,
  nav #menu-main li > a.parent {
    background: url(img/bg_parent01.png) 95% center no-repeat;
  }
  nav #menu-main li.hover > a.parent:hover,
  nav #menu-main li.hover > a.parent {
    background: url(img/bg_parent02.png) 95% center no-repeat;
  }
  nav #menu-main li:last-child {
    border: none;
  }
  nav #menu-main li.hover ul {
    display: block;
  }
  #others {
    width: 100%;
    position: inherit;
  }
  #others #others_in {
    height: 85px;
    padding: 0 20px;
  }
  #others #others_in section {
    float: left;
  }
  #others #others_in .socialmedia {
    margin: 0;
    padding: 0;
    position: inherit;
  }
  #others #others_in .search {
    margin-bottom: 20px;
    position: inherit;
  }
  #others #others_in .subscribe {
    position: inherit;
    float: right;
  }
  .personnel #main .personnel_box .box {
    width: 100%;
  }
  .personnel #main .personnel_box .box .pic {
    width: 35%;
  }
  .personnel #main .personnel_box .box .txt {
    width: 60%;
    font-size: 13px;
  }
  .personnel #main .personnel_box .box .txt h2 {
    font-size: 18px;
  }
  .personnel #main .personnel_box .box .txt .tl {
    font-size: 14px;
  }
  .personnel #main .personnel_box .box .txt .section {
    font-size: 14px;
  }
  .page-template-art-calendar-php #main .calendar_box dl,
  .page-template-commercial-calendar-php #main .calendar_box dl {
    padding: 5px 0;
  }
  .page-template-art-calendar-php #main .calendar_box dl .boxL,
  .page-template-commercial-calendar-php #main .calendar_box dl .boxL {
    width: 26%;
    padding: 0 2%;
    display: block;
    float: left;
  }
  .page-template-art-calendar-php #main .calendar_box dl .boxL .thumbnail,
  .page-template-commercial-calendar-php #main .calendar_box dl .boxL .thumbnail {
    width: 100%;
  }
  .page-template-art-calendar-php #main .calendar_box dl .boxR,
  .page-template-commercial-calendar-php #main .calendar_box dl .boxR {
    width: 70%;
    display: block;
    float: right;
  }
  .page-template-art-calendar-php #main .calendar_box dl .boxR dd,
  .page-template-commercial-calendar-php #main .calendar_box dl .boxR dd {
    width: 100%;
  }
  .page-template-art-calendar-php #main .calendar_box dl.heading dt,
  .page-template-commercial-calendar-php #main .calendar_box dl.heading dt,
  .page-template-art-calendar-php #main .calendar_box dl.heading dd,
  .page-template-commercial-calendar-php #main .calendar_box dl.heading dd {
    display: none;
  }
  .page-template-art-auction-php #main .info_box .contact,
  .page-template-commercial-auction-php #main .info_box .contact {
    border-bottom: 1px dashed #aaa;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
  .page-template-art-auction-php #main .info_box .online,
  .page-template-commercial-auction-php #main .info_box .online {
    width: 100%;
    float: left;
  }
  .flex-viewport {
    height: 100%;
  }
}
@media only screen and (max-width: 550px) {
  #others #others_in {
    height: 100px;
    text-align: center;
  }
  #others #others_in section {
    float: none;
  }
  #others #others_in .socialmedia {
    margin: 0 auto 10px;
  }
  #others #others_in .socialmedia li {
    display: inline;
  }
  #others #others_in #keyword_search_form {
    margin: 0 auto 20px;
    float: none;
  }
  #others #others_in .subscribe {
    margin: 0 auto 10px;
    float: none;
    text-align: center;
  }
  #others #others_in .subscribe img {
    display: none;
  }
  #others #others_in .subscribe span {
    display: block !important;
    text-transform: uppercase;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  #hero p span,
  #hero h1 span,
  #hero p span,
  #hero h1 span {
    font-size: 30px;
    left: 5%;
    bottom: 10px;
  }
  .page-template-art-home-php #main .clm2 .box,
  .page-template-commercial-home-php #main .clm2 .box {
    width: 100%;
    float: none;
  }
  #main .clm2 .box {
    width: 100%;
    overflow: hidden;
  }
  .personnel #main .personnel_box .box .pic {
    width: 35%;
  }
  .personnel #main .personnel_box .box .txt {
    width: 60%;
    bottom: 5px;
    font-size: 11px;
  }
  .personnel #main .personnel_box .box .txt h2 {
    margin-bottom: 0;
    font-size: 14px;
  }
  .personnel #main .personnel_box .box .txt .tl {
    font-size: 11px;
  }
  .personnel #main .personnel_box .box .txt .section {
    font-size: 11px;
  }
  .page-template-art-auction-php #main .info_box .online .btn,
  .page-template-commercial-auction-php #main .info_box .online .btn,
  .page-template-art-auction-php #main .info_box .online dd,
  .page-template-commercial-auction-php #main .info_box .online dd {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    float: none;
    text-align: center;
  }
  .page-template-art-auction-php #main .lot_info p,
  .page-template-commercial-auction-php #main .lot_info p {
    width: 100%;
    text-align: center;
  }
  .page-template-art-auction-php #main .lot_info .txt,
  .page-template-commercial-auction-php #main .lot_info .txt {
    width: 100%;
  }
  .page-template-art-auction-php #main .lot_info .txt p,
  .page-template-commercial-auction-php #main .lot_info .txt p {
    width: 100%;
  }
  .page-template-art-auction-php #main .held,
  .page-template-commercial-auction-php #main .held,
  .page-template-art-auction-php #main .preview,
  .page-template-commercial-auction-php #main .preview {
    width: 100%;
  }
  .page-template-landing-home-php header .logo {
    margin: 30px auto;
  }
  .page-template-landing-home-php #main {
    width: 100%;
    height: 300px;
    margin: -150px 0 0 -50%;
    padding: 0;
    text-align: center;
    display: table;
  }
  .page-template-landing-home-php #main .btn_landing {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
  }
  .page-template-landing-home-php #main .btn_landing li {
    width: 80%;
    display: block;
    margin: 0 auto 10px auto;
  }
  .page-template-landing-home-php #slider_landing {
    display: none;
  }
  .page-template-landing-home-php footer #footer_in .fl,
  .page-template-landing-home-php footer #footer_in .fr {
    width: 100%;
    float: none;
    text-align: center;
  }
}
@media only screen and (max-width: 320px) {
  .page-template-landing-home-php #main .btn_landing li {
    width: 60%;
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 1.5), only screen and (max--moz-device-pixel-ratio: 1.5), only screen and (max-device-pixel-ratio: 1.5) {
  /* Styles */
}
@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
/* MAGNIFIC POPUP */
div.mfp-bg.rpjc-magnific {
  background: rgba(0, 0, 0, 0.9);
  opacity: 1;
}
div.rpjc-magnific .mfp-container {
  padding-top: 80px;
}
div.rpjc-magnific .mfp-close {
  width: 80px;
  height: 80px;
  padding: 0;
  margin: 0;
  background: none;
  opacity: 1;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.rpjc-magnific .mfp-close span {
  width: 40px;
  height: 1px;
  display: block;
  margin-top: 20px;
  margin-left: 20px;
  background: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.rpjc-magnific .mfp-close span:first-child {
  -webkit-transform: translateY(21px) rotate(-45deg);
          transform: translateY(21px) rotate(-45deg);
}
div.rpjc-magnific .mfp-close span:last-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
div.rpjc-magnific .mfp-close:hover span {
  background: $color1;
}
div.rpjc-magnific .mfp-title {
  padding: 10px 0;
  font-size: 16px;
}
div.rpjc-magnific .mfp-counter {
  padding: 10px 0;
}
div.rpjc-magnific .mfp-arrow {
  width: auto;
  height: 50px;
  margin-top: -25px;
  cursor: pointer;
  opacity: 1;
  z-index: 1046;
  -webkit-transform: scale(1);
          transform: scale(1);
}
div.rpjc-magnific .mfp-arrow span {
  width: 30px;
  height: 1px;
  display: block;
  background: #FFF;
  position: relative;
  top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.rpjc-magnific .mfp-arrow.mfp-arrow-left {
  left: 20px;
}
div.rpjc-magnific .mfp-arrow.mfp-arrow-left span:first-child {
  -webkit-transform: translateY(22px) rotate(45deg);
          transform: translateY(22px) rotate(45deg);
}
div.rpjc-magnific .mfp-arrow.mfp-arrow-left span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
div.rpjc-magnific .mfp-arrow.mfp-arrow-right {
  right: 20px;
}
div.rpjc-magnific .mfp-arrow.mfp-arrow-right span:first-child {
  -webkit-transform: translateY(22px) rotate(-45deg);
          transform: translateY(22px) rotate(-45deg);
}
div.rpjc-magnific .mfp-arrow.mfp-arrow-right span:last-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
div.rpjc-magnific .mfp-arrow:before,
div.rpjc-magnific .mfp-arrow:after {
  display: none;
}
div.rpjc-magnific .mfp-arrow:hover span {
  background: #de0010;
}
/* SUBSCRIBE POPUP */
#subscribe-popup {
  width: auto;
  max-width: 750px;
  margin: 20px auto;
  padding: 0;
  position: relative;
  background: #FFF;
  border-top: 10px solid #de0010;
  font-family: 'Droid Sans';
}
#subscribe-popup .mfp-close span {
  background: #0b144e;
}
#subscribe-popup .mfp-close:hover span {
  background: #de0010;
}
#subscribe-popup .inner {
  padding: 60px 10%;
  text-align: center;
}
#subscribe-popup img {
  display: block;
  margin: 0 auto 50px;
}
#subscribe-popup h3 {
  margin: 0 0 15px;
  letter-spacing: 1px;
  font-size: 36px;
  font-weight: 700;
  font-family: 'Droid Sans';
  color: #de0010;
  text-transform: uppercase;
}
#subscribe-popup p {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Droid Sans';
  color: #000946;
}
#subscribe-popup div.gform_wrapper {
  margin: 0;
  font-family: 'Droid Sans';
}
#subscribe-popup div.gform_wrapper div.gform_body ul.gform_fields li.gfield {
  margin: 0 0 20px;
  padding-right: 0;
}
#subscribe-popup div.gform_wrapper div.gform_body ul.gform_fields li.gfield .gfield_label {
  display: none;
}
#subscribe-popup div.gform_wrapper div.gform_body ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#subscribe-popup div.gform_wrapper div.gform_body ul.gform_fields li.gfield textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 15px;
  border: 1px solid #b3b3b3;
  background: #FFF;
  font-size: 20px;
  font-family: 'Droid Sans';
  line-height: 1;
}
#subscribe-popup div.gform_wrapper div.gform_footer {
  margin: 20px 0 0;
  padding: 0;
}
#subscribe-popup div.gform_wrapper div.gform_footer input[type="submit"].gform_button {
  width: 100%;
  display: block;
  padding: 20px;
  line-height: 1 !important;
  min-height: 0 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#000946), to(#000738));
  background: linear-gradient(to bottom, #000946, #000738);
  color: #FFF;
  font-size: 20px;
  font-family: 'Droid Sans';
  border: none;
  border-radius: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*# sourceMappingURL=style.css.map */