@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: "Museo Sans";
  src: url('../fonts/museosans_700-webfont.eot?1448181518');
  src: url('../fonts/museosans_700-webfont.eot?&1448181518#iefix') format('embedded-opentype'), url('../fonts/museosans_700-webfont.woff?1448181526') format('woff'), url('../fonts/museosans_700-webfont.ttf?1448181525') format('truetype'), url('../fonts/museosans_700-webfont.svg?1448181522') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url('../fonts/museosans_500-webfont.eot?1448181508');
  src: url('../fonts/museosans_500-webfont.eot?&1448181508#iefix') format('embedded-opentype'), url('../fonts/museosans_500-webfont.woff?1448181516') format('woff'), url('../fonts/museosans_500-webfont.ttf?1448181515') format('truetype'), url('../fonts/museosans_500-webfont.svg?1448181513') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url('../fonts/museosans-300-webfont.eot?1448181495');
  src: url('../fonts/museosans-300-webfont.eot?&1448181495#iefix') format('embedded-opentype'), url('../fonts/museosans-300-webfont.woff?1448181508') format('woff'), url('../fonts/museosans-300-webfont.ttf?1448181501') format('truetype'), url('../fonts/museosans-300-webfont.svg?1448181499') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url('../fonts/museosans-100-webfont.eot?1448181467');
  src: url('../fonts/museosans-100-webfont.eot?&1448181467#iefix') format('embedded-opentype'), url('../fonts/museosans-100-webfont.woff?1448181493') format('woff'), url('../fonts/museosans-100-webfont.ttf?1448181491') format('truetype'), url('../fonts/museosans-100-webfont.svg?1448181487') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Gentium Basic";
  src: url('../fonts/GenBasR-webfont.eot?1448181992');
  src: url('../fonts/GenBasR-webfont.eot?&1448181992#iefix') format('embedded-opentype'), url('../fonts/GenBasR-webfont.woff?1448182000') format('woff'), url('../fonts/GenBasR-webfont.ttf?1448181999') format('truetype'), url('../fonts/GenBasR-webfont.svg?1448181995') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gentium Basic";
  src: url('../fonts/GenBasI-webfont.eot?1448181964');
  src: url('../fonts/GenBasI-webfont.eot?&1448181964#iefix') format('embedded-opentype'), url('../fonts/GenBasI-webfont.woff?1448181985') format('woff'), url('../fonts/GenBasI-webfont.ttf?1448181984') format('truetype'), url('../fonts/GenBasI-webfont.svg?1448181981') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gentium Basic";
  src: url('../fonts/GenBasB-webfont.eot?1448181937');
  src: url('../fonts/GenBasB-webfont.eot?&1448181937#iefix') format('embedded-opentype'), url('../fonts/GenBasB-webfont.woff?1448181946') format('woff'), url('../fonts/GenBasB-webfont.ttf?1448181943') format('truetype'), url('../fonts/GenBasB-webfont.svg?1448181940') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gentium Basic";
  src: url('../fonts/GenBasBI-webfont.eot?1448181947');
  src: url('../fonts/GenBasBI-webfont.eot?&1448181947#iefix') format('embedded-opentype'), url('../fonts/GenBasBI-webfont.woff?1448181954') format('woff'), url('../fonts/GenBasBI-webfont.ttf?1448181953') format('truetype'), url('../fonts/GenBasBI-webfont.svg?1448181950') format('svg');
  font-weight: bold;
  font-style: italic;
}
.color-primary,
.link-primary,
.link-primary:visited,
.text-primary {
  color: #414146;;
}

.fill-primary {
  fill: #0fb7fe;
}

.link-primary:hover {
  color: #01abf2;
}

.background-primary,
.btn-primary {
  background-color: #FFF;
}

.border-primary,
.btn-stroke-primary {
  border-color: #0fb7fe;
}

.btn.btn-stroke-primary,
.btn.btn-stroke-primary:visited {
  color: #0fb7fe;
  border-style: solid;
  border-width: 1px;
}

.btn-stroke-primary:hover,
.btn-stroke-primary:visited:hover {
  background-color: #0fb7fe;
}

.btn-primary:hover,
.btn-primary:visited:hover {
  background-color: #01abf2;
}

.option-group-primary > .option-item {
  background-color: #0fb7fe;
}
.option-group-primary > .option-item:nth-child(0) {
  background-color: #0fb7fe;
}
.option-group-primary > .option-item:nth-child(0):hover {
  background-color: #01b2fd;
}
.option-group-primary > .option-item:nth-child(0) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-primary > .option-item:nth-child(1) {
  background-color: #05b4fe;
}
.option-group-primary > .option-item:nth-child(1):hover {
  background-color: #01abf2;
}
.option-group-primary > .option-item:nth-child(1) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-primary > .option-item:nth-child(2) {
  background-color: #01aef8;
}
.option-group-primary > .option-item:nth-child(2):hover {
  background-color: #01a4e8;
}
.option-group-primary > .option-item:nth-child(2) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-primary > .option-item:nth-child(3) {
  background-color: #01a7ed;
}
.option-group-primary > .option-item:nth-child(3):hover {
  background-color: #019cde;
}
.option-group-primary > .option-item:nth-child(3) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-primary > .option-item:nth-child(4) {
  background-color: #01a0e3;
}
.option-group-primary > .option-item:nth-child(4):hover {
  background-color: #0195d4;
}
.option-group-primary > .option-item:nth-child(4) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}

.color-danger,
.link-danger,
.link-danger:visited,
.text-danger {
  color: #E4241F;
}

.fill-danger {
  fill: #E4241F;
}

.link-danger:hover {
  color: #d01e19;
}

.background-danger,
.btn-danger {
  background-color: #E4241F;
}

.border-danger,
.btn-stroke-danger {
  border-color: #E4241F;
}

.btn.btn-stroke-danger,
.btn.btn-stroke-danger:visited {
  color: #E4241F;
  border-style: solid;
  border-width: 1px;
}

.btn-stroke-danger:hover,
.btn-stroke-danger:visited:hover {
  background-color: #E4241F;
}

.btn-danger:hover,
.btn-danger:visited:hover {
  background-color: #d01e19;
}

.option-group-danger > .option-item {
  background-color: #E4241F;
}
.option-group-danger > .option-item:nth-child(0) {
  background-color: #e4241f;
}
.option-group-danger > .option-item:nth-child(0):hover {
  background-color: #d91f1a;
}
.option-group-danger > .option-item:nth-child(0) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-danger > .option-item:nth-child(1) {
  background-color: #de201b;
}
.option-group-danger > .option-item:nth-child(1):hover {
  background-color: #d01e19;
}
.option-group-danger > .option-item:nth-child(1) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-danger > .option-item:nth-child(2) {
  background-color: #d51e1a;
}
.option-group-danger > .option-item:nth-child(2):hover {
  background-color: #c71c18;
}
.option-group-danger > .option-item:nth-child(2) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-danger > .option-item:nth-child(3) {
  background-color: #cc1d19;
}
.option-group-danger > .option-item:nth-child(3):hover {
  background-color: #be1b17;
}
.option-group-danger > .option-item:nth-child(3) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-danger > .option-item:nth-child(4) {
  background-color: #c31c17;
}
.option-group-danger > .option-item:nth-child(4):hover {
  background-color: #b51a16;
}
.option-group-danger > .option-item:nth-child(4) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}

.color-default,
.link-default,
.link-default:visited,
.text-default {
  color: #28282e;
}

.fill-default {
  fill: #28282e;
}

.link-default:hover {
  color: #1c1c20;
}

.background-default,
.btn-default {
  background-color: #28282e;
}

.border-default,
.btn-stroke-default {
  border-color: #28282e;
}

.btn.btn-stroke-default,
.btn.btn-stroke-default:visited {
  color: #28282e;
  border-style: solid;
  border-width: 1px;
}

.btn-stroke-default:hover,
.btn-stroke-default:visited:hover {
  background-color: #28282e;
}

.btn-default:hover,
.btn-default:visited:hover {
  background-color: #1c1c20;
}

.option-group-default > .option-item {
  background-color: #28282e;
}
.option-group-default > .option-item:nth-child(0) {
  background-color: #28282e;
}
.option-group-default > .option-item:nth-child(0):hover {
  background-color: #212126;
}
.option-group-default > .option-item:nth-child(0) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-default > .option-item:nth-child(1) {
  background-color: #232329;
}
.option-group-default > .option-item:nth-child(1):hover {
  background-color: #1c1c20;
}
.option-group-default > .option-item:nth-child(1) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-default > .option-item:nth-child(2) {
  background-color: #1f1f23;
}
.option-group-default > .option-item:nth-child(2):hover {
  background-color: #17171b;
}
.option-group-default > .option-item:nth-child(2) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-default > .option-item:nth-child(3) {
  background-color: #1a1a1e;
}
.option-group-default > .option-item:nth-child(3):hover {
  background-color: #131315;
}
.option-group-default > .option-item:nth-child(3) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-default > .option-item:nth-child(4) {
  background-color: #151518;
}
.option-group-default > .option-item:nth-child(4):hover {
  background-color: #0e0e10;
}
.option-group-default > .option-item:nth-child(4) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}

.color-secondary,
.link-secondary,
.link-secondary:visited,
.text-secondary {
  color: #94ADB7;
}

.fill-secondary {
  fill: #94ADB7;
}

.link-secondary:hover {
  color: #85a1ad;
}

.background-secondary,
.btn-secondary {
  background-color: #94ADB7;
}

.border-secondary,
.btn-stroke-secondary {
  border-color: #94ADB7;
}

.btn.btn-stroke-secondary,
.btn.btn-stroke-secondary:visited {
  color: #94ADB7;
  border-style: solid;
  border-width: 1px;
}

.btn-stroke-secondary:hover,
.btn-stroke-secondary:visited:hover {
  background-color: #94ADB7;
}

.btn-secondary:hover,
.btn-secondary:visited:hover {
  background-color: #85a1ad;
}

.option-group-secondary > .option-item {
  background-color: #94ADB7;
}
.option-group-secondary > .option-item:nth-child(0) {
  background-color: #94adb7;
}
.option-group-secondary > .option-item:nth-child(0):hover {
  background-color: #8ba6b1;
}
.option-group-secondary > .option-item:nth-child(0) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-secondary > .option-item:nth-child(1) {
  background-color: #8ea8b3;
}
.option-group-secondary > .option-item:nth-child(1):hover {
  background-color: #85a1ad;
}
.option-group-secondary > .option-item:nth-child(1) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-secondary > .option-item:nth-child(2) {
  background-color: #88a4af;
}
.option-group-secondary > .option-item:nth-child(2):hover {
  background-color: #7f9da9;
}
.option-group-secondary > .option-item:nth-child(2) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-secondary > .option-item:nth-child(3) {
  background-color: #829fab;
}
.option-group-secondary > .option-item:nth-child(3):hover {
  background-color: #7998a5;
}
.option-group-secondary > .option-item:nth-child(3) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-secondary > .option-item:nth-child(4) {
  background-color: #7c9aa7;
}
.option-group-secondary > .option-item:nth-child(4):hover {
  background-color: #7293a0;
}
.option-group-secondary > .option-item:nth-child(4) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}

.color-secondary-lighten,
.link-secondary-lighten,
.link-secondary-lighten:visited,
.text-secondary-lighten {
  color: #ECF9FF;
}

.fill-secondary-lighten {
  fill: #ECF9FF;
}

.link-secondary-lighten:hover {
  color: #d3f1ff;
}

.background-secondary-lighten,
.btn-secondary-lighten {
  background-color: #ECF9FF;
}

.border-secondary-lighten,
.btn-stroke-secondary-lighten {
  border-color: #ECF9FF;
}

.btn.btn-stroke-secondary-lighten,
.btn.btn-stroke-secondary-lighten:visited {
  color: #ECF9FF;
  border-style: solid;
  border-width: 1px;
}

.btn-stroke-secondary-lighten:hover,
.btn-stroke-secondary-lighten:visited:hover {
  background-color: #ECF9FF;
}

.btn-secondary-lighten:hover,
.btn-secondary-lighten:visited:hover {
  background-color: #d3f1ff;
}

.option-group-secondary-lighten > .option-item {
  background-color: #ECF9FF;
}
.option-group-secondary-lighten > .option-item:nth-child(0) {
  background-color: #ecf9ff;
}
.option-group-secondary-lighten > .option-item:nth-child(0):hover {
  background-color: #ddf4ff;
}
.option-group-secondary-lighten > .option-item:nth-child(0) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-secondary-lighten > .option-item:nth-child(1) {
  background-color: #e2f6ff;
}
.option-group-secondary-lighten > .option-item:nth-child(1):hover {
  background-color: #d3f1ff;
}
.option-group-secondary-lighten > .option-item:nth-child(1) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-secondary-lighten > .option-item:nth-child(2) {
  background-color: #d8f3ff;
}
.option-group-secondary-lighten > .option-item:nth-child(2):hover {
  background-color: #c8eeff;
}
.option-group-secondary-lighten > .option-item:nth-child(2) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-secondary-lighten > .option-item:nth-child(3) {
  background-color: #cdefff;
}
.option-group-secondary-lighten > .option-item:nth-child(3):hover {
  background-color: #beebff;
}
.option-group-secondary-lighten > .option-item:nth-child(3) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-secondary-lighten > .option-item:nth-child(4) {
  background-color: #c3ecff;
}
.option-group-secondary-lighten > .option-item:nth-child(4):hover {
  background-color: #b4e7ff;
}
.option-group-secondary-lighten > .option-item:nth-child(4) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}

