@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td, .table th {
    background-color: #fff !important; }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important; } }

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

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #2d2e31; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }

a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #2d2e31;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

small, .small {
  font-size: 85%; }

cite {
  font-style: normal; }

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

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

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

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

.text-muted {
  color: #999; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0; }

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt, dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999; }

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

blockquote:before, blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

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

.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: 15px;
  padding-right: 15px; }

.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-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .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-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: 0; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: 0; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .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-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: 0; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: 0; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@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-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: 0; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: 0; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #2d2e31; }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"] {
  line-height: 34px; }

.form-group {
  margin-bottom: 15px; }

.radio, .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px; }

.radio label, .checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, select[multiple].input-sm {
  height: auto; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, select[multiple].input-lg {
  height: auto; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

.form-horizontal .form-control-static {
  padding-top: 7px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right; } }

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none; }

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad; }

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e; }

.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd; }

.btn-primary .badge {
  color: #428bca;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439; }

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc; }

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512; }

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925; }

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.btn .label {
  position: relative;
  top: -1px; }

.label-default {
  background-color: #999; }

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #808080; }

.label-primary {
  background-color: #428bca; }

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge {
  top: 0;
  padding: 1px 5px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff; }

.nav-pills > li > a > .badge {
  margin-left: 3px; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: .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;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.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;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }

.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;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 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: #999;
  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: #999;
  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: #999;
  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: #999;
  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, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group: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;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) 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; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

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

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-square:before, .fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

html {
  overflow-y: scroll; }

html.noscroll {
  overflow-y: hidden; }

body {
  position: relative;
  font-family: 'Trade Gothic W01 Light', Arial, Helvetica, sans-serif;
  line-height: 21px;
  font-size: 15px;
  background-color: #171F24;
  /*background-color:#2D2E31;
	background-image:url(../images/body_bg.jpg);*/
  -webkit-font-smoothing: antialiased; }

body.stuck {
  margin-top: 100px; }

h1, h2, h3, h4 {
  margin: 0;
  text-transform: uppercase;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

h1 {
  margin-bottom: 25px;
  font-size: 50px;
  line-height: 44px; }

h2 {
  margin-bottom: 25px;
  font-size: 37px;
  line-height: 40px; }

h3 {
  font-size: 31px;
  line-height: 36px; }

h4 {
  font-size: 25px;
  line-height: 34px;
  color: #CCCCCC; }

.heading_lighter {
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.white {
  color: #FFFFFF; }

.blue {
  color: #00A1CB; }

.gold {
  color: #BFA562; }

.yellow {
  color: #f7c407; }

.medium {
  font-size: 19px;
  line-height: 26px;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.large {
  margin-bottom: 25px;
  font-size: 23px;
  line-height: 34px;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.large_upper {
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 34px;
  text-transform: uppercase;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.upper {
  font-size: 19px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.upper_bold {
  font-size: 19px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

.upper_title {
  margin-bottom: 13px;
  font-size: 19px;
  line-height: 20px;
  text-transform: uppercase;
  color: #CCCCCC;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.uppercase {
  text-transform: uppercase; }

.no_margin {
  margin: 0; }

p {
  margin-bottom: 20px; }

a {
  color: #00A1CB; }

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

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

form, fieldset {
  margin: 0;
  padding: 0;
  border: none; }

strong {
  font-weight: normal;
  font-family: "Trade Gothic W01 Bold", Arial, Helvetica, sans-serif; }

.no-display {
  display: none; }

.translate {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.anim-scroll {
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: -moz-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.btn {
  padding: 0 15px;
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 33px;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif;
  background: none;
  border: 1px solid #FFFFFF;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: color 300ms ease-out, background-color 200ms ease-out;
  -moz-transition: color 300ms ease-out, background-color 200ms ease-out;
  -o-transition: color 300ms ease-out, background-color 200ms ease-out;
  -ms-transition: color 300ms ease-out, background-color 200ms ease-out;
  transition: color 300ms ease-out, background-color 200ms ease-out; }

.btn_icon {
  padding: 0 10px 0 15px; }

.btn_icon_left {
  padding: 0 15px 0 10px; }

.btn:hover, .btn:focus {
  color: #00A1CB;
  background-color: #FFFFFF; }

.btn_opposite {
  color: #4C4C4C;
  border-color: #999999; }

.btn_blue, .CompLandingPage .Actions .action {
  padding: 0 40px;
  line-height: 35px;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif;
  background-color: #00A1CB;
  border: none; }

.btn_grey {
  padding: 0 40px;
  line-height: 35px;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif;
  background-color: #999999;
  border: none; }

.btn_active {
  color: #4C4C4C;
  background-color: #EBEBEB;
  border-color: #EBEBEB; }

.btn_padding {
  padding: 0 15px; }

.btn span {
  margin-left: 10px;
  padding-left: 10px;
  display: inline-block;
  border-left: 1px solid #FFFFFF; }

.btn_icon_left span {
  margin-left: 0;
  padding-left: 0;
  margin-right: 10px;
  padding-right: 10px;
  border-left: none;
  border-right: 1px solid #FFFFFF; }

.btn_opposite span {
  border-color: #999999; }

.btn .fa {
  font-size: 18px; }

.btn_opposite .fa {
  color: #00A1CB; }

.alert {
  margin-bottom: 30px;
  padding: 10px 20px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.alert span {
  padding-left: 5px;
  font-size: 14px; }

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 26;
  background-color: rgba(0, 0, 0, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  display: none; }

header {
  width: 100%;
  position: relative;
  z-index: 30; }

.stuck header {
  position: fixed;
  top: -110px; }

section.main_header {
  height: 100px;
  position: relative;
  z-index: 30;
  background-color: #000;
  -webkit-box-shadow: 0 0 2px 0 #222222;
  box-shadow: 0 0 2px 0 #222222; }

.stuck header .main_header {
  height: 65px; }

.head_social {
  position: absolute;
  right: -2px;
  top: 31px; }

.stuck .head_social {
  top: 14px; }

.head_social a {
  padding: 5px;
  display: block;
  color: white;
  font-size: 20px; }

.head_facebook {
  right: 24px; }

.head_insta {
  right: -2px; }

.head_youtube {
  right: -28px; }

.head_nav {
  height: 73px;
  margin: 0 0 14px 0; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.stuck header .head_nav {
  height: 65px;
  margin: 0; }
  .stuck header .head_nav ul {
    height: 65px; }

.head_nav ul {
  text-align: center; }

.head_nav ul li {
  display: inline-block; }

.stuck .head_nav ul li a {
  display: block; }
  @media screen and (min-width: 992px) {
    .stuck .head_nav ul li a {
      padding: 20px 12px 21px; } }
  @media screen and (min-width: 1200px) {
    .stuck .head_nav ul li a {
      padding: 22px 20px; } }

.stuck .head_nav ul li ul.main-nav-children {
  height: auto; }
  @media screen and (min-width: 768px) {
    .stuck .head_nav ul li ul.main-nav-children {
      top: 65px; } }
  @media screen and (min-width: 992px) {
    .stuck .head_nav ul li ul.main-nav-children {
      top: 62px; } }
  @media screen and (min-width: 1200px) {
    .stuck .head_nav ul li ul.main-nav-children {
      top: 65px; } }

.head_nav ul li a {
  display: block;
  padding: 20px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }
  @media screen and (min-width: 1200px) {
    .head_nav ul li a {
      padding: 37px 16px 42px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  body .head_nav ul li.logo a {
    padding: 9px 15px; } }

@media screen and (min-width: 1200px) {
  body .head_nav ul li.logo a {
    padding: 0px 20px; } }

.stuck header .head_nav li.logo img {
  height: 50px; }

.head_nav ul li {
  position: relative; }
  .head_nav ul li .main-nav-children {
    display: none;
    position: absolute;
    left: 0;
    background-color: black;
    padding: 42px 35px 62px;
    min-width: 234px;
    top: 97px;
    border-bottom: 1px solid #D4D4D4; }
    @media screen and (min-width: 992px) {
      .head_nav ul li .main-nav-children {
        top: 100px;
        left: 50%;
        transform: translateX(-40%); } }
    @media screen and (min-width: 1020px) {
      .head_nav ul li .main-nav-children {
        transform: translateX(-50%); } }
    .head_nav ul li .main-nav-children li {
      display: block;
      line-height: 24px;
      width: 100%;
      text-align: left; }
      .head_nav ul li .main-nav-children li a {
        font-weight: normal;
        padding: 0;
        font-size: 15px;
        font-family: "Trade Gothic W01 Bold", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #FFFFFF;
        transition: color 300ms ease; }
        .head_nav ul li .main-nav-children li a:hover {
          color: #939598; }

.mobile_head {
  display: none; }

.mobile_head .head_facebook {
  right: 55px;
  top: 15px; }

.mobile_head .head_insta {
  right: 27px;
  top: 15px; }

.mobile_head .head_youtube {
  right: 0px;
  top: 15px; }

.mobile_head .head_menu {
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 63px;
  font-size: 18px; }

.head_menu a {
  color: #333333; }

.head_menu span {
  padding-left: 3px;
  text-transform: uppercase;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.mobile_head .head_logo {
  height: 63px;
  margin: 18px 0 19px 0;
  text-align: center; }

.mobile_head .head_logo img {
  max-height: 100%; }

section.mobile_header {
  /*background-image:url(../images/metal_bg_menu.jpg); background-repeat:repeat-x; background-position:50% 0;*/
  background-color: #f7f7f7;
  z-index: 25;
  -webkit-box-shadow: 0 0 2px 0 #222222;
  box-shadow: 0 0 2px 0 #222222;
  /*display:none;	*/ }

.mobile_header .mobile_nav {
  margin-top: -9999px;
  padding: 0; }

.mobile_header .mobile_nav li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #DDD;
  font-size: 16px;
  color: #222121;
  text-transform: uppercase;
  line-height: 24px;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.mobile_header .mobile_nav li.last {
  border: none; }

.mobile_header .mobile_nav li a {
  color: #222121; }

.mobile_header .mobile_nav ul ul, .mobile_header .mobile_nav ul ul ul {
  margin: 10px 0 10px 10px; }

section.sub_header {
  width: 100%;
  position: absolute;
  /*top:-160%;*/
  left: 0;
  bottom: 20px;
  z-index: 20;
  background-color: #000000;
  -webkit-box-shadow: 0 0 2px 0 #222222;
  box-shadow: 0 0 2px 0 #222222; }

.sub_header .sub_row {
  width: 100%; }

.sub_header .row_top {
  padding: 25px 0 15px;
  border-bottom: 1px solid #ADADAD; }

.sub_header .row_bottom {
  padding: 41px 0 61px;
  border-bottom: 1px solid #D4D4D4; }

.sub_header .sub_image {
  width: 360px;
  height: 200px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  background-color: grey;
  -webkit-box-shadow: 1px 1px 6px 0 #666666;
  box-shadow: 1px 1px 6px 0 #666666;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.sub_header .sub_holder {
  padding: 0 15px; }

.sub_header .sub_title {
  color: #1F6B97;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Trade Gothic W01 Bold", Arial, Helvetica, sans-serif; }

.sub_header .sub_col {
  width: 195px;
  float: left; }

.sub_header ul li {
  line-height: 24px; }

.sub_header ul li.range_title {
  font-size: 15px;
  text-transform: uppercase;
  color: #939598;
  font-family: "Trade Gothic W01 Bold", Arial, Helvetica, sans-serif; }

.sub_header ul li a {
  color: #FFFFFF; }

section.promo {
  /*height:525px;*/
  position: relative;
  z-index: 25;
  background-image: url(../images/body_bg_light.jpg);
  background-color: #EBEBEB;
  overflow: hidden; }

.promo .promo_nav {
  width: 45px;
  height: 53px;
  padding: 11px 7px;
  position: absolute;
  top: 43%;
  z-index: 50;
  background-color: #C2C2C2;
  line-height: 31px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  display: none; }

.promo .nav_left {
  left: -15px;
  text-align: right;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0; }

.promo .nav_right {
  right: -15px;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px; }

.promo .promo_nav .nav_icon {
  width: 16px;
  height: 31px;
  float: left; }

.promo .promo_slider {
  /*height:525px;*/
  height: 585px;
  position: relative;
  overflow: hidden; }

.promo .slide {
  width: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.promo .slide .slide_image {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  -webkit-box-shadow: 0 0 30px 0 #999;
  box-shadow: 0 0 30px 0 #999;
  -webkit-transition: margin 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: margin 200ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: margin 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: margin 200ms cubic-bezier(0.23, 1, 0.32, 1); }

.promo .minimum .slide_image {
  max-width: none;
  height: 345px; }

.promo .slide .slide_overlay {
  position: absolute;
  color: #FFFFFF;
  font-size: 23px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 0 #555555;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.promo .minimum .slide_overlay {
  max-width: 100%; }

.promo .slide .top_left {
  top: 60px;
  /*left:21%;*/ }

.promo .slide .top_right {
  top: 60px;
  text-align: right; }

.promo .slide .bottom_left {
  bottom: 120px; }

.promo .slide .bottom_right {
  bottom: 120px;
  text-align: right; }

.promo .slide .slide_overlay h1 {
  margin-bottom: 5px;
  font-size: 47px;
  line-height: 46px; }

.promo .slide .slide_overlay p {
  margin-bottom: 15px; }

.promo .slide .slide_overlay .btn, .promo .slide .slide_overlay .btn a {
  margin-right: 5px;
  padding-left: 25px;
  padding-right: 55px;
  text-shadow: none;
  background-color: rgba(56, 83, 112, 0.7);
  background-image: url(../images/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: 80% 50%; }

.promo .slide .top_right .btn, .promo .slide .bottom_right .btn {
  margin-right: 0;
  margin-left: 5px; }

.promo .slide .slide_overlay .btn:hover {
  background-color: #FFFFFF;
  text-shadow: none; }

/*.promo .slide_overlay .slide_title {
							width:800px;
							margin-left:-400px;
							position:absolute; top:60px; left:50%;
							z-index:50;
							text-align:center; font-size:157px; color:#FFFFFF; text-transform:uppercase; line-height:160px;
							font-family:'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif;
						}*/
/*.promo .slide_overlay .title_bottom {
							position:absolute; top:63px;
							z-index:40;
							color:#747474;
						}*/
/*.promo .slide {
				position:relative; top:0; left:0;
				overflow:hidden;
				-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; filter:alpha(opacity=0); opacity:0;
			}
				.promo .slide img {
					width:auto; height:auto; max-width:none;
					position:relative;
				}*/
section.models {
  height: 170px;
  position: relative;
  z-index: 25;
  background-image: url(../images/metal_bg_large.jpg);
  background-repeat: repeat-x;
  background-position: 50% 0;
  -webkit-box-shadow: 0 3px 4px 0 #222222;
  box-shadow: 0 3px 4px 0 #222222;
  overflow: hidden; }

.models .model {
  margin-top: 9px;
  text-align: center; }

.model img {
  max-width: 100%; }

.model .model_title {
  display: block;
  font-size: 25px;
  text-transform: uppercase;
  color: #3D3935;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 1px #cececf;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -ms-transition: color 300ms ease-out;
  transition: color 300ms ease-out; }

.model .model_title a {
  color: #3D3935; }

.model:hover .model_title a {
  color: #076DA0; }

.model .model_title .fa {
  color: #62666D;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  -ms-transition: color 300ms ease-out;
  transition: color 300ms ease-out; }

.model:hover .model_title .fa {
  color: #076DA0; }

section.body {
  padding-bottom: 40px;
  position: relative;
  z-index: 20;
  overflow: hidden;
  background-image: url(../images/body_bg.jpg); }

section.body .container {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

.body .row {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #FFFFFF; }

.body .row_padding {
  padding-top: 60px;
  padding-bottom: 60px; }

.body .row_bottom {
  padding-bottom: 60px; }

.body .row_opposite {
  padding-top: 30px;
  padding-bottom: 50px; }

.body .row_home, .body .no_padding {
  padding-top: 0;
  padding-bottom: 0; }

.body .background_none {
  background: none; }

.body .background_white {
  background-color: #FFFFFF; }

.body .background_offwhite {
  background-color: #F4F4F4; }

.body .background_grey {
  background-color: #151D21; }

.body .background_lightgrey {
  background-color: #EBEBEB; }

.body .background_ocean {
  padding-top: 20px;
  color: #FFFFFF;
  background-image: url(../images/home_ocean2.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  /*background-position:0 0; background-attachment:fixed;*/
  background-color: #080A11; }

.body .background_test {
  height: 1070px;
  position: relative;
  background: none;
  background-image: url(../images/home_ocean.jpg);
  background-repeat: no-repeat;
  background-color: #080A11; }

.body_text ul {
  margin-bottom: 25px; }

.body_text ul li {
  margin-bottom: 5px;
  padding-left: 20px;
  background-image: url(../images/body_li_bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 7px; }

.body_text img {
  border: none; }

.body_text img.right {
  margin-left: 20px;
  margin-bottom: 20px;
  float: right; }

.body_text img.left {
  margin-right: 20px;
  margin-bottom: 20px;
  float: left; }

.body_text img.leftAlone {
  float: left;
  margin-right: 100%; }

.body_text img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block; }

#home_ocean {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 310px;
  left: 0; }

#home_ocean2 {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 330px;
  left: 0; }

.home_block, .col_full {
  padding: 0; }

.home_block {
  position: relative; }

.home_block .inactive {
  display: none; }

.home_block:hover .active {
  display: none; }

.home_block:hover .inactive {
  display: block; }

.home_block .text {
  width: 100%;
  position: absolute;
  top: 74%;
  left: 0;
  color: #FFFFFF; }

.home_block img {
  width: 100%;
  max-width: 100%; }

.home_block h1 {
  margin: 0 0 10px; }

.home_block .text p {
  color: #00A1CB; }

.home_testimonial {
  padding-right: 100px;
  font-size: 25px;
  line-height: 34px;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.home_testimonial p {
  margin-bottom: 10px; }

.home_testimonial p.testimonial_name {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 20px; }

.home_testimonial p.testimonial_name span {
  text-transform: uppercase; }

.home_news {
  margin-top: 190px;
  padding: 0 15px; }

.home_news h4 {
  margin: 0 25px 25px;
  color: #FFFFFF; }

.home_news .news_item {
  width: 330px;
  margin: 0 25px;
  float: left;
  position: relative; }

.home_news .news_overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px; }

.home_news .news_date {
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #F7C407;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.home_news .news_divider {
  margin-bottom: 5px;
  width: 19px;
  height: 1px;
  background-color: #959595; }

.home_news .news_title {
  width: 270px;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

.home_newsletter {
  margin-top: 20px; }

.home_newsletter h4 {
  color: #FFFFFF; }

.home_newsletter .newsletter_form {
  width: 850px;
  margin: 0 auto; }

.home_bottom {
  height: 1070px;
  background-color: #0095CC; }

.body .body_head {
  height: 90px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 20;
  background-image: url(../images/metal_bg_small.jpg);
  background-repeat: repeat-x;
  background-position: 50% 0;
  -webkit-box-shadow: 0 1px 2px 0 #7A7A7A;
  box-shadow: 0 1px 2px 0 #7A7A7A; }

.body_head h1 {
  margin: 23px 0 23px 10px;
  color: #3D3935;
  text-transform: uppercase; }

.body_block {
  position: relative; }

.body_block .block_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6); }

.body_block .block_text {
  width: 250px;
  margin-left: -125px;
  position: absolute;
  top: 37%;
  left: 50%;
  z-index: 15;
  text-align: center; }

.body_block .block_text h2 {
  margin-bottom: 5px;
  color: #FFFFFF;
  font-size: 36px; }

.body_block .block_text a {
  color: #FFFFFF; }

.body_block .block_text .yellow a {
  color: #f7c407; }

.body .boat_heading {
  padding-top: 35px;
  padding-bottom: 0; }

.boat_heading img {
  margin-bottom: 5px; }

.boat_heading h3 {
  margin-bottom: 15px;
  background-image: url(../images/divider.gif);
  background-repeat: repeat-x;
  background-position: 0 50%; }

.boat_heading h3 span {
  padding: 0 40px;
  background-color: #FFFFFF; }

.body .boat_row {
  padding-top: 0;
  padding-bottom: 30px; }

.boat_row .col-md-4 {
  margin-bottom: 30px;
  position: relative; }

.boat_row .boats_boat {
  display: inline-block;
  transition: opacity 200ms ease-out, box-shadow 200ms ease-out; }
  .boat_row .boats_boat:hover {
    opacity: 0.8; }

.boat_row .boat_title {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  font-size: 25px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

.boat_row .boat_title a {
  color: #FFFFFF;
  overflow: hidden; }

.boat_row .boat_title a .fa {
  padding-left: 5px; }

.body .boat_row .boat_sold {
  padding: 7px 24px;
  position: absolute;
  background-color: #F7C407;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 19px;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

.body .boat_row .boat_details {
  padding: 20px;
  background-color: #F0F0F0; }
  .body .boat_row .boat_details .detail_row {
    display: flex;
    justify-content: space-between; }
    .body .boat_row .boat_details .detail_row:first-child {
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #FFFFFF; }
    .body .boat_row .boat_details .detail_row p {
      margin: 0;
      font-size: 19px;
      font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }
    .body .boat_row .boat_details .detail_row .title {
      line-height: 32px;
      font-size: 21px;
      font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }
    .body .boat_row .boat_details .detail_row .spec-title {
      font-size: 15px; }
    .body .boat_row .boat_details .detail_row .spec-value {
      color: #00A1CB;
      font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }
    .body .boat_row .boat_details .detail_row .btn {
      padding: 0 10px;
      align-self: flex-start;
      font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif;
      font-size: 19px;
      background-color: #00A1CB;
      color: #FFFFFF; }

.body_boatsdirect .direct_content {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 499px) {
    .body_boatsdirect .direct_content {
      flex-direction: row; } }
  .body_boatsdirect .direct_content p {
    text-transform: uppercase;
    font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }
  .body_boatsdirect .direct_content p.direct_title {
    color: #A0A0A0;
    font-size: 22px;
    line-height: 25px; }
  .body_boatsdirect .direct_content .direct_sort p {
    font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif;
    font-size: 19px; }
  .body_boatsdirect .direct_content .direct_sort a {
    margin: 0 5px;
    font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif;
    color: #333333;
    border-bottom: 1px solid #00A1CB; }

.body_boatsdirect .boats_boat a {
  color: #333333; }

.body_boat {
  position: relative; }

.body_boat .boat_nav {
  /*width:30px; height:53px;*/
  padding: 11px 7px;
  position: absolute;
  top: 195px;
  z-index: 50;
  background-color: #C2C2C2;
  line-height: 31px; }

.body_boat .nav_left {
  left: -100%;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0; }

.body_boat .nav_right {
  right: -100%;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px; }

.body_boat .boat_nav .nav_icon {
  width: 16px;
  height: 31px;
  float: left; }

.body_boat .boat_nav .nav_text {
  float: left;
  font-size: 30px;
  text-transform: uppercase;
  color: #3D3935;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif;
  text-shadow: 0 1px 0 #DEDEDE;
  overflow: hidden;
  -webkit-transition: width 200ms ease-out;
  -moz-transition: width 200ms ease-out;
  -o-transition: width 200ms ease-out;
  -ms-transition: width 200ms ease-out;
  transition: width 200ms ease-out; }

.body_boat .nav_left .nav_text {
  padding: 0 15px 0 6px; }

.body_boat .nav_right .nav_text {
  padding: 0 6px 0 15px; }

.body_boat .boat_top {
  max-height: 540px;
  background-color: #000000;
  overflow: hidden; }

.body_boat .boat_title {
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: center;
  z-index: 20; }

.body_boat .boat_title h1 {
  font-size: 72px;
  color: #FFFFFF;
  line-height: 60px; }

.body_boat .boat_mainimage {
  position: relative;
  z-index: 10; }

.boat_customiser {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 15;
  background-image: url(../images/boat_customiser_bg.png);
  background-repeat: no-repeat;
  background-position: 0 0; }

.boat_customiser .customiser_holder {
  width: 744px;
  margin-left: -372px;
  position: absolute;
  top: 28%;
  left: 50%; }

.boat_customiser .customiser_boat {
  width: 744px;
  height: 257px;
  float: left;
  position: relative;
  z-index: 15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px); }

.boat_customiser .customiser_shadow {
  width: 744px;
  /*height:91px;*/
  float: left;
  position: relative;
  z-index: 10;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  -o-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px); }

.boat_customiser .customiser_title {
  width: 744px;
  /* height:91px;*/
  margin-top: -15px;
  float: left;
  position: relative;
  z-index: 25;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.boat_customiser .customiser_title .title_hull {
  margin-right: 20px; }

.boat_customiser .customiser_title .title {
  font-family: "Trade Gothic W01 Bold", Arial, Helvetica, sans-serif; }

.body_boat .direct_title {
  display: flex;
  flex-direction: column; }
  @media (min-width: 992px) {
    .body_boat .direct_title {
      flex-direction: row; } }
  .body_boat .direct_title .col-md-5 {
    display: flex;
    flex-direction: column;
    float: none; }
  .body_boat .direct_title .col-price {
    justify-content: flex-end; }
  .body_boat .direct_title .direct_super {
    margin-bottom: 15px;
    color: #999999;
    text-transform: uppercase;
    font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }
  .body_boat .direct_title h1 {
    margin-bottom: 0;
    color: #00A1CB;
    line-height: 59px; }
  .body_boat .direct_title .direct_price {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 420px) {
      .body_boat .direct_title .direct_price {
        flex-direction: row; } }
    @media (min-width: 992px) {
      .body_boat .direct_title .direct_price {
        padding-left: 15px;
        margin-top: 0px; } }
    .body_boat .direct_title .direct_price .price {
      display: flex;
      font-size: 38px;
      line-height: 45px;
      font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }
      .body_boat .direct_title .direct_price .price .from {
        margin-right: 10px;
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: 25px;
        color: #999999;
        text-transform: uppercase;
        font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }
    .body_boat .direct_title .direct_price .btn {
      width: 100%;
      margin-top: 20px;
      padding: 12px 30px;
      font-size: 19px; }
      @media (min-width: 420px) {
        .body_boat .direct_title .direct_price .btn {
          width: auto;
          margin-top: 0px;
          margin-left: 45px; } }

.body_boat .boat_form {
  padding-top: 100px;
  padding-bottom: 100px; }

.body_boat .boat_intro {
  padding-top: 70px;
  padding-bottom: 60px; }

.body_boat .boat_btns {
  padding-top: 0px;
  padding-bottom: 60px; }

.body_boat .boat_quickspecs, .body_customiser .boat_quickspecs {
  height: 89px;
  padding: 19px 5px;
  position: relative;
  z-index: 20;
  background-image: url(../images/metal_bg_specs.jpg);
  background-repeat: no-repeat;
  overflow: hidden;
  /*-webkit-box-shadow:0 -1px 1px 0 #888888;
					box-shadow:0 -1px 1px 0 #888888;*/ }

.boat_quickspecs .buttons_holder {
  position: relative;
  top: -90px; }

.boat_quickspecs .buttons_row {
  height: 45px; }

.boat_quickspecs .row_top {
  margin-bottom: 45px; }

.boat_quickspecs .specs_colours {
  padding: 0 0 0 25px; }

.boat_quickspecs .colours_block {
  height: 45px;
  margin-right: 25px;
  float: left; }

.boat_quickspecs .block_top {
  margin-right: 0; }

.boat_quickspecs .colour_title {
  float: left;
  font-size: 19px;
  line-height: 45px;
  text-transform: uppercase;
  font-family: "Trade Gothic W01 Bold", Arial, Helvetica, sans-serif; }

.boat_quickspecs .colour_options {
  height: 43px;
  margin: 1px 0 1px 10px;
  float: left; }

.boat_quickspecs .colour_options a {
  width: 42px;
  height: 43px;
  padding: 5px;
  float: left;
  background-repeat: no-repeat;
  position: 50% 50%; }

.boat_quickspecs .colour_options a.active {
  background-image: url(../images/boat_colour_active_small_v2.png); }

.boat_quickspecs .colour_options img {
  max-width: 100%; }

.boat_quickspecs .spec_block {
  height: 45px;
  padding: 0 25px;
  float: left; }

.boat_quickspecs .spec_icon {
  height: 42px;
  padding: 4px 0 5px;
  float: left; }

.boat_quickspecs .spec_icon img {
  max-width: 100%; }

.boat_quickspecs .spec_text {
  margin-left: 15px;
  padding: 3px 0 0 0;
  float: left; }

.boat_quickspecs .spec_title {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 15px; }

.boat_quickspecs .spec_value {
  font-size: 24px;
  line-height: 25px;
  font-family: "Trade Gothic W01 Bold", Arial, Helvetica, sans-serif; }

.boat_quickspecs .specs_buttons {
  height: 35px;
  margin: 10px 15px 0 0;
  float: right; }

.specs_buttons .btn_customise {
  margin-left: 20px;
  padding: 0 22px;
  border: 1px solid #FFFFFF;
  background-color: rgba(48, 62, 72, 0.6); }

.body_boat .boat_gallery {
  padding-bottom: 20px;
  -webkit-transition: height 300ms ease-out;
  -moz-transition: height 300ms ease-out;
  -o-transition: height 300ms ease-out;
  -ms-transition: height 300ms ease-out;
  transition: height 300ms ease-out; }

.boat_gallery .gallery_close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #FFFFFF;
  font-size: 25px;
  z-index: 40;
  cursor: pointer;
  text-shadow: 1px 1px 2px #555555;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  display: none; }

/*.boat_gallery .gallery_loader {
							margin:-6px 0 0 -32px;
							position:absolute; top:50%; left:50%;
							z-index:30;
							-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; filter:alpha(opacity=0); opacity:0;
							display:none;
						}*/
.boat_gallery .gallery_main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  display: none; }

.boat_gallery .main_image {
  position: relative;
  z-index: 10;
  overflow: hidden; }

.boat_gallery .main_image img {
  max-width: 100%; }

.boat_gallery .main_nav {
  position: absolute;
  top: 45%;
  z-index: 20;
  color: #ffffff;
  font-size: 50px;
  cursor: pointer;
  text-shadow: 1px 1px 2px #555555; }

.boat_gallery .nav_left {
  left: 15px; }

.boat_gallery .nav_right {
  right: 15px; }

.boat_gallery .gallery_image {
  width: 25%;
  float: left;
  position: relative;
  z-index: 15; }

.boat_gallery .image_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

/*.boat_gallery .image_overlay img {
									width:47px; height:46px;
									margin:-23px 0 0 -23px;
									position:absolute; top:50%; left:50%;
								}*/
.boat_gallery .gallery_plus {
  width: 3px;
  height: 46px;
  margin-top: -23px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #00A1CB; }

.boat_gallery .gallery_plus:before {
  width: 46px;
  height: 3px;
  position: absolute;
  top: 21px;
  left: -21px;
  content: "";
  background-color: #00A1CB; }

.body_boat .boat_tour {
  margin-bottom: 15px;
  margin-top: 30px; }

.body_boat .boat_tour h2 {
  margin-bottom: 5px; }

.body_boat .boat_tour .tour_title {
  line-height: 22px;
  font-size: 18px;
  font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif; }

.body_boat .boat_tour .tour_title img {
  margin-right: 10px; }

.body_boat .boat_tour .tour_title span {
  line-height: 22px;
  display: inline-block; }

.body_boat .boat_tour .tour_holder {
  height: 0;
  position: relative;
  z-index: 10;
  margin-top: 30px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden; }

.boat_tour .tour_holder iframe,
.boat_tour .tour_holder object,
.boat_tour .tour_holder embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.body_boat .boat_video {
  position: relative; }

.boat_video .video_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.7); }

.boat_video .video_text {
  width: 100%;
  position: absolute;
  top: 25%;
  font-size: 37px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

.boat_video .video_play {
  width: 129px;
  height: 129px;
  margin-left: -64px;
  position: absolute;
  top: 38%;
  left: 50%;
  cursor: pointer; }

.boat_video .video_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15; }

.boat_video .video_holder {
  height: 0;
  position: relative;
  z-index: 10;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden; }

.boat_video .video_holder iframe,
.boat_video .video_holder object,
.boat_video .video_holder embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.body .intro_direct {
  font-size: 19px;
  line-height: 26px;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.body .boat_specs {
  padding-top: 60px; }

.body .intro_details {
  padding-top: 60px; }
  @media (min-width: 992px) {
    .body .intro_details {
      padding-top: 0px;
      padding-left: 55px; } }
  .body .intro_details ul {
    margin-bottom: 25px; }
  .body .intro_details .intro_listed {
    color: #999999;
    text-transform: uppercase;
    font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.boat_specs h2, .intro_details h2 {
  margin-bottom: 30px; }

.boat_specs li, .intro_details li {
  line-height: 35px;
  border-bottom: 1px solid #00A1CB; }

.intro_details li {
  border-color: #EAEAEA; }

.boat_specs li:last-child, .intro_details li:last-child {
  border-bottom: none; }

.boat_specs li .title, .intro_details li .title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 35px;
  font-family: "Trade Gothic W01 Bold", Arial, Helvetica, sans-serif; }

.intro_details li .title {
  width: 150px;
  display: inline-block; }

.boat_specs li .value, .intro_details li .value {
  font-size: 18px;
  line-height: 35px;
  font-family: 'Trade Gothic W01 Light', Arial, Helvetica, sans-serif; }

.boat_specs li .value {
  float: right; }

.body .boat_features {
  padding-top: 60px;
  padding-bottom: 10px; }
  .body .boat_features.direct_features {
    padding-bottom: 60px; }

.boat_features h2 {
  margin-bottom: 30px; }

.boat_features ul {
  width: 33%;
  float: left; }

.boat_features li {
  padding-left: 10px;
  margin-bottom: 7px;
  background-image: url(../images/boat_features_li.jpg);
  background-repeat: no-repeat;
  background-position: 0 9px; }

.body .boat_accessorise {
  padding-top: 60px;
  padding-bottom: 60px; }

.boat_accessorise p {
  margin-bottom: 15px;
  font-size: 16px; }

.boat_accessorise p .btn {
  padding: 0 25px; }

.boat_accessorise p a .fa {
  padding: 0 10px 0 0; }

.body .boat_testimonials {
  padding-top: 60px;
  padding-bottom: 60px; }

.boat_testimonials .testimonials_left, .boat_testimonials .testimonials_right {
  width: 17px;
  height: 34px;
  position: absolute;
  top: 36%;
  z-index: 50;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.boat_testimonials .testimonials_left {
  left: -70px; }

.boat_testimonials .testimonials_right {
  right: -70px; }

.boat_testimonials .testimonials_holder {
  position: relative;
  overflow: hidden; }

.boat_testimonial {
  padding-left: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  font-size: 24px;
  line-height: 34px;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.boat_testimonial .testimonial_image {
  width: 235px;
  margin: 0 30px 0 0;
  float: left;
  text-align: center; }

.boat_testimonial .testimonial_image img {
  max-width: 100%; }

.boat_testimonial .testimonial_details {
  width: 640px;
  margin-top: 10px;
  float: left; }

.boat_testimonial .testimonial_full {
  width: 100%; }

.testimonial_details p {
  margin-bottom: 10px; }

.testimonial_details .testimonial_name {
  font-size: 18px;
  color: #00a1cb;
  text-transform: uppercase;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

.body_boat .boat_bottom {
  padding-bottom: 55px; }

.boat_bottom h4 {
  margin-bottom: 5px; }

.boat_bottom .boat_downloads li {
  line-height: 35px;
  font-size: 16px; }

.boat_bottom .boat_downloads li .fa {
  padding-right: 3px;
  color: #404040;
  font-size: 14px; }

.boat_bottom .bottom_why h4 {
  margin-bottom: 15px;
  text-align: center; }

.boat_bottom .bottom_why .why_icons {
  margin-bottom: 20px;
  display: inline-block;
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.boat_bottom .bottom_why .why_icons a {
  width: 69px;
  margin-right: 8px;
  float: left;
  text-align: center;
  color: #959595; }

.boat_bottom .bottom_why .why_icons a.last {
  margin-right: 0; }

.boat_bottom .bottom_why .why_icons a img {
  max-width: 100%;
  margin-bottom: 10px; }

.boat_bottom .bottom_why .why_icons a span {
  display: inline-block; }

.boat_bottom .bottom_why .why_ce {
  padding-left: 35px;
  display: inline-block;
  font-size: 12px;
  line-height: 13px;
  color: #959595;
  font-family: 'Trade Gothic W01 Roman', Arial, Helvetica, sans-serif; }

.boat_bottom .bottom_why .why_ce img {
  margin-right: 15px;
  float: left; }

.boat_bottom .bottom_why .why_ce p {
  margin: 3px 0 0 0; }

.body_testimonials .testimonials_image {
  position: absolute;
  right: -40px;
  top: 35px;
  z-index: 10; }

.body_testimonials .testimonial_col {
  width: 50%;
  float: left; }

.body_testimonials .testimonial {
  width: 50%;
  padding: 40px 50px 30px 60px;
  font-size: 19px;
  line-height: 28px;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.body_testimonials .testimonial_lightgrey {
  background-color: #EBEBEB; }

.body_testimonials .testimonial_grey {
  background-color: #D7D7D7; }

.body_testimonials .testimonial p {
  margin-bottom: 10px; }

.body_testimonials p.testimonial_name {
  color: #00A1CB; }

.body_testimonials .testimonial_name span {
  text-transform: uppercase;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

.body_testimonials p.testmonial_download {
  margin-top: 25px;
  font-size: 14px;
  font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif; }

.body_testimonials p.testmonial_download .fa {
  padding-right: 3px;
  color: #404040;
  font-size: 14px; }

.row.row_about_banner {
  background: #005677 url("../images/about-page/SurteesBoats-BuiltToFishDarken.jpg") no-repeat;
  color: #EBEBEB; }
  @media screen and (max-width: 400px) {
    .row.row_about_banner {
      padding-bottom: 200px;
      min-height: 826px; } }
  @media screen and (max-width: 767px) {
    .row.row_about_banner {
      padding-bottom: 370px;
      min-height: 886px;
      background: #005677 url("../images/about-page/SurteesBoats-BuiltToFish-Mobile.jpg") no-repeat;
      background-position: 50% 100%; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .row.row_about_banner {
    height: 826px;
    background-position: -251px 0; } }

@media screen and (min-width: 992px) {
  .row.row_about_banner {
    height: 826px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .row.row_about_banner {
    background-position: top right; } }

@media screen and (min-width: 768px) {
  .row.padding_bigger {
    padding-top: 100px;
    padding-bottom: 100px; } }

.row_awards {
  position: relative; }

.about_image {
  margin: 30px auto 0; }

.quote-wrapper {
  margin: 10px auto 0;
  display: block;
  max-width: 430px; }

.quote-wrapper .quote {
  text-transform: none; }

.awards_image {
  position: absolute;
  top: -165px;
  right: 38px; }

.row_awards h1 {
  margin-bottom: 15px; }

.about_awards {
  margin: 45px 0 20px 0;
  float: left; }

.awards_title {
  margin-bottom: 30px;
  font-size: 19px;
  line-height: 26px;
  text-transform: uppercase;
  color: #00A1CB;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.about_awards .award_row {
  width: 100%;
  margin-bottom: 20px;
  float: left; }

.about_awards .award_col {
  width: 29%;
  margin-right: 4%;
  float: left; }

.about_awards .award_col p {
  margin: 0; }

.about_awards .award_col .award_title {
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  font-family: "Trade Gothic W01 Bold", Arial, Helvetica, sans-serif; }

.body .row_difference {
  padding-top: 72px;
  position: relative;
  background-repeat: no-repeat;
  color: #333333; }
  .body .row_difference h4 {
    color: #333333; }

.body .difference_hull {
  background-color: #efeff0; }

.body .difference_warranty {
  color: #ffffff;
  height: 775px;
  background-image: url(../images/difference_bg_warranty.png);
  background-position: 0 0; }
  .body .difference_warranty h4 {
    color: #ffffff; }

.body .difference_trailer {
  background-color: #efeff0;
  padding-bottom: 170px;
  /*background-image:url(../images/difference_bg_trailer.jpg); background-position:22% 100%;*/ }

.body .difference_flap {
  background-color: #efeff0; }

.surtees_IQ-logo {
  display: block;
  background-image: url("../images/SIQLogo.png");
  background-repeat: no-repeat;
  height: 70px;
  width: 245px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .surtees_IQ-logo {
      background-image: url("../images/SIQLogo@2x.png") !important;
      background-size: 245px 70px; } }
  @media screen and (max-width: 767px) {
    .surtees_IQ-logo {
      margin: 0 auto; } }

.body .main_differences {
  padding-top: 30px;
  padding-bottom: 10px; }

.main_differences .main_difference {
  position: absolute;
  /*width:120px;*/
  /*margin-right:45px;*/
  /*float:left;*/
  /*text-align:center;*/ }

.main_differences .differences_holder {
  position: relative; }

.main_differences .last {
  margin-right: 0; }

/*.main_difference {
							text-align:center;
						}*/
.main_difference img {
  /*max-width:100%;*/
  /*margin-bottom:15px;*/ }

.main_difference p {
  font-size: 19px;
  line-height: 19px;
  text-transform: uppercase;
  color: #959595;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.row_difference ol {
  padding-left: 20px; }

.row_difference ol li {
  margin-bottom: 20px;
  list-style-type: decimal; }

.difference_quote {
  width: 550px;
  margin: 10px auto 90px; }

.difference_quote .quote {
  margin-bottom: 5px; }

.difference_quote .name {
  font-size: 19px;
  line-height: 28px;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.difference_quote .name span {
  text-transform: uppercase;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

.row_difference .title-wrapper {
  margin-bottom: 21px; }

.row_difference .title-wrapper h3 {
  line-height: 29px;
  margin-bottom: 0; }

.row_difference .title-wrapper h4 {
  line-height: 23px; }

.difference_video {
  margin: 30px 0;
  position: relative; }

.video_trailer {
  margin: 15px 0 0 0; }

.difference_video .video_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.7); }

.difference_video .video_play {
  width: 129px;
  height: 129px;
  margin-left: -64px;
  position: absolute;
  top: 33%;
  left: 50%;
  cursor: pointer; }

.video_trailer .video_play {
  width: 100px;
  height: 100px;
  margin-left: -50px; }

.difference_video .video_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  overflow: hidden; }

.difference_video .video_holder {
  height: 0;
  position: relative;
  z-index: 10;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden; }

.difference_video .video_holder iframe,
.difference_video .video_holder object,
.difference_video .video_holder embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.body_dealers .container {
  position: relative; }

.dealer_row {
  display: none; }

.dealer_overlay {
  width: 265px;
  position: absolute;
  top: 30px;
  left: 40px;
  z-index: 40;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.dealer_overlay p {
  margin-bottom: 8px;
  color: #3D3935;
  font-size: 25px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

.dealer_overlay p.search_error {
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 15px;
  line-height: 20px;
  color: #a94442;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.dealer_map {
  height: 600px;
  position: relative;
  z-index: 20;
  background-color: #EEE; }

.info_window {
  width: 410px;
  position: absolute;
  z-index: 100;
  display: none;
  background-color: #FFFFFF;
  -webkit-box-shadow: 1px 1px 3px 0 #999;
  box-shadow: 1px 1px 3px 0 #999; }

.info_window .info_arrow {
  width: 18px;
  height: 36px;
  position: absolute;
  top: 38%;
  left: -18px;
  overflow: hidden; }

.info_window .info_arrow:after {
  width: 36px;
  height: 36px;
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  background: #FFFFFF;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 1px 1px 3px 0 #999;
  box-shadow: 1px 1px 3px 0 #999; }

.info_window .info_metal {
  width: 410px;
  height: 11px;
  float: left;
  background-color: #A0A0A2;
  background-image: url(../images/metal_bg_info.jpg);
  background-repeat: repeat-x;
  background-position: 50% 0; }

.info_window .info_holder {
  width: 410px;
  padding: 20px 25px;
  float: left;
  color: #4E4E4E;
  font-size: 13px;
  font-family: 'Trade Gothic W01 Light', Arial, Helvetica, sans-serif; }

.info_window .info_top, .info_window .info_bottom {
  width: 360px;
  margin-bottom: 15px;
  float: left; }

.info_window .info_bottom {
  margin-bottom: 0; }

.info_window .info_row {
  width: 360px;
  float: left; }

.info_window a.info_close {
  position: absolute;
  top: 30px;
  right: 25px;
  font-size: 20px; }

.info_window .info_holder p {
  margin-bottom: 0; }

.info_window .info_title {
  line-height: 20px; }

.info_window .info_website {
  font-size: 14px;
  font-family: "Trade Gothic W01 Bold", Arial, Helvetica, sans-serif; }

.info_window .info_col {
  width: 170px;
  float: left; }

.info_window .col_left {
  margin-right: 20px; }

.info_window .col_heading {
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

/*.info_window .info_title {
							margin-bottom:15px;
						}
						.info_window .info_content {
							font-size:15px;
							font-family:'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif;
						}
							.info_window .info_content .upper {
								font-size:16px;
							}*/
.dealer_head {
  padding: 25px 0;
  background-color: #ADCFFF;
  background-image: url(../images/dealer_head_bg.jpg);
  background-position: 50% 50%; }

.dealer_head h1 {
  margin: 0;
  font-size: 30px;
  text-align: center; }

.dealer_head .head_back {
  padding: 0 30px;
  line-height: 34px;
  font-size: 30px;
  text-transform: uppercase;
  color: #4d4d4d;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

.dealer_head .head_back .fa {
  padding-right: 10px;
  color: #009FD8; }

.dealer_option {
  padding: 18px 35px;
  display: block;
  line-height: 34px;
  font-size: 30px;
  text-transform: uppercase;
  color: #4d4d4d;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif;
  border-top: 1px solid #02A1C8;
  background-color: #EBEBEB; }

.dealer_near {
  text-align: center;
  display: none; }

.dealer_option .fa {
  float: right;
  color: #009FD8;
  line-height: 34px; }

.dealer_near .fa {
  float: none; }

.dealer_item {
  padding: 25px 15px; }

.dealer_item .dealer_detail {
  margin-bottom: 35px;
  font-size: 18px; }

.dealer_item h3 {
  margin-bottom: 5px;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.dealer_item .dealer_website {
  font-size: 17px;
  color: #009FD8;
  font-weight: normal;
  font-family: "Trade Gothic W01 Bold", Arial, Helvetica, sans-serif; }

.dealer_item .dealer_detail p {
  margin-bottom: 0;
  line-height: 28px; }

.dealer_item .dealer_detail .dealer_heading {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

.body .row_news {
  padding-bottom: 45px; }

.row_news h3 {
  margin-bottom: 5px; }

.body_news .article_images {
  margin: 40px 0 0 0; }

.body_news .article_image {
  margin: 0 0 30px 0; }

.body_news .news_video {
  margin-bottom: 30px;
  position: relative; }

.news_video .video_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.7); }

.news_video .video_play {
  width: 129px;
  height: 129px;
  margin-left: -64px;
  position: absolute;
  top: 37%;
  left: 50%;
  cursor: pointer; }

.news_video .video_play {
  width: 100px;
  height: 100px;
  margin-left: -50px; }

.news_video .video_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  overflow: hidden; }

.news_video .video_holder {
  height: 0;
  position: relative;
  z-index: 10;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden; }

.news_video .video_holder iframe,
.news_video .video_holder object,
.news_video .video_holder embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.body_news .news_sidebar {
  padding-left: 30px;
  padding-right: 30px; }

.body .news_search {
  padding-bottom: 10px; }

.body_news .news_cats li {
  line-height: 36px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #00A2C8; }

.body_news .news_cats li.cat_heading {
  color: #CACACA; }

.body_news .news_cats li a {
  color: #4E4E4E; }

.body_media .media_sidebar {
  padding-left: 40px;
  padding-right: 40px; }

.media_sidebar h1 {
  margin-bottom: 15px; }

.media_sidebar .media_nav {
  margin-bottom: 30px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 36px;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

.media_sidebar .media_nav li {
  border-bottom: 1px solid #02A0CD; }

.media_sidebar .media_nav li a {
  color: #505050; }

.media_sidebar .media_nav li.section > a {
  color: #00a1cb; }

.media_sidebar .media_nav li .sub_nav {
  margin-left: 25px;
  margin-bottom: 8px;
  line-height: 24px;
  text-transform: none;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.media_sidebar .media_nav li .sub_nav li {
  border-bottom: none; }

.body_media .alert {
  margin-left: 26px;
  margin-right: 26px; }

.body_media .media_head {
  height: 40px;
  margin-bottom: 50px;
  padding: 0 26px; }

.body_media .media_title {
  height: 40px;
  display: inline-block;
  line-height: 40px;
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.body_media .media_btns {
  height: 40px;
  float: right; }

.body_media .media_none {
  padding-left: 26px;
  padding-right: 26px; }

.body_media .media_item {
  width: 240px;
  height: 285px;
  margin: 0 26px 30px 26px;
  padding: 10px;
  float: left;
  position: relative;
  background-color: #F6F6F6; }

.body_media .media_thumb {
  display: block; }

.body_media .media_thumb img {
  max-width: 100%; }

.body_media .media_details {
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 18px;
  font-family: 'Trade Gothic W01 Light', Arial, Helvetica, sans-serif; }

.body_media .media_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/media_overlay.png);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.body_media .media_overlay .btns {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 40%;
  left: 0;
  text-align: center; }

.body_media .media_overlay .btns a {
  width: 60px;
  height: 60px;
  margin: 0 15px;
  display: inline-block; }

.body_media .media_paging {
  padding-left: 15px;
  padding-right: 15px; }

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

.body_extras .extras_main {
  background-image: url(../images/extras_image.png);
  background-repeat: no-repeat;
  background-position: 100% 0; }

.body_extras .extra_row {
  margin-bottom: 30px; }

.extra_row .extra_top {
  height: 60px;
  margin-bottom: 25px;
  line-height: 60px;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

.extra_top .top_image {
  height: 60px;
  margin-right: 30px;
  float: left; }

.extra_top .top_image img {
  max-height: 100%; }

.extra_top .top_title {
  float: left; }

.extra_row .extras_title {
  padding-left: 10px;
  line-height: 34px;
  font-size: 21px;
  text-transform: uppercase;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #00A1CB;
  cursor: pointer; }

.body_extras .extras_title .fa {
  padding-right: 10px;
  -webkit-transform-origin: 20% 50%;
  -ms-transform-origin: 20% 50%;
  transform-origin: 20% 50%;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: -moz-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.body_extras .active .extras_title .fa {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.extra_row .extras_list {
  padding-top: 40px;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.body_extras .extra_item {
  /*padding-left:10px; padding-right:10px;*/ }

.body_extras .extra_item img {
  margin-bottom: 15px; }

.body_extras .extra_title {
  color: #6b6b6b;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

/* Version 2 */
/*.body_extras .extra_row {
					padding-top:0; padding-bottom:30px;
				}
					.body_extras .extra_item {
					}
						.body_extras .extra_item img {
							margin-bottom:10px;
						}
						.body_extras .extra_title {

						}*/
/* Version 1 */
/*.body_extras .extras_holder {
					margin-top:30px;
				}
					.body_extras .extras_top {

					}
					.body_extras .extras_block {

					}
						.body_extras .extras_row {
							height:47px;
						}
						.body_extras .extras_top .extras_row  {
							height:200px;
						}
						.body_extras .extras_title {
							background-image:url(../images/extras_title_bg.jpg); background-repeat:repeat-x;
						}
						.body_extras .even {
							background-color:#EBEBEB;
						}
							.body_extras .extras_list {
							}
								.body_extras .extras_col {
									width:47px; height:47px;
									float:left;
									line-height:47px; font-size:18px;
									font-family:"Trade Gothic W01 Bold", Arial, Helvetica, sans-serif;
									border-left:1px solid #ACACAC;
								}
								.body_extras .checked {
									background-image:url(../images/extras_tick.png); background-repeat:no-repeat; background-position:50% 50%;
								}
								.body_extras .extras_first {
									width:371px;
									padding-left:15px;
									border:none;
								}
								.body_extras .extras_full {
									width:100%;
									padding-left:100px;
									color:#FFFFFF; font-size:24px; text-transform:uppercase;
									font-family:'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif;
								}
								.body_extras .extras_top .extras_col {
									height:200px;
									line-height:20px;
									text-align:center;
								}
								.body_extras .extras_top .extras_first {
									width:286px; height:auto;
									margin-left:85px; margin-top:160px;
									text-align:left; font-size:24px; text-transform:uppercase;
								}
									.body_extras .extras_top .extras_col img {
										max-width:100%;
									}
									.body_extras .extras_top .extras_col span {
										width:200px; height:47px;
										padding-left:20px;
										color:#464646; line-height:47px; text-align:left;
										display:block;
										-moz-transform: rotate(-90deg) translateX(-200px);
										-webkit-transform: rotate(-90deg) translateX(-200px);
										-o-transform: rotate(-90deg) translateX(-200px);
										-ms-transform: rotate(-90deg) translateX(-200px);
										transform: rotate(-90deg) translateX(-200px);
										transform-origin:0 0;
										-ms-transform-origin:0 0;
										-webkit-transform-origin:0 0 ;
									}

									.body_extras .extras_col span.image {
										height:40px;
										margin-top:2px;  margin-right:21px;
										float:left;
										line-height:40px;
									}

									.body_extras .extras_col span.name {
										float:left;
									}*/
.body_careers h1 {
  margin-bottom: 10px; }

.body_careers h3 {
  margin-bottom: 20px;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.body .row_jobs {
  padding-top: 30px;
  padding-bottom: 80px; }

.body .job_top {
  padding-top: 30px;
  padding-bottom: 20px; }

.body .job_bottom {
  padding-top: 0;
  padding-bottom: 80px; }

.body_careers .row_job {
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 24px;
  font-size: 18px;
  font-family: "Trade Gothic W01 Roman", Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #02A0CD; }

.body_careers .job_heading {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 36px;
  text-transform: uppercase;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

.body_careers .row_job a {
  display: block;
  color: #969696;
  font-family: 'Trade Gothic W01 Light', Arial, Helvetica, sans-serif; }

.body_careers .job_value {
  float: left; }

.body_careers .job_title {
  width: 40%;
  font-size: 24px;
  color: #00a1cb;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

.body_careers .job_heading .job_title {
  font-size: 18px;
  color: #333;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

.body_careers .job_team {
  width: 30%; }

.body_careers .job_location {
  width: 30%; }

.body_job .body_text {
  font-size: 18px;
  line-height: 24px; }

.body_job .body_text ul {
  margin-bottom: 40px; }

.body_job .body_text ul li {
  margin-bottom: 10px;
  background-position: 0 9px; }

.job_details h2 {
  margin-bottom: 10px; }

.job_details a.btn {
  float: right; }

.job_details .details_row {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  float: left;
  line-height: 24px;
  font-size: 18px;
  color: #969696;
  font-family: 'Trade Gothic W01 Light', Arial, Helvetica, sans-serif;
  border-top: 1px solid #02A0CD;
  border-bottom: 1px solid #02A0CD; }

.details_row .details_value {
  float: left; }

.details_row .job_team {
  width: 42%; }

.details_row .job_location {
  width: 58%; }

.details_row .details_value span {
  text-transform: uppercase;
  color: #4E4E4E;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

.extras_form {
  padding-bottom: 30px;
  border-bottom: 1px solid #B7B7B7; }

.comp_form {
  padding: 15px 50px; }

.comp_payment, .comp_safety {
  font-size: 14px; }
  .comp_payment p, .comp_safety p {
    margin-bottom: 4px; }
    .comp_payment p.safety_download, .comp_safety p.safety_download {
      margin-bottom: 15px; }
  .comp_payment ul, .comp_safety ul {
    margin-bottom: 20px;
    padding-left: 15px; }
    .comp_payment ul li, .comp_safety ul li {
      margin-bottom: 3px;
      line-height: 18px;
      list-style-type: disc; }

.comp_safety a {
  font-family: "Trade Gothic W01 Bold", Arial, Helvetica, sans-serif;
  color: #ED1C24;
  font-size: 15px;
  text-decoration: underline; }

.comp_total {
  width: 100%;
  margin-bottom: 15px;
  float: left; }
  .comp_total .total_left {
    float: left; }
    .comp_total .total_left p {
      margin-bottom: 0;
      line-height: 35px; }
    .comp_total .total_left .payment_total {
      width: 120px;
      height: 35px;
      padding: 6px 12px;
      margin-left: 15px;
      display: inline-block;
      font-size: 18px;
      line-height: 1.42857143;
      color: #555555;
      background-color: #EEEFF1;
      -webkit-border-radius: 2px;
      border-radius: 2px; }
  .comp_total .total_right {
    margin-left: 15px;
    float: left; }
    .comp_total .total_right p {
      margin-bottom: 0;
      line-height: 35px;
      font-size: 15px;
      font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

.body_form p.message {
  font-size: 17px; }

.body_form p.Good {
  color: #3c763d; }

.newsletter_form fieldset {
  width: auto;
  float: left; }

.news_form fieldset, .media_form fieldset {
  width: auto; }

.body_form .CompositeField {
  width: 100%;
  margin-bottom: 35px;
  float: left; }

.body_form .composite_divider {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #4C4C4E; }

.body_form .contact_heading {
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  font-family: "Trade Gothic W01 Bold", Arial, Helvetica, sans-serif; }

.body_form .comp_heading {
  font-size: 21px;
  line-height: 24px;
  color: #000000;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }
  .body_form .comp_heading .red {
    font-size: 14px;
    color: #ED1C24; }
  .body_form .comp_heading .tee_size {
    float: right;
    margin-right: 17px; }

.body_form .download_heading {
  margin-bottom: 40px; }

.body_form .extras_heading {
  float: left;
  font-size: 21px;
  line-height: 35px;
  color: #00A1CB;
  text-transform: uppercase;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.body_form .rating-heading {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #AAA;
  text-transform: uppercase;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.body_form .rating-right {
  float: right; }

.body_form .field {
  width: 100%;
  margin-bottom: 10px;
  float: left; }

.newsletter_form .field {
  width: auto;
  margin: 0 25px 0 0; }

.extras_form .field {
  width: auto;
  margin-left: 15px; }

#DealerRatingSelect {
  display: none; }

.comp_form .fieldgroup {
  padding-bottom: 12px; }

.comp_form .fieldgroup-field {
  float: left; }
  .comp_form .fieldgroup-field.first {
    width: 485px;
    margin-right: 15px; }
  .comp_form .fieldgroup-field.even {
    margin-right: 15px; }
  .comp_form .fieldgroup-field.last {
    width: 100px; }
    .comp_form .fieldgroup-field.last label {
      display: none; }

.body_form .field label {
  width: 85px;
  margin: 0 20px 0 0;
  float: left;
  position: relative;
  color: #FFFFFF;
  font-weight: normal;
  text-align: right;
  line-height: 35px; }

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

.body_form .textarea label {
  line-height: 22px; }

.login_form .field label {
  color: #333333; }

.comp_form .field label {
  width: 105px;
  color: #000; }

.body_form #EnquiryReason label, .body_form #Form_EnquiryForm_EnquiryReason_Holder label, .body_form #SurteesModel label, .body_form #SerialNumber label, .body_form .optionset > label {
  display: none; }

.body_form .field label span {
  position: absolute;
  right: -8px;
  top: 0;
  color: #00A1CB; }

.body_form .options_safe > label {
  width: 100%;
  margin-bottom: 5px;
  text-align: left;
  font-family: "Trade Gothic W01 Bold", Arial, Helvetica, sans-serif;
  display: block; }

.body_form .field .middleColumn {
  width: 450px;
  float: left; }

.body_form .optionset .middleColumn {
  width: 555px; }

.newsletter_form .field .middleColumn {
  width: 315px; }

.comp_form .field .middleColumn {
  width: 475px; }

.comp_form .fieldgroup .middleColumn {
  width: 100%; }

.news_form .field .middleColumn, .media_form .field .middleColumn {
  width: 100%; }

.body_form .field input.text, .body_form .field textarea, .body_form .field select {
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #CCCCCC;
  background-image: none;
  border: 2px solid #CCCCCC;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.body_form .field textarea {
  height: auto;
  resize: none; }

.body_form #SerialNumber input.text {
  max-width: 340px; }

.comp_form .field input.text {
  border-color: #EEEFF1;
  background-color: #EEEFF1; }

.comp_form .fieldgroup-field input.text {
  width: 360px; }

.comp_form .fieldgroup-field {
  margin-bottom: 4px; }

.newsletter_form .field input.text {
  font-size: 18px;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.dealer_form .field input.text, .news_form .field input.text, .media_form .field input.text {
  padding-right: 35px;
  font-size: 18px;
  color: #555555;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif;
  background-image: url(../images/icon_search.jpg);
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  -webkit-box-shadow: 1px 1px 2px 0 #777;
  box-shadow: 1px 1px 2px 0 #777; }

.news_form .field input.text, .media_form .field input.text {
  -webkit-box-shadow: none;
  box-shadow: none; }

.body_form .field input.text:focus {
  border-color: #00A1CB;
  background-color: #FFFFFF;
  outline: 0; }

.body_form .field select {
  width: 190px;
  color: #FFFFFF;
  background: none;
  border: 1px solid #FFFFFF; }

.comp_form .field select {
  border-color: #000000;
  background-color: #000000; }

.comp_form .fieldgroup-field select {
  width: 100%; }

.dealer_form .field select {
  width: 255px;
  padding: 0 12px;
  font-size: 18px;
  color: #555555;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  -webkit-box-shadow: 1px 1px 2px 0 #777;
  box-shadow: 1px 1px 2px 0 #777; }

.extras_form .field select {
  color: #000000;
  border: 1px solid #000000; }

.body_form .field select option {
  background-color: #151d21; }

.extras_form .field select option {
  background-color: #FFFFFF; }

.dealer_form .field select option {
  background-color: #FFFFFF; }

.body_form .field input.message {
  border-color: #A94442; }

.body_form .field input.valid {
  border-color: #3C763D; }

.body_form .field span.message {
  width: 100%;
  margin-top: 2px;
  float: left;
  color: #A94442;
  font-size: 13px; }

.newsletter_form .field span.message {
  text-align: left; }

.body_form .field ul.options_safe {
  margin-bottom: 5px;
  display: inline-block; }

.body_form .field ul.rating {
  text-align: center; }

.body_form .field ul.optionset li {
  margin-right: 50px;
  float: left; }

.body_form .field ul.rating li {
  margin: 0 4px;
  float: none;
  display: inline-block; }

.body_form .field ul.optionset li input.radio {
  position: absolute;
  z-index: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.body_form .field ul.optionset li label {
  width: auto;
  margin: 0;
  padding: 0 0 0 35px;
  font-size: 18px;
  cursor: pointer;
  line-height: 20px;
  background-image: url(../images/input_checkbox.png);
  background-repeat: no-repeat;
  background-position: 0 50%; }

.body_form .field ul.rating li label {
  width: 20px;
  height: 20px;
  background-position: 50% 50%; }

.body_form .field ul.options_safe li label {
  padding-left: 25px;
  font-size: 15px;
  background-image: url(../images/input_checkbox_alt.png); }

.body_form .field ul.optionset li label.checked {
  background-image: url(../images/input_checkbox_active.png); }

.body_form .field ul.options_safe li label.checked {
  background-image: url(../images/input_checkbox_alt_active.png); }

.newsletter_form .Actions {
  width: auto;
  float: left; }

.login_form .Actions {
  margin-left: 105px; }

.body .row_sections {
  padding-top: 35px;
  padding-bottom: 35px; }

.row_sections h2 {
  color: #FFFFFF;
  line-height: 32px; }

.row_contact ul {
  /*margin-top:30px;*/ }

.row_contact ul li {
  line-height: 34px;
  font-size: 18px; }

.row_contact ul li i {
  font-size: 21px; }

.row_contact ul li i.fa-fax {
  font-size: 20px; }

.row_contact ul li span {
  padding-left: 10px; }

.body_metal {
  height: 25px;
  background-image: url(../images/body_metal.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0; }

footer {
  color: #FFFFFF; }

section.footer_top {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000; }

.footer_top .foot_nav {
  float: left; }

.footer_top .nav_boats {
  /*width:570px;*/ }

.footer_top .foot_last {
  float: right; }

.foot_nav a {
  color: #FFFFFF; }

.foot_nav .foot_title {
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.foot_nav .nav_col {
  width: 165px;
  float: left;
  font-size: 13px;
  font-family: "Trade Gothic W01 Light", Arial, Helvetica, sans-serif; }

.nav_boats .nav_col {
  width: 150px; }

.foot_nav .nav_extras {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 5px; }

.foot_nav .nav_col ul {
  margin-bottom: 15px; }

.nav_boats .nav_col ul {
  margin-bottom: 25px; }

.nav_boats .nav_col ul:last-child {
  margin-bottom: 0; }

.foot_nav .nav_col li {
  line-height: 22px; }

.foot_nav .range_title {
  text-transform: uppercase;
  font-family: "Trade Gothic W01 Bold", Arial, Helvetica, sans-serif; }

.foot_logos {
  margin-top: 90px; }

.foot_logo {
  width: 185px; }

.foot_social {
  font-size: 22px;
  text-align: center; }

.foot_social a {
  margin: 0 5px; }

section.footer_bottom {
  padding-bottom: 50px;
  padding-top: 12px;
  border-top: 1px solid #232A2F; }

.footer_bottom p {
  margin-bottom: 5px;
  font-size: 12px;
  color: #CCCCCC;
  line-height: 22px; }

.footer_bottom a {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 22px; }

.footer_bottom .pipe {
  padding: 0 15px;
  color: #293135; }

.footer_bottom .foot_exporter {
  float: right; }

.body-modal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
  display: none;
  background-color: rgba(35, 31, 32, 0.75); }

.body-modal .container {
  max-width: 595px;
  margin-top: 160px; }

.body-modal .modal-signup {
  padding-top: 110px;
  background-color: #FFF;
  position: relative;
  opacity: 0; }

.modal-signup .signup-close {
  width: 36px;
  height: 36px;
  position: absolute;
  top: -38px;
  right: -16px;
  z-index: 100; }

.modal-signup .signup-top {
  position: absolute;
  top: -110px;
  left: -21px; }

.modal-signup .signup-top img {
  max-width: 100%; }

.modal-signup .signup-content {
  padding: 35px 45px 5px; }

.modal-signup h2 {
  margin-bottom: 20px;
  font-size: 45px;
  line-height: 44px; }

.modal-signup .response-message {
  font-size: 22px;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.modal-signup .signup-disclaimer {
  font-size: 15px;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.modal-signup .signup-form {
  margin-bottom: 20px; }

.modal-signup .signup-form label {
  width: 100%;
  margin: 0 0 5px;
  padding: 0 30px;
  text-align: center;
  font-size: 24px;
  line-height: 26px;
  color: #0F9ED1;
  text-transform: none;
  font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.modal-signup .signup-form .middleColumn {
  width: 100%;
  margin: 0 0 5px; }

.modal-signup .signup-form input.text {
  height: 40px;
  background-color: #E6E7E9;
  border-color: #E6E7E9;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.modal-signup .signup-form .action {
  padding: 5px 40px;
  font-size: 24px; }

#curator-feed-surtees {
  padding: 0 40px; }

/*.signup-popup {
    width:640px; height: 550px;
    margin-left:-320px;
    position: absolute; top:50px; left:50%;
    background-color: #FFF;
}*/
@media (max-width: 1199px) {
  .head_nav ul li a {
    padding: 40px 10px;
    font-size: 17px; }
  .head_nav ul li.logo a {
    padding: 20px; }
  .sub_header .col_last {
    width: 100%;
    margin-top: 15px; }
  .sub_header .col_last li {
    margin-right: 20px;
    display: inline-block; }
  .home_testimonial {
    padding-right: 0; }
  .main_differences .main_difference {
    width: 105px;
    margin-right: 29px; }
  .main_differences .last {
    margin-right: 0; }
  .body_boat .boat_title {
    top: 30px; }
  .body_boat .boat_title h1 {
    font-size: 60px;
    color: #FFFFFF;
    line-height: 60px; }
  .boat_customiser .customiser_holder {
    width: 600px;
    margin-left: -300px;
    top: 25%; }
  .boat_customiser .customiser_boat {
    width: 600px;
    height: 205px;
    margin-top: 10px; }
  .boat_customiser .customiser_shadow {
    width: 600px; }
  .boat_customiser .customiser_title {
    width: 600px;
    font-size: 16px; }
  .customiser_holder img {
    max-width: 100%; }
  /*.boat_quickspecs .colours_block {
					margin-right:15px;
				}
					.boat_quickspecs .colour_options {
					}
						.boat_quickspecs .colour_options a {
							width:39px; height:40px;
						}
						.boat_quickspecs .colour_options a.active {
							background-image:url(../images/boat_colour_active_small_1199.png);
						}*/
  .boat_quickspecs .spec_block {
    padding: 0 20px; }
  .boat_quickspecs .spec_icon {
    width: 37px;
    height: auto; }
  .boat_quickspecs .spec_value {
    font-size: 22px;
    line-height: 23px; }
  .boat_testimonial .testimonial_image {
    width: 200px; }
  .boat_testimonial .testimonial_details {
    width: 510px; }
  .boat_testimonial .testimonial_full {
    width: 100%; }
  .body_media .media_item {
    width: 210px;
    height: 245px;
    margin-right: 16px;
    margin-left: 16px; }
  .comp_total .total_left .payment_total {
    margin-left: 4px; }
  .comp_form .field label {
    width: 95px; }
  .body_form .options_safe > label {
    width: 100%; }
  .comp_form .field .middleColumn {
    width: 360px; }
  .comp_form .fieldgroup .middleColumn {
    width: 100%; }
  .comp_form .fieldgroup-field.first {
    width: 360px; }
  .comp_form .fieldgroup-field input.text {
    width: 245px; }
  .footer_top .nav_boats {
    width: 450px; }
  .foot_nav .nav_col {
    width: 150px; }
  .foot_nav .nav_extras {
    width: 100%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .home_block .text {
    top: 70%; }
  .home_news .news_item {
    width: 280px;
    margin: 0 16px; }
  .body .difference_warranty {
    background-position: 50% 0; }
  .boat_bottom .bottom_why .why_icons {
    font-size: 11px; }
  .boat_bottom .bottom_why .why_icons a {
    width: 58px;
    margin-right: 5px; }
  .boat_bottom .bottom_why .why_icons a.last {
    margin-right: 0; }
  .boat_bottom .bottom_why .why_ce {
    padding-left: 15px; }
  .body_testimonials .testimonials_image {
    width: 390px; }
  .awards_image {
    width: 380px;
    top: -140px;
    right: 30px; } }

@media (max-width: 991px) {
  .head_facebook {
    top: 30px;
    right: 25px; }
  .head_nav {
    height: 57px;
    margin: 3px 0 22px 0; }
  .stuck header .head_nav > ul > li > a {
    padding: 21px 4px 23px; }
    .stuck header .head_nav > ul > li > a .main-nav-children {
      top: 65px; }
  .stuck header .head_nav ul li.logo a {
    padding: 8px 4px; }
  .head_nav ul li a {
    padding: 36px 4px 40px;
    font-size: 14px;
    font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }
  .head_nav ul li.logo a {
    padding: 20px 5px; }
  .head_nav ul li.logo img {
    width: 140px; }
  .sub_header .sub_image {
    display: none; }
  .promo .slide_overlay .slide_title {
    position: absolute;
    top: 60px;
    left: 50%;
    font-size: 120px;
    line-height: 130px; }
  .body .row_difference {
    padding-top: 30px; }
  .body .difference_main {
    /*background-image:url(../images/difference_image.jpg); background-position:0 0;*/ }
  .body .difference_trailer {
    padding-bottom: 40px;
    background-image: none; }
  .body .difference_warranty {
    background-position: 50% 0; }
  .main_differences .main_difference {
    width: 85px;
    margin-right: 17px; }
  .main_differences .last {
    margin-right: 0; }
  .main_difference p {
    font-size: 16px;
    line-height: 17px; }
  .difference_icon {
    display: none;
    /*width:95px;
					left:25px;*/ }
  .body_boat .boat_title {
    top: 25px; }
  .body_boat .boat_title h1 {
    font-size: 54px;
    color: #FFFFFF;
    line-height: 54px; }
  .boat_customiser .customiser_holder {
    width: 450px;
    margin-left: -225px;
    top: 25%; }
  .boat_customiser .customiser_boat {
    width: 450px;
    height: 160px;
    margin-top: 10px; }
  .boat_customiser .customiser_shadow {
    width: 450px; }
  .boat_customiser .customiser_title {
    width: 450px;
    margin-top: -20px; }
  .boat_customiser .customiser_title .title_hull, .boat_customiser .customiser_title .title_cabin {
    margin-right: 0;
    line-height: 20px;
    display: block; }
  .boat_quickspecs .specs_colours {
    padding: 0 0 0 10px; }
  .boat_quickspecs .colours_block {
    height: 35px;
    margin-top: 10px; }
  .boat_quickspecs .colour_title {
    font-size: 17px;
    line-height: 33px; }
  .boat_quickspecs .colour_options {
    height: 33px;
    margin: 0 0 0 10px; }
  .boat_quickspecs .colour_options a {
    width: 32px;
    height: 33px;
    padding: 4px; }
  .boat_quickspecs .colour_options a.active {
    background-image: url(../images/boat_colour_active_small_sm.png); }
  .boat_quickspecs .spec_block {
    padding: 0 6px; }
  .boat_quickspecs .spec_icon {
    display: none; }
  .boat_quickspecs .spec_text {
    margin-left: 10px;
    padding: 8px 0 0 0; }
  .boat_quickspecs .spec_value {
    font-size: 18px;
    line-height: 19px; }
  /*.boat_gallery .gallery_image {
					width:33.3%;
				}
				.boat_gallery .gallery_image:nth-child(3n) {
					width:33.4%;
				}*/
  .body .boat_specs ul {
    margin-bottom: 50px; }
  .body .boat_testimonials {
    padding-top: 50px;
    padding-bottom: 50px; }
  .boat_testimonials .testimonials_left {
    left: 15px; }
  .boat_testimonials .testimonials_right {
    right: 15px; }
  .boat_testimonial {
    padding: 0 40px;
    font-size: 19px;
    line-height: 29px; }
  .boat_testimonial .testimonial_image {
    width: 170px; }
  .boat_testimonial .testimonial_details {
    width: 440px; }
  .boat_testimonial .testimonial_full {
    width: 100%; }
  .boat_bottom .boat_downloads {
    margin-bottom: 30px; }
  .boat_bottom .bottom_why h4 {
    text-align: left; }
  .boat_bottom .bottom_why .why_icons a {
    width: 100px;
    margin-right: 24px; }
  .boat_bottom .bottom_why .why_ce {
    width: 500px;
    padding-left: 15px;
    padding-right: 15px; }
  .body_extras .extras_main {
    background-image: none; }
  .extra_row .extra_top {
    height: 50px;
    line-height: 50px; }
  .extra_top .top_image {
    height: 50px;
    margin-right: 20px; }
  /*.body_extras .extras_first {
				width:230px;
			}
			.body_extras .extras_top .extras_first {
				width:230px;
				margin-left:0;
			}
				.body_extras .extras_col {
					font-size:14px;	
				}*/
  .media_sidebar .media_nav {
    font-size: 16px; }
  .media_sidebar .media_nav li .sub_nav {
    margin-left: 15px; }
  .body_media .media_item {
    width: 240px;
    height: 270px;
    margin-right: 20px;
    margin-left: 20px; }
  .body_testimonials .testimonials_image {
    display: none; }
  .footer_top .nav_boats {
    width: 100%; }
  .foot_nav .nav_col {
    width: 180px; }
  .foot_nav .nav_extras {
    width: 100%; }
  .footer_top .foot_last {
    width: 100%;
    margin-top: 15px;
    float: left; } }

@media (min-width: 768px) and (max-width: 991px) {
  .models .model {
    margin-top: 19px; }
  .home_block .text {
    top: 62%; }
  .home_testimonial {
    margin-left: 25px; }
  .home_news .news_item {
    width: 220px;
    margin: 0 10px; }
  .home_newsletter .newsletter_form {
    width: 360px; }
  .row_contact ul {
    margin-top: 0; }
  .body_block .block_text {
    width: 200px;
    margin-left: -100px;
    top: 30%; }
  .body_block .block_text h2 {
    line-height: 28px;
    font-size: 30px; }
  .boat_row .boat_title {
    font-size: 20px; }
  .awards_image {
    width: 300px;
    top: -120px;
    right: 15px; }
  .about_awards .award_col p {
    font-size: 13px; }
  .comp_form {
    padding-left: 0;
    padding-right: 0; }
  .newsletter_form .field {
    margin: 0 0 12px; }
  .body_form .field .middleColumn {
    width: 360px;
    float: left; }
  .comp_form .field .middleColumn {
    width: 320px; }
  .comp_form .fieldgroup .middleColumn {
    width: 100%; }
  .news_form .field .middleColumn, .media_form .field .middleColumn {
    width: auto; }
  .body_form .optionset .middleColumn {
    width: 470px; }
  .body_form .field ul.rating li {
    margin: 0 1px; }
  .comp_form .fieldgroup-field.first {
    width: 340px; }
  .comp_form .fieldgroup-field.last {
    width: 80px; }
  .comp_form .fieldgroup-field input.text {
    width: 245px; }
  .comp_form .fieldgroup-field input.text {
    width: 225px; }
  .newsletter_form .Actions {
    width: 360px;
    margin-top: 13px;
    text-align: center; }
  .foot_logo {
    float: left; }
  .foot_social {
    margin-top: 10px;
    margin-left: 15px;
    float: left;
    text-align: left; }
  .modal-signup .signup-form .middleColumn {
    width: 100%; } }

@media (max-width: 767px) {
  .desktop_head {
    display: none; }
  .mobile_head {
    display: block; }
  /*section.mobile_header {
		display:block;	
	}*/
  section.sub_header {
    display: none; }
  .promo .slide .slide_overlay {
    font-size: 18px;
    line-height: 30px; }
  .promo .slide .slide_overlay h1 {
    font-size: 35px;
    line-height: 40px; }
  .promo .slide .slide_overlay .btn, .promo .slide .slide_overlay .btn a {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 45px; }
  section.models {
    height: 234px;
    background-image: url(../images/metal_bg_large_phone.jpg); }
  .models .model {
    height: 78px;
    margin-top: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    /*text-align:left;*/ }
  .models .model_holder {
    width: 365px;
    margin: 0 auto; }
  .models .model_image {
    width: 145px;
    height: 62px;
    float: left; }
  .models .model_title {
    width: 200px;
    height: 62px;
    margin-left: 20px;
    float: left;
    text-align: left;
    line-height: 62px; }
  .models .model_title .fa {
    float: right;
    line-height: 62px; }
  .home_block {
    width: 100%;
    float: left; }
  .home_block .text {
    top: auto;
    bottom: 30px; }
  .home_block .text h1 {
    margin: 0;
    font-size: 35px;
    line-height: 30px; }
  .home_block .text p {
    margin: 0;
    font-size: 13px; }
  .home_testimonial {
    font-size: 21px;
    line-height: 25px;
    text-align: center; }
  .home_news {
    text-align: center; }
  .home_news .news_item {
    width: 290px;
    margin: 0 auto 10px;
    float: none; }
  .home_newsletter {
    width: 300px;
    margin: 0 auto; }
  .home_newsletter .newsletter_form {
    width: 300px; }
  .body_block {
    margin-bottom: 20px; }
  .boat_heading h3 span {
    padding: 0 20px; }
  .boat_row .boats_boat {
    margin-bottom: 20px; }
  .body_boat .boat_intro {
    padding-top: 30px; }
  .boat_gallery .main_nav {
    top: 40%; }
  .boat_features ul {
    width: 100%; }
  .body_boat .boat_video {
    position: relative; }
  .boat_video .video_text {
    font-size: 24px;
    line-height: 30px; }
  .boat_video .video_play {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    top: 42%; }
  .boat_testimonials .testimonials_left {
    left: 15px; }
  .boat_testimonials .testimonials_right {
    right: 15px; }
  .boat_testimonial {
    padding: 0 40px;
    font-size: 17px;
    line-height: 24px; }
  .boat_testimonial .testimonial_image {
    display: none; }
  .boat_testimonial .testimonial_details {
    width: 100%; }
  .boat_bottom .bottom_why .why_icons a {
    width: 85px;
    min-height: 140px;
    margin-right: 10px; }
  .boat_bottom .bottom_why .why_ce {
    width: auto; }
  .boat_bottom .bottom_why .why_ce img {
    margin-top: 5px;
    margin-bottom: 25px; }
  .body .difference_warranty {
    background-color: #EBEBEB;
    background-position: 70% 0; }
  .main_differences .main_difference {
    width: 30%;
    min-height: 190px;
    margin-right: 3%; }
  .main_difference p {
    font-size: 15px; }
  .difference_icon {
    display: none; }
  .body .difference_deck img {
    margin-bottom: 20px; }
  .difference_quote {
    width: auto;
    margin: 30px 0 40px; }
  .body_testimonials .testimonial {
    width: 100%; }
  .awards_image {
    display: none; }
  .about_awards .award_col p {
    font-size: 13px; }
  .about_awards .award_row {
    margin-bottom: 0; }
  .about_awards .award_col {
    width: 100%;
    margin-bottom: 20px; }
  .dealer_overlay {
    width: 100%;
    padding: 15px;
    position: static;
    display: none; }
  .dealer_map {
    display: none; }
  .dealer_row {
    display: block; }
  .body_media .media_nav {
    margin-bottom: 30px; }
  .body_media .media_head .media_title {
    margin-right: 15px;
    float: left; }
  .body_media .media_head .media_btns {
    float: left; }
  .body_media .media_items {
    width: 280px;
    margin: 0 auto; }
  .body .row_news {
    padding-bottom: 30px; }
  .body .row_news img {
    margin-bottom: 10px; }
  .body_news .paging_right {
    text-align: right; }
  .body_extras .extras_main {
    background-image: none; }
  .extra_row .extra_top {
    height: auto;
    line-height: 35px; }
  .extra_top .top_image {
    margin-right: 0;
    margin-bottom: 20px;
    display: none; }
  .extra_top .top_title {
    width: 100%; }
  .body_careers .row_job {
    font-size: 16px; }
  .body_careers .job_title {
    width: 33%;
    font-size: 18px; }
  .body_careers .job_heading .job_title {
    font-size: 16px; }
  .body_careers .job_team {
    width: 33%; }
  .body_careers .job_location {
    width: 33%; }
  .body_job .job_details a.btn {
    float: none; }
  .details_row .job_team {
    width: 100%; }
  .details_row .job_location {
    width: 100%; }
  .comp_form {
    padding-left: 0;
    padding-right: 0; }
  .comp_total .total_right {
    width: 100%;
    margin-left: 0px; }
  .body_form .extras_heading {
    width: 100%; }
  .body_form .comp_heading .red {
    width: 100%;
    display: inline-block; }
  .body_form .comp_heading .tee_size {
    display: none; }
  .comp_form .fieldgroup-field {
    width: 100%;
    margin-bottom: 10px; }
    .comp_form .fieldgroup-field.last label {
      display: inline-block; }
  .newsletter_form .field {
    margin: 0 0 12px; }
  .extras_form .field {
    margin-left: 0; }
  #DealerRatingSelect {
    display: block; }
  #DealerRatingOptions, .rating-heading {
    display: none; }
  .body_form .field label {
    width: 100%;
    text-align: left; }
  .body_form .field label span {
    position: static; }
  .body_form .field .middleColumn {
    width: 290px;
    float: left; }
  .body_form .rating .middleColumn {
    width: 100%; }
  .newsletter_form .Actions {
    width: 300px;
    margin-top: 13px;
    text-align: center; }
  .body .row_contact h1 {
    text-align: left; }
  .foot_nav {
    width: 100%;
    margin-bottom: 15px; }
  .foot_nav .nav_col {
    width: 100%; }
  .foot_nav .nav_extras {
    margin-top: 0; }
  .nav_boats .nav_col ul, .nav_boats .nav_col ul:last-child {
    margin-bottom: 10px; }
  .foot_social {
    margin-top: 20px;
    text-align: left; }
  /*.footer_bottom p {
			margin-top:12px;
			line-height:22px;	
		}
		.footer_bottom a {
			line-height:22px;	
		}*/
  .footer_bottom .foot_exporter {
    margin-top: 15px;
    float: left; }
  .body-modal .container {
    margin-top: 60px; }
  .body-modal .modal-signup {
    padding-top: 0px; }
  .modal-signup .signup-close {
    top: -18px; }
  .body-modal .signup-top {
    display: none; }
  .modal-signup .signup-content {
    padding: 35px 30px 5px; }
  .modal-signup h2 {
    font-size: 35px;
    line-height: 35px; }
  .modal-signup .signup-form label {
    text-align: center;
    font-size: 20px;
    line-height: 22px; }
  .modal-signup .signup-form .middleColumn {
    width: 100%; }
  .modal-signup .signup-form .action {
    width: 100%;
    padding: 0;
    font-size: 20px; } }

@media (max-width: 420px) {
  .models .model {
    padding-top: 15px;
    padding-bottom: 18px;
    text-align: left; }
  .models .model_image {
    width: 105px;
    height: 45px; }
  .models .model_title {
    width: auto;
    height: 45px;
    margin-left: 5px;
    line-height: 45px;
    font-size: 22px; }
  .models .model_title .fa {
    display: none; }
  .modal-signup h2 {
    font-size: 30px;
    line-height: 30px; } }

.body .difference_main {
  padding-top: 50px;
  /*background-image:url(../images/difference_image.jpg); background-position:100% 0;*/
  padding-bottom: 400px;
  background-image: url(../images/SurteesIQ-Difference-Mobile.jpg); }
  @media screen and (min-width: 768px) {
    .body .difference_main {
      padding-bottom: 0;
      background-image: url(../images/SurteesIQ-Difference.jpg); } }
  @media screen and (min-width: 768px) {
    .body .difference_main {
      background-position: 79% 418%;
      min-height: 1000px; } }
  @media screen and (min-width: 992px) {
    .body .difference_main {
      background-position: 100% 157%;
      min-height: 1050px; } }
  @media screen and (min-width: 1200px) {
    .body .difference_main {
      background-position: 100% 100%;
      min-height: 950px; } }
  @media screen and (max-width: 767px) {
    .body .difference_main {
      background-position: 48% 100%;
      min-height: 950px; } }

.main_difference, .main-difference-line {
  opacity: 0;
  /* make things invisible upon start */
  animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  animation-duration: 1s;
  animation-delay: 300ms; }

.main_difference {
  z-index: 40; }
  .main_difference.ten-year {
    right: 60px;
    top: -105px;
    width: 214px;
    height: 48px;
    background-image: url("../images/10YearWarrantyButton.png");
    background-repeat: no-repeat; }
    @media screen and (min-width: 1200px) {
      .main_difference.ten-year {
        top: -270px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .main_difference.ten-year {
        background-image: url("../images/10YearWarrantyButton@2x.png") !important;
        background-size: 214px 48px; } }
  .main_difference.quick-hitch {
    right: -10px;
    top: -16px;
    width: 214px;
    height: 48px;
    background-image: url("../images/QuickHitchButton.png");
    background-repeat: no-repeat; }
    @media screen and (min-width: 1200px) {
      .main_difference.quick-hitch {
        top: -181px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .main_difference.quick-hitch {
        background-image: url("../images/QuickHitchButton@2x.png") !important;
        background-size: 214px 48px; } }
  .main_difference.razor-tech {
    right: -43px;
    top: 283px;
    width: 218px;
    height: 48px;
    background-image: url("../images/RazorTechButton.png");
    background-repeat: no-repeat; }
    @media screen and (min-width: 1200px) {
      .main_difference.razor-tech {
        right: -23px;
        top: 112px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .main_difference.razor-tech {
        background-image: url("../images/RazorTechButton@2x.png") !important;
        background-size: 218px 48px; } }
  .main_difference.tough-deck {
    right: 45px;
    top: 352px;
    width: 284px;
    height: 48px;
    background-image: url("../images/ToughDeckButton.png");
    background-repeat: no-repeat; }
    @media screen and (min-width: 1200px) {
      .main_difference.tough-deck {
        top: 210px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .main_difference.tough-deck {
        background-image: url("../images/ToughDeckButton@2x.png") !important;
        background-size: 284px 48px; } }
  .main_difference.safety-buoyancy {
    right: 240px;
    top: 450px;
    width: 284px;
    height: 48px;
    background-image: url("../images/SafetyBuoyancyButton.png");
    background-repeat: no-repeat; }
    @media screen and (min-width: 1200px) {
      .main_difference.safety-buoyancy {
        top: 297px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .main_difference.safety-buoyancy {
        background-image: url("../images/SafetyBuoyancyButton@2x.png") !important;
        background-size: 284px 48px; } }
  .main_difference.anti-roll {
    right: 591px;
    top: 454px;
    width: 211px;
    height: 48px;
    background-image: url("../images/AntiRollButton.png");
    background-repeat: no-repeat; }
    @media screen and (min-width: 1200px) {
      .main_difference.anti-roll {
        top: 292px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .main_difference.anti-roll {
        background-image: url("../images/AntiRollButton@2x.png") !important;
        background-size: 211px 48px; } }
  .main_difference.anti-roll-lock {
    right: 570px;
    top: 212px;
    width: 263px;
    height: 48px;
    background-image: url("../images/AntiRollLockButton.png");
    background-repeat: no-repeat; }
    @media screen and (min-width: 1200px) {
      .main_difference.anti-roll-lock {
        right: 730px;
        top: 183px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .main_difference.anti-roll-lock {
        background-image: url("../images/AntiRollLockButton@2x.png") !important;
        background-size: 263px 48px; } }

.main-difference-line {
  position: absolute;
  z-index: 30; }
  .main-difference-line.quick-hitch {
    right: 90px;
    top: 25px;
    width: 36px;
    height: 162px;
    background-image: url("../images/QuikHitchPointer.png");
    background-repeat: no-repeat; }
    @media screen and (min-width: 1200px) {
      .main-difference-line.quick-hitch {
        top: -134px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .main-difference-line.quick-hitch {
        background-image: url("../images/QuikHitchPointer@2x.png") !important;
        background-size: 36px 162px; } }
  .main-difference-line.razor-tech {
    right: 163px;
    top: 243px;
    width: 38px;
    height: 42px;
    background-image: url("../images/RazortechPointer.png");
    background-repeat: no-repeat; }
    @media screen and (min-width: 1200px) {
      .main-difference-line.razor-tech {
        right: 175px;
        top: 77px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .main-difference-line.razor-tech {
        background-image: url("../images/RazortechPointer@2x.png") !important;
        background-size: 38px 42px; } }
  .main-difference-line.tough-deck {
    right: 308px;
    top: 246px;
    width: 129px;
    height: 108px;
    background-image: url("../images/ToughDeckPointer.png");
    background-repeat: no-repeat; }
    @media screen and (min-width: 1200px) {
      .main-difference-line.tough-deck {
        top: 109px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .main-difference-line.tough-deck {
        background-image: url("../images/ToughDeckPointer@2x.png") !important;
        background-size: 129px 108px; } }
  .main-difference-line.safety-buoyancy {
    right: 429px;
    top: 279px;
    width: 62px;
    height: 174px;
    background-image: url("../images/SafetyBuoyancyPointer.png");
    background-repeat: no-repeat; }
    @media screen and (min-width: 1200px) {
      .main-difference-line.safety-buoyancy {
        top: 126px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .main-difference-line.safety-buoyancy {
        background-image: url("../images/SafetyBuoyancyPointer@2x.png") !important;
        background-size: 62px 174px; } }
  .main-difference-line.anti-roll {
    right: 557px;
    top: 272px;
    width: 147px;
    height: 184px;
    background-image: url("../images/AntiRollPointer.png");
    background-repeat: no-repeat; }
    @media screen and (min-width: 1200px) {
      .main-difference-line.anti-roll {
        top: 110px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .main-difference-line.anti-roll {
        background-image: url("../images/AntiRollPointer@2x.png") !important;
        background-size: 147px 184px; } }
  .main-difference-line.anti-roll-lock {
    width: 125px;
    height: 52px;
    background-image: url("../images/AntiRollLockPointer.png");
    background-repeat: no-repeat; }
    @media screen and (max-width: 1199px) {
      .main-difference-line.anti-roll-lock {
        right: 631px;
        top: 255px;
        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: FlipV;
        -ms-filter: "FlipV"; } }
    @media screen and (min-width: 1200px) {
      .main-difference-line.anti-roll-lock {
        right: 610px;
        top: 135px; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .main-difference-line.anti-roll-lock {
        background-image: url("../images/AntiRollLockPointer@2x.png") !important;
        background-size: 125px 52px; } }

.difference_icon {
  width: 121px;
  height: 67px;
  position: absolute;
  top: 62px;
  left: 50px; }

.difference_ballast .difference_icon {
  background-image: url("../images/icon_difference_ballast.png");
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .difference_ballast .difference_icon {
      background-image: url("../images/icon_difference_ballast@2x.png") !important;
      background-size: 121px 67px; } }

.difference_flap .difference_icon {
  background-image: url("../images/icon_difference_flap.png");
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .difference_flap .difference_icon {
      background-image: url("../images/icon_difference_flap@2x.png") !important;
      background-size: 121px 67px; } }

@media screen and (min-width: 1200px) {
  .difference_flap .content-left-wrapper {
    padding-right: 80px; } }

@media screen and (min-width: 1200px) {
  .difference_flap .image_col {
    padding: 0;
    margin: 0 -15px;
    width: auto; } }

.difference_flap .image_col .flap-image {
  margin: 0 auto 15px; }
  .difference_flap .image_col .flap-image.image-two {
    margin: 0 auto; }

.body .difference_buoyancy {
  background-image: url(../images/difference_bg_buoyancy.png);
  background-position: 40% 100%;
  min-height: 750px; }
  @media screen and (min-width: 400px) {
    .body .difference_buoyancy {
      min-height: 680px; } }
  @media screen and (min-width: 992px) {
    .body .difference_buoyancy {
      background-position: 100% 100%;
      min-height: 680px; } }
  @media screen and (min-width: 1200px) {
    .body .difference_buoyancy {
      min-height: 600px; } }
  .body .difference_buoyancy .difference_icon {
    background-image: url("../images/icon_difference_buoyancy.png");
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .body .difference_buoyancy .difference_icon {
        background-image: url("../images/icon_difference_buoyancy@2x.png") !important;
        background-size: 121px 67px; } }
  @media screen and (min-width: 1200px) {
    .body .difference_buoyancy .content-left-wrapper {
      padding-right: 40px; } }

.difference_warranty .difference_icon {
  background-image: url("../images/icon_difference_warranty.png");
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .difference_warranty .difference_icon {
      background-image: url("../images/icon_difference_warranty@2x.png") !important;
      background-size: 121px 67px; } }

.difference_hull {
  background-color: #EFEFF0; }
  .difference_hull .difference_icon {
    background-image: url("../images/icon_difference_hull.png");
    background-repeat: no-repeat; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .difference_hull .difference_icon {
        background-image: url("../images/icon_difference_hull@2x.png") !important;
        background-size: 121px 67px; } }
  @media screen and (min-width: 992px) {
    .difference_hull .difference_hull-rightpad, .difference_hull .col_image-right {
      padding-right: 0; } }
  .difference_hull .difference_hull-rightpad img, .difference_hull .col_image-right img {
    margin: 0 auto; }

@media screen and (min-width: 992px) {
  .difference_deck {
    background-image: url(../images/difference_deck_stringers.png);
    background-position: 100% 93%;
    min-height: 688px; } }

@media screen and (min-width: 1200px) {
  .difference_deck {
    background-position: 94% 63%;
    min-height: 568px; } }

.difference_deck .difference_icon {
  background-image: url("../images/icon_difference_deck.png");
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .difference_deck .difference_icon {
      background-image: url("../images/icon_difference_deck@2x.png") !important;
      background-size: 121px 67px; } }

@media screen and (min-width: 1200px) {
  .difference_deck .content-left-wrapper {
    padding-right: 130px; } }

.difference_deck .stringer-img {
  margin: 0 auto; }

.difference_trailer .difference_icon {
  background-image: url("../images/icon_difference_trailer.png");
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .difference_trailer .difference_icon {
      background-image: url("../images/icon_difference_trailer@2x.png") !important;
      background-size: 121px 67px; } }

body.your-colour .boat_top {
  padding-top: 100px;
  max-height: none; }

body.your-colour .boat_customiser {
  width: 100%;
  height: 260px;
  position: relative;
  top: -100%;
  left: 0px;
  z-index: 15;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 0px 0px; }
  @media screen and (min-width: 992px) {
    body.your-colour .boat_customiser {
      height: 315px; } }
  @media screen and (min-width: 1200px) {
    body.your-colour .boat_customiser {
      height: 380px; } }
  body.your-colour .boat_customiser .customiser_shadow {
    opacity: 1;
    transform: translate(0px, 0px); }
  body.your-colour .boat_customiser .customiser_title {
    color: #333333;
    opacity: 1; }
  body.your-colour .boat_customiser .customiser_holder {
    top: 268%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
  body.your-colour .boat_customiser .customiser_boat {
    opacity: 1;
    transform: translate(0, 0); }
  body.your-colour .boat_customiser .boat-mainimage {
    transform: scale(0.96, 0.96) translate(0px, -30px);
    opacity: 1; }

body.your-colour .boat_quickspecs .buttons_holder {
  position: relative;
  top: 0px; }

.row_difference.your-colour_main {
  padding-top: 50px;
  padding-bottom: 0;
  /*background-image:url(../images/difference_image.jpg); background-position:100% 0;*/
  background: #FFFFFF url("../images/difference_image.jpg") no-repeat; }
  @media screen and (min-width: 768px) {
    .row_difference.your-colour_main {
      background-position: left top; } }
  @media screen and (min-width: 992px) {
    .row_difference.your-colour_main {
      background-position: 2150% top; } }
  @media screen and (min-width: 1200px) {
    .row_difference.your-colour_main {
      background-position: right top; } }
  @media screen and (min-width: 580px) and (max-width: 767px) {
    .row_difference.your-colour_main .your-colour-first-col {
      width: 66%; } }
  .row_difference.your-colour_main .your-colour-polaroid {
    margin: 0 auto; }
    @media screen and (min-width: 992px) {
      .row_difference.your-colour_main .your-colour-polaroid {
        position: absolute;
        top: 310px;
        left: -35px; } }
  .row_difference.your-colour_main .no_background {
    background: none; }
  .row_difference.your-colour_main .row_nyalic {
    background: none; }
    @media screen and (min-width: 768px) {
      .row_difference.your-colour_main .row_nyalic {
        padding-top: 100px;
        padding-bottom: 100px; } }
  .row_difference.your-colour_main .nyalic-right .img-center {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .row_difference.your-colour_main .nyalic-right ul {
    list-style: disc inside; }
    @media screen and (min-width: 1200px) {
      .row_difference.your-colour_main .nyalic-right ul {
        padding-right: 130px; } }
    .row_difference.your-colour_main .nyalic-right ul li {
      list-style-type: disc; }

.row.row_your-colour-image {
  padding: 0; }

.body_surteessafe .row_surteessafe {
  color: #FFFFFF;
  background: #005b8e url("../images/SurteeSafeMainImage-Mobile.jpg") no-repeat right bottom;
  background-position: 50% 100%;
  padding-bottom: 330px; }
  @media screen and (min-width: 992px) {
    .body_surteessafe .row_surteessafe {
      background: #228CC1 url("../images/SurteeSafeMainImage.png") no-repeat right bottom;
      background-position: 100% 100%; } }

.body_surteessafe .high-standard-wrapper .surtees-10-year-warrenty {
  height: 124px;
  width: 125px;
  background-image: url("../images/Surtees10yrHullWarranty.png");
  background-repeat: no-repeat; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .body_surteessafe .high-standard-wrapper .surtees-10-year-warrenty {
      background-image: url("../images/Surtees10yrHullWarranty@2x.png") !important;
      background-size: 125px 124px; } }
  @media screen and (min-width: 768px) {
    .body_surteessafe .high-standard-wrapper .surtees-10-year-warrenty {
      margin-right: 15px;
      float: left; } }
  @media screen and (max-width: 767px) {
    .body_surteessafe .high-standard-wrapper .surtees-10-year-warrenty {
      display: block;
      float: none;
      margin-left: auto;
      margin-right: auto; } }

.body_surteessafe .high-standard-wrapper h3 {
  margin-top: 19px;
  display: block;
  text-align: center;
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .body_surteessafe .high-standard-wrapper h3 {
      margin-bottom: 0;
      float: left;
      text-align: left;
      width: 455px; } }

.body_surteessafe .surteessafe-polaroid {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }

.body_surteessafe .euro-quality-image {
  height: 85px;
  width: 295px;
  overflow: hidden;
  background-image: url("../images/CESafetyRating.png");
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .body_surteessafe .euro-quality-image {
      background-image: url("../images/CESafetyRating@2x.png") !important;
      background-size: 295px 85px; } }
  @media screen and (max-width: 400px) {
    .body_surteessafe .euro-quality-image {
      width: 239px;
      background-position: -28px; } }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .body_surteessafe .euro-quality-image {
      margin-top: 20px; } }

.homepage-alert {
  position: relative;
  display: block;
  height: 94px;
  position: relative;
  z-index: 25;
  background-image: url(../images/home-alert-bg.png);
  background-repeat: repeat-x;
  background-position: 50% 0;
  -webkit-box-shadow: 0 -1px 2px 2px rgba(1, 1, 1, 0.1);
  box-shadow: 0 -1px 2px 2px rgba(1, 1, 1, 0.1);
  overflow: hidden;
  color: white; }
  .homepage-alert .alert-title {
    color: white;
    font-size: 20px;
    line-height: 22px; }
  .homepage-alert .alert-content {
    color: white; }
  .homepage-alert .home-alert-btn {
    color: white; }
    .homepage-alert .home-alert-btn:hover {
      color: #00A1CB; }
  .homepage-alert .vcenter {
    position: relative;
    height: 94px; }
    .homepage-alert .vcenter > div {
      position: absolute;
      left: 15px;
      right: 15px;
      top: 50%;
      -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
      transform: translateY(-50%) !important; }
  @media only screen and (max-width: 990px) {
    .homepage-alert {
      height: auto;
      background-image: none;
      padding: 20px 0;
      text-align: center !important; }
      .homepage-alert .vcenter {
        height: auto; }
        .homepage-alert .vcenter > div {
          position: relative;
          top: auto;
          transform: none !important;
          padding: 4px 0; }
      .homepage-alert .text-right {
        text-align: center !important; } }

.CompLandingPage .body_text p {
  font-size: 1.8rem;
  line-height: 140%; }

.CompLandingPage .cl-header-image {
  margin-bottom: 30px; }

.CompLandingPage .cl-footer-image {
  margin: 30px 0; }

.CompLandingPage .comp_form .field label {
  width: 100%;
  text-align: left;
  font-weight: bold; }

.CompLandingPage .comp_form .field .middleColumn {
  width: 100%; }

.CompLandingPage .Actions .action {
  text-transform: uppercase;
  color: white;
  margin: 10px auto;
  display: block; }

.customiser-link {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../images/customiser-link.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%; }
  @media screen and (max-width: 768px) {
    .customiser-link {
      height: 330px; } }
  .customiser-link a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .customiser-link img {
    margin-bottom: 30px; }
  .customiser-link h2 {
    margin-bottom: 15px;
    color: #FFFFFF;
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }
  .customiser-link p {
    margin: 0;
    color: #00A1CB;
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

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

@media screen and (max-width: 500px) {
  .body_customiser .body_head {
    height: 82px; }
    .body_customiser .body_head h1 {
      font-size: 32px;
      line-height: 36px; } }

.body_customiser .customiser-progress {
  padding: 20px 10px;
  display: flex;
  font-size: 21px;
  text-transform: uppercase;
  font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif;
  background-color: #F0F0F0;
  color: #A0A0A0;
  justify-content: center; }
  @media screen and (max-width: 992px) {
    .body_customiser .customiser-progress {
      font-size: 20px; } }
  @media screen and (max-width: 768px) {
    .body_customiser .customiser-progress {
      font-size: 16px; } }
  @media screen and (max-width: 500px) {
    .body_customiser .customiser-progress {
      padding: 15px;
      flex-direction: column; } }
  .body_customiser .customiser-progress .step {
    margin-right: 55px;
    position: relative; }
    .body_customiser .customiser-progress .step:after {
      height: 1px;
      width: 26px;
      content: ' ';
      background-color: #A0A0A0;
      position: absolute;
      top: 14px;
      right: -40px; }
    .body_customiser .customiser-progress .step:last-child {
      margin-right: 0; }
      .body_customiser .customiser-progress .step:last-child:after {
        display: none; }
    .body_customiser .customiser-progress .step.active {
      color: #00A1CB; }
      .body_customiser .customiser-progress .step.active .number {
        border-color: #00A1CB; }
    .body_customiser .customiser-progress .step.complete .number {
      border-color: #00A1CB;
      background-color: #00A1CB;
      color: #FFFFFF; }
      @media screen and (max-width: 768px) {
        .body_customiser .customiser-progress .step.complete .number {
          border: none;
          background: none;
          color: #00A1CB; } }
    @media screen and (max-width: 1200px) {
      .body_customiser .customiser-progress .step {
        margin-right: 40px; }
        .body_customiser .customiser-progress .step:after {
          right: -34px; } }
    @media screen and (max-width: 992px) {
      .body_customiser .customiser-progress .step {
        margin-right: 10px; }
        .body_customiser .customiser-progress .step:after {
          display: none; } }
  .body_customiser .customiser-progress .title {
    margin-left: 5px; }
    @media screen and (max-width: 992px) {
      .body_customiser .customiser-progress .title {
        margin-left: 0px; } }
  .body_customiser .customiser-progress .number {
    width: 30px;
    padding: 2px 0 3px 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid #A0A0A0; }
    @media screen and (max-width: 768px) {
      .body_customiser .customiser-progress .number {
        border: none;
        padding: 0;
        width: auto;
        line-height: 19px; } }

.body_customiser .customiser-intro {
  text-align: center; }
  .body_customiser .customiser-intro p {
    margin: 0;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }
  .body_customiser .customiser-intro h2 {
    margin-top: 45px;
    color: #00A1CB;
    font-size: 50px; }

.body_customiser .customiser_head {
  text-align: center; }
  .body_customiser .customiser_head p {
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }
  .body_customiser .customiser_head h1 {
    color: #00A1CB;
    font-size: 50px;
    font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

.body_customiser .customiser_foot {
  text-align: center; }
  .body_customiser .customiser_foot p {
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }

.body_customiser .boat_customiser {
  height: 630px;
  position: relative;
  background-size: cover; }
  @media screen and (max-width: 1200px) {
    .body_customiser .boat_customiser {
      height: 570px; } }
  @media screen and (max-width: 992px) {
    .body_customiser .boat_customiser {
      height: 500px; } }
  .body_customiser .boat_customiser .customiser_head {
    padding-top: 60px; }
    .body_customiser .boat_customiser .customiser_head p {
      color: #FFFFFF; }
  .body_customiser .boat_customiser .customiser_holder {
    top: 35%; }
    @media screen and (max-width: 500px) {
      .body_customiser .boat_customiser .customiser_holder {
        max-width: 100%;
        margin-left: 0;
        left: 0; }
        .body_customiser .boat_customiser .customiser_holder .customiser_boat {
          max-width: 100%; } }
  @media screen and (max-width: 500px) {
    .body_customiser .boat_customiser .customiser_shadow, .body_customiser .boat_customiser .customiser_title {
      max-width: 100%; } }

@media screen and (max-width: 768px) {
  .body_customiser .boat_quickspecs {
    height: auto;
    background-size: cover; }
    .body_customiser .boat_quickspecs .colours_block {
      height: auto; }
      .body_customiser .boat_quickspecs .colours_block .colour_title, .body_customiser .boat_quickspecs .colours_block .colours_options {
        width: 100%; }
      .body_customiser .boat_quickspecs .colours_block .colour_options {
        margin-left: 0;
        margin-top: 8px; } }

.body_customiser .boat_quickspecs .buttons_holder {
  margin-bottom: 0;
  top: 0; }

@media screen and (max-width: 768px) {
  .body_customiser .boat_quickspecs .buttons_row {
    height: auto; } }

.body_customiser .boat_quickspecs .buttons_row.centered {
  display: flex;
  justify-content: center; }

.body_customiser .customiser_features {
  margin-bottom: 45px;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    .body_customiser .customiser_features {
      flex-direction: column;
      margin-bottom: 30px; } }
  .body_customiser .customiser_features .feature_cols {
    column-count: 2;
    column-gap: 80px; }
    @media screen and (max-width: 768px) {
      .body_customiser .customiser_features .feature_cols {
        column-count: 1;
        column-gap: 0px; } }
  .body_customiser .customiser_features .features_list {
    width: 100%;
    max-width: 430px; }
    .body_customiser .customiser_features .features_list:last-child {
      margin-left: 60px; }
    @media screen and (max-width: 768px) {
      .body_customiser .customiser_features .features_list {
        max-width: none; }
        .body_customiser .customiser_features .features_list:last-child {
          margin-left: 0px; } }
  .body_customiser .customiser_features ul {
    font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif;
    /*@media screen and (max-width: 768px){
                &:last-child {
                    border-top:none;
                }
            }*/ }
    .body_customiser .customiser_features ul:last-child {
      border-bottom: 1px solid #EAEAEA; }
    .body_customiser .customiser_features ul li {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      padding: 7px 5px 7px 25px;
      line-height: 20px;
      border-top: 1px solid #EAEAEA;
      background-image: url("../images/tick.svg");
      background-repeat: no-repeat;
      background-position: 0 6px; }
      .body_customiser .customiser_features ul li strong {
        font-weight: normal;
        font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

.body_customiser .group_content .customiser_features {
  justify-content: flex-start; }

.body_customiser .customiser_group {
  margin-bottom: 40px; }
  .body_customiser .customiser_group .group_title {
    padding-bottom: 10px;
    margin-bottom: 40px;
    font-size: 21px;
    line-height: 21px;
    text-transform: uppercase;
    font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #999999; }

.body_customiser .customiser_checkboxes {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }

.body_customiser .customiser_checkbox {
  flex-basis: 25%;
  padding: 0 9px;
  margin-bottom: 15px; }
  @media screen and (max-width: 1200px) {
    .body_customiser .customiser_checkbox {
      flex-basis: 33%; } }
  @media screen and (max-width: 992px) {
    .body_customiser .customiser_checkbox {
      flex-basis: 50%; } }
  @media screen and (max-width: 768px) {
    .body_customiser .customiser_checkbox {
      flex-basis: 100%; } }
  .body_customiser .customiser_checkbox.active .check_detail .tick:after {
    display: block; }
  .body_customiser .customiser_checkbox.active .check_label {
    cursor: default; }
  .body_customiser .customiser_checkbox.active .check_label:hover {
    opacity: 1; }
  .body_customiser .customiser_checkbox input {
    opacity: 0;
    position: absolute; }
    .body_customiser .customiser_checkbox input:checked ~ label {
      border-color: #00A1CB;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5); }
      .body_customiser .customiser_checkbox input:checked ~ label .tick:after {
        display: block; }
  .body_customiser .customiser_checkbox .check_label {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border: 4px solid transparent;
    transition: opacity 300ms ease-out, border 300ms ease-out; }
    .body_customiser .customiser_checkbox .check_label:hover {
      opacity: 0.7; }
    .body_customiser .customiser_checkbox .check_label img {
      width: 100%; }
  .body_customiser .customiser_checkbox .check_detail {
    padding: 10px 13px;
    background-color: #F0F0F0;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif;
    font-weight: normal;
    display: flex; }
    .body_customiser .customiser_checkbox .check_detail .tick {
      width: 25px;
      height: 25px;
      padding-left: 8px;
      padding-top: 3px;
      background-color: #FFFFFF;
      border-radius: 50%;
      flex-shrink: 0; }
      .body_customiser .customiser_checkbox .check_detail .tick:after {
        content: '';
        display: none;
        width: 9px;
        height: 16px;
        border: solid #00A1CB;
        border-width: 0 3px 3px 0;
        transform: rotate(45deg); }
    .body_customiser .customiser_checkbox .check_detail .name {
      margin-left: 15px; }
    .body_customiser .customiser_checkbox .check_detail p {
      margin: 0; }

.body_customiser .boat_specs {
  background-color: #F0F0F0;
  padding-bottom: 60px; }

.body_customiser .customiser_colours {
  display: flex;
  margin-bottom: 80px; }
  @media screen and (max-width: 768px) {
    .body_customiser .customiser_colours {
      flex-direction: column;
      margin-bottom: 40px; } }
  .body_customiser .customiser_colours .colour {
    margin-right: 40px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .body_customiser .customiser_colours .colour {
        margin-right: 0px;
        margin-bottom: 30px; } }
    .body_customiser .customiser_colours .colour img {
      margin-right: 15px; }
    .body_customiser .customiser_colours .colour p {
      margin: 0;
      font-size: 25px;
      text-transform: uppercase;
      font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }
      .body_customiser .customiser_colours .colour p span {
        font-family: 'TradeGothicW01-BoldCn20 675334', Arial, Helvetica, sans-serif; }

.body_customiser .customiser_inset {
  padding: 0 90px; }
  @media screen and (max-width: 992px) {
    .body_customiser .customiser_inset {
      padding: 0 40px; } }
  @media screen and (max-width: 500px) {
    .body_customiser .customiser_inset {
      padding: 0 5px; } }

@media screen and (max-width: 1200px) {
  .body_customiser .customiser_form .Actions {
    margin-right: 60px; } }

@media screen and (max-width: 992px) {
  .body_customiser .customiser_form .Actions {
    margin-right: 0; } }

@media screen and (min-width: 769px) {
  .body_customiser .customiser_form .Actions {
    text-align: right; } }

.body_customiser .customiser_form .btn {
  font-size: 19px;
  padding: 7px 30px;
  border-radius: 0px; }

.body_customiser .customiser_buttons {
  padding-top: 45px;
  padding-bottom: 45px; }
  @media screen and (max-width: 500px) {
    .body_customiser .customiser_buttons {
      padding-top: 25px;
      padding-bottom: 25px; } }
  .body_customiser .customiser_buttons .buttons_holder {
    margin: 0 90px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 992px) {
      .body_customiser .customiser_buttons .buttons_holder {
        margin: 0 40px; } }
    @media screen and (max-width: 500px) {
      .body_customiser .customiser_buttons .buttons_holder {
        margin: 0 5px; } }
    .body_customiser .customiser_buttons .buttons_holder.border {
      padding-top: 40px;
      border-top: 1px solid #999999; }
    .body_customiser .customiser_buttons .buttons_holder p {
      margin: 0;
      padding: 0 90px;
      text-align: center;
      font-size: 19px;
      text-transform: uppercase;
      font-family: 'Trade Gothic W01 Cn 18', Arial, Helvetica, sans-serif; }
    .body_customiser .customiser_buttons .buttons_holder .btn {
      font-size: 19px;
      padding: 7px 30px;
      border-radius: 0px; }
      @media screen and (max-width: 500px) {
        .body_customiser .customiser_buttons .buttons_holder .btn {
          font-size: 18px;
          padding: 5px 20px; } }
    .body_customiser .customiser_buttons .buttons_holder .btn_prev img {
      margin-right: 7px; }
    .body_customiser .customiser_buttons .buttons_holder .btn_next img {
      margin-left: 7px; }

/*# sourceMappingURL=main.css.map */