.color-seamless,
.link-seamless,
.link-seamless:visited,
.text-seamless {
  color: #e5fbff;
}

.fill-seamless {
  fill: #e5fbff;
}

.link-seamless:hover {
  color: #ccf7ff;
}

.background-seamless,
.btn-seamless {
  background-color: #e5fbff;
}

.border-seamless,
.btn-stroke-seamless {
  border-color: #e5fbff;
}

.btn.btn-stroke-seamless,
.btn.btn-stroke-seamless:visited {
  color: #e5fbff;
  border-style: solid;
  border-width: 1px;
}

.btn-stroke-seamless:hover,
.btn-stroke-seamless:visited:hover {
  background-color: #e5fbff;
}

.btn-seamless:hover,
.btn-seamless:visited:hover {
  background-color: #ccf7ff;
}

.option-group-seamless > .option-item {
  background-color: #e5fbff;
}
.option-group-seamless > .option-item:nth-child(0) {
  background-color: #e5fbff;
}
.option-group-seamless > .option-item:nth-child(0):hover {
  background-color: #d6f9ff;
}
.option-group-seamless > .option-item:nth-child(0) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-seamless > .option-item:nth-child(1) {
  background-color: #dbf9ff;
}
.option-group-seamless > .option-item:nth-child(1):hover {
  background-color: #ccf7ff;
}
.option-group-seamless > .option-item:nth-child(1) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-seamless > .option-item:nth-child(2) {
  background-color: #d1f8ff;
}
.option-group-seamless > .option-item:nth-child(2):hover {
  background-color: #c1f6ff;
}
.option-group-seamless > .option-item:nth-child(2) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-seamless > .option-item:nth-child(3) {
  background-color: #c6f6ff;
}
.option-group-seamless > .option-item:nth-child(3):hover {
  background-color: #b7f4ff;
}
.option-group-seamless > .option-item:nth-child(3) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-seamless > .option-item:nth-child(4) {
  background-color: #bcf5ff;
}
.option-group-seamless > .option-item:nth-child(4):hover {
  background-color: #adf2ff;
}
.option-group-seamless > .option-item:nth-child(4) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}

.color-seamless-lighten,
.link-seamless-lighten,
.link-seamless-lighten:visited,
.text-seamless-lighten {
  color: #F2F2F2;
}

.fill-seamless-lighten {
  fill: #F2F2F2;
}

.link-seamless-lighten:hover {
  color: #e5e5e5;
}

.background-seamless-lighten,
.btn-seamless-lighten {
  background-color: #F2F2F2;
}

.border-seamless-lighten,
.btn-stroke-seamless-lighten {
  border-color: #F2F2F2;
}

.btn.btn-stroke-seamless-lighten,
.btn.btn-stroke-seamless-lighten:visited {
  color: #F2F2F2;
  border-style: solid;
  border-width: 1px;
}

.btn-stroke-seamless-lighten:hover,
.btn-stroke-seamless-lighten:visited:hover {
  background-color: #F2F2F2;
}

.btn-seamless-lighten:hover,
.btn-seamless-lighten:visited:hover {
  background-color: #e5e5e5;
}

.option-group-seamless-lighten > .option-item {
  background-color: #F2F2F2;
}
.option-group-seamless-lighten > .option-item:nth-child(0) {
  background-color: #f2f2f2;
}
.option-group-seamless-lighten > .option-item:nth-child(0):hover {
  background-color: #eaeaea;
}
.option-group-seamless-lighten > .option-item:nth-child(0) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-seamless-lighten > .option-item:nth-child(1) {
  background-color: #ededed;
}
.option-group-seamless-lighten > .option-item:nth-child(1):hover {
  background-color: #e5e5e5;
}
.option-group-seamless-lighten > .option-item:nth-child(1) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-seamless-lighten > .option-item:nth-child(2) {
  background-color: #e8e8e8;
}
.option-group-seamless-lighten > .option-item:nth-child(2):hover {
  background-color: #e0e0e0;
}
.option-group-seamless-lighten > .option-item:nth-child(2) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-seamless-lighten > .option-item:nth-child(3) {
  background-color: #e3e3e3;
}
.option-group-seamless-lighten > .option-item:nth-child(3):hover {
  background-color: #dbdbdb;
}
.option-group-seamless-lighten > .option-item:nth-child(3) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-seamless-lighten > .option-item:nth-child(4) {
  background-color: #dedede;
}
.option-group-seamless-lighten > .option-item:nth-child(4):hover {
  background-color: #d6d6d6;
}
.option-group-seamless-lighten > .option-item:nth-child(4) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}

.color-mute,
.link-mute,
.link-mute:visited,
.text-mute {
  color: #eaeaea;
}

.fill-mute {
  fill: #eaeaea;
}

.link-mute:hover {
  color: #dddddd;
}

.background-mute,
.btn-mute {
  background-color: #eaeaea;
}

.border-mute,
.btn-stroke-mute {
  border-color: #eaeaea;
}

.btn.btn-stroke-mute,
.btn.btn-stroke-mute:visited {
  color: #eaeaea;
  border-style: solid;
  border-width: 1px;
}

.btn-stroke-mute:hover,
.btn-stroke-mute:visited:hover {
  background-color: #eaeaea;
}

.btn-mute:hover,
.btn-mute:visited:hover {
  background-color: #dddddd;
}

.option-group-mute > .option-item {
  background-color: #eaeaea;
}
.option-group-mute > .option-item:nth-child(0) {
  background-color: #eaeaea;
}
.option-group-mute > .option-item:nth-child(0):hover {
  background-color: #e2e2e2;
}
.option-group-mute > .option-item:nth-child(0) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-mute > .option-item:nth-child(1) {
  background-color: #e5e5e5;
}
.option-group-mute > .option-item:nth-child(1):hover {
  background-color: #dddddd;
}
.option-group-mute > .option-item:nth-child(1) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-mute > .option-item:nth-child(2) {
  background-color: #e0e0e0;
}
.option-group-mute > .option-item:nth-child(2):hover {
  background-color: #d8d8d8;
}
.option-group-mute > .option-item:nth-child(2) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-mute > .option-item:nth-child(3) {
  background-color: #dbdbdb;
}
.option-group-mute > .option-item:nth-child(3):hover {
  background-color: lightgray;
}
.option-group-mute > .option-item:nth-child(3) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-mute > .option-item:nth-child(4) {
  background-color: #d6d6d6;
}
.option-group-mute > .option-item:nth-child(4):hover {
  background-color: #cecece;
}
.option-group-mute > .option-item:nth-child(4) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}

.color-clean,
.link-clean,
.link-clean:visited,
.text-clean {
  color: #ffffff;
}

.fill-clean {
  fill: #fff;
}

.link-clean:hover {
  color: #f2f2f2;
}

.background-clean,
.btn-clean {
  background-color: #ffffff;
}

.border-clean,
.btn-stroke-clean {
  border-color: #ffffff;
}

.btn.btn-stroke-clean,
.btn.btn-stroke-clean:visited {
  color: #ffffff;
  border-style: solid;
  border-width: 1px;
}

.btn-stroke-clean:hover,
.btn-stroke-clean:visited:hover {
  background-color: #ffffff;
}

.btn-clean:hover,
.btn-clean:visited:hover {
  background-color: #f2f2f2;
}

.option-group-clean > .option-item {
  background-color: #ffffff;
}
.option-group-clean > .option-item:nth-child(0) {
  background-color: white;
}
.option-group-clean > .option-item:nth-child(0):hover {
  background-color: #f7f7f7;
}
.option-group-clean > .option-item:nth-child(0) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-clean > .option-item:nth-child(1) {
  background-color: #fafafa;
}
.option-group-clean > .option-item:nth-child(1):hover {
  background-color: #f2f2f2;
}
.option-group-clean > .option-item:nth-child(1) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-clean > .option-item:nth-child(2) {
  background-color: whitesmoke;
}
.option-group-clean > .option-item:nth-child(2):hover {
  background-color: #ededed;
}
.option-group-clean > .option-item:nth-child(2) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-clean > .option-item:nth-child(3) {
  background-color: #f0f0f0;
}
.option-group-clean > .option-item:nth-child(3):hover {
  background-color: #e8e8e8;
}
.option-group-clean > .option-item:nth-child(3) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-clean > .option-item:nth-child(4) {
  background-color: #ebebeb;
}
.option-group-clean > .option-item:nth-child(4):hover {
  background-color: #e3e3e3;
}
.option-group-clean > .option-item:nth-child(4) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}

.color-warning,
.link-warning,
.link-warning:visited,
.text-warning {
  color: #ffa42f;
}

.fill-warning {
  fill: #ffa42f;
}

.link-warning:hover {
  color: #ff9916;
}

.background-warning,
.btn-warning {
  background-color: #ffa42f;
}

.border-warning,
.btn-stroke-warning {
  border-color: #ffa42f;
}

.btn.btn-stroke-warning,
.btn.btn-stroke-warning:visited {
  color: #ffa42f;
  border-style: solid;
  border-width: 1px;
}

.btn-stroke-warning:hover,
.btn-stroke-warning:visited:hover {
  background-color: #ffa42f;
}

.btn-warning:hover,
.btn-warning:visited:hover {
  background-color: #ff9916;
}

.option-group-warning > .option-item {
  background-color: #ffa42f;
}
.option-group-warning > .option-item:nth-child(0) {
  background-color: #ffa42f;
}
.option-group-warning > .option-item:nth-child(0):hover {
  background-color: #ff9d20;
}
.option-group-warning > .option-item:nth-child(0) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-warning > .option-item:nth-child(1) {
  background-color: #ffa025;
}
.option-group-warning > .option-item:nth-child(1):hover {
  background-color: #ff9916;
}
.option-group-warning > .option-item:nth-child(1) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-warning > .option-item:nth-child(2) {
  background-color: #ff9b1b;
}
.option-group-warning > .option-item:nth-child(2):hover {
  background-color: #ff940b;
}
.option-group-warning > .option-item:nth-child(2) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-warning > .option-item:nth-child(3) {
  background-color: #ff9710;
}
.option-group-warning > .option-item:nth-child(3):hover {
  background-color: #ff9001;
}
.option-group-warning > .option-item:nth-child(3) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-warning > .option-item:nth-child(4) {
  background-color: #ff9206;
}
.option-group-warning > .option-item:nth-child(4):hover {
  background-color: #f68a00;
}
.option-group-warning > .option-item:nth-child(4) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}

.color-primary-lighten,
.link-primary-lighten,
.link-primary-lighten:visited,
.text-primary-lighten {
  color: #0fb7fe;
}

.fill-primary-lighten {
  fill: #0fb7fe;
}

.link-primary-lighten:hover {
  color: #01abf2;
}

.background-primary-lighten,
.btn-primary-lighten {
  background-color: #0fb7fe;
}

.border-primary-lighten,
.btn-stroke-primary-lighten {
  border-color: #0fb7fe;
}

.btn.btn-stroke-primary-lighten,
.btn.btn-stroke-primary-lighten:visited {
  color: #0fb7fe;
  border-style: solid;
  border-width: 1px;
}

.btn-stroke-primary-lighten:hover,
.btn-stroke-primary-lighten:visited:hover {
  background-color: #0fb7fe;
}

.btn-primary-lighten:hover,
.btn-primary-lighten:visited:hover {
  background-color: #01abf2;
}

.option-group-primary-lighten > .option-item {
  background-color: #0fb7fe;
}
.option-group-primary-lighten > .option-item:nth-child(0) {
  background-color: #0fb7fe;
}
.option-group-primary-lighten > .option-item:nth-child(0):hover {
  background-color: #01b2fd;
}
.option-group-primary-lighten > .option-item:nth-child(0) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-primary-lighten > .option-item:nth-child(1) {
  background-color: #05b4fe;
}
.option-group-primary-lighten > .option-item:nth-child(1):hover {
  background-color: #01abf2;
}
.option-group-primary-lighten > .option-item:nth-child(1) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-primary-lighten > .option-item:nth-child(2) {
  background-color: #01aef8;
}
.option-group-primary-lighten > .option-item:nth-child(2):hover {
  background-color: #01a4e8;
}
.option-group-primary-lighten > .option-item:nth-child(2) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-primary-lighten > .option-item:nth-child(3) {
  background-color: #01a7ed;
}
.option-group-primary-lighten > .option-item:nth-child(3):hover {
  background-color: #019cde;
}
.option-group-primary-lighten > .option-item:nth-child(3) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-primary-lighten > .option-item:nth-child(4) {
  background-color: #01a0e3;
}
.option-group-primary-lighten > .option-item:nth-child(4):hover {
  background-color: #0195d4;
}
.option-group-primary-lighten > .option-item:nth-child(4) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}

.color-base,
.link-base,
.link-base:visited,
.text-base {
  color: #28282e;
}

.fill-base {
  fill: #28282e;
}

.link-base:hover {
  color: #1c1c20;
}

.background-base,
.btn-base {
  background-color: #28282e;
}

.border-base,
.btn-stroke-base {
  border-color: #28282e;
}

.btn.btn-stroke-base,
.btn.btn-stroke-base:visited {
  color: #28282e;
  border-style: solid;
  border-width: 1px;
}

.btn-stroke-base:hover,
.btn-stroke-base:visited:hover {
  background-color: #28282e;
}

.btn-base:hover,
.btn-base:visited:hover {
  background-color: #1c1c20;
}

.option-group-base > .option-item {
  background-color: #28282e;
}
.option-group-base > .option-item:nth-child(0) {
  background-color: #28282e;
}
.option-group-base > .option-item:nth-child(0):hover {
  background-color: #212126;
}
.option-group-base > .option-item:nth-child(0) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-base > .option-item:nth-child(1) {
  background-color: #232329;
}
.option-group-base > .option-item:nth-child(1):hover {
  background-color: #1c1c20;
}
.option-group-base > .option-item:nth-child(1) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-base > .option-item:nth-child(2) {
  background-color: #1f1f23;
}
.option-group-base > .option-item:nth-child(2):hover {
  background-color: #17171b;
}
.option-group-base > .option-item:nth-child(2) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-base > .option-item:nth-child(3) {
  background-color: #1a1a1e;
}
.option-group-base > .option-item:nth-child(3):hover {
  background-color: #131315;
}
.option-group-base > .option-item:nth-child(3) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-base > .option-item:nth-child(4) {
  background-color: #151518;
}
.option-group-base > .option-item:nth-child(4):hover {
  background-color: #0e0e10;
}
.option-group-base > .option-item:nth-child(4) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}

.color-mute-lighten,
.link-mute-lighten,
.link-mute-lighten:visited,
.text-mute-lighten {
  color: #91ced9;
}

.fill-mute-lighten {
  fill: #91ced9;
}

.link-mute-lighten:hover {
  color: #7ec6d2;
}

.background-mute-lighten,
.btn-mute-lighten {
  background-color: #91ced9;
}

.border-mute-lighten,
.btn-stroke-mute-lighten {
  border-color: #91ced9;
}

.btn.btn-stroke-mute-lighten,
.btn.btn-stroke-mute-lighten:visited {
  color: #91ced9;
  border-style: solid;
  border-width: 1px;
}

.btn-stroke-mute-lighten:hover,
.btn-stroke-mute-lighten:visited:hover {
  background-color: #91ced9;
}

.btn-mute-lighten:hover,
.btn-mute-lighten:visited:hover {
  background-color: #7ec6d2;
}

.option-group-mute-lighten > .option-item {
  background-color: #91ced9;
}
.option-group-mute-lighten > .option-item:nth-child(0) {
  background-color: #91ced9;
}
.option-group-mute-lighten > .option-item:nth-child(0):hover {
  background-color: #86c9d5;
}
.option-group-mute-lighten > .option-item:nth-child(0) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-mute-lighten > .option-item:nth-child(1) {
  background-color: #89cbd6;
}
.option-group-mute-lighten > .option-item:nth-child(1):hover {
  background-color: #7ec6d2;
}
.option-group-mute-lighten > .option-item:nth-child(1) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-mute-lighten > .option-item:nth-child(2) {
  background-color: #82c7d4;
}
.option-group-mute-lighten > .option-item:nth-child(2):hover {
  background-color: #76c2d0;
}
.option-group-mute-lighten > .option-item:nth-child(2) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-mute-lighten > .option-item:nth-child(3) {
  background-color: #7ac4d1;
}
.option-group-mute-lighten > .option-item:nth-child(3):hover {
  background-color: #6fbfcd;
}
.option-group-mute-lighten > .option-item:nth-child(3) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-mute-lighten > .option-item:nth-child(4) {
  background-color: #73c0cf;
}
.option-group-mute-lighten > .option-item:nth-child(4):hover {
  background-color: #67bbcb;
}
.option-group-mute-lighten > .option-item:nth-child(4) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}

.color-highlight,
.link-highlight,
.link-highlight:visited,
.text-highlight {
  color: #e2b834;
}

.fill-highlight {
  fill: #e2b834;
}

.link-highlight:hover {
  color: #ddaf20;
}

.background-highlight,
.btn-highlight {
  background-color: #e2b834;
}

.border-highlight,
.btn-stroke-highlight {
  border-color: #e2b834;
}

.btn.btn-stroke-highlight,
.btn.btn-stroke-highlight:visited {
  color: #e2b834;
  border-style: solid;
  border-width: 1px;
}

.btn-stroke-highlight:hover,
.btn-stroke-highlight:visited:hover {
  background-color: #e2b834;
}

.btn-highlight:hover,
.btn-highlight:visited:hover {
  background-color: #ddaf20;
}

.option-group-highlight > .option-item {
  background-color: #e2b834;
}
.option-group-highlight > .option-item:nth-child(0) {
  background-color: #e2b834;
}
.option-group-highlight > .option-item:nth-child(0):hover {
  background-color: #e0b327;
}
.option-group-highlight > .option-item:nth-child(0) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-highlight > .option-item:nth-child(1) {
  background-color: #e1b52b;
}
.option-group-highlight > .option-item:nth-child(1):hover {
  background-color: #ddaf20;
}
.option-group-highlight > .option-item:nth-child(1) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-highlight > .option-item:nth-child(2) {
  background-color: #dfb222;
}
.option-group-highlight > .option-item:nth-child(2):hover {
  background-color: #d4a81e;
}
.option-group-highlight > .option-item:nth-child(2) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-highlight > .option-item:nth-child(3) {
  background-color: #d8ac1f;
}
.option-group-highlight > .option-item:nth-child(3):hover {
  background-color: #cba11d;
}
.option-group-highlight > .option-item:nth-child(3) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-highlight > .option-item:nth-child(4) {
  background-color: #d0a51e;
}
.option-group-highlight > .option-item:nth-child(4):hover {
  background-color: #c29a1c;
}
.option-group-highlight > .option-item:nth-child(4) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}

.color-complimentary,
.link-complimentary,
.link-complimentary:visited,
.text-complimentary {
  color: #015681;
}

.fill-complimentary {
  fill: #015681;
}

.link-complimentary:hover {
  color: #014568;
}

.background-complimentary,
.btn-complimentary {
  background-color: #015681;
}

.border-complimentary,
.btn-stroke-complimentary {
  border-color: #015681;
}

.btn.btn-stroke-complimentary,
.btn.btn-stroke-complimentary:visited {
  color: #015681;
  border-style: solid;
  border-width: 1px;
}

.btn-stroke-complimentary:hover,
.btn-stroke-complimentary:visited:hover {
  background-color: #015681;
}

.btn-complimentary:hover,
.btn-complimentary:visited:hover {
  background-color: #014568;
}

.option-group-complimentary > .option-item {
  background-color: #015681;
}
.option-group-complimentary > .option-item:nth-child(0) {
  background-color: #015681;
}
.option-group-complimentary > .option-item:nth-child(0):hover {
  background-color: #014c72;
}
.option-group-complimentary > .option-item:nth-child(0) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-complimentary > .option-item:nth-child(1) {
  background-color: #014f77;
}
.option-group-complimentary > .option-item:nth-child(1):hover {
  background-color: #014568;
}
.option-group-complimentary > .option-item:nth-child(1) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-complimentary > .option-item:nth-child(2) {
  background-color: #01496d;
}
.option-group-complimentary > .option-item:nth-child(2):hover {
  background-color: #013e5e;
}
.option-group-complimentary > .option-item:nth-child(2) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-complimentary > .option-item:nth-child(3) {
  background-color: #014263;
}
.option-group-complimentary > .option-item:nth-child(3):hover {
  background-color: #013853;
}
.option-group-complimentary > .option-item:nth-child(3) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.option-group-complimentary > .option-item:nth-child(4) {
  background-color: #013b59;
}
.option-group-complimentary > .option-item:nth-child(4):hover {
  background-color: #013149;
}
.option-group-complimentary > .option-item:nth-child(4) > [type=submit] {
  background: transparent;
  border: none;
  cursor: pointer;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.clearfix:after, .btn-group:after, .contain-label-toggle:after, .nav-tabs:after, .navbar-header:after, .nav-complimentary:after, .nav-inline:after, .nav-footer:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

html {
  font-size: 62.5%;
}

body,
html {
  margin: 0;
  height: 100%;
  color: #28282e;
  line-height: 1.688;
  padding-right: 0 !important;
  overflow: visible !important;
  font-family: "Museo Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

body,
input,
select,
textarea,
button {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Museo Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

p {
  line-height: 1.688;
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a,
a:visited {
  text-decoration: none;
}
a:hover,
a:visited:hover {
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-weight: bold;
  margin: 0;
}

h2 {
  font-size: 30px;
  font-size: 3rem;
}

h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

h4 {
  font-size: 18px;
  font-size: 2.0rem;
  text-align: center;
  margin-top: 10px;
}

.typo-secondary {
  font-family: "Gentium Basic", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.text-spaced {
  letter-spacing: 0.1em;
}

.text-spaced-half {
  letter-spacing: 0.05em;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-normal {
  font-weight: 500;
}

.text-bold {
  font-weight: 700;
}

.text-italic {
  font-style: italic;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-large {
  font-size: 36px;
  font-size: 3.6rem;
}

.text-medium {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-normal {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 14px;
  font-size: 1.4rem;
}

.text-normal {
  font-weight: normal;
}

.text-light {
  font-weight: 300;
}

.text-thin {
  font-weight: 100;
}

.lead {
  line-height: 1.4;
  font-size: 24px;
  font-size: 2.4rem;
}

.sr-only, .contain-label-toggle > .label-toggle > input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.font-size-10 {
  font-size: 10px;
  font-size: 1rem;
}

.font-size-11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.font-size-12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.font-size-13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.font-size-14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.font-size-15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.font-size-16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.font-size-17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.font-size-18:not(.iframe-title) {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight:300;
  line-height: 2;
  text-align: justify;
}

.font-size-19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.font-size-20 {
  font-size: 20px;
  font-size: 2rem;
}

.font-size-21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.font-size-22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.font-size-23 {
  font-size: 23px;
  font-size: 2.3rem;
}

.font-size-24 {
  font-size: 24px;
  font-size: 1.4rem;
}

.font-size-25 {
  font-size: 25px;
  font-size: 2.5rem;
}

.font-size-26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.font-size-27 {
  font-size: 27px;
  font-size: 2.7rem;
}

.font-size-28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.font-size-29 {
  font-size: 29px;
  font-size: 2.9rem;
}

.font-size-30 {
  font-size: 30px;
  font-size: 3rem;
}

.font-size-31 {
  font-size: 31px;
  font-size: 3.1rem;
}

.font-size-32 {
  font-size: 32px;
  font-size: 3.2rem;
}

.font-size-33 {
  font-size: 33px;
  font-size: 3.3rem;
}

.font-size-34 {
  font-size: 34px;
  font-size: 3.4rem;
}

.font-size-35 {
  font-size: 35px;
  font-size: 3.5rem;
}

.font-size-36 {
  font-size: 36px;
  font-size: 3.6rem;
}

.font-size-37 {
  font-size: 37px;
  font-size: 3.7rem;
}

.font-size-38 {
  font-size: 38px;
  font-size: 3.8rem;
}

.font-size-39 {
  font-size: 39px;
  font-size: 3.9rem;
}

.font-size-40 {
  font-size: 40px;
  font-size: 4rem;
}

.font-size-41 {
  font-size: 41px;
  font-size: 4.1rem;
}

.font-size-42 {
  font-size: 42px;
  font-size: 4.2rem;
}

.font-size-43 {
  font-size: 43px;
  font-size: 4.3rem;
}

.font-size-44 {
  font-size: 44px;
  font-size: 4.4rem;
}

.font-size-45 {
  font-size: 45px;
  font-size: 4.5rem;
}

.font-size-46 {
  font-size: 46px;
  font-size: 4.6rem;
}

.font-size-47 {
  font-size: 47px;
  font-size: 4.7rem;
}

.font-size-48 {
  font-size: 48px;
  font-size: 4.8rem;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-left-20 {
  margin-left: 20px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-left-25 {
  margin-left: 25px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-left-30 {
  margin-left: 30px;
}

.margin-top-35 {
  margin-top: 35px;
}

.margin-left-35 {
  margin-left: 35px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-left-40 {
  margin-left: 40px;
}

.margin-top-45 {
  margin-top: 45px;
}

.margin-left-45 {
  margin-left: 45px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-left-50 {
  margin-left: 50px;
}

.width-100p {
  width: 100%;
}

.width-24 {
  width: 24px;
  width: 2.4rem;
}

.width-32 {
  width: 32px;
  width: 3.2rem;
}

.width-36 {
  width: 36px;
  width: 3.6rem;
}

.width-48 {
  width: 48px;
  width: 4.8rem;
}

.width-52 {
  width: 52px;
  width: 5.2rem;
}

.width-64 {
  width: 64px;
  width: 6.4rem;
}

.width-68 {
  width: 68px;
  width: 6.8rem;
}

.width-75 {
  width: 75px;
  width: 7.5rem;
}

.width-85 {
  width: 85px;
  width: 8.5rem;
}

.width-100 {
  width: 100px;
  width: 10rem;
}

.width-120 {
  width: 120px;
  width: 12rem;
}

.width-136 {
  width: 136px;
  width: 13.6rem;
}

.width-175 {
  width: 175px;
  width: 17.5rem;
}

.height-24 {
  height: 24px;
  height: 2.4rem;
}

.height-36 {
  height: 36px;
  height: 3.6rem;
}

.height-48 {
  height: 48px;
  height: 4.8rem;
}

.height-50 {
  height: 50px;
  height: 5rem;
}

.height-54 {
  height: 54px;
  height: 5.4rem;
}

.height-72 {
  height: 72px;
  height: 7.2rem;
}

.height-100 {
  height: 100px;
  height: 10rem;
}

.height-136 {
  height: 136px;
  height: 13.6rem;
}

.height-145 {
  height: 145px;
  height: 14.5rem;
}

.height-175 {
  height: 175px;
  height: 17.5rem;
}

.height-100p {
  height: 100%;
}

[class^="icon-"],
[class^="before-after-"] {
  display: inline-block;
  vertical-align: middle;
}

caption, th, td {
  font-weight: bold;
}

.relative {
  position: relative;
}

.row.row-large {
  margin-left: -20px;
  margin-right: -20px;
}
.row.row-large > [class^="col-"],
.row.row-large > [class^="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

.row.row-tight {
  margin-left: 0;
  margin-right: 0;
}
.row.row-tight > [class^="col-"],
.row.row-tight > [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.icon-helper {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.icon-helper.icon-helper-right {
  margin-left: 10px;
  margin-right: 0;
}

.btn,
.btn-visited {
  height: 46px;
  padding: 16px 30px;
  line-height: 1;
  display: inline-block;
  border: none;
  text-align: center;
  cursor: pointer;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn.btn-sm,
.btn-visited.btn-sm {
  padding: 10px 18px;
  height: 32px;
  font-size: 12px;
  font-size: 1.2rem;
}
.btn.btn-lg,
.btn-visited.btn-lg {
  padding: 16px 18px;
  height: 48px;
}

.btn-danger,
.btn-danger:visited,
.btn-primary,
.btn-primary:visited,
.btn-default,
.btn-default:visited {
  color: #ffffff;
}

.btn-stroke-secondary:hover,
.btn-stroke-secondary:visited:hover,
.btn-stroke-primary:hover,
.btn-stroke-primary:visited:hover {
  color: #ffffff;
}

.btn-stroke-clean:hover,
.btn-stroke-clean:visited:hover {
  color: #0fb7fe;
}

.btn-base,
.btn-base:visited {
  background: none;
  color: #28282e;
  border: 1px solid #28282e;
}
.btn-base:hover,
.btn-base:visited:hover {
  background: #0FB7FE;
  color: #ffffff;
  border:1px solid #0FB7FE;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-medium {
  min-width: 200px;
}

.btn-medium-alt {
  min-width: 165px;
}

.btn-group > .btn {
  width: 100%;
  text-align: center;
}
.btn-group > .btn + .btn {
  margin-top: 15px;
}

.border-clean-alpha {
  border-color: rgba(255, 255, 255, 0.1);
}

.background-base-alpha {
  background-color: rgba(40, 40, 46, 0.88);
}

.column-lone {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
}

.spaced {
  padding-top: 40px;
  padding-bottom: 40px;
}
.spaced.spaced-triple {
  padding-top: 120px;
  padding-bottom: 120px;
}
.spaced.spaced-double {
  padding-top: 80px;
  padding-bottom: 80px;
}
.spaced.spaced-half {
  padding-top: 20px;
  padding-bottom: 20px;
}
.spaced.spaced-top {
  padding-bottom: 0;
}
.spaced.spaced-bottom {
  padding-top: 0;
}

.rounded {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.border-radius{
  border-radius: 10px;
}

.module {
  padding: 40px;
}
.module.module-half {
  padding: 20px;
}
.module.module-small {
  padding: 10px;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.fill-space, .thumbnail-portfolio:after {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.contain-vertical-align,
.contain-vertical-align > .vertical-align {
  width: 100%;
  height: 100%;
}

.contain-vertical-align {
  display: table;
}

.vertical-align {
  display: table-cell;
}

.vertical-align-middle {
  vertical-align: middle;
}

.vertical-align-bottom {
  vertical-align: bottom;
}

.border-all {
  border-width: 0px;
  border-style: solid;
}
.border-all.border-double {
  border-width: 2px;
}
.border-all.border-dashed {
  border-style: dashed;
}

.border-top {
  border-top-width: 1px;
  border-top-style: solid;
}

.border-bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.border-left {
  border-left-width: 1px;
  border-left-style: solid;
}

.border-right {
  border-right-width: 0px;
  border-right-style: solid;
}

.border-top-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.media-object {
  max-width: none;
}

.list-default > li + li {
  margin-top: 15px;
}

.list-inline > li {
  display: inline-block;
  vertical-align: middle;
}
.list-inline > li + li {
  margin-left: 20px;
}

.section-head {
  padding: 14px 36px;
  display: block;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  border: none;
  font-size: 40px;
  text-align: center;
}

.section-head-new {
  position: relative;
  display: inline-block;
  border-bottom: 4px solid #e2b834;
  line-height: 1;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.image-background-active {
  display: block !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.thumbnail-portfolio .image-background-active {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.thumbnail {
  overflow: hidden;
}
.thumbnail > img {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thumbnail:hover > img {
  -moz-transform: scale(1.11);
  -ms-transform: scale(1.11);
  -webkit-transform: scale(1.11);
  transform: scale(1.11);
}

.option-group > .option-item {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.inline-item {
  display: inline-block;
  vertical-align: middle;
  /*width: 100%;*/
    text-align: center;
}
.inline-item + .inline-item {
  margin-left: 0px;
}

.contain-map {
  height: 150px;
  margin-bottom: 0px;
}
.contain-map > .map {
  position: absolute;
  left: 0;
  width: 100%;
  height: 150px;
  background: #e5fbff;
}

.contain-tile {
  margin-left: -20px;
  margin-right: -20px;
}
.contain-tile > .tile-item {
  padding-left: 20px;
  padding-right: 20px;
}

.tile-item-icon {
  padding-top: 40px;
}

.before-after-collision {
  margin-top: -6px;
}

.intro-services .row.row-tight {
  display: flex;
}

.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px;
  line-height: 1.42857;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #28282e;
  outline: none;
}
.form-control-no-hover,
.file-upload-helper{
  border: none;
}
.form-control:-moz-placeholder {
  color: #94ADB7;
}
.form-control::-moz-placeholder {
  color: #94ADB7;
}
.form-control:-ms-input-placeholder {
  color: #94ADB7;
}
.form-control::-webkit-input-placeholder {
  color: #94ADB7;
}
.form-control.disabled, .form-control:disabled {
  background: rgba(234, 234, 234, 0.25);
  color: #e0e0e0;
  cursor: not-allowed;
}
.form-control.disabled:-moz-placeholder, .form-control:disabled:-moz-placeholder {
  color: #e0e0e0;
}
.form-control.disabled::-moz-placeholder, .form-control:disabled::-moz-placeholder {
  color: #e0e0e0;
}
.form-control.disabled:-ms-input-placeholder, .form-control:disabled:-ms-input-placeholder {
  color: #e0e0e0;
}
.form-control.disabled::-webkit-input-placeholder, .form-control:disabled::-webkit-input-placeholder {
  color: #e0e0e0;
}
.form-control.disabled:hover, .form-control:disabled:hover {
  background: rgba(234, 234, 234, 0.25);
}
.form-control:hover {
  background-color: rgba(229, 251, 255, 0.25);
}
.form-control:focus, .form-control:active {
  background-color: #e5fbff;
}

.form-control-auto {
  display: inline-block;
  width: auto;
}

.form-control-no-placeholder {
  color: #94ADB7;
}
.form-control-no-placeholder ~ .contain-file-upload:hover {
  background-color: rgba(229, 251, 255, 0.25);
}

.form-control-no-hover:hover {
  background: #fff;
}

span.form-control {
  color: #94ADB7;
}

textarea.form-control {
  height: 150px;
  resize: none;
}

[type=submit]:not(.btn-submit-custom) {
  background-color: #ffffff;
}

.btn-submit,
.btn-submit:visited {
  height: 55px;
  padding: 18px;
  background: #ffffff;
  color: #0fb7fe;
  border: none;
  outline: none;
}
.btn-submit:hover,
.btn-submit:visited:hover {
  background: #eaeaea;
}

.label-checkbox {
  color: #28282e;
  position: relative;
  height: 55px;
  padding-left: 20px;
  cursor: pointer;
  display: block;
}
.label-checkbox > input[type=checkbox] {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 50%;
  margin: 0;
  margin-top: -8px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.label-checkbox > span {
  display: inline-block;
  line-height: 55px;
  vertical-align: middle;
}
.label-checkbox > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}

.contain-label-toggle {
  position: relative;
  cursor: pointer;
  color: #ffffff;
}
.contain-label-toggle > .label-toggle {
  float: left;
  display: inline-block;
}
.contain-label-toggle > .label-toggle > span {
  display: block;
  padding: 0 14px;
  line-height: 34px;
  height: 34px;
  cursor: pointer;
  background: #e0e0e0;
}
.contain-label-toggle > .label-toggle > input:checked ~ span {
  background: #0fb7fe;
}

.form-group + .form-group {
  border-top: 1px solid #eaeaea;

}
.form-group + .form-group.form-group-clean {
  border-top: 1px solid transparent;
}

.control-field {
  position: relative;
  padding-left: 38px;
  padding-right: 38px;
  margin-bottom: 15px;
}
#respond .control-field,
.form-update-records .control-field{
  padding-left: 0;
  padding-right: 0;
}
.control-field label.error {
  position: absolute;
  top: 50%;
  right: 40px;
  border-bottom: 1px solid #eaeaea;
  display: inline-block;
  padding: 4px 8px;
  background: #ffffff;
  z-index: 3;
  color: #E4241F;
  margin-top: -15px;
  font-size: 12px;
  font-size: 1.2rem;
}

.control-field-icon,
.control-field-helper {
  position: relative;
  /*height: 55px;*/
}
.control-field-icon > .field-icon,
.control-field-helper > .field-icon {
  position: absolute;
  left: 50px;
  top: 50%;
}
.control-field-icon > .field-icon.field-icon-camera,
.control-field-helper > .field-icon.field-icon-camera {
  margin-top: -12px;
}
.control-field-icon > .field-icon.field-icon-calendar,
.control-field-helper > .field-icon.field-icon-calendar {
  margin-top: -12px;
}
.control-field-icon > .field-helper,
.control-field-helper > .field-helper {
  position: absolute;
  right: 40px;
  top: 50%;
}
.control-field-icon > .field-helper.field-helper-question,
.control-field-helper > .field-helper.field-helper-question {
  margin-top: -12px;
}

.control-field-icon .form-control {
  padding-left: 50px;
}

.control-field-helper .form-control {
  padding-right: 80px;
}

.input-datepicker {
  font-size: 14px;
  font-size: 1.4rem;
}
.input-datepicker::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
}
.input-datepicker::-ms-input-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
}
.input-datepicker::-moz-placeholder {
  font-size: 16px;
  font-size: 1.6rem;
}

.form-primary .form-group + .form-group {
  border-top: none;
  margin-top: 20px;
}
.form-primary .form-control {
  border: 1px solid #eaeaea;
}
.form-primary textarea.form-control {
  height: 130px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a,
.nav-tabs > li > a:visited {
  background: #ffffff;
  color: #28282e;
  border: 3px solid #eaeaea;
  height: 60px;
  padding: 15px 18px;
  min-width: 260px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:visited, .nav-tabs > li:hover > a,
.nav-tabs > li:hover > a:visited {
  background: #0fb7fe;
  border: 3px solid #0fb7fe;
  color: #ffffff;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a {
  border: 1px solid #ddd;
}
.nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }

.contain-repair-option-group .option-group > .option-item, .contain-plan-option-group .option-group > .option-item
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff;
  }
  .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a {
  color: #fff;
  background-color: #337ab7;
}
.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a {
  border: 1px solid #ddd;
}
.nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a {
    border-bottom-color: #fff;
  }
  .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 6px;
  margin-right: 15px;
  margin-bottom: 6px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-toggle .icon-bar {
  background-color: #888;
}

.nav-complimentary-toggle > [data-toggle]:hover, .nav-complimentary-toggle > [data-toggle]:focus {
  background: none;
}

.nav-complimentary {
  padding: 15px 0;
  line-height: 1;
  margin-top: 6px;
}
.nav-complimentary li > a,
.nav-complimentary li > a:visited,
.nav-complimentary .dropdown-menu > li > a,
.nav-complimentary .dropdown-menu > li > a:visited {
  display: block;
  padding: 8px 15px;
  color: #0fb7fe;
  position: relative;
}
.nav-complimentary > li > a,
.nav-complimentary > li > a:visited {
  color: #fff;
}
.nav-complimentary > li > a[data-toggle]:after,
.nav-complimentary > li > a:visited[data-toggle]:after {
  display: none;
}
.nav-complimentary > li > a:after,
.nav-complimentary > li > a:visited:after {
  content: "";
  display: block;
  height: 1px;
  margin: 0 45%;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-complimentary > li > a:hover,
.nav-complimentary > li > a:visited:hover {
  color: #FFF;
  background: none;
}
.nav-complimentary > li > a:hover:after,
.nav-complimentary > li > a:visited:hover:after {
  margin: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.nav-complimentary > .dropdown > a,
.nav-complimentary > .dropdown > a:visited {
  padding-top: 0;
  padding-bottom: 0;
}
.nav-complimentary > .dropdown .dropdown-menu {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  float: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-complimentary > .dropdown .dropdown-menu > li > a:hover,
.nav-complimentary > .dropdown .dropdown-menu > li > a:visited:hover {
  background: #fafafa;
}

.nav-inline > li > a, .nav-footer > li > a,
.nav-inline > li > a:visited,
.nav-footer > li > a:visited {
  padding: 0;
}
.nav-inline > li > a:hover, .nav-footer > li > a:hover,
.nav-inline > li > a:visited:hover,
.nav-footer > li > a:visited:hover {
  background: none;
}
.nav-inline > li + li, .nav-footer > li + li {
  margin-top: 10px;
}

.header-primary a,
.header-primary a:visited {
  line-height: 1.2;
}

.nav-footer > li > a:hover {
  background: none;
  color: #42c6fe;
}

.nav-footer {
  line-height: 1;
  margin-top: 8px;
  margin: 0 auto;
  display: block;
  width: 720px;
}
.nav-footer > li > a {
  display: block;
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  min-width: 70px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 44px;
  text-align: left;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1012;
  width: 100%;
  border: none;
  background: transparent;
  box-shadow: none;
  margin-top: -1px;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

.chosen-container-single .chosen-single,
.chosen-container-single .chosen-single:visited {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10px;
  height: 44px;
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  background: #ffffff;
  color: #28282e;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.chosen-container-single.chosen-with-drop .chosen-single,
.chosen-container-single.chosen-with-drop .chosen-single:visited{
  border-radius: 4px 4px 0 0;
  border-bottom-color: transparent;
}

.chosen-container-single .chosen-single:hover,
.chosen-container-single .chosen-single:visited:hover {
  background: rgba(229, 251, 255, 0.5);
}
.chosen-container-single .chosen-single span,
.chosen-container-single .chosen-single:visited span {
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
  height: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single div,
.chosen-container-single .chosen-single:visited div {
  position: absolute;
  display: inline-block;
  top: 0;
  width: 10px;
  right: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div:after,
.chosen-container-single .chosen-single:visited div:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  margin-top: -33px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search > input[type=text] {
  border: none;
}
.chosen-container-single input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
  min-width: 120px;
  -webkit-overflow-scrolling: touch;
  background: white;
  border: 1px solid #eaeaea;
  margin-top: 1px;
  color: #28282e;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 12px 40px;
  list-style: none;
  -webkit-touch-callout: none;
  color: #28282e;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  font-style: italic;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.chosen-container .chosen-results li.group-result:empty {
  display: none;
}
.chosen-container .chosen-results li.group-result:before, .chosen-container .chosen-results li.group-result:after {
  content: "";
  display: block;
  background: #eaeaea;
  position: absolute;
  top: 50%;
  height: 1px;
  margin-top: -1px;
}
.chosen-container .chosen-results li.group-result:before {
  width: 10px;
  left: 0;
}
.chosen-container .chosen-results li.group-result:after {
  width: 45%;
  right: 0;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.result-selected {
  color: #94ADB7;
}
.chosen-container .chosen-results li.result-selected:hover {
  background-color: #ffffff;
  color: #94ADB7;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #eaeaea;
  color: #28282e;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single, .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-dots > .owl-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  background-color: #eaeaea;
  cursor: pointer;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.owl-dots > .owl-dot.active, .owl-dots > .owl-dot:hover {
  background-color: #ffa42f;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 1024px) {
  .container {
    width: 1020px;
  }
}
@media (min-width: 1140px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  /*margin-left: -10px;
  margin-right: -10px;*/
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 1024px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1140px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 1024px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
  height: auto;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #28282e;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.93;
  filter: alpha(opacity=93);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 1024px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1140px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.clearfix:before, .btn-group:before, .contain-label-toggle:before, .nav-tabs:before, .navbar-header:before, .nav-complimentary:before, .nav-inline:before, .nav-footer:before, .clearfix:after, .btn-group:after, .contain-label-toggle:after, .nav-tabs:after, .navbar-header:after, .nav-complimentary:after, .nav-inline:after, .nav-footer:after {
  content: " ";
  display: table;
}
.clearfix:after, .btn-group:after, .contain-label-toggle:after, .nav-tabs:after, .navbar-header:after, .nav-complimentary:after, .nav-inline:after, .nav-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 1023px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 1023px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 1023px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 1023px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1139px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1139px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1139px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1139px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1140px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1140px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1140px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1140px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 1023px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1139px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1140px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.menu-bar path {
  fill: #fff;
}

.icon-about .wrench-outer {
  fill: #0fb7fe;
}

.icon-term .book-lines {
  fill: #0fb7fe;
}

.icon-blog .paper-content {
  fill: #0fb7fe;
}

.icon-contact .envelope-inner {
  fill: #0fb7fe;
}

.icon-head-certificate,
.icon-head-drop {
  margin-bottom: -20px;
}

.image-svg {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tile-item .icon-service-inside {
  fill: #0fb7fe;
}

.icon-head-service {
  width: 62px;
  height: 54px;
}

.icon-service-shadow {
  fill: #28282e;
}

.icon-service-body {
  fill: #0fb7fe;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon-service-body.icon-service-body-lighten {
  fill: #5bcefe;
}
.link-clean:hover .icon-service-body {
  fill: #e2b834;
}

.thumbnail-portfolio {
  display: block;
  position: relative;
}
.thumbnail-portfolio:after {
  content: "";
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.thumbnail-portfolio.active:after, .thumbnail-portfolio:hover:after {
  border: 3px solid #0fb7fe;
}
.thumbnail-portfolio > img {
  display: block;
}

.cycle-pager-active > .thumbnail-portfolio:after {
  border: 3px solid #0fb7fe;
}

.widgets-footer-primary > .widget-container + .widget-container {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-contact p {
  line-height: 1;
  color: #0FB7FE;
  padding-top:5px;
}
.footer-contact a {
  color: #0FB7FE;
}

@media only screen and (min-width: 420px) {
  .datetimepicker {
    width: 420px;
  }
}
@media only screen and (max-width: 480px) {
  html .datetimepicker-days > table > tbody > tr > td,
  html .datetimepicker-days > table > thead > tr > th {
    padding: 10px;
  }
}
.field-icon-calendar {
  max-height: 24px;
}

.datetimepicker {
  padding: 0;
  margin: 0;
  border: none;
  z-index: 135 !important;
}

.datetimepicker-days > table {
  width: 100%;
}
.datetimepicker-days > table > thead > tr > td,
.datetimepicker-days > table > thead > tr > th,
.datetimepicker-days > table > tbody > tr > td,
.datetimepicker-days > table > tbody > tr > th {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.datetimepicker-days > table > thead > tr > th {
  padding: 10px 15px;
  color: #94ADB7;
}
.datetimepicker-days > table > thead > tr > th.dow {
  padding: 10px;
  text-transform: uppercase;
  font-weight: 500;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.datetimepicker-days > table > thead > tr > th.datetimepicker-switch {
  color: #0fb7fe;
  font-weight: 300;
  pointer-events: none;
  font-size: 16px;
  font-size: 1.6rem;
}
.datetimepicker-days > table > thead > tr > th.prev, .datetimepicker-days > table > thead > tr > th.next {
  cursor: pointer;
  font-size: 20px;
  font-size: 2rem;
}
.datetimepicker-days > table > tbody > tr > td {
  padding: 15px 20px;
  font-weight: 300;
  color: #0fb7fe;
  cursor: pointer;
}
.datetimepicker-days > table > tbody > tr > td.disabled, .datetimepicker-days > table > tbody > tr > td.old.disabled {
  pointer-event: none;
  cursor: not-allowed;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.datetimepicker-days > table > tbody > tr > td.disabled:hover, .datetimepicker-days > table > tbody > tr > td.old.disabled:hover {
  background-color: transparent;
  color: #0fb7fe;
}
.datetimepicker-days > table > tbody > tr > td.old, .datetimepicker-days > table > tbody > tr > td.new {
  color: #94ADB7;
  font-size: 12px;
  font-size: 1.2rem;
}
.datetimepicker-days > table > tbody > tr > td.active {
  background: #e5fbff;
}
.datetimepicker-days > table > tbody > tr > td:hover {
  background: #0fb7fe;
  color: #ffffff;
}

.dropzone {
  box-sizing: border-box;
  position: relative;
}
.dropzone * {
  box-sizing: border-box;
}

.dz-preview {
  position: relative;
  display: inline-block;
  margin: 0.5em;
}
.contain-upload-simple .dz-preview {
  display: block;
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
  height: 100%;
  overflow: hidden;
}
.control-field-icon .contain-upload-simple .dz-preview {
  padding-left: 80px;
}
.dz-preview .dz-details {
  display: none;
  position: absolute;
  height: 100%;
  margin-top: 2px;
}
.contain-upload-simple .dz-preview .dz-details {
  display: block;
  position: relative;
}
.contain-upload-simple .dz-preview .dz-details > .dz-filename {
  line-height: 55px;
}
.contain-upload-simple .dz-preview .dz-details > .dz-size {
  display: none;
}
.contain-upload-simple.is-processing .dz-preview .dz-details > .dz-filename {
  display: none;
}
.dz-preview .dz-details [data-dz-name] {
  display: block;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
}
.dz-preview .dz-error-mark {
  display: none;
}
.dz-preview.dz-error .dz-error-message,
.dz-preview.dz-error .dz-error-mark {
  display: block;
}
.dz-preview.dz-error .dz-image {
  display: none;
}
.dz-preview .dz-success-mark {
  display: none;
}
.dz-preview .dz-error-mark {
  position: relative;
}
.dz-preview .dz-error-mark:before {
  content: "!";
  color: #E4241F;
}
.dz-preview .dz-error-mark > svg {
  display: none;
}

.dz-image > img {
  display: block;
  max-width: none;
}
.contain-upload-simple .dz-image {
  display: none;
}

.dz-remove {
  text-indent: -9999px;
  display: block;
  position: relative;
  line-height: 1;
}
.contain-upload-simple .dz-remove {
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 10px;
}
.dz-remove:before {
  content: "×";
  color: #E4241F;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -10px;
  text-indent: 0;
  font-weight: bold;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
}
.contain-upload-simple .dz-remove {
  float: right;
  margin-top: 20px;
}

.dz-progress {
  display: block;
  height: 4px;
  margin-top: 4px;
  background: #e5fbff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.contain-upload-simple .dz-progress {
  margin-top: 28px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  background-color: transparent;
}
.contain-upload-simple .dz-progress:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin-top: -4px;
  background: #e5fbff;
}
.contain-upload-simple .dz-progress .dz-upload {
  position: relative;
}
.control-field-icon .contain-upload-simple .dz-progress {
  padding-left: 80px;
}
.dz-complete .dz-progress {
  opacity: 0;
  filter: alpha(opacity=0);
}
.dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0;
  background: #0fb7fe;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.dz-error-message {
  color: #E4241F;
  display: none;
  font-size: 12px;
  font-size: 1.2rem;
}

.dz-message,
.dz-fallback {
  display: none;
}

.file-upload-zone {
  cursor: pointer;
}
.contain-upload-simple .file-upload-zone {
  z-index: 6;
}
.has-thumbnail .file-upload-zone:hover:after {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
  border: 2px dashed #ffffff;
}
.max .file-upload-zone {
  pointer-events: none;
  cursor: not-allowed;
}
.file-upload-zone.dz-max-files-reached {
  text-indent: -9999px;
}

.wrap-upload-preview {
  position: absolute;
  top: 50%;
  margin-top: -95px;
  width: 100%;
  z-index: 5;
}
.contain-upload-complex .wrap-upload-preview {
  margin-left: 0;
}
.contain-upload-simple .wrap-upload-preview {
  position: relative;
  top: 0;
  margin-top: 0;
  height: 55px;
}
.contain-upload-options .wrap-upload-preview {
  position: relative;
  top: 0;
  margin-top: 0;
}

.upload-progress-item {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 80%;
}
.contain-upload-complex .upload-progress-item {
  left: 10%;
  margin-top: -15px;
}
.dz-complete .upload-progress-item {
  display: none;
}

.upload-progress-item,
.progress-bar {
  height: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.upload-preview {
  height: 55px;
  line-height: 55px;
  padding-right: 40px;
  display: inline-block;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 70%;
}
.contain-upload-complex .upload-preview {
  display: none;
}
.upload-preview ~ [data-dz-remove] {
  vertical-align: top;
  cursor: pointer;
  height: 55px;
  line-height: 55px;
  display: inline-block;
}

.upload-preview,
.upload-preview ~ [data-dz-remove] {
  opacity: 0;
  filter: alpha(opacity=0);
}
.dz-complete .upload-preview, .dz-complete
.upload-preview ~ [data-dz-remove] {
  opacity: 1;
  filter: alpha(opacity=100);
}

.contain-upload-complex.module {
  padding-bottom: 0;
  position: relative;
}

.file-upload-helper {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.is-processing .file-upload-helper, .has-thumbnail .file-upload-helper {
  opacity: 0;
  filter: alpha(opacity=0);
}

.is-processing .contain-upload-icon, .has-thumbnail .contain-upload-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}
.is-dragging .contain-upload-icon {
  border-color: #0fb7fe !important;
}
.is-dragging .contain-upload-icon .image-svg {
  fill: #0fb7fe !important;
}
.contain-upload-icon .image-svg {
  height: 100px;
}
.contain-upload-options .contain-upload-icon .image-svg {
  width: 48px;
  height: 48px;
}

.upload-thumbnail {
  display: none;
}
.contain-upload-complex .upload-thumbnail {
  display: block;
  margin: 0 auto;
}

.progress-label {
  display: none;
}

[data-type="simple"] ~ .progress-label {
  position: absolute;
  font-size: 10px;
  font-style: italic;
  text-transform: uppercase;
  bottom: 4px;
  right: 18px;
  display: inline-block;
  background: #eaeaea;
  color: #94ADB7;
  line-height: 1;
  padding: 3px 8px;
  border-radius: 15px;
  z-index: 5;
}
[data-type="simple"] ~ .progress-label:empty {
  display: none;
}

.post {
  margin-bottom: 40px;
}
.post p {
  margin-bottom: 40px;
}
.post .lead + p {
  margin-top: 15px;
}

.post-head {
  position: relative;
}

.post-head-icon {
  margin-top: -150px;
}

.post-body > .row > .col-md-6:only-child {
  width: 100%;
}
.post-body p {
  line-height: 1.8;
}
.post-body .btn {
  font-family: "Museo Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.post-body blockquote {
  padding: 50px 0;
  position: relative;
  font-style: italic;
  font-family: "Museo Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 300;
}
.post-body blockquote p {
  margin-bottom: 0;
}
.post-body blockquote:before, .post-body blockquote:after {
  display: block;
  width: 1px;
  position: absolute;
  left: 50%;
  background: #ECF9FF;
}
.post-body blockquote:before {
  top: 0;
}
.post-body blockquote:after {
  bottom: 0;
}
.post-meta {
    font-size:12px;
    width:100%;
}
.post-meta p {
  margin-bottom: 0;
  text-align: left;
}

.post-single h4 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 50px;
  margin-bottom: 10px;
}

.list-post > .list-post-item + .list-post-item {
  padding-top: 80px;
  margin-top: 80px;
  border-top: 1px solid #eaeaea;
}

.list-comment > .list-comment-item + .list-comment-item {
  margin-top: 40px;
}

.post-cover > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

.avatar {
  width: 72px;
  height: 72px;
  display: inline-block;
}

.comment-meta p {
  margin-bottom: 0;
}

.modal {
  text-align: center;
  padding: 0 !important;
  z-index: 134;
}
.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-backdrop {
  z-index: 133;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 96%;
  max-width: 1200px;
}
.modal-dialog.modal-dialog-small {
  max-width: 540px;
}
.modal-dialog.modal-dialog-medium {
  max-width: 680px;
}
.modal-dialog.modal-dialog-large {
  max-width: 980px;
}

.modal-content {
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-header {
  background-color: #ffffff;
  min-height: 0;
  border-bottom: 1px solid #eaeaea;
  padding: 40px;
}

.modal-body {
  background-color: #ffffff;
  padding: 0;
}
.modal-body.modal-body-tight {
  padding-left: 0;
  padding-right: 0;
}

[data-dismiss=modal] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -80px;
  line-height: 1;
  cursor: pointer;
}
[data-dismiss=modal] .image-svg {
  height: 52px;
}

.icon-sprite, .icon-check-off, .label-checkbox > span:before, .icon-check-on, .label-checkbox > input[type=checkbox]:checked ~ span:before, .icon-dropdown, .chosen-container-single .chosen-single div:after,
.chosen-container-single .chosen-single:visited div:after, .icon-facebook, .icon-google-plus, .icon-twitter {
  background-image: url('../images/icon-s367dbf191c.png');
  background-repeat: no-repeat;
}

.icon-check-off, .label-checkbox > span:before {
  background-position: 0 0;
  height: 12px;
  width: 12px;
}

.icon-check-on, .label-checkbox > input[type=checkbox]:checked ~ span:before {
  background-position: 0 -12px;
  height: 12px;
  width: 12px;
}

.icon-dropdown, .chosen-container-single .chosen-single div:after,
.chosen-container-single .chosen-single:visited div:after {
  background-position: 0 -24px;
  height: 5px;
  width: 10px;
}

.icon-facebook {
  background-position: 0 -29px;
  height: 48px;
  width: 48px;
}

.icon-google-plus {
  background-position: 0 -77px;
  height: 48px;
  width: 48px;
}

.icon-twitter {
  background-position: 0 -125px;
  height: 48px;
  width: 48px;
}

.before-after-sprite, .before-after-collision, .before-after-other, .before-after-respray, .before-after-touchup, .before-after-caravan {
  background-image: url('../images/before-after-saba78e4da8.png');
  background-repeat: no-repeat;
}

.before-after-collision {
  background-position: 0 -104px;
  height: 104px;
  width: 128px;
}
.before-after-collision:hover, .before-after-collision.collision-hover {
  background-position: 0 0;
}

.before-after-other {
  background-position: 0 -299px;
  height: 91px;
  width: 115px;
}
.before-after-other:hover, .before-after-other.other-hover {
  background-position: 0 -208px;
}

.before-after-caravan {
  background-position: 0 -851px;
  height: 91px;
  width: 120px;
}
.before-after-caravan:hover, .before-after-caravan.caravan-hover {
  background-position: 0 -763px;
}

.before-after-respray {
  background-position: 0 -488px;
  height: 98px;
  width: 128px;
}
.before-after-respray:hover, .before-after-respray.respray-hover {
  background-position: 0 -390px;
}

.before-after-touchup {
  background-position: 0 -679px;
  height: 93px;
  width: 128px;
}
.before-after-touchup:hover, .before-after-touchup.touchup-hover {
  background-position: 0 -586px;
}

.contain-header {
  width: 100%;
}

.header-primary > .header-primary-service .image-svg {
  height: 64px;
}

.header-primary .header-primary-service {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-primary .header-primary-service > [data-toggle="modal"] {
  padding-top: 12px;
  padding-bottom: 8px;
}
.header-primary .header-primary-service:hover {
  background: #42c6fe;
}
.header-primary .header-primary-service .icon-service-inside {
  fill: #ffffff;
}
.header-primary .header-primary-service .image-svg {
  height: 64px;
}

.header-complimentary {
  position: relative;
  /*position: absolute;*/
    width: 100%;
    height: auto;
    z-index: 100;
    background: rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    background: rgb(0, 64, 96);
}

.header-complimentary-item > h2 {
  margin-left: 20px;
}

.list-header-social {
  margin-top: 5px;
  margin-right: 40px;
}

.logo {
  padding-top: 12px;
}
.logo > a {
  display: block;
}

#contain-nav-complimentary {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 115;
  background-color: #0fb7fe;
}

.btn-service {
  background-color: #28282e;
  display: block;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-service:hover, .btn-service.active {
  background-color: #0fb7fe;
}

.btn-service-label {
  text-align: center;
  width: 100%;
  padding: 8px;
  position: relative;
}
.btn-service-label:before {
  content: "";
  display: block;
  border: 6px solid transparent;
  border-bottom: 6px solid #0fb7fe;
  border-top: none;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -6px;
  margin-top: -6px;
}

.contain-btn-service:hover .btn-service-label {
  background: #ffffff;
  color: #0fb7fe;
}
.contain-btn-service:hover .btn-service-label:before {
  border-bottom: 6px solid #ffffff;
}

.intro-image {
  margin-bottom: -70px;
}

.thumbnail-portfolio > img {
  max-height: 137.5px;
}

.media-blog-feed > .media-left {
  padding-right: 40px;
}

.media-visible {
  overflow: visible;
}

.comment-body {
  min-height: 72px;
  padding-right: 40px;
}

.post-head-icon .image-svg {
  min-width: 100px;
  max-height: 100px;
}

.intro-new {
  height: 100%;
  height: -webkit-calc(93% - 315px);
  height: -moz-calc(100% - 315px);
  height: calc(100% - 315px);
  /*background-image: url(../images/background-intro.jpg);*/
  background-repeat: no-repeat;
  background-position: center bottom;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.intro-new .list-slide-intro,
.intro-new .slide-intro-item {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.intro-new .slide-intro-item {
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.intro-new .slide-intro-item.video-player {
  overflow: hidden;
}
.intro-new .slide-intro-item > .video-js {
  width: 100% !important;
  height: 100% !important;
}
.intro-new .slide-intro-item > .video-js > .vjs-tech {
  width: 100%;
  height: auto;
  opacity: 1.0;
}

.logo-primary {
  /*padding: 20px 20px 12px;*/
    padding:0;
}
.logo-primary img {
  max-width: 80%;
  margin:0 auto;
}

.link-intro-service {
  line-height: 1.3;
  background: #28282e;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 40px;
}
.link-intro-service > [class^="col-"],
.link-intro-service > [class*="col-"] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.link-intro-icon {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.intro-services {
  position: relative;
}

.portfolio-new-item > img {
  display: block;
}

.popover {
  position: absolute !important;
  font-family: "Museo Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.pop-content-main p + p {
  margin-top: 20px;
}

.modal-html .modal-dialog {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  [class^="col-md"] + [class^="col-md"]:not([class^="col-xs"]),
  [class^="col-md"] + [class^="col-sm"]:not([class^="col-xs"]),
  [class^="col-md"] + [class^="col-lg"]:not([class^="col-xs"]),
  [class^="col-md"] + [class*="col-md"]:not([class*="col-xs"]),
  [class^="col-md"] + [class*="col-sm"]:not([class*="col-xs"]),
  [class^="col-md"] + [class*="col-lg"]:not([class*="col-xs"]),
  [class^="col-sm"] + [class^="col-md"]:not([class^="col-xs"]),
  [class^="col-sm"] + [class^="col-sm"]:not([class^="col-xs"]),
  [class^="col-sm"] + [class^="col-lg"]:not([class^="col-xs"]),
  [class^="col-sm"] + [class*="col-md"]:not([class*="col-xs"]),
  [class^="col-sm"] + [class*="col-sm"]:not([class*="col-xs"]),
  [class^="col-sm"] + [class*="col-lg"]:not([class*="col-xs"]),
  [class^="col-lg"] + [class^="col-md"]:not([class^="col-xs"]),
  [class^="col-lg"] + [class^="col-sm"]:not([class^="col-xs"]),
  [class^="col-lg"] + [class^="col-lg"]:not([class^="col-xs"]),
  [class^="col-lg"] + [class*="col-md"]:not([class*="col-xs"]),
  [class^="col-lg"] + [class*="col-sm"]:not([class*="col-xs"]),
  [class^="col-lg"] + [class*="col-lg"]:not([class*="col-xs"]),
  [class*="col-md"] + [class^="col-md"]:not([class^="col-xs"]),
  [class*="col-md"] + [class^="col-sm"]:not([class^="col-xs"]),
  [class*="col-md"] + [class^="col-lg"]:not([class^="col-xs"]),
  [class*="col-md"] + [class*="col-md"]:not([class*="col-xs"]),
  [class*="col-md"] + [class*="col-sm"]:not([class*="col-xs"]),
  [class*="col-md"] + [class*="col-lg"]:not([class*="col-xs"]),
  [class*="col-sm"] + [class^="col-md"]:not([class^="col-xs"]),
  [class*="col-sm"] + [class^="col-sm"]:not([class^="col-xs"]),
  [class*="col-sm"] + [class^="col-lg"]:not([class^="col-xs"]),
  [class*="col-sm"] + [class*="col-md"]:not([class*="col-xs"]),
  [class*="col-sm"] + [class*="col-sm"]:not([class*="col-xs"]),
  [class*="col-sm"] + [class*="col-lg"]:not([class*="col-xs"]),
  [class*="col-lg"] + [class^="col-md"]:not([class^="col-xs"]),
  [class*="col-lg"] + [class^="col-sm"]:not([class^="col-xs"]),
  [class*="col-lg"] + [class^="col-lg"]:not([class^="col-xs"]),
  [class*="col-lg"] + [class*="col-md"]:not([class*="col-xs"]),
  [class*="col-lg"] + [class*="col-sm"]:not([class*="col-xs"]),
  [class*="col-lg"] + [class*="col-lg"]:not([class*="col-xs"]) {
    margin-top: 15px;
  }

  .media:not(.media-xs) > .media-left,
  .media:not(.media-xs) > .media-right,
  .media:not(.media-xs) > .media-body {
    display: block;
    width: 100%;
  }
  .media:not(.media-xs) > .media-body {
    padding-bottom: 20px;
  }
  .media:not(.media-xs) > .media-left ~ .media-body {
    padding-bottom: 0;
    padding-top: 20px;
    text-align:center;
  }

  .spaced {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .spaced.spaced-triple {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .spaced.spaced-double {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .spaced.spaced-top {
    padding-bottom: 0;
  }
  .spaced.spaced-bottom {
    padding-top: 0;
  }

  .module {
    padding: 20px;
  }

  .no-padding-top {
    padding-top: 0;
  }

  .no-padding-bottom {
    padding-bottom: 0;
  }

  .modal {
    top: 15%;
    left: 3%;
    right: 3%;
    bottom: auto;
    overflow: visible !important;
  }
  .modal .modal-dialog {
    margin: 0;
  }
  .modal .modal-body {
    max-height: 380px;
    overflow-y: auto;
  }
  .modal .modal-header {
    padding: 15px;
  }
  .modal .modal-header .btn-modal-back {
    margin-top: -10px;
  }
  .modal .modal-header .text-uppercase {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .modal .modal-header [class^="col-"],
  .modal .modal-header [class*="col-"] {
    overflow: visible;
  }
  .modal .service-thank {
    padding: 10px;
  }
  .modal .service-thank .image-svg {
    width: 80px;
  }
  .modal .service-thank .text-medium {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .btn-modal-back {
    float: left !important;
  }

  .control-field-border {
    border-left: none;
    border-top-width: 1px;
    border-top-style: solid;
  }

  .control-field-xs-indent {
    padding-left: 40px;
  }

  .file-upload-zone {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .media > .media-left.hidden-xs ~ .media-body {
    padding-top: 0;
  }

  .list-inline > li + li {
    margin-left: 20px;
  }

  .section-head {
    display: block;
    text-align: center;
  }

  .logo {
    border-bottom: 1px solid #ffffff;
  }

  .tagline > h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .tagline,
  .nav-complimentary-toggle {
    padding-top: 8px;
  }

  .btn-service-label {
    margin-bottom: 12px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .btn-service .image-svg {
    height: 80px;
  }

  .intro-complimentary .fill-space, .intro-complimentary .thumbnail-portfolio:after {
    position: relative;
    clear: both;
    margin-top: 80px;
  }
  .intro-complimentary .fill-space .font-size-48, .intro-complimentary .thumbnail-portfolio:after .font-size-48 {
    font-size: 36px;
    font-size: 3.6rem;
  }

  .contain-portfolio-item,
  .contain-portfolio-image {
    display: block;
  }

  .nav-footer {
    display: block;
  }
  .nav-footer a {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .list-social {
    float: none !important;
  }

  .post-head {
    margin-top: 20px;
  }
  .post-head > .post-head-icon {
    margin-top: -90px;
  }

  .widgets-footer-primary > .widget-container + .widget-container {
    border-left: none;
  }

  .control-field label.error {
    margin-right: -40px;
  }
}
@media only screen and (max-width: 479px) {
  .contain-label-toggle {
    margin-bottom: 20px;
  }

  .header-primary > .header-primary-item {
    display: inline-block;
    float: left;
    width: 50%;
    max-height: 155px;
    overflow: hidden;
  }
  .header-primary > .header-primary-item.logo-primary {
    display: none;
  }

  .intro-heading {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .intro-services .font-size-32 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .intro-services .font-size-48 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .intro-new .module.module-double {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .modal .modal-body {
    max-height: 240px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1139px) {
  [class^="col-md"] + [class^="col-md"]:not([class^="col-sm"]),
  [class^="col-md"] + [class^="col-lg"]:not([class^="col-sm"]),
  [class^="col-md"] + [class*="col-md"]:not([class*="col-sm"]),
  [class^="col-md"] + [class*="col-lg"]:not([class*="col-sm"]),
  [class^="col-lg"] + [class^="col-md"]:not([class^="col-sm"]),
  [class^="col-lg"] + [class^="col-lg"]:not([class^="col-sm"]),
  [class^="col-lg"] + [class*="col-md"]:not([class*="col-sm"]),
  [class^="col-lg"] + [class*="col-lg"]:not([class*="col-sm"]),
  [class*="col-md"] + [class^="col-md"]:not([class^="col-sm"]),
  [class*="col-md"] + [class^="col-lg"]:not([class^="col-sm"]),
  [class*="col-md"] + [class*="col-md"]:not([class*="col-sm"]),
  [class*="col-md"] + [class*="col-lg"]:not([class*="col-sm"]),
  [class*="col-lg"] + [class^="col-md"]:not([class^="col-sm"]),
  [class*="col-lg"] + [class^="col-lg"]:not([class^="col-sm"]),
  [class*="col-lg"] + [class*="col-md"]:not([class*="col-sm"]),
  [class*="col-lg"] + [class*="col-lg"]:not([class*="col-sm"]) {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-complimentary-item {
    height: 100%;
  }

  .logo > a > img {
    max-height: 70px;
    width: auto;
  }

  .contain-portfolio-item,
  .contain-portfolio-image {
    display: -webkit-flex;
    display: flex;
  }
  .contain-portfolio-item.cycle-slide-active,
  .contain-portfolio-image.cycle-slide-active {
    display: -webkit-flex !important;
    display: flex;
  }

  .contain-portfolio-image,
  .contain-portfolio-body .portfolio-post {
    overflow: hidden;
  }

  .comment-meta {
    padding-left: 20px;
  }

  .avatar {
    margin-right: 20px;
  }

  .popover {
    max-width: none;
    min-width: 337.92px;
  }

  .form-collision-contact-detail .row-flex {
    display: flex;
  }
  .form-collision-contact-detail .contain-btn-submit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .nav-footer > li {
    float: left;
  }
  .nav-footer > li + li {
    margin-top: 0;
    margin-left: 40px;
    padding-left: 40px;
  }
  .nav-footer > li + li:before {
    content: "|";
    display: inline-block;
    margin: 0 40px;
    color: rgba(255, 255, 255, 0.25);
    position: absolute;
    left: -40px;
    top: 0;
  }
}
@media only screen and (max-width: 1139px) {
  .intro-complimentary {
    text-align: center;
  }

  .post-cover.spaced {
    padding-bottom: 0;
  }

  .contain-post-meta.spaced {
    padding-top: 0;
  }

  .image-background-active {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .tile-item:not([class^="col-sm"]),
  .tile-item:not([class*="col-sm"]) {
    position: relative !important;
    top: auto !important;
  }

  .intro-services:before, .intro-services:after {
    display: none;
  }

  .header-primary .inline-item,
  .header-primary strong {
    display: none;
  }
  .header-primary .header-primary-item .image-svg {
    width: 100%;
    height: 100%;
  }

  .logo-primary {
    padding: 10px;
  }

  #contain-nav-complimentary {
    background: #ffffff;
    border: 1px solid #eaeaea;
  }

  .nav-complimentary {
    padding: 0;
  }
  .nav-complimentary li {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
  }
  .nav-complimentary li a,
  .nav-complimentary li a:visited {
    color: #0fb7fe;
  }
  .nav-complimentary li a:hover,
  .nav-complimentary li a:visited:hover {
    color: #0fb7fe;
  }
  .nav-complimentary li a:hover:after,
  .nav-complimentary li a:visited:hover:after {
    display: none;
  }
  .nav-complimentary li + li {
    border-top: 1px solid #eaeaea;
  }
  .nav-complimentary li:hover {
    background: #eaeaea;
  }
  .nav-complimentary .dropdown-menu li {
    margin-left: -5px;
    margin-right: -5px;
  }

  .affix {
    position: static;
  }

  .header-primary .header-primary-item .image-svg.icon-helper {
    width: 64px;
    height: 64px;
  }

  .intro-services {
    margin-top: 15%;
  }

  .contain-testimonial-slide {
    margin-bottom: 30px;
  }
  .contain-testimonial-slide .media-object {
    margin-top: 20px;
    margin-left: 20px;
  }

  .nav-complimentary-toggle {
    margin-top: 8px;
  }

  .logo-primary img {
    max-width: 45%;
    margin: 0 auto;
  }

  .link-intro-service.border-left {
    border-left: none;
  }

  .header-complimentary-item.tagline {
    padding-left: 0;
    padding-right: 0;
  }

  .header-complimentary-item > h2 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .option-group > .option-item {
    width: 50%;
    float: left;
  }
  .contain-repair-option-group .option-group > .option-item, .contain-plan-option-group .option-group > .option-item {
    width: 33.33%;
  }
  .postid-958 .contain-repair-option-group .option-group > .option-item, 
  .postid-958 .contain-plan-option-group .option-group > .option-item {
    width: 50%;
  }

  .option-group > .option-item + .option-item {
    margin-top: 0;
  }
  .option-group > .option-item .image-svg {
    width: 125px;
    height: 125px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-complimentary > .clearfix > .col-sm-9:first-child, .header-complimentary > .btn-group > .col-sm-9:first-child, .header-complimentary > .contain-label-toggle > .col-sm-9:first-child, .header-complimentary > .nav-tabs > .col-sm-9:first-child, .header-complimentary > .navbar-header > .col-sm-9:first-child, .header-complimentary > .nav-complimentary > .col-sm-9:first-child, .header-complimentary > .nav-inline > .col-sm-9:first-child, .header-complimentary > .nav-footer > .col-sm-9:first-child {
    width: 100%;
  }
  .header-complimentary > .clearfix > .col-sm-3:last-child, .header-complimentary > .btn-group > .col-sm-3:last-child, .header-complimentary > .contain-label-toggle > .col-sm-3:last-child, .header-complimentary > .nav-tabs > .col-sm-3:last-child, .header-complimentary > .navbar-header > .col-sm-3:last-child, .header-complimentary > .nav-complimentary > .col-sm-3:last-child, .header-complimentary > .nav-inline > .col-sm-3:last-child, .header-complimentary > .nav-footer > .col-sm-3:last-child {
    display: none;
  }

  .header-complimentary-item.tagline {
    width: 83.33%;
  }
}
@media only screen and (min-width: 1140px) {
  .affix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }

  .start-label {
    line-height: 1.4;
  }

  .intro {
    display: flex;
  }

  .intro-new {
    position: relative;
  }

  .testimonial-prev,
  .testimonial-next {
    margin-top: 100px;
  }

  #contain-nav-complimentary {
    position: relative;
    display: block;
    top: 0;
    margin-top: 0;
  }

  .nav-complimentary {
    display: inline-block;
    padding: 0;
    float: right;
  }
  .nav-complimentary > li {
    float: left;
  }
  .nav-complimentary > li + li {
    margin-left: 20px;
  }
  .nav-complimentary > li > a:hover, .nav-complimentary > li > a:focus, .nav-complimentary > li > a:active,
  .nav-complimentary > li > a:visited:hover,
  .nav-complimentary > li > a:visited:focus,
  .nav-complimentary > li > a:visited:active {
    background-color: transparent;
  }
  .nav-complimentary > .dropdown > .dropdown-menu {
    position: absolute;
    display: none;
    background: #ffffff;
    border: 1px solid #eaeaea;
    margin-top: 19px;
    right: 0;
    left: auto;
  }
  .nav-complimentary > .dropdown > .dropdown-menu > li > a,
  .nav-complimentary > .dropdown > .dropdown-menu > li > a:visited {
    padding: 15px;
  }
  .nav-complimentary > .dropdown.open > .dropdown-menu {
    display: block;
  }
  .nav-complimentary > .dropdown.open > a,
  .nav-complimentary > .dropdown.open > a:visited {
    background-color: transparent;
  }

  .btn-service-label {
    position: absolute;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .contain-btn-service:hover .btn-service-label {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .btn-service .image-svg {
    max-height: 150px;
  }

  .option-item + .option-item {
    border-left: 1px solid rgba(145, 206, 217, 0.5);
  }

  .post-body blockquote {
    padding: 200px 25%;
  }
  .post-body blockquote:before, .post-body blockquote:after {
    content: "";
    height: 180px;
  }
  .post-body blockquote.vcard {
    padding: 100px 25%;
  }
  .post-body blockquote.vcard:before, .post-body blockquote.vcard:after {
    height: 80px;
  }

  .post-column-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 80px;
    -webkit-column-gap: 80px;
    column-gap: 80px;
    -moz-page-break-avoid: auto;
    -webkit-column-break-avoid: auto;
    break-avoid: auto;
  }
  .post-column-2 p {
    display: inline-block;
  }

  .post-meta {
    /*float: right;*/
  }

  .post-head-icon .image-svg {
    min-width: 100px;
    max-height: 100px;
  }

  .contain-map {
    height: 360px;
  }
  .contain-map > .map {
    height: 360px;
  }

  .contain-header.affix {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 111;
  }
  .contain-header.affix .column-header:first-child,
  .contain-header.affix .header-complimentary {
    display: none;
  }
  .contain-header.affix .column-header:last-child {
    width: 100%;
  }
}
@media only screen and (min-width: 1140px) and (max-width: 1440px) {
  .intro-services .font-size-32 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .intro-services .font-size-48 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .intro-new .module.module-double {
    padding-top: 0;
  }

  .ask-experts .media-object {
    /*max-width: 125px;*/
    width:100%;
    height: auto;
  }

  .header-complimentary > .clearfix > .col-sm-9:first-child, .header-complimentary > .btn-group > .col-sm-9:first-child, .header-complimentary > .contain-label-toggle > .col-sm-9:first-child, .header-complimentary > .nav-tabs > .col-sm-9:first-child, .header-complimentary > .navbar-header > .col-sm-9:first-child, .header-complimentary > .nav-complimentary > .col-sm-9:first-child, .header-complimentary > .nav-inline > .col-sm-9:first-child, .header-complimentary > .nav-footer > .col-sm-9:first-child {
    width: 100%;
  }
  .header-complimentary > .clearfix > .col-sm-3:last-child, .header-complimentary > .btn-group > .col-sm-3:last-child, .header-complimentary > .contain-label-toggle > .col-sm-3:last-child, .header-complimentary > .nav-tabs > .col-sm-3:last-child, .header-complimentary > .navbar-header > .col-sm-3:last-child, .header-complimentary > .nav-complimentary > .col-sm-3:last-child, .header-complimentary > .nav-inline > .col-sm-3:last-child, .header-complimentary > .nav-footer > .col-sm-3:last-child {
    display: none;
  }

  .header-primary .header-primary-service .image-svg {
    width: 48px;
    height: 48px;
  }
  .header-primary .header-primary-service .font-size-18 {
    white-space: nowrap;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .link-intro-service {
    padding: 30px;
  }
  .link-intro-service .font-size-24 {
    white-space: nowrap;
    font-size: 20px;
    font-size: 2rem;
  }

  .portfolio-post .module.text-left {
    padding: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 90%;
    width: -webkit-calc(90% - 20px);
    width: -moz-calc(90% - 20px);
    width: calc(90% - 20px);
    max-width: 1840px;
  }

  .header-complimentary > .container,
  .foot > .row > .container{
    width: calc(100% - 20px);
  }

  #menu-footer-navigation-1{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
#bck1 {background:#ccc;}
.logomain2 {/*width: 55%;*/
    float: left;
    margin-bottom: 17px;
    margin-top: 17px;}
.ghost {position:absolute;     z-index: 100;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 410px;
    width: 900px;}

.feedback {width:100%; background: #07B7FE; padding-top:20px; padding-bottom:20px;}
.feedback-button {    display: block;
    margin: 0 auto;
    text-align: center;
    background: none;
    color: #747474!important;
    padding: 10px 20px;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 17px;
  	border:1px solid #747474;
    /*width: 230px;*/
      -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feedback-button:hover {
    color: #FFF!important;
    background: #07B7FE;
}
.slide-last {
    width: 100%;
    height: 90vh;
}

@media only screen and (max-width: 900px) {

 }


#accordion {
    display: none;
    background: #28282E;
}
.button-services {
    font-size: 18px;
    background: none;
    cursor: pointer;
    color: #e2b834;
    padding: 8px 12px;
    height: 46px;
    border-radius: 0px;
    border: 1px solid #e2b834;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 260px
}
.button-services:hover {
    color: #414146;
    background: #e2b834;
    border: 1px solid #e2b834;
}

@media only screen and (max-width: 1440px) {
    .ghost {
        top: 300px;
    }
}
@media only screen and (max-width: 1140px) {
    .ghost {
        top: 260px;
    }
}
@media only screen and (max-width: 900px) {
    .ghost {
        top: 150px;
    }
}
@media only screen and (max-width: 480px) {
    .ghost {
        top: 120px;
    }
}

.about-1 {
    padding-top: 40px;
}
.text-about {
    padding-top: 20px;
    padding-bottom: 70px;
    width: 900px;
    margin: 0 auto;
}
.text-about2 {
    padding-top: 20px;
    padding-bottom: 70px;
    width: 900px;
    margin: 0 auto;
    text-align: center;
}
.text-about2 a {
    color: #E2B834;
    width: 207px;
    margin: 0 auto;
    display: block;
    background: #414146;
    border: 1px solid;
    padding: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.text-about2 a:hover {
    background: #E2B834;
    width: 207px;
    margin: 0 auto;
    display: block;
    color: #414146;
    border: 1px solid;
    padding: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1000px) {
    .text-about {
        width: 80%;
    }
    .text-about2 {
        width: 80%;
    }
}
#top {
    background: #414146;
    color: #fff;
}
.thumbnail1 {
    width: 100%;
    height: 200px;
    display: block;
    background: url(http://pc-collisionrepair.com.au/wp-content/uploads/2016/03/car1.png) center;
    background-size: cover;
    text-shadow: 4px 4px 6px rgba(150, 150, 150, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.thumbnail2 {
    width: 100%;
    height: 200px;
    display: block;
    background: url(http://pc-collisionrepair.com.au/wp-content/uploads/2016/03/2.jpg) center;
    background-size: cover;
    text-shadow: 4px 4px 6px rgba(150, 150, 150, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.thumbnail3 {
    width: 100%;
    height: 200px;
    display: block;
    background: url(http://pc-collisionrepair.com.au/wp-content/uploads/2016/03/3.jpg) center;
    background-size: cover;
    text-shadow: 4px 4px 6px rgba(150, 150, 150, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.thumbnail4 {
    width: 100%;
    height: 200px;
    display: block;
    background: url(http://pc-collisionrepair.com.au/wp-content/uploads/2016/03/car2.jpg) center;
    background-size: cover;
    text-shadow: 4px 4px 6px rgba(150, 150, 150, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.thumbnail1 span {
    opacity: 0.0;
    color: #FFF;
    text-align: center;
    font-size: 23px;
    width: 100%;
    display: block;
    padding-top: 20%;
    padding-bottom: 10%;
    text-shadow: 4px 4px 6px rgba(150, 150, 150, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 0;
    margin-top: 27px;
}
.thumbnail2 span {
    opacity: 0.0;
    color: #FFF;
    text-align: center;
    font-size: 23px;
    width: 100%;
    display: block;
    padding-top: 20%;
    padding-bottom: 10%;
    text-shadow: 4px 4px 6px rgba(150, 150, 150, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 0;
    margin-top: 27px;
}
.thumbnail3 span {
    opacity: 0.0;
    color: #FFF;
    text-align: center;
    font-size: 23px;
    width: 100%;
    display: block;
    padding-top: 20%;
    padding-bottom: 10%;
    text-shadow: 4px 4px 6px rgba(150, 150, 150, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 0;
    margin-top: 27px;
}
.thumbnail4 span {
    opacity: 0.0;
    color: #FFF;
    text-align: center;
    font-size: 23px;
    width: 100%;
    display: block;
    padding-top: 20%;
    padding-bottom: 10%;
    text-shadow: 4px 4px 6px rgba(150, 150, 150, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 0;
    margin-top: 27px;
}

.thumbnail1:hover span {
    opacity: 1.0;
    background: rgba(0, 0, 0, 0.66);
    height: 100%;
}
.thumbnail2:hover span {
    opacity: 1.0;
    background: rgba(0, 0, 0, 0.66);
    height: 100%;
}
.thumbnail3:hover span {
    opacity: 1.0;
    background: rgba(0, 0, 0, 0.66);
    height: 100%;
}
.thumbnail4:hover span {
    opacity: 1.0;
    background: rgba(0, 0, 0, 0.66);
    height: 100%;
}


@media only screen and (max-width: 1023px) {
    body > div:nth-child(10) > section.testimonial.spaced.spaced-double.spaced-bottom.text-center > div > div > div.col-md-8.col-md-push-2.text-light.contain-portfolio-body > div > div.portfolio-post.border-all.border-mute.cycle-slide.cycle-slide-active > div > div.media-left > img {
        margin: 0 auto;
        display: block;
    }
    body > div:nth-child(10) > section.testimonial.spaced.spaced-double.spaced-bottom.text-center > div > div > div.col-md-8.col-md-push-2.text-light.contain-portfolio-body > div > div.portfolio-post.border-all.border-mute.cycle-slide.cycle-slide-active > div > div.media-body > div {
        text-align: center;
    }
    body > div:nth-child(10) > section.testimonial.spaced.spaced-double.spaced-bottom.text-center > div > div > div.col-xs-3.col-md-2.col-md-pull-8.text-center {
        width: 50%;
    }
    body > div:nth-child(10) > section.testimonial.spaced.spaced-double.spaced-bottom.text-center > div > div > div:nth-child(3) {
        width: 50%;
    }
    body > div:nth-child(10) > section.ask-experts > div > div > div:nth-child(1) > div > div > div.media-left > a > img {
        margin: 0 auto;
        display: block;
    }
    body > div:nth-child(10) > section.ask-experts > div > div > div:nth-child(2) > div > div > div.media-left > a > img {
        margin: 0 auto;
        display: block;
    }
    body > div:nth-child(10) > section.ask-experts > div > div > div:nth-child(1) > div > div > div.media-body {
        text-align: center;
    }
    body > div:nth-child(10) > section.ask-experts > div > div > div:nth-child(2) > div > div > div.media-body {
        text-align: center;
    }
}

.ask-experts {
    background: url(http://pc-collisionrepair.com.au/wp-content/uploads/2016/03/back1-1.jpg) !important;
    background-size: cover!important;
    background-attachment: fixed!important;
    padding-top: 80px;
}
.partners {
    background: #fff;
}
.about-head {
    background: url(../images/background-1.jpg) center center;
    background-attachment: fixed;
    background-size: cover;
    height: 650px;
}
.about-head h1 {
    color: #fff;
    text-align: center;
    font-weight: 300;
    padding-top: 300px;
    font-size: 70px;
    line-height: 1;
}
.about-head h2 {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}
.about-2 {
    background: #01547F;
    padding-top: 40px;
    padding-bottom: 0px;
}
.about-2 h3 {
    color: #fff;
}
.about-2 span {
    color: #fff;
}
.about-2 ul {
    margin: 0 auto;
    display: block;
    color: #fff;
    width: 260px;
    padding: 0;
    list-style: circle;
    height: 430px;
}
.ask-experts h3 {
    color: #000;
}
.ask-experts span {
    color: #000;
}
body > div:nth-child(3) > section.about-1 > section > section > section > section.partners.spaced.spaced-top.border-top.border-mute > div > ul {
    height: auto;
    width: 100%;
}
body > div:nth-child(3) > section.about-1 > section > section > section > section.partners.spaced.spaced-top.border-top.border-mute > div > ul > li:nth-child(1) {
    color: #000;
}

.foot {
    background: #28282e;
    color: #747474;
    ;
    font-size: 15px;
    width: 100%;
    border-bottom: 1px solid #414147;
    padding-top: 10px;
    padding-bottom: 10px;
}
.foot ul li a {
    color: #747474;
}
#center-img img {
    margin: 0 auto;
    display: block;
}
#padding {
    padding-top: 30px;
    padding-bottom: 10px;
}
.about3 {
    background: #fff;
    padding-top: 60px;
}
.about3 h3 {
    color: #000;
}
.about3 ul {
    list-style: none;
}
.about3 ul li {
    color: #000;
    text-align: center;
}
.about4 {
    background-color: rgba(40, 40, 46, 0.88);
    padding-top: 60px;
    color: #e2b834;
}
.about4 h3 {
    color: #e2b834;
}
#shop1 {
    height: 400px;
    background: url(http://pc-collisionrepair.com.au/wp-content/uploads/2016/03/2015-09-02-10.33.52.jpg) center;
    background-size: cover;
}
#shop2 {
    height: 400px;
    background: url(http://pc-collisionrepair.com.au/wp-content/uploads/2016/03/2015-09-02-10.34.12.jpg) center;
    background-size: cover;
}
#shop3 {
    height: 400px;
    background: url(http://pc-collisionrepair.com.au/wp-content/uploads/2016/03/2015-09-02-10.34.23.jpg) center;
    background-size: cover;
}
.about-services {
    background: url(http://pc-collisionrepair.com.au/wp-content/uploads/2016/03/services.jpg)center center;
    background-attachment: fixed;
    background-size: cover;
    height: 650px;
}
.about-services h1 {
    color: #fff;
    text-align: center;
    font-weight: 300;
    padding-top: 300px;
    font-size: 70px;
    line-height: 1;
}
.about-services h2 {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}
#blue {
    padding: 15px;
    background: #0fb7fe;
    color: #fff;
    text-align: center;
    margin-bottom: 70px;
}
.find-out {
    font-size: 18px;
    background: none;
    cursor: pointer;
    color: #FFF;
    padding: 5px;
    border-radius: 0px;
    border: 1px solid #FFF;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 260px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.find-out:hover {
    color: #0fb7fe;
    background: #FFF;
    border: 1px solid #FFF;
}
.respray {
    background: #01547F;
    padding-top: 70px;
    color: #fff;
}
.respray h1 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-size: 19px;
    margin-top: 50px;
}
.respray iframe {
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    width: 100%;
}
.touchups {
    background: #fff;
    padding-top: 50px;
}
.touchups h1 {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-size: 19px;
    margin-top: 50px;
}
.direction {
    padding-top: 7px;
}
.direction2 {
    padding-top: 0px;
    margin-top: -5px;
}
.phone1 {
    background: #fff;
    color: #015681;
    text-decoration: none;
    padding: 0 10px;
    border-radius: 11px;
}
.phone2 {
    background: #747474;
    color: #28282E;
    ;
    text-decoration: none;
    padding: 0 10px;
    border-radius: 11px;
}
.social {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
/*.social:hover {-ms-transform: rotateY(360deg); -webkit-transform: rotateY(360deg);  transform: rotateY(360deg); -moz-transition: all 0.3s ease;  -o-transition: all 0.3s ease; -webkit-transition: all 0.3s ease;}*/
.galleries {
    padding-top: 60px;
    padding-bottom: 60px;
}
.newpostimage {
    height: 200px;
    overflow: hidden;
    display: block;
}
.newpostimage img {
    width: 100%!important;
    height: auto!important;
}
.contact-head {
    background: url(http://pc-collisionrepair.com.au/wp-content/uploads/2016/04/contact-head.jpg)center center;
    background-attachment: fixed;
    background-size: cover;
    height: 650px;
}
.contact-head h1 {
    color: #fff;
    text-align: center;
    font-weight: 300;
    padding-top: 300px;
    font-size: 70px;
    line-height: 1;
}
.contact-head h2 {
    color: #fff;
    text-align: center;
    font-weight: 300;
    font-size: 18px;
}
.contact-block {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}
.box {
    width: 900px;
    margin: 0 auto;
}
#afiliates {
    background: #fff;
    padding-top: 10px;
    padding-bottom: 50px;
    text-align: center;
}
#afiliates p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 10px;
}
#wrapA {
    width: 500px;
    margin: 0 auto;
}
#wpaft-logo-slider-default {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 10px;
}
.logo-container a img {
    margin: 0 auto;
    display: block;
    width: 80px;
    height: auto;
}


div.logo-container a{
  padding: 10px;
}



@media only screen and (max-width: 1023px) {
    .list-header-social {
        margin: 0 auto;
        float: none!important;
        display: block;
        width: 175px;
        padding-top: 13px;
    }
    .direction {
        text-align: center;
        margin-bottom: 10px;
    }
    .direction2 {
        text-align: center;
        margin-bottom: 10px;
    }
    .box {
        width: 98%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1139px) {
    .header-complimentary {
        position: relative;
        background: rgb(0, 64, 96);
    }
    #menu-footer-navigation-1 li {
        width: 50%;
        float: left;
    }
}