/* BOOTSTRAP ---------------------------------------------------------------------------------------------- */
* {
  position: relative; }

.clearfix:after, .clearfix:before {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

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

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

audio, canvas, video {
  display: inline-block; }

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

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

td {
  vertical-align: top; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

#map_canvas img, .google-maps img {
  max-width: none; }

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button, input {
  line-height: normal; }

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

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

button, input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox], label, select {
  cursor: pointer; }

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: 0 0 !important;
    box-shadow: none !important; }

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

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  img, tr {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: .5cm; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff; }

a {
  color: #08c;
  text-decoration: none; }

a:focus, a:hover {
  color: #005580;
  text-decoration: none; }

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

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px; }

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

.row:after, .row:before {
  display: table;
  content: "";
  line-height: 0; }

.row:after {
  clear: both; }

[class*=span] {
  float: left;
  min-height: 1px;
  margin-left: 20px; }

.container, .navbar-fixed-bottom .container, .navbar-fixed-top .container, .navbar-static-top .container, .span12 {
  width: 940px; }

.span11 {
  width: 860px; }

.span10 {
  width: 780px; }

.span9 {
  width: 700px; }

.span8 {
  width: 620px; }

.span7 {
  width: 540px; }

.span6 {
  width: 460px; }

.span5 {
  width: 380px; }

.span4 {
  width: 300px; }

.span3 {
  width: 220px; }

.span2 {
  width: 140px; }

.span1 {
  width: 60px; }

.offset12 {
  margin-left: 980px; }

.offset11 {
  margin-left: 900px; }

.offset10 {
  margin-left: 820px; }

.offset9 {
  margin-left: 740px; }

.offset8 {
  margin-left: 660px; }

.offset7 {
  margin-left: 580px; }

.offset6 {
  margin-left: 500px; }

.offset5 {
  margin-left: 420px; }

.offset4 {
  margin-left: 340px; }

.offset3 {
  margin-left: 260px; }

.offset2 {
  margin-left: 180px; }

.offset1 {
  margin-left: 100px; }

.row-fluid {
  width: 100%; }

.row-fluid:after, .row-fluid:before {
  display: table;
  content: "";
  line-height: 0; }

.row-fluid:after {
  clear: both; }

.row-fluid [class*=span] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%; }

.row-fluid [class*=span]:first-child {
  margin-left: 0; }

.row-fluid .controls-row [class*=span] + [class*=span] {
  margin-left: 2.127659574468085%; }

.row-fluid .span12 {
  width: 100%; }

.row-fluid .span11 {
  width: 91.48936170212765%; }

.row-fluid .span10 {
  width: 82.97872340425532%; }

.row-fluid .span9 {
  width: 74.46808510638297%; }

.row-fluid .span8 {
  width: 65.95744680851064%; }

.row-fluid .span7 {
  width: 57.44680851063829%; }

.row-fluid .span6 {
  width: 48.93617021276595%; }

.row-fluid .span5 {
  width: 40.42553191489362%; }

.row-fluid .span4 {
  width: 31.914893617021278%; }

.row-fluid .span3 {
  width: 23.404255319148934%; }

.row-fluid .span2 {
  width: 14.893617021276595%; }

.row-fluid .span1 {
  width: 6.382978723404255%; }

.row-fluid .offset12 {
  margin-left: 104.25531914893617%; }

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%; }

.row-fluid .offset11 {
  margin-left: 95.74468085106382%; }

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%; }

.row-fluid .offset10 {
  margin-left: 87.23404255319149%; }

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%; }

.row-fluid .offset9 {
  margin-left: 78.72340425531914%; }

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%; }

.row-fluid .offset8 {
  margin-left: 70.2127659574468%; }

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%; }

.row-fluid .offset7 {
  margin-left: 61.70212765957446%; }

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%; }

.row-fluid .offset6 {
  margin-left: 53.191489361702125%; }

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%; }

.row-fluid .offset5 {
  margin-left: 44.68085106382979%; }

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%; }

.row-fluid .offset4 {
  margin-left: 36.170212765957444%; }

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%; }

.row-fluid .offset3 {
  margin-left: 27.659574468085104%; }

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%; }

.row-fluid .offset2 {
  margin-left: 19.148936170212764%; }

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%; }

.row-fluid .offset1 {
  margin-left: 10.638297872340425%; }

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%; }

.row-fluid [class*=span].hide, [class*=span].hide {
  display: none; }

.row-fluid [class*=span].pull-right, [class*=span].pull-right {
  float: right; }

.container {
  margin-right: auto;
  margin-left: auto; }

.container:after, .container:before {
  display: table;
  content: "";
  line-height: 0; }

.container:after {
  clear: both; }

.container-fluid {
  padding-right: 20px;
  padding-left: 20px; }

.container-fluid:after, .container-fluid:before {
  display: table;
  content: "";
  line-height: 0; }

.container-fluid:after {
  clear: both; }

p {
  margin: 0 0 10px; }

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

small {
  font-size: 85%; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

cite {
  font-style: normal; }

.muted {
  color: #999; }

a.muted:focus, a.muted:hover {
  color: grey; }

.text-warning {
  color: #c09853; }

a.text-warning:focus, a.text-warning:hover {
  color: #a47e3c; }

.text-error {
  color: #b94a48; }

a.text-error:focus, a.text-error:hover {
  color: #953b39; }

.text-info {
  color: #3a87ad; }

a.text-info:focus, a.text-info:hover {
  color: #2d6987; }

.text-success {
  color: #468847; }

a.text-success:focus, a.text-success:hover {
  color: #356635; }

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

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

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

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: 700;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility; }

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

h1, h2, h3 {
  line-height: 40px; }

h1 {
  font-size: 38.5px; }

h2 {
  font-size: 31.5px; }

h3 {
  font-size: 24.5px; }

h4 {
  font-size: 17.5px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 11.9px; }

h1 small {
  font-size: 24.5px; }

h2 small {
  font-size: 17.5px; }

h3 small, h4 small {
  font-size: 14px; }

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

ol, ul {
  padding: 0;
  margin: 0 0 10px 25px; }

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

li {
  line-height: 20px; }

ol.inline, ol.unstyled, ul.inline, ul.unstyled {
  margin-left: 0;
  list-style: none; }

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

dl {
  margin-bottom: 20px; }

dd, dt {
  line-height: 20px; }

dt {
  font-weight: 700; }

dd {
  margin-left: 10px; }

.dl-horizontal:after, .dl-horizontal:before {
  display: table;
  content: "";
  line-height: 0; }

.dl-horizontal:after {
  clear: both; }

.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; }

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

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

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

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee; }

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25; }

blockquote small {
  display: block;
  line-height: 20px;
  color: #999; }

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

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0; }

blockquote.pull-right p, blockquote.pull-right small {
  text-align: right; }

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

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

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

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

code, pre {
  padding: 0 3px 2px;
  font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
  font-size: 12px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

pre.prettyprint {
  margin-bottom: 20px; }

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.badge, .label {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.84px;
  font-weight: 700;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999; }

.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px; }

.badge:empty, .label:empty {
  display: none; }

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

.badge-important, .label-important {
  background-color: #b94a48; }

.badge-important[href], .label-important[href] {
  background-color: #953b39; }

.badge-warning, .label-warning {
  background-color: #f89406; }

.badge-warning[href], .label-warning[href] {
  background-color: #c67605; }

.badge-success, .label-success {
  background-color: #468847; }

.badge-success[href], .label-success[href] {
  background-color: #356635; }

.badge-info, .label-info {
  background-color: #3a87ad; }

.badge-info[href], .label-info[href] {
  background-color: #2d6987; }

.badge-inverse, .label-inverse {
  background-color: #333; }

.badge-inverse[href], .label-inverse[href] {
  background-color: #1a1a1a; }

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

.btn-mini .badge, .btn-mini .label {
  top: 0; }

@-ms-viewport {
  width: device-width; }
.hidden {
  display: none;
  visibility: hidden; }

.hidden-desktop, .visible-phone, .visible-tablet {
  display: none !important; }

.visible-desktop {
  display: inherit !important; }

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important; }

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

  .visible-tablet {
    display: inherit !important; }

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

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

  .visible-phone {
    display: inherit !important; }

  .hidden-phone {
    display: none !important; } }
.visible-print {
  display: none !important; }

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

  .hidden-print {
    display: none !important; } }
@media (max-width: 767px) {
  .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px; }

  .container-fluid {
    padding: 0; }

  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left; }

  .dl-horizontal dd {
    margin-left: 0; }

  .container {
    width: auto; }

  .row-fluid {
    width: 100%; }

  .row, .thumbnails {
    margin-left: 0; }

  .thumbnails > li {
    float: none;
    margin-left: 0; }

  .row-fluid [class*=span], .uneditable-input[class*=span], [class*=span] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .row-fluid .span12, .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .row-fluid [class*=offset]:first-child {
    margin-left: 0; }

  .input-large, .input-xlarge, .input-xxlarge, .uneditable-input, input[class*=span], select[class*=span], textarea[class*=span] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .input-append input, .input-append input[class*=span], .input-prepend input, .input-prepend input[class*=span] {
    display: inline-block;
    width: auto; }

  .controls-row [class*=span] + [class*=span] {
    margin-left: 0; }

  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0; }

  .modal.fade {
    top: -100px; }

  .modal.fade.in {
    top: 20px; } }
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0); }

  .page-header h1 small {
    display: block;
    line-height: 20px; }

  input[type=radio], input[type=checkbox] {
    border: 1px solid #ccc; }

  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left; }

  .form-horizontal .controls {
    margin-left: 0; }

  .form-horizontal .control-list {
    padding-top: 0; }

  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px; }

  .media .pull-left, .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px; }

  .media-object {
    margin-right: 0;
    margin-left: 0; }

  .modal {
    top: 10px;
    left: 10px;
    right: 10px; }

  .modal-header .close {
    padding: 10px;
    margin: -10px; }

  .carousel-caption {
    position: static; } }
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px; }

  .row:after, .row:before {
    display: table;
    content: "";
    line-height: 0; }

  .row:after {
    clear: both; }

  [class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 20px; }

  .container, .navbar-fixed-bottom .container, .navbar-fixed-top .container, .navbar-static-top .container, .span12 {
    width: 724px; }

  .span11 {
    width: 662px; }

  .span10 {
    width: 600px; }

  .span9 {
    width: 538px; }

  .span8 {
    width: 476px; }

  .span7 {
    width: 414px; }

  .span6 {
    width: 352px; }

  .span5 {
    width: 290px; }

  .span4 {
    width: 228px; }

  .span3 {
    width: 166px; }

  .span2 {
    width: 104px; }

  .span1 {
    width: 42px; }

  .offset12 {
    margin-left: 764px; }

  .offset11 {
    margin-left: 702px; }

  .offset10 {
    margin-left: 640px; }

  .offset9 {
    margin-left: 578px; }

  .offset8 {
    margin-left: 516px; }

  .offset7 {
    margin-left: 454px; }

  .offset6 {
    margin-left: 392px; }

  .offset5 {
    margin-left: 330px; }

  .offset4 {
    margin-left: 268px; }

  .offset3 {
    margin-left: 206px; }

  .offset2 {
    margin-left: 144px; }

  .offset1 {
    margin-left: 82px; }

  .row-fluid {
    width: 100%; }

  .row-fluid:after, .row-fluid:before {
    display: table;
    content: "";
    line-height: 0; }

  .row-fluid:after {
    clear: both; }

  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%; }

  .row-fluid [class*=span]:first-child {
    margin-left: 0; }

  .row-fluid .controls-row [class*=span] + [class*=span] {
    margin-left: 2.7624309392265194%; }

  .row-fluid .span12 {
    width: 100%; }

  .row-fluid .span11 {
    width: 91.43646408839778%; }

  .row-fluid .span10 {
    width: 82.87292817679558%; }

  .row-fluid .span9 {
    width: 74.30939226519337%; }

  .row-fluid .span8 {
    width: 65.74585635359117%; }

  .row-fluid .span7 {
    width: 57.18232044198895%; }

  .row-fluid .span6 {
    width: 48.61878453038674%; }

  .row-fluid .span5 {
    width: 40.05524861878453%; }

  .row-fluid .span4 {
    width: 31.491712707182323%; }

  .row-fluid .span3 {
    width: 22.92817679558011%; }

  .row-fluid .span2 {
    width: 14.3646408839779%; }

  .row-fluid .span1 {
    width: 5.801104972375691%; }

  .row-fluid .offset12 {
    margin-left: 105.52486187845304%; }

  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%; }

  .row-fluid .offset11 {
    margin-left: 96.96132596685082%; }

  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%; }

  .row-fluid .offset10 {
    margin-left: 88.39779005524862%; }

  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%; }

  .row-fluid .offset9 {
    margin-left: 79.8342541436464%; }

  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%; }

  .row-fluid .offset8 {
    margin-left: 71.2707182320442%; }

  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%; }

  .row-fluid .offset7 {
    margin-left: 62.70718232044199%; }

  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%; }

  .row-fluid .offset6 {
    margin-left: 54.14364640883978%; }

  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%; }

  .row-fluid .offset5 {
    margin-left: 45.58011049723757%; }

  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%; }

  .row-fluid .offset4 {
    margin-left: 37.01657458563536%; }

  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%; }

  .row-fluid .offset3 {
    margin-left: 28.45303867403315%; }

  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%; }

  .row-fluid .offset2 {
    margin-left: 19.88950276243094%; }

  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%; }

  .row-fluid .offset1 {
    margin-left: 11.32596685082873%; }

  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%; }

  .uneditable-input, input, textarea {
    margin-left: 0; }

  .controls-row [class*=span] + [class*=span] {
    margin-left: 20px; }

  .uneditable-input.span12, input.span12, textarea.span12 {
    width: 710px; }

  .uneditable-input.span11, input.span11, textarea.span11 {
    width: 648px; }

  .uneditable-input.span10, input.span10, textarea.span10 {
    width: 586px; }

  .uneditable-input.span9, input.span9, textarea.span9 {
    width: 524px; }

  .uneditable-input.span8, input.span8, textarea.span8 {
    width: 462px; }

  .uneditable-input.span7, input.span7, textarea.span7 {
    width: 400px; }

  .uneditable-input.span6, input.span6, textarea.span6 {
    width: 338px; }

  .uneditable-input.span5, input.span5, textarea.span5 {
    width: 276px; }

  .uneditable-input.span4, input.span4, textarea.span4 {
    width: 214px; }

  .uneditable-input.span3, input.span3, textarea.span3 {
    width: 152px; }

  .uneditable-input.span2, input.span2, textarea.span2 {
    width: 90px; }

  .uneditable-input.span1, input.span1, textarea.span1 {
    width: 28px; } }
@media (min-width: 1200px) {
  .row {
    margin-left: -30px; }

  .row:after, .row:before {
    display: table;
    content: "";
    line-height: 0; }

  .row:after {
    clear: both; }

  [class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 30px; }

  .container, .navbar-fixed-bottom .container, .navbar-fixed-top .container, .navbar-static-top .container, .span12 {
    width: 1170px; }

  .span11 {
    width: 1070px; }

  .span10 {
    width: 970px; }

  .span9 {
    width: 870px; }

  .span8 {
    width: 770px; }

  .span7 {
    width: 670px; }

  .span6 {
    width: 570px; }

  .span5 {
    width: 470px; }

  .span4 {
    width: 370px; }

  .span3 {
    width: 270px; }

  .span2 {
    width: 170px; }

  .span1 {
    width: 70px; }

  .offset12 {
    margin-left: 1230px; }

  .offset11 {
    margin-left: 1130px; }

  .offset10 {
    margin-left: 1030px; }

  .offset9 {
    margin-left: 930px; }

  .offset8 {
    margin-left: 830px; }

  .offset7 {
    margin-left: 730px; }

  .offset6 {
    margin-left: 630px; }

  .offset5 {
    margin-left: 530px; }

  .offset4 {
    margin-left: 430px; }

  .offset3 {
    margin-left: 330px; }

  .offset2 {
    margin-left: 230px; }

  .offset1 {
    margin-left: 130px; }

  .row-fluid {
    width: 100%; }

  .row-fluid:after, .row-fluid:before {
    display: table;
    content: "";
    line-height: 0; }

  .row-fluid:after {
    clear: both; }

  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%; }

  .row-fluid [class*=span]:first-child {
    margin-left: 0; }

  .row-fluid .controls-row [class*=span] + [class*=span] {
    margin-left: 2.564102564102564%; }

  .row-fluid .span12 {
    width: 100%; }

  .row-fluid .span11 {
    width: 91.45299145299145%; }

  .row-fluid .span10 {
    width: 82.90598290598291%; }

  .row-fluid .span9 {
    width: 74.35897435897436%; }

  .row-fluid .span8 {
    width: 65.81196581196582%; }

  .row-fluid .span7 {
    width: 57.26495726495726%; }

  .row-fluid .span6 {
    width: 48.717948717948715%; }

  .row-fluid .span5 {
    width: 40.17094017094017%; }

  .row-fluid .span4 {
    width: 31.623931623931625%; }

  .row-fluid .span3 {
    width: 23.076923076923077%; }

  .row-fluid .span2 {
    width: 14.52991452991453%; }

  .row-fluid .span1 {
    width: 5.982905982905983%; }

  .row-fluid .offset12 {
    margin-left: 105.12820512820512%; }

  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%; }

  .row-fluid .offset11 {
    margin-left: 96.58119658119658%; }

  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%; }

  .row-fluid .offset10 {
    margin-left: 88.03418803418803%; }

  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%; }

  .row-fluid .offset9 {
    margin-left: 79.48717948717949%; }

  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%; }

  .row-fluid .offset8 {
    margin-left: 70.94017094017094%; }

  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%; }

  .row-fluid .offset7 {
    margin-left: 62.393162393162385%; }

  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%; }

  .row-fluid .offset6 {
    margin-left: 53.84615384615384%; }

  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%; }

  .row-fluid .offset5 {
    margin-left: 45.299145299145295%; }

  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%; }

  .row-fluid .offset4 {
    margin-left: 36.75213675213675%; }

  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%; }

  .row-fluid .offset3 {
    margin-left: 28.205128205128204%; }

  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%; }

  .row-fluid .offset2 {
    margin-left: 19.65811965811966%; }

  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%; }

  .row-fluid .offset1 {
    margin-left: 11.11111111111111%; }

  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%; }

  .uneditable-input, input, textarea {
    margin-left: 0; }

  .controls-row [class*=span] + [class*=span] {
    margin-left: 30px; }

  .uneditable-input.span12, input.span12, textarea.span12 {
    width: 1156px; }

  .uneditable-input.span11, input.span11, textarea.span11 {
    width: 1056px; }

  .uneditable-input.span10, input.span10, textarea.span10 {
    width: 956px; }

  .uneditable-input.span9, input.span9, textarea.span9 {
    width: 856px; }

  .uneditable-input.span8, input.span8, textarea.span8 {
    width: 756px; }

  .uneditable-input.span7, input.span7, textarea.span7 {
    width: 656px; }

  .uneditable-input.span6, input.span6, textarea.span6 {
    width: 556px; }

  .uneditable-input.span5, input.span5, textarea.span5 {
    width: 456px; }

  .uneditable-input.span4, input.span4, textarea.span4 {
    width: 356px; }

  .uneditable-input.span3, input.span3, textarea.span3 {
    width: 256px; }

  .uneditable-input.span2, input.span2, textarea.span2 {
    width: 156px; }

  .uneditable-input.span1, input.span1, textarea.span1 {
    width: 56px; }

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

  .thumbnails > li {
    margin-left: 30px; }

  .row-fluid .thumbnails {
    margin-left: 0; } }
@media (max-width: 979px) {
  body {
    padding-top: 0; }

  .navbar-fixed-bottom, .navbar-fixed-top {
    position: static; }

  .navbar-fixed-top {
    margin-bottom: 20px; }

  .navbar-fixed-bottom {
    margin-top: 20px; }

  .navbar-fixed-bottom .navbar-inner, .navbar-fixed-top .navbar-inner {
    padding: 5px; }

  .navbar .container {
    width: auto;
    padding: 0; }

  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px; }

  .nav-collapse {
    clear: both; }

  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px; }

  .nav-collapse .nav > li {
    float: none; }

  .nav-collapse .nav > li > a {
    margin-bottom: 2px; }

  .nav-collapse .nav > .divider-vertical {
    display: none; }

  .nav-collapse .nav .nav-header {
    color: #777;
    text-shadow: none; }

  .nav-collapse .dropdown-menu a, .nav-collapse .nav > li > a {
    padding: 9px 15px;
    font-weight: 700;
    color: #777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

  .nav-collapse .btn {
    padding: 4px 10px;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px; }

  .nav-collapse .dropdown-menu a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .nav > li > a:hover {
    background-color: #f2f2f2; }

  .navbar-inverse .nav-collapse .dropdown-menu a, .navbar-inverse .nav-collapse .nav > li > a {
    color: #999; }

  .navbar-inverse .nav-collapse .dropdown-menu a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .nav > li > a:hover {
    background-color: #111; }

  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0; }

  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

  .nav-collapse .open > .dropdown-menu {
    display: block; }

  .nav-collapse .dropdown-menu .divider, .nav-collapse .dropdown-menu:after, .nav-collapse .dropdown-menu:before, .nav-collapse .nav > li > .dropdown-menu:after, .nav-collapse .nav > li > .dropdown-menu:before {
    display: none; }

  .nav-collapse .navbar-form, .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-inverse .nav-collapse .navbar-form, .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111;
    border-bottom-color: #111; }

  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0; }

  .nav-collapse, .nav-collapse.collapse {
    overflow: hidden;
    height: 0; }

  .navbar .btn-navbar {
    display: block; }

  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px; } }
@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important; } }
/* VARIABLES ---------------------------------------------------------------------------------------------- */
/* FUNCTIONS ---------------------------------------------------------------------------------------------- */
/* MIXINS ---------------------------------------------------------------------------------------------- */
/* CLASSES ---------------------------------------------------------------------------------------------- */
.xsprite {
  background-image: url("../img/aecars_sprite.png");
  background-image: url("../img/aecars_sprite.svg"); }

.site_overlay {
  background: black;
  opacity: 0;
  display: none;
  z-index: 9000;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px; }

.no_mar_top {
  margin-top: 0 !important; }

.no_border {
  border-bottom: 0 !important; }

.align_right {
  text-align: right; }

.black_color {
  color: black; }

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

.border_bottom {
  border-bottom: 1px solid #e5e5e5 !important; }

.hover_overlay {
  background-color: rgba(255, 0, 0, 0.9); }

.hover_overlay2 {
  opacity: 0;
  background-color: rgba(255, 0, 0, 0.9); }

.white_container {
  background-color: white !important; }

@media screen and (max-width: 650px) {
  .hover_overlay, .hover_overlay2 {
    display: none !important; } }

.hover_overlay4 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.2); }

.full_width_overlay {
  background-color: rgba(0, 0, 0, 0.3); }

.black_title {
  color: black !important; }

.p_el_big, .o_item, .acc_photo, .news_photo {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .p_el_big:hover .hover_overlay4, .o_item:hover .hover_overlay4, .acc_photo:hover .hover_overlay4, .news_photo:hover .hover_overlay4 {
    opacity: 1; }

strong {
  font-family: "circ_bold"; }

/* XBASE STRCUTURE ---------------------------------------------------------------------------------------------- */
.xbody {
  width: 100%;
  margin: auto auto;
  position: relative;
  min-height: 100%;
  height: 100%;
  height: auto !important; }

.xsitew {
  max-width: 100%;
  padding: 0px; }

.xcontentw {
  padding: 25px; }

.xcontentw_content {
  padding: 15px;
  padding-bottom: 45px; }

@media (max-width: 900px) {
  .xsitew {
    margin-bottom: 50px; }

  .xcontentw {
    padding: 20px; }

  .xcontentw_content {
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 30px; }

  .xbmar {
    margin: 10px; }

  .xbmar.grayborder, .xbmar.yellow {
    padding: 20px; } }
@media (max-width: 600px) {
  .xsitew {
    margin-bottom: 30px; }

  .xcontentw {
    padding: 15px; }

  .xcontentw_content {
    padding: 7px;
    padding-top: 20px;
    padding-bottom: 20px; } }
.xb {
  display: block;
  position: relative; }

.xib {
  display: inline-block;
  vertical-align: top;
  position: relative; }

.xab {
  display: block;
  position: absolute; }

.xabfull {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px; }

.xtable {
  display: table;
  width: 100%;
  height: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed; }

.xtrow {
  display: table-row;
  width: 100%; }

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

.xtauto {
  table-layout: auto; }

.xabfull_tbl {
  display: table;
  padding: 0px;
  margin: 0;
  border-spacing: 0px; }

.xabfull_tbl_row {
  display: table-row; }

.xabfull_tbl_cell {
  display: table-cell; }

.xabfull_tbl, .xabfull_tbl_row, .xabfull_tbl_cell {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center; }

.xbgcov {
  background: no-repeat center center;
  background-size: cover; }

.xbgcon {
  background: no-repeat;
  background-size: contain; }

/* XEXTRA */
#map img {
  max-width: none; }

.xsitemap_2 {
  margin-left: 15px; }

.xsitemap_3 {
  margin-left: 30px; }

.xsitemap_4 {
  margin-left: 45px; }

/* XIMAGELOADER ---------------------------------------------------------------------------------------------- */
.xpreloader {
  background-color: black !important; }

/* XSPINNER */
.xspinner_loader,
.xspinner_loader > div {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  z-index: 200; }

.xspinner_loader {
  display: block;
  font-size: 0;
  color: #000; }

.xspinner_loader > div {
  display: inline-block;
  float: none;
  background-color: #e5e5e5;
  border: 0 solid #e5e5e5; }

.xspinner_loader {
  width: 40px;
  height: 40px; }

.xspinner_loader > div {
  width: 40px;
  height: 40px;
  background: transparent;
  border-width: 2px;
  border-bottom-color: transparent;
  border-radius: 100%;
  -webkit-animation: ball-clip-rotate .75s linear infinite;
  -moz-animation: ball-clip-rotate .75s linear infinite;
  -o-animation: ball-clip-rotate .75s linear infinite;
  animation: ball-clip-rotate .75s linear infinite; }

@-webkit-keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes ball-clip-rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes ball-clip-rotate {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes ball-clip-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* END SPINNER */
/* XBALLS */
.xball_loader:before,
.xball_loader:after,
.xball_loader {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.xball_loader {
  position: absolute;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.xball_loader:before {
  left: -1.1em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.xball_loader:after {
  left: 1.1em; }

.xball_loader:before,
.xball_loader:after {
  content: '';
  position: absolute;
  top: 0; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 10px 0 -1.3em #797979; }
  40% {
    box-shadow: 0 20px 0 0 #797979; } }
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 10px 0 -1.3em #797979; }
  40% {
    box-shadow: 0 10px 0 0 #797979; } }
/* END BALLS */
/* XRECTANGULAR */
.xrect_loader,
.xrect_loader:before,
.xrect_loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 2em; }

.xrect_loader:before,
.xrect_loader:after {
  position: absolute;
  top: 0;
  content: ''; }

.xrect_loader:before {
  left: -2em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.xrect_loader {
  text-indent: -9999em;
  top: 50%;
  font-size: 5px;
  position: absolute;
  margin-top: -10px;
  margin-left: -7px;
  left: 50%;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.xrect_loader:after {
  left: 2em; }

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #ffffff;
    height: 4em; }
  40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em; } }
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 #ffffff;
    height: 4em; }
  40% {
    box-shadow: 0 -2em #ffffff;
    height: 5em; } }
/*======================================
  Selectric v1.9.3
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  box-sizing: border-box; }

.selectric-responsive {
  width: 100%; }

.selectric {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  width: 100%; }

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 38px 0 0;
  font-size: 16px;
  font-family: "circ_book";
  font-weight: normal !important;
  line-height: 38px;
  color: black;
  height: 34px;
  background: none;
  text-shadow: none;
  top: -2px; }

.selectric .button {
  display: block;
  position: absolute;
  right: 5px;
  top: 0;
  width: 38px;
  height: 38px;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }

.arrow_container {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7.5px;
  margin-left: -7.5px;
  background-image: url("../img/dropdown_arrow.png"); }

.selectric-hover .selectric {
  border-color: #C4C4C4; }

.selectric-hover .selectric .button {
  color: #A2A2A2; }

.selectric-hover .selectric .button:after {
  border-top-color: #A2A2A2; }

.selectric-open {
  z-index: 9999; }

.selectric-open .selectric {
  border-color: #C4C4C4; }

.selectric-open .selectric-items {
  display: block; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background: white;
  color: black;
  border: 1px solid #e5e5e5;
  border-top: 0;
  z-index: -1; }

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

.selectric-items li {
  display: block;
  padding: 10px 20px 10px 20px;
  color: black;
  cursor: pointer;
  font-family: "circ_book";
  font-size: 15px; }
  .selectric-items li:last-of-type {
    border: 0; }

.selectric-items li.selected {
  background: white;
  color: black; }

.selectric-items li:hover {
  background: black;
  color: black; }

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.selectric-items .selectric-group .selectric-group-label {
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

.selectric-items .selectric-group li {
  padding-left: 25px; }

/**
 * Style 4
 *
 * Hamburger to right-arrow (htra). Hamburger menu transforms to a
 * right-pointing arrow. Usually indicates an off canvas menu sliding in from 
 * right that will be close on re-click of the icon.
 */
.c-hamburger {
  display: block;
  position: absolute;
  top: 2px;
  right: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 58px;
  height: 58px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  backface-visibility: hidden; }

.c-hamburger:focus {
  outline: none; }

.c-hamburger span {
  display: block;
  position: absolute;
  top: 28px;
  left: 18px;
  right: 18px;
  height: 2px;
  background: white; }

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  content: "";
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.c-hamburger span::before {
  top: -7px; }

.c-hamburger span::after {
  bottom: -7px; }

.c-hamburger--htra {
  background-color: black; }

.c-hamburger--htra span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.c-hamburger--htra span::before {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.c-hamburger--htra span::after {
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* active state, i.e. menu open */
.c-hamburger--htra.is-active span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.c-hamburger--htra.is-active span::before,
.c-hamburger--htra.is-active span::after {
  width: 50%; }

.c-hamburger--htra.is-active span::before {
  top: 0;
  -webkit-transform: translateX(-1px) translateY(0px) rotate(-45deg);
  -ms-transform: translateX(-1px) translateY(0px) rotate(-45deg);
  transform: translateX(-1px) translateY(0px) rotate(-45deg); }

.c-hamburger--htra.is-active span::after {
  bottom: 0;
  -webkit-transform: translateX(-1px) translateY(-1px) rotate(45deg);
  -ms-transform: translateX(-1px) translateY(-1px) rotate(45deg);
  transform: translateX(-1px) translateY(-1px) rotate(45deg); }

/* END RECTANGULAR */
.ximg_hide {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0; }

.ximg_hide img {
  width: 100%;
  height: 100%; }

/* TOUCH TOUCH ---------------------------------------------------------------------------------------------- */
#closeButton {
  background-image: url("../img/aecars_sprite.png") !important;
  background-image: url("../img/aecars_sprite.svg") !important;
  background-position: -65px -325px !important;
  width: 20px !important;
  height: 20px !important; }

/* FONTS ---------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "circ_bold";
  src: url("fonts/CircularStd-Bold.eot?#iefix");
  src: url("fonts/CircularStd-Bold.eot?#iefix") format("eot"), url("fonts/CircularStd-Bold.woff2") format("woff2"), url("fonts/CircularStd-Bold.woff") format("woff"), url("fonts/CircularStd-Bold.ttf") format("truetype"), url("fonts/CircularStd-Bold.svg#AkkuratPro-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "circ_book";
  src: url("fonts/CircularStd-Book.eot?#iefix");
  src: url("fonts/CircularStd-Book.eot?#iefix") format("eot"), url("fonts/CircularStd-Book.woff2") format("woff2"), url("fonts/CircularStd-Book.woff") format("woff"), url("fonts/CircularStd-Book.ttf") format("truetype"), url("fonts/CircularStd-Book.svg#AkkuratPro-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "circ_medium";
  src: url("fonts/CircularStd-Medium.eot?#iefix");
  src: url("fonts/CircularStd-Medium.eot?#iefix") format("eot"), url("fonts/CircularStd-Medium.woff2") format("woff2"), url("fonts/CircularStd-Medium.woff") format("woff"), url("fonts/CircularStd-Medium.ttf") format("truetype"), url("fonts/CircularStd-Medium.svg#AkkuratPro-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
/* FONT DECLARATIONS ---------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, span {
  margin: 0;
  font-family: "circ_bold"; }

h1.large_title {
  color: white;
  font-family: "circ_bold";
  font-size: 100px;
  line-height: 90px;
  padding-left: 40px;
  padding-right: 40px; }
  @media screen and (max-width: 1300px) {
    h1.large_title {
      font-size: 80px;
      line-height: 70px; } }
  @media screen and (max-width: 650px) {
    h1.large_title {
      font-size: 60px;
      line-height: 50px; } }
  @media screen and (max-width: 500px) {
    h1.large_title {
      font-size: 50px;
      line-height: 45px; } }
  @media screen and (max-width: 400px) {
    h1.large_title {
      font-size: 40px;
      line-height: 35px; } }

h1.medium_title {
  color: white;
  font-family: "circ_bold";
  font-size: 50px;
  line-height: 50px;
  padding-left: 40px;
  padding-right: 40px; }
  @media screen and (max-width: 650px) {
    h1.medium_title {
      font-size: 35px;
      line-height: 35px; } }

h2.section_title {
  font-family: "circ_bold";
  font-size: 40px;
  line-height: 25px; }

h2.section_title.red {
  color: #ff0000; }

.cover_title {
  font-size: 30px;
  color: white; }
  @media screen and (max-width: 650px) {
    .cover_title {
      font-size: 22px;
      line-height: 22px;
      padding-left: 25px;
      padding-right: 25px; } }

.title {
  font-size: 25px; }

.text_18 {
  font-size: 18px; }

/* MAIN LAYOUT ---------------------------------------------------------------------------------------------- */
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden; }

body {
  width: 100%;
  color: black;
  background: black;
  font-size: 15px;
  line-height: 145%;
  font-family: "circ_book";
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  word-break: keep-all; }
  @media screen and (max-width: 650px) {
    body {
      letter-spacing: -1 !important; } }

input, textarea {
  -webkit-appearance: none;
  border-radius: 0; }

.page_height {
  position: fixed;
  top: 0px;
  right: -10px;
  bottom: 0px;
  width: 1px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0; }

.disclaimer_page h1{
	margin-bottom: 40px;
}

.disclaimer_page .main_content{
	background-color: white;
}

.disclaimer_page .text_content{
	margin: 0 auto;
	padding: 50px 20px;
	max-width: 800px;
}

.main_block {
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box; }
  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    .main_block {
      padding-left: 35px;
      padding-right: 35px; } }
  @media screen and (max-width: 650px) {
    .main_block {
      padding-left: 30px;
      padding-right: 30px; } }

.max_block {
  max-width: 1250px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 1000px) {
    .max_block {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 650px) {
    .max_block {
      padding-top: 30px;
      padding-bottom: 30px; } }

.content_section {
  opacity: 0; }

.full_width_container {
  opacity: 0;
  height: 1300px; }
  @media screen and (max-width: 800px) {
    .full_width_container .s_m_wrapper {
      display: none; } }

ol, ul, p {
  margin: 0;
  padding: 0; }

/* NAVIGATION ---------------------------------------------------------------------------------------------- */
.list_link {
  font-size: 30px;
  font-family: "circ_bold";
  color: black;
  text-transform: lowercase; }
  @media screen and (max-width: 650px) {
    .list_link {
      font-size: 25px; } }
  @media screen and (max-width: 550px) {
    .list_link {
      font-size: 20px; } }
  @media screen and (max-width: 350px) {
    .list_link {
      font-size: 18px; } }

.small_link {
  font-size: 18px;
  padding-right: 50px;
  margin-top: 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .small_link .nav_arrow {
    opacity: 1; }

a.small_link {
  color: black;
  font-family: "circ_bold";
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  a.small_link:active, a.small_link:focus {
    color: black; }
  a.small_link:hover {
    color: #ff0000; }

a.small_link:hover .nav_arrow {
  right: -5px; }

.boxed_link {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 80px;
  font-size: 15px;
  font-family: "circ_book";
  display: inline-block;
  letter-spacing: 1px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .boxed_link .phone_icon_wrapper {
    width: 11px;
    height: 20px;
    right: 40px;
    top: 22px; }
    .boxed_link .phone_icon_wrapper .phone_icon, .boxed_link .phone_icon_wrapper .phone_icon_hover {
      width: 11px;
      height: 20px;
      top: 0;
      left: 0;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    .boxed_link .phone_icon_wrapper .standard {
      opacity: 1; }
    .boxed_link .phone_icon_wrapper .hover {
      opacity: 0; }
  .boxed_link:hover {
    background-color: white !important;
    color: black; }
    .boxed_link:hover .standard {
      opacity: 0; }
    .boxed_link:hover .hover {
      opacity: 1; }
  @media screen and (max-width: 1200px) {
    .boxed_link {
      width: 50% !important; } }
  @media screen and (max-width: 700px) {
    .boxed_link {
      width: 100% !important; } }
  @media screen and (max-width: 450px) {
    .boxed_link {
      width: 50% !important; }
      .boxed_link .phone_icon_wrapper {
        margin-left: 0 !important; } }
  @media screen and (max-width: 450px) {
    .boxed_link {
      font-size: 16px; } }

.boxed_link.red {
  background-color: #ff0000;
  color: white; }
  .boxed_link.red .phone_icon_wrapper .phone_icon {
    background-position: -147px -330px; }
  .boxed_link.red .phone_icon_wrapper .phone_icon_hover {
    background-position: -147px -250px; }
  .boxed_link.red:hover {
    background-color: white;
    color: black; }

.boxed_link.white {
  background-color: white;
  color: #ff0000; }
  .boxed_link.white .phone_icon_wrapper .phone_icon {
    background-position: -147px -290px; }
  .boxed_link.white .phone_icon_wrapper .phone_icon_hover {
    background-position: -147px -330px; }
  .boxed_link.white:hover {
    background-color: black;
    color: white; }

a.back_link {
  width: 100%;
  height: 70px;
  padding-top: 25px;
  padding-bottom: 25px; }
  a.back_link .overview_link_text {
    font-size: 15px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
  a.back_link:hover .overview_link_text {
    color: #ff0000; }
  a.back_link .merk_title {
    /*@media screen and (max-width: 450px) {
    	display: none;
    }*/ }

.scroll_down_contain {
  width: 400px;
  height: 52px;
  left: 50%;
  margin-left: -200px;
  bottom: 40px;
  color: white;
  z-index: 8000;
  text-align: center; }
  @media screen and (max-width: 1000px) {
    .scroll_down_contain {
      display: none; } }

.scroll_down_link {
  text-align: center;
  font-size: 15px;
  line-height: 0;
  cursor: pointer; }
  .scroll_down_link .arrow_icon {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-top: 25px;
    display: block !important;
    left: 50%;
    margin-left: -9.5px; }
  .scroll_down_link:hover .arrow_icon {
    margin-top: 28px; }

.arrow_icon {
  width: 19px;
  height: 11px;
  background-position: -65px -300px; }

.mobile_menu_button {
  width: 70px;
  height: 32px;
  margin-top: 33px; }

.menu_icon {
  z-index: 9990;
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .menu_icon:hover .click_open .msi_line {
    background-color: #ff0000; }

@media screen and (max-width: 650px) {
  .close_small_button {
    margin-left: -10px; } }

@media screen and (max-width: 650px) {
  .menu_icon_mm {
    margin-left: 22px;
    border: 0; } }

.menu_small_icon {
  width: 25px;
  height: 25px;
  left: 50%;
  margin-left: 10.5px;
  top: 7px; }
  .menu_small_icon:hover .click_close {
    opacity: 0; }
  .menu_small_icon:hover .click_close_hover {
    opacity: 1; }

.click_open .msi_line {
  height: 2px;
  width: 100%;
  background: white;
  margin-bottom: 6px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.click_close {
  width: 20px;
  height: 20px;
  background-position: -28px -325px;
  left: 5px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.click_close_hover {
  width: 20px;
  height: 20px;
  background-position: -28px -355px;
  left: 5px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.lang_menu {
  margin-top: 33px;
  padding-top: 5px; }
  .lang_menu a.lang_link {
    font-family: "circ_book";
    color: white;
    text-transform: uppercase; }
  .lang_menu .main_l_link {
    width: 42px;
    text-align: right; }
  .lang_menu .lang_dropdown {
    text-align: center;
    margin-top: 18px;
    width: 60px;
    left: 0;
    background-color: white;
    display: none;
    opacity: 0;
    -ms-transform: translate(0px, -5px);
    -webkit-transform: translate(0px, -5px);
    transform: translate(0px, -5px); }
    .lang_menu .lang_dropdown .lang_d_item {
      line-height: 0; }
      .lang_menu .lang_dropdown .lang_d_item:nth-child(3) {
        border-top: 1px solid #e5e5e5; }
    .lang_menu .lang_dropdown a.lang_link {
      padding-top: 18px;
      padding-bottom: 18px;
      color: black;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .lang_menu .lang_dropdown a.lang_link:hover {
        color: #ff0000; }
    .lang_menu .lang_dropdown .arrow-up {
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid white;
      top: -5px;
      left: 50%;
      margin-left: -5px; }
  @media screen and (max-width: 650px) {
    .lang_menu {
      margin-right: 25px;
      margin-top: 17px; } }

@media screen and (max-width: 650px) {
  .lang_menu_mm {
    display: none; } }

.main_menu {
  background-color: white;
  z-index: 9000;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  position: fixed;
  padding-top: 140px;
  padding-left: 120px;
  padding-right: 120px;
  box-sizing: border-box;
  text-transform: lowercase;
  display: none; }
  .main_menu li {
    list-style: none; }
    .main_menu li a.menu_item {
      color: black;
      font-family: "circ_bold";
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .main_menu li a.menu_item:hover {
        color: #ff0000; }
  .main_menu .menu_top_nav {
    top: 0;
    right: 60px;
    opacity: 0; }
    .main_menu .menu_top_nav a.lang_link {
      color: black; }
    .main_menu .menu_top_nav .menu_icon {
      border-color: black; }
    .main_menu .menu_top_nav .lang_dropdown {
      background-color: black; }
      .main_menu .menu_top_nav .lang_dropdown .arrow-up {
        border-bottom-color: black; }
      .main_menu .menu_top_nav .lang_dropdown a.lang_link {
        color: white; }
        .main_menu .menu_top_nav .lang_dropdown a.lang_link:hover {
          color: #ff0000; }
  .main_menu .menu_g_s {
    bottom: 60px;
    right: 60px;
    opacity: 0; }
    .main_menu .menu_g_s .f_icon {
      background-position: -30px -140px; }
    .main_menu .menu_g_s .yt_icon {
      background-position: -240px -140px; }
    .main_menu .menu_g_s .inst_icon {
      background-position: -110px -141px; }
  @media screen and (max-width: 1500px) {
    .main_menu {
      padding-top: 90px; } }
  @media screen and (max-width: 800px) {
    .main_menu {
      width: 100%; } }
  @media screen and (max-width: 650px) {
    .main_menu a.menu_item {
      font-size: 26px;
      padding-top: 5px;
      padding-bottom: 5px; }
    .main_menu .pages_menu {
      margin-top: 25px; }
      .main_menu .pages_menu a.menu_item {
        font-size: 18px;
        padding-top: 3px;
        padding-bottom: 3px; } }
  @media screen and (max-width: 650px) {
    .main_menu {
      padding-left: 60px;
      padding-right: 60px;
      padding-top: 60px; }
      .main_menu .s_m_wrapper, .main_menu .lang_menu_mm {
        display: none !important; }
      .main_menu .menu_top_nav {
        right: 0; }
      .main_menu .mobile_menu_button {
        margin-top: 16px; }
      .main_menu .nav_arrow {
        display: none !important; } }

.brands_menu li a .nav_arrow, .pages_menu li a .nav_arrow {
  width: 40px;
  height: 7px;
  background-position: -5px -70px;
  right: 0;
  opacity: 0;
  -ms-transform: translate(5px, 0px);
  /* IE 9 */
  -webkit-transform: translate(5px, 0px);
  /* Safari */
  transform: translate(5px, 0px); }

.brands_menu li a {
  font-size: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px; }
  .brands_menu li a .nav_arrow {
    top: 33px; }
    @media screen and (max-width: 1500px) {
      .brands_menu li a .nav_arrow {
        top: 24px; } }
    @media screen and (max-width: 650px) {
      .brands_menu li a .nav_arrow {
        top: 9px; } }
.brands_menu li a.active {
  color: #ff0000; }
@media screen and (max-width: 1500px) {
  .brands_menu li a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 35px; } }

.pages_menu {
  margin-top: 60px; }
  .pages_menu li a {
    font-size: 18px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 40px; }
    .pages_menu li a .nav_arrow {
      top: 22px; }
      @media screen and (max-width: 1500px) {
        .pages_menu li a .nav_arrow {
          top: 15px; } }
      @media screen and (max-width: 650px) {
        .pages_menu li a .nav_arrow {
          top: 9px; } }
  @media screen and (max-width: 1500px) {
    .pages_menu li a {
      padding-top: 6px;
      padding-bottom: 6px; } }
  @media screen and (max-width: 1500px) {
    .pages_menu {
      margin-top: 30px; } }

.get_social_contain {
  bottom: 60px;
  width: 100%;
  height: 63px; }
  .get_social_contain .g_s_left, .get_social_contain .g_s_right {
    height: 100%; }
  .get_social_contain .g_s_left {
    width: 30%; }
  .get_social_contain .g_s_right {
    width: 70%;
    text-align: right; }
  @media screen and (max-width: 1100px) {
    .get_social_contain .g_s_left, .get_social_contain .g_s_right {
      width: 50%; } }
  @media screen and (max-width: 800px) {
    .get_social_contain .g_s_left, .get_social_contain .g_s_right {
      width: 100%;
      text-align: center; } }
  .get_social_contain .boxed_link {
    width: auto !important; }

@media screen and (max-width: 800px) {
  .get_social_contain.hide_mobile {
    display: none; } }

.get_social_contain.show_mobile {
  display: none;
  bottom: 20px; }
  .get_social_contain.show_mobile .g_s_right {
    margin-bottom: 80px; }
    @media screen and (max-width: 800px) {
      .get_social_contain.show_mobile .g_s_right {
        display: none; } }
  @media screen and (max-width: 800px) {
    .get_social_contain.show_mobile {
      display: block; } }

.s_m_wrapper {
  padding-top: 40px; }

.s_m_link {
  padding-left: 13px;
  padding-right: 13px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .s_m_link .icon {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .s_m_link .standard {
    opacity: 1; }
  .s_m_link .hover {
    opacity: 0; }
  .s_m_link:hover .standard {
    opacity: 0.3; }
  .s_m_link:hover .hover {
    opacity: 1; }

.facebook {
  width: 9.05px;
  height: 20px; }
  .facebook .f_icon, .facebook .f_icon_hover {
    width: 9.05px;
    height: 20px; }
  .facebook .f_icon {
    background-position: -30px -175px; }
  .facebook .f_icon_hover {
    background-position: -30px -210px; }

.youtube {
  width: 28px;
  height: 20px; }
  .youtube .yt_icon, .youtube .yt_icon_hover {
    width: 28px;
    height: 20px; }
  .youtube .yt_icon {
    background-position: -240px -175px; }
  .youtube .yt_icon_hover {
    background-position: -240px -210px; }

.instagram {
  width: 18px;
  height: 18px;
  padding-top: 1px;
  padding-right: 0; }
  .instagram .inst_icon, .instagram .inst_icon_hover {
    width: 18px;
    height: 18px; }
  .instagram .inst_icon {
    background-position: -110px -176px; }
  .instagram .inst_icon_hover {
    background-position: -110px -211px; }

.twitter {
  width: 21.60px;
  height: 18px;
  padding-top: 2px; }
  .twitter .tw_icon, .twitter .tw_icon_hover {
    width: 21.60px;
    height: 18px; }
  .twitter .tw_icon {
    background-position: -65px -176.05px; }
  .twitter .tw_icon_hover {
    background-position: -110px -141.05px; }

.pinterest {
  width: 15px;
  height: 18px;
  padding-top: 2px; }
  .pinterest .pin_icon, .pinterest .pin_icon_hover {
    width: 15px;
    height: 18px; }
  .pinterest .pin_icon {
    background-position: -154px -176px; }
  .pinterest .pin_icon_hover {
    background-position: -154px -141px; }

.mail {
  width: 22px;
  height: 16px;
  padding-top: 4px; }
  .mail .mail_icon, .mail .mail_icon_hover {
    width: 22px;
    height: 16px; }
  .mail .mail_icon {
    background-position: -192px -177px; }
  .mail .mail_icon_hover {
    background-position: -192px -142px; }

.download {
  width: 19px;
  height: 20px;
  padding-top: 2px; }
  .download .down_icon, .download .down_icon_hover {
    width: 19px;
    height: 20px; }
  .download .down_icon {
    background-position: -190px -250px; }
  .download .down_icon_hover {
    background-position: -65px -256px; }

.phone {
  width: 11px;
  height: 20px;
  padding-top: 2px; }
  .phone .phone_icon, .phone .phone_icon_hover {
    width: 11px;
    height: 20px; }
  .phone .phone_icon {
    background-position: -147px -330px; }
  .phone .phone_icon_hover {
    background-position: -147px -250px; }

.s_m_wrapper.black .f_icon_hover {
  background-position: -30px -140px; }
.s_m_wrapper.black .yt_icon_hover {
  background-position: -240px -140px; }
.s_m_wrapper.black .tw_icon_hover {
  background-position: -65px -141.5px; }
.s_m_wrapper.black .inst_icon_hover {
  background-position: -110px -140px; }

.s_m_wrapper.black_icon .f_icon {
  background-position: -30px -140px; }
.s_m_wrapper.black_icon .f_icon_hover {
  background-position: -30px -210px; }
.s_m_wrapper.black_icon .tw_icon {
  background-position: -65px -141.5px; }
.s_m_wrapper.black_icon .tw_icon_hover {
  background-position: -65px -211.5px; }
.s_m_wrapper.black_icon .pin_icon {
  background-position: -154px -141px; }
.s_m_wrapper.black_icon .pin_icon_hover {
  background-position: -154px -211px; }
.s_m_wrapper.black_icon .mail_icon {
  background-position: -192px -142px; }
.s_m_wrapper.black_icon .mail_icon_hover {
  background-position: -192px -212px; }

.share_icon {
  width: 21px;
  height: 20px;
  right: 0;
  top: 1px; }
  .share_icon .standard {
    opacity: 1;
    width: 21px;
    height: 20px;
    background-position: -185px -290px;
    -webkit-transform: translate(0.4s, 0);
    -moz-transform: translate(0.4s, 0);
    -o-transform: translate(0.4s, 0);
    -ms-transform: translate(0.4s, 0);
    transform: translate(0.4s, 0); }

.overview_link_text {
  padding-left: 20px;
  color: black;
  font-size: 18px;
  font-family: "circ_bold"; }

.overview_link_icon {
  width: 12px;
  height: 12px;
  line-height: 0;
  margin-top: 5px; }
  .overview_link_icon .overview_square {
    width: 4px;
    height: 4px;
    background-color: #ff0000; }
  .overview_link_icon .left_s {
    margin-right: 2px;
    margin-bottom: 2px; }
  .overview_link_icon .b_left_s {
    margin-top: 2px;
    margin-right: 2px; }
  .overview_link_icon .right_s {
    margin-left: 2px;
    margin-bottom: 2px; }
  .overview_link_icon .b_right_s {
    margin-top: 2px;
    margin-left: 2px; }

.share_m {
  margin-top: 0;
  padding-top: 0;
  font-size: 15px;
  font-family: "circ_bold";
  color: white; }
  .share_m .s_m_link {
    padding-left: 16px;
    padding-right: 16px; }

/* HEADER ---------------------------------------------------------------------------------------------- */
#header {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 9000;
  top: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: black; }
  #header .header_bg {
    opacity: 0;
    background-color: black; }

#header.trans_header {
  background-color: transparent;
  position: absolute; }

#header_shrinked {
  position: fixed;
  width: 100%;
  height: 70px;
  -ms-transform: translate(0px, -120px);
  -webkit-transform: translate(0px, -120px);
  transform: translate(0px, -120px);
  z-index: 9000;
  top: 0;
  background-color: black; }
  #header_shrinked #main_logo {
    width: 102px;
    height: 30px;
    background-position: -9.8px -10px;
    margin-top: 20px; }
  #header_shrinked .mobile_menu_button, #header_shrinked .lang_menu {
    margin-top: 21px; }

.header_left, .header_right {
  height: 100%; }

.header_left {
  width: 20%; }

.header_right {
  width: 80%;
  text-align: right; }

#main_logo {
  width: 120px;
  height: 35px;
  background-position: -265px -10px;
  margin-top: 32px; }
  @media screen and (max-width: 650px) {
    #main_logo {
      width: 102px;
      height: 30px;
      background-position: -10px -10px; } }

.page_header_container {
  padding-top: 85px;
  padding-bottom: 85px;
  background-color: #ff0000;
  text-align: center; }
  @media screen and (max-width: 800px) {
    .page_header_container {
      padding-top: 65px;
      padding-bottom: 65px; } }
  @media screen and (max-width: 650px) {
    .page_header_container {
      padding-top: 45px;
      padding-bottom: 45px; }
      .page_header_container .medium_title {
        font-size: 28px; } }

.d_p_left, .d_p_right, .d_p_header {
  height: 125px;
  width: 50%; }

.d_p_left {
  border-bottom: 1px solid #e5e5e5;
  background-color: white; }

.d_right .boxed_link {
  padding-top: 25px;
  padding-bottom: 25px; }

.d_p_cell {
  text-align: left;
  padding-left: 60px;
  padding-right: 60px; }
  @media screen and (max-width: 650px) {
    .d_p_cell {
      padding-left: 30px;
      padding-right: 30px; } }

.small_p_header, .small_p_header_sticky {
  background-color: white;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .small_p_header .d_p, .small_p_header_sticky .d_p {
    height: 70px; }
    .small_p_header .d_p .boxed_link, .small_p_header_sticky .d_p .boxed_link {
      padding-top: 25px;
      padding-bottom: 25px;
      padding-left: 35px;
      padding-right: 35px;
      float: right; }
  .small_p_header .d_p_left, .small_p_header .d_p_right, .small_p_header .d_p_header, .small_p_header_sticky .d_p_left, .small_p_header_sticky .d_p_right, .small_p_header_sticky .d_p_header {
    height: 70px; }
  @media screen and (max-width: 1200px) {
    .small_p_header .d_p_header, .small_p_header_sticky .d_p_header {
      border-bottom: 1px solid #e5e5e5; } }
  @media screen and (max-width: 900px) {
    .small_p_header .d_p_header, .small_p_header_sticky .d_p_header {
      width: 50%; } }
  .small_p_header .d_p_left, .small_p_header_sticky .d_p_left {
    width: 50%; }
  .small_p_header .d_p_right, .small_p_header_sticky .d_p_right {
    width: 50%; }
  .small_p_header .boxed_link, .small_p_header_sticky .boxed_link {
    vertical-align: middle;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 35px;
    padding-right: 35px;
    min-width: 100px;
    float: right; }
    .small_p_header .boxed_link .phone_icon_wrapper, .small_p_header_sticky .boxed_link .phone_icon_wrapper {
      right: auto;
      top: auto;
      margin-left: 15px; }
    .small_p_header .boxed_link .d_p_cell, .small_p_header_sticky .boxed_link .d_p_cell {
      vertical-align: middle; }
    @media screen and (min-width: 700px) and (max-width: 1000px) {
      .small_p_header .boxed_link, .small_p_header_sticky .boxed_link {
        min-width: 300px; } }
    .small_p_header .boxed_link:hover, .small_p_header_sticky .boxed_link:hover {
      background-color: black !important;
      color: white; }
      .small_p_header .boxed_link:hover .phone_icon.standard, .small_p_header_sticky .boxed_link:hover .phone_icon.standard {
        opacity: 1 !important; }
      .small_p_header .boxed_link:hover .phone_icon_hover, .small_p_header_sticky .boxed_link:hover .phone_icon_hover {
        opacity: 0 !important; }
  .small_p_header .s_pdf, .small_p_header .s_m, .small_p_header_sticky .s_pdf, .small_p_header_sticky .s_m {
    box-sizing: border-box !important;
    text-align: center; }
    @media screen and (max-width: 1000px) {
      .small_p_header .s_pdf, .small_p_header .s_m, .small_p_header_sticky .s_pdf, .small_p_header_sticky .s_m {
        display: none; } }
  .small_p_header .s_m, .small_p_header_sticky .s_m {
    padding-right: 0;
    padding-left: 0; }
  .small_p_header .s_m_wrapper, .small_p_header_sticky .s_m_wrapper {
    left: 0 !important; }
  .small_p_header .share_text, .small_p_header_sticky .share_text {
    padding-right: 40px; }

@media screen and (max-width: 650px) {
  .phone_number {
    display: none; } }

.small_p_header_sticky {
  position: fixed;
  z-index: 800;
  top: 0;
  -ms-transform: translate(0px, -120px);
  -webkit-transform: translate(0px, -120px);
  transform: translate(0px, -120px); }
  .small_p_header_sticky .d_p_left {
    border: 0; }
  @media screen and (max-width: 1200px) {
    .small_p_header_sticky .s_pdf, .small_p_header_sticky .s_m {
      display: none; } }

/* CONTENT ---------------------------------------------------------------------------------------------- */
/* grid elements */
.plus_icon {
  width: 50px;
  height: 50px;
  top: 0;
  margin: 0 auto; }
  .plus_icon:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: white;
    position: absolute;
    top: 25px; }
  .plus_icon:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: white;
    position: absolute;
    top: -50%;
    left: 50%;
    margin-left: -0.5px;
    margin-top: 25px; }

.car_more {
  margin-top: 20px;
  color: white;
  font-size: 16px;
  font-family: "circ_book"; }

@media screen and (max-width: 1000px) {
  .car_more.hide_mobile {
    display: none; } }

.car_more.show_tablet {
  display: none; }
  @media screen and (min-width: 800px) and (max-width: 1000px) {
    .car_more.show_tablet {
      display: block; } }

.car_more.show_mobile {
  display: none; }
  @media screen and (max-width: 800px) {
    .car_more.show_mobile {
      display: block; } }

.grid_el {
  width: 50%;
  box-sizing: border-box;
  background-color: white;
  overflow: hidden; }
  .grid_el:after {
    content: '';
    display: block;
    clear: both; }
  @media screen and (max-width: 1000px) {
    .grid_el {
      width: 100%; } }
  @media screen and (max-width: 650px) {
    .grid_el .g_inner {
      padding-left: 30px !important;
      padding-right: 30px !important; } }

.grid_section {
  background-color: #e5e5e5;
  opacity: 0; }
  .grid_section:nth-child(2) {
    margin-top: -1px; }

.grid_el.red {
  background-color: #ff0000;
  color: white !important; }
  .grid_el.red .small_link {
    color: white !important; }
  .grid_el.red .nav_arrow {
    background-position: -110px -70px; }

.grid_el.black {
  background-color: black;
  color: white !important; }
  .grid_el.black strong {
    color: black !important; }
  .grid_el.black a:hover {
    color: #ff0000 !important; }

.grid_el.white {
  color: black !important; }
  .grid_el.white a {
    color: black !important; }
  .grid_el.white a:hover {
    color: #ff0000 !important; }

.grid_c_right .grid_el, .grid_c_left .grid_el {
  width: 100%; }
@media screen and (max-width: 1000px) {
  .grid_c_right, .grid_c_left {
    width: 100% !important; } }

@media screen and (max-width: 1000px) {
  .grid_el.show_mobile {
    display: inline-block !important; } }

/* lists */
.list_el {
  padding-top: 40%; }
  .list_el .g_inner {
    text-align: left; }
  @media screen and (max-width: 1000px) {
    .list_el {
      padding-top: 80%; } }
  @media screen and (max-width: 650px) {
    .list_el .g_inner {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  @media screen and (max-width: 450px) {
    .list_el {
      padding-top: 400px; } }
  @media screen and (max-width: 350px) {
    .list_el {
      padding-top: 350px; } }

.ae_data_list {
  padding-left: 60px;
  padding-right: 60px; }
  .ae_data_list li {
    list-style: none;
    line-height: 10px; }
    .ae_data_list li a {
      line-height: 0;
      padding-top: 8%;
      padding-bottom: 8%;
      border-bottom: 1px solid #e5e5e5;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .ae_data_list li a:hover {
        color: #ff0000; }
        .ae_data_list li a:hover .nav_arrow {
          right: -10px; }
      @media screen and (max-width: 650px) {
        .ae_data_list li a {
          padding-top: 40px;
          padding-bottom: 40px; } }
    .ae_data_list li:last-child a {
      border: none; }
  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    .ae_data_list {
      padding-left: 35px;
      padding-right: 35px; } }
  @media screen and (max-width: 650px) {
    .ae_data_list {
      padding-left: 30px;
      padding-right: 30px; } }

.special_ae_list .list_number {
  width: 40px;
  color: #ff0000;
  font-family: "circ_bold";
  font-size: 25px; }
.special_ae_list .list_text {
  padding-bottom: 35px;
  padding-left: 16px; }
  .special_ae_list .list_text .title {
    padding-bottom: 15px;
    display: block; }
.special_ae_list .xtable:last-child .list_text {
  padding-bottom: 0; }
@media screen and (max-width: 650px) {
  .special_ae_list span.title {
    font-size: 20px; } }

.standard_data_list {
  max-width: 100% !important; }
  .standard_data_list ul {
    list-style: none; }
    .standard_data_list ul li:before {
      content: " ";
      padding-right: 0px;
      position: absolute;
      width: 5px;
      height: 5px;
      background-color: #ff0000;
      left: 0;
      top: 6px; }
    .standard_data_list ul li {
      margin-bottom: 10px;
      padding-left: 20px; }

/* nav arrow */
.nav_arrow {
  opacity: 1;
  width: 40px;
  height: 7px;
  background-position: -5px -70px;
  right: 0;
  top: 50%;
  margin-top: -2px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

/* photo elements */
.p_el_caption {
  padding: 60px;
  box-sizing: border-box;
  bottom: 0;
  color: white;
  width: 100%;
  font-size: 40px;
  font-family: "circ_bold";
  line-height: 40px; }
  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    .p_el_caption {
      font-size: 30px !important;
      padding: 35px !important; } }
  @media screen and (max-width: 650px) {
    .p_el_caption {
      padding-left: 30px;
      padding-right: 30px; } }

@media screen and (max-width: 1000px) {
  .photo_hov {
    padding-top: 70% !important; } }

/* labels / links */
.label_el {
  font-size: 40px;
  line-height: 40px;
  font-family: "circ_bold";
  padding-top: 25.01%;
  color: #ff0000; }
  .label_el .g_inner {
    text-align: left;
    padding-left: 60px;
    padding-right: 60px;
    max-width: 370px; }
    @media screen and (min-width: 1000px) and (max-width: 1200px) {
      .label_el .g_inner {
        font-size: 30px !important;
        padding: 35px !important; } }
  .label_el .small_link {
    color: black; }
  .label_el:hover {
    color: #ff0000; }
    .label_el:hover .nav_arrow {
      right: -5px; }
    .label_el:hover .small_link {
      color: #ff0000; }
  .label_el:active, .label_el:focus {
    color: #ff0000; }
  @media screen and (max-width: 1000px) {
    .label_el {
      padding-top: 50%; } }
  @media screen and (max-width: 650px) {
    .label_el {
      width: 100%;
      min-height: 300px; } }

.black.label_el .small_link {
  color: white; }
.black.label_el:hover .small_link {
  color: #ff0000; }

.red.label_el {
  color: white; }
  .red.label_el .small_link {
    color: white; }
    .red.label_el .small_link .nav_arrow {
      background-position: -110px -70px; }
  .red.label_el:hover .small_link {
    color: black; }

/* map elements */
.map_el {
  padding-top: 25%; }
  @media screen and (max-width: 1000px) {
    .map_el {
      padding-top: 50%; } }
  @media screen and (max-width: 750px) {
    .map_el {
      padding-top: 50%; } }

/* footer block */
.footer_el {
  font-family: "circ_bold";
  padding-top: 72%; }
  .footer_el .g_inner {
    font-size: 15px !important;
    line-height: 25px !important;
    vertical-align: bottom;
    text-align: left;
    padding: 60px;
    color: white; }
    .footer_el .g_inner a {
      color: white;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      .footer_el .g_inner a:hover {
        color: black; }
  .footer_el.center_footer_el .g_inner {
    vertical-align: middle;
    line-height: 30px !important; }

.footer_el.red {
  color: white; }

/* text elements */
.text_el {
  color: black;
  background-color: white; }
  .text_el:hover {
    color: black; }
    .text_el:hover .nav_arrow {
      right: -5px; }
    .text_el:hover:hover .small_link {
      color: #ff0000; }
  .text_el ul {
    list-style-position: inside; }
    .text_el ul li {
      line-height: 24px; }

.news_d_text_el:hover {
  color: black; }
  .news_d_text_el:hover .nav_arrow {
    right: 0px; }
  .news_d_text_el:hover:hover .small_link {
    color: black; }

.text_el .g_inner {
  padding-top: 80px;
  padding-bottom: 90px;
  padding-left: 60px;
  padding-right: 100px; }
  @media screen and (max-width: 650px) {
    .text_el .g_inner {
      padding-top: 30px !important;
      padding-bottom: 60px !important; } }

.text_b_date {
  font-size: 15px;
  font-family: "circ_bold";
  color: #ff0000;
  margin-bottom: 50px; }

.text_b_title {
  font-size: 40px;
  font-family: "circ_bold";
  line-height: 40px;
  margin-bottom: 50px;
  max-width: 600px;
  width: 100%; }
  @media screen and (max-width: 1000px) {
    .text_b_title {
      font-size: 30px;
      line-height: 30px; } }

.text_content {
  font-size: 15px;
  font-family: "circ_book";
  line-height: 24px;
  max-width: 600px;
  width: 100%; }
  .text_content strong {
    font-family: "circ_bold";
    color: black !important; }
  .text_content a {
    font-family: "circ_bold";
    color: #ff0000 !important;
    text-decoration: underline; }

.text_el.red:hover .small_link {
  color: black; }

/* squares */
.squared_el {
  width: 25%;
  padding-top: 25%;
  line-height: 0;
  font-size: 0;
  height: 0; }
  .squared_el .g_inner {
    font-size: 40px;
    line-height: 40px;
    text-align: left;
    padding: 60px;
    box-sizing: border-box; }
    @media screen and (min-width: 1000px) and (max-width: 1200px) {
      .squared_el .g_inner {
        font-size: 30px !important;
        padding: 35px !important; } }
  @media screen and (max-width: 1000px) {
    .squared_el {
      padding-top: 50%;
      width: 50%; } }
  @media screen and (max-width: 650px) {
    .squared_el {
      padding-top: 0% !important;
      width: 100% !important;
      min-height: 300px !important; } }

.squared_el.sq_50 {
  width: 50%;
  padding-top: 50%; }

/* video */
.video_el .video_fallback {
  -ms-transform: scale(1.2, 1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2, 1.2);
  /* Safari */
  transform: scale(1.2, 1.2); }

.video_play_icon {
  width: 77px;
  height: 77px;
  margin: 0 auto; }

.video_circle, .video_circle_2 {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  border: 2px solid white;
  top: 0;
  left: 0; }

.video_circle {
  z-index: 0; }

.video_circle_2 {
  opacity: 0;
  border-color: white;
  -ms-transform: scale(0, 0);
  /* IE 9 */
  -webkit-transform: scale(0, 0);
  /* Safari */
  transform: scale(0, 0);
  z-index: 1; }

#video_iframe_container {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 0; }
  #video_iframe_container .click_close {
    top: 30px;
    right: 30px;
    position: fixed;
    z-index: 9999 !important;
    left: auto !important;
    background-position: -65px -325px !important;
    opacity: 0.7;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    #video_iframe_container .click_close:hover {
      opacity: 1; }

.play_icon {
  width: 22px;
  height: 25px;
  background-position: -65px -400px;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -12.5px; }

/* news boxes */
.news_overview_container {
  margin-top: -1px; }

.news_o_heading {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: white; }
  .news_o_heading .small_link {
    margin-top: 0 !important; }
  @media screen and (max-width: 650px) {
    .news_o_heading .align_right {
      display: block;
      text-align: left;
      width: 100%;
      margin-top: 20px; } }

.news_box {
  width: 25%; }
  .news_box:hover {
    color: black; }
    .news_box:hover .nav_arrow {
      right: -5px; }
    .news_box:hover .small_link {
      color: #ff0000; }
  .news_box:active, .news_box:focus {
    color: black; }
  .news_box .plus_icon {
    top: 0;
    opacity: 0; }
    .news_box .plus_icon:before {
      top: 25px; }
    .news_box .plus_icon:after {
      margin-top: 25px; }
  @media screen and (max-width: 1000px) {
    .news_box {
      width: 50%; }
      .news_box:nth-child(3), .news_box:nth-child(4) {
        display: none; } }
  @media screen and (max-width: 650px) {
    .news_box {
      width: 100%; }
      .news_box:nth-child(2) {
        display: none; } }

.n_b_photo {
  width: 100%;
  padding-top: 100%;
  line-height: 0;
  font-size: 0;
  height: 0; }
  @media screen and (max-width: 650px) {
    .n_b_photo {
      padding-top: 0;
      min-height: 300px; } }

.n_b_inner {
  font-size: 25px;
  font-family: "circ_bold";
  line-height: 30px;
  text-align: left;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
  color: black;
  word-break: normal;
  border-left: 1px solid #e5e5e5;
  border-right: 0.5px solid #e5e5e5;
  background-color: white; }
  .n_b_inner .n_b_title {
    min-height: 90px; }
    @media screen and (max-width: 650px) {
      .n_b_inner .n_b_title {
        min-height: 100%; } }
  .n_b_inner .small_link {
    margin-top: 0; }
  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    .n_b_inner {
      font-size: 20px !important;
      padding: 35px !important; } }
  @media screen and (max-width: 650px) {
    .n_b_inner {
      padding-left: 30px;
      padding-right: 30px; } }
  .n_b_inner:hover .small_link {
    color: #ff0000 !important; }

/* common blocks */
.block_20 {
  width: 20%; }

.block_25 {
  width: 25%; }

.block_30 {
  width: 30%; }

.block_33 {
  width: 33.3333%; }

.block_35 {
  width: 35%; }

.block_40 {
  width: 40%; }

.block_50 {
  width: 50%; }

.block_60 {
  width: 60%; }

.block_65 {
  width: 65%; }

.block_70 {
  width: 70%; }

.block_75 {
  width: 75%; }

.block_80 {
  width: 80%; }

.block_100 {
  width: 100%; }

/* newsletter section */
.newsletter_section {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: white; }

.newsletter_inner {
  width: 960px;
  box-sizing: border-box; }
  @media screen and (max-width: 1100px) {
    .newsletter_inner {
      width: 100%; } }

.newsletter_stay {
  font-family: "circ_bold";
  font-size: 40px;
  color: #ff0000;
  padding-top: 18px;
  line-height: 40px;
  text-align: left; }
  @media screen and (max-width: 1100px) {
    .newsletter_stay {
      width: 100%;
      text-align: center; } }

@media screen and (max-width: 1100px) {
  .newsletter_form {
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin-top: 50px; } }
@media screen and (max-width: 550px) {
  .newsletter_form .contactline {
    width: 100%;
    margin-top: 20px; }
    .newsletter_form .contactline:nth-child(2) {
      border-left: 1px solid #ff0000; } }

.input_news_email.error {
  border: 1px solid black !important;
  color: black !important; }

/* colors */
a.red, div.red {
  background: #ff0000; }

.load_more_section {
  height: 165px;
  margin-top: -1px; }
  @media screen and (max-width: 800px) {
    .load_more_section {
      height: 120px; } }

/* FORMS ---------------------------------------------------------------------------------------------- */
.newsletter_form .input_field {
  width: 100%;
  border: 1px solid #ff0000;
  color: #ff0000;
  padding: 20px;
  outline: 0;
  font-size: 18px;
  box-sizing: border-box; }
.newsletter_form .news_submit_btn {
  width: 100%;
  font-family: "circ_bold";
  font-size: 18px;
  border: 1px solid #ff0000;
  padding: 20px;
  color: #ff0000;
  border-left: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .newsletter_form .news_submit_btn:hover {
    background-color: #ff0000;
    color: white; }

#contact_form .contactline {
  margin-bottom: 30px;
  width: 100%; }
  #contact_form .contactline input, #contact_form .contactline textarea {
    width: 100%;
    padding: 19px;
    border: 1px solid #e5e5e5;
    outline: 0;
    box-sizing: border-box; }
  #contact_form .contactline textarea {
    height: 200px; }
#contact_form:hover .nav_arrow {
  right: 0; }

.contact_submit_btn, .order_car_btn, .close_btn {
  box-sizing: border-box;
  border: 1px solid #ff0000;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  color: #ff0000;
  font-size: 18px;
  font-family: "circ_bold";
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .contact_submit_btn .nav_arrow, .order_car_btn .nav_arrow, .close_btn .nav_arrow {
    top: 11px;
    margin-left: 15px; }
  .contact_submit_btn:hover, .contact_submit_btn:active, .contact_submit_btn:focus, .order_car_btn:hover, .order_car_btn:active, .order_car_btn:focus, .close_btn:hover, .close_btn:active, .close_btn:focus {
    color: #ff0000; }
  .contact_submit_btn:hover .nav_arrow, .order_car_btn:hover .nav_arrow, .close_btn:hover .nav_arrow {
    right: -5px !important; }

.error {
  border: 1px solid #ff0000 !important; }

.contact_result {
  display: none;
  text-transform: lowercase;
  text-align: center; }

/* FOOTER ---------------------------------------------------------------------------------------------- */
#footer {
  background-color: black;
  color: white;
  padding-top: 75px;
  padding-bottom: 45px;
  line-height: 30px;
  font-size: 16px;
  margin-top: -1px;
  opacity: 0; }

#footer.links a {
  color: white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  #footer.links a:hover {
    color: #ff0000; }

.f_main_data {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines; }
  .f_main_data .f_box {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1; }
  .f_main_data .stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0; }

.site_credits {
  font-size: 14px; }

@media screen and (max-width: 1000px) {
  .site_credits.hide_mobile {
    display: none;
    margin-top: 61px; } }

.site_credits.show_mobile {
  display: none;
  margin-top: 10px;
  text-align: right; }
  @media screen and (max-width: 1000px) {
    .site_credits.show_mobile {
      display: block; } }
  @media screen and (max-width: 750px) {
    .site_credits.show_mobile {
      margin-top: 40px; } }

@media screen and (max-width: 1000px) {
  .f_l_links {
    display: none !important; } }

@media screen and (max-width: 750px) {
  .f_box {
    width: 100%;
    margin-bottom: 40px;
    text-align: center; } }

@media screen and (max-width: 750px) {
  .f_left, .f_right {
    width: 100%; } }

@media screen and (max-width: 750px) {
  .f_right, .site_credits.show_mobile {
    text-align: center; } }

@media screen and (min-width: 750px) {
  .f_s_m_top {
    margin-left: -11px; } }
@media screen and (max-width: 750px) {
  .f_s_m_top {
    margin-bottom: 40px; } }

/* PAGE SPECIFIC RULES */
/* HOMEPAGE ---------------------------------------------------------------------------------------------- */
.full_width_img {
  z-index: 0; }

.cover_title {
  margin-top: 50px; }
  @media screen and (max-width: 650px) {
    .cover_title {
      margin-top: 15px; } }

.home_grid_container .photo_el.p_el_1 {
  padding-top: 55%; }
.home_grid_container .photo_el.p_el_2 {
  padding-top: 40%; }
.home_grid_container .photo_el.p_el_3 {
  padding-top: 35%; }
.home_grid_container .photo_el.p_el_4 {
  padding-top: 35%; }
@media screen and (max-width: 1000px) {
  .home_grid_container .grid_section.hide_mobile, .home_grid_container .grid_el.hide_mobile {
    display: none; } }
.home_grid_container .grid_section.show_mobile, .home_grid_container .grid_el.show_mobile {
  display: none; }
  @media screen and (max-width: 1000px) {
    .home_grid_container .grid_section.show_mobile, .home_grid_container .grid_el.show_mobile {
      display: block; } }

/* ABOUT ---------------------------------------------------------------------------------------------- */
.about_grid_container .p_el_1 {
  padding-top: 41%; }
.about_grid_container .p_el_2 {
  padding-top: 36%; }
.about_grid_container .p_el_3 {
  padding-top: 38%; }
.about_grid_container .p_el_4 {
  padding-top: 36%;
  margin-top: -1px; }
.about_grid_container .p_el_5 {
  padding-top: 38.95%; }
.about_grid_container .p_el_6 {
  padding-top: 40%; }
.about_grid_container .p_el_7 {
  padding-top: 72%; }
.about_grid_container .text_el {
  border-bottom: 1px solid #e5e5e5; }
@media screen and (max-width: 1000px) {
  .about_grid_container .photo_el {
    padding-top: 70%; } }
@media screen and (max-width: 1000px) {
  .about_grid_container .photo_el.squared_el {
    padding-top: 50%; } }
@media screen and (max-width: 650px) {
  .about_grid_container .footer_block .footer_el {
    display: none; } }
@media screen and (max-width: 650px) {
  .about_grid_container .footer_block .photo_el {
    width: 100%;
    padding-top: 70%; } }

/* SERVICES ---------------------------------------------------------------------------------------------- */
.service_grid_container .p_el_1 {
  padding-top: 32%; }
.service_grid_container .p_el_3 {
  padding-top: 35%; }
  @media screen and (max-width: 1000px) {
    .service_grid_container .p_el_3 {
      display: none; } }
.service_grid_container .p_el_4 {
  padding-top: 49.9%; }
  @media screen and (max-width: 1000px) {
    .service_grid_container .p_el_4 {
      width: 100%; } }
.service_grid_container .text_el {
  border-bottom: 1px solid #e5e5e5; }
.service_grid_container .text_el.black, .service_grid_container .text_el.red {
  border-bottom: 0; }
.service_grid_container .text_el.red {
  margin-top: -1px; }
@media screen and (max-width: 1000px) {
  .service_grid_container .photo_el {
    padding-top: 70%; } }
@media screen and (max-width: 1000px) {
  .service_grid_container .photo_el.squared_el {
    padding-top: 50%; } }

/* REFERENTIES ---------------------------------------------------------------------------------------------- */
.ref_grid_container .g_inner {
  padding-top: 60px;
  text-align: left; }
  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    .ref_grid_container .g_inner {
      padding-left: 35px;
      padding-right: 35px; } }
.ref_grid_container .text_el {
  padding-top: 30%;
  margin-top: -1px; }
  @media screen and (min-width: 1000px) and (max-width: 1300px) {
    .ref_grid_container .text_el {
      padding-top: 38%; } }
  @media screen and (max-width: 1000px) {
    .ref_grid_container .text_el {
      padding-top: 400px; } }
  @media screen and (max-width: 400px) {
    .ref_grid_container .text_el {
      padding-top: 520px; } }
.ref_grid_container .text_content {
  min-height: 130px; }
.ref_grid_container .text_b_title {
  color: #ff0000; }
  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    .ref_grid_container .text_b_title {
      font-size: 30px;
      margin-bottom: 20px; } }
.ref_grid_container .photo_el {
  padding-top: 35%;
  margin-top: -1px; }
  @media screen and (min-width: 1000px) and (max-width: 1300px) {
    .ref_grid_container .photo_el {
      padding-top: 45%; } }
  @media screen and (max-width: 1000px) {
    .ref_grid_container .photo_el {
      padding-top: 70%; } }
.ref_grid_container .author {
  margin-top: 30px;
  display: block;
  font-family: "circ_book"; }

/* NIEUWS ---------------------------------------------------------------------------------------------- */
@media screen and (min-width: 1650px) {
  .news_grid_container .g_inner {
    padding-top: 220px;
    padding-bottom: 220px; } }
@media screen and (max-width: 800px) {
  .news_grid_container .g_inner {
    padding-left: 30px;
    padding-right: 30px; } }
@media screen and (max-width: 650px) {
  .news_grid_container .g_inner .text_b_date, .news_grid_container .g_inner .text_b_title {
    margin-bottom: 25px; } }
@media screen and (max-width: 800px) {
  .news_grid_container .xtable {
    display: block; }
  .news_grid_container .xtcell {
    width: 100%;
    display: block; }
  .news_grid_container .news_img {
    padding-top: 70%; } }
@media screen and (max-width: 800px) {
  .news_grid_container .hide_mobile {
    display: none; } }
.news_grid_container .show_mobile {
  display: none; }
  @media screen and (max-width: 800px) {
    .news_grid_container .show_mobile {
      display: block; } }

@media screen and (max-width: 650px) {
  .news_d_grid .s_m_link:nth-child(1) {
    display: none !important; } }

/* NIEUWS DETAIL---------------------------------------------------------------------------------------------- */
.detail_grid_container {
  background-color: #f5f4f4; }
  .detail_grid_container .text_el .g_inner {
    padding-bottom: 60px;
    padding-top: 60px;
    padding-right: 80px;
    border-bottom: 1px solid #e5e5e5; }
  .detail_grid_container .p_el_1 {
    padding-top: 30%;
    margin-top: -1px; }
  .detail_grid_container .p_el_2 {
    padding-top: 30%; }
  .detail_grid_container .p_el_3 {
    padding-top: 30%; }
  .detail_grid_container .p_el_4 {
    padding-top: 30%; }
  .detail_grid_container .news_box {
    width: 50%; }
    .detail_grid_container .news_box .n_b_inner {
      padding-top: 60px; }

@media screen and (max-width: 800px) {
  .n_padded_el {
    padding-top: 55% !important; } }

@media screen and (max-width: 800px) {
  .n_share_container {
    display: none; } }

@media screen and (max-width: 1000px) {
  .small_news_section {
    display: none; } }

.n_share_container {
  background-color: #ff0000; }
  @media screen and (max-width: 1000px) {
    .n_share_container {
      border-bottom: 1px solid #e5e5e5; } }

.small_news_section.show_mobile {
  display: none;
  width: 100%; }
  @media screen and (max-width: 1000px) {
    .small_news_section.show_mobile {
      display: block; } }
  @media screen and (max-width: 650px) {
    .small_news_section.show_mobile {
      display: none; } }

.n_share_container.show_mobile {
  display: none;
  width: 100%; }
  .n_share_container.show_mobile .d_p_cell {
    text-align: center; }
  @media screen and (max-width: 800px) {
    .n_share_container.show_mobile {
      display: block; } }

@media screen and (max-width: 800px) {
  .n_back {
    width: 100%;
    height: 80px; } }

@media screen and (max-width: 800px) {
  .news_d_grid .photo_el {
    width: 100%; } }

/* ACCESSOIRES ---------------------------------------------------------------------------------------------- */
.acc_small_header .d_p_left, .acc_small_header .d_p_right {
  background-color: white; }
  @media screen and (max-width: 1200px) {
    .acc_small_header .d_p_left, .acc_small_header .d_p_right {
      width: 50%; } }
.acc_small_header .boxed_link {
  height: 70px; }
  @media screen and (max-width: 1200px) {
    .acc_small_header .boxed_link {
      float: right;
      position: relative;
      padding-top: 25px;
      padding-bottom: 25px; } }
.acc_small_header .s_m {
  border-left: 1px solid #e5e5e5; }
@media screen and (max-width: 1000px) {
  .acc_small_header {
    border-bottom: 1px solid #e5e5e5; }
    .acc_small_header .d_p_left {
      border: 0; } }
@media screen and (max-width: 450px) {
  .acc_small_header .d_p_left {
    width: 100%; }
  .acc_small_header .d_p_right {
    position: absolute !important;
    width: auto !important;
    right: 0 !important; } }

.acc_grid_container {
  background-color: #e5e5e5; }
  .acc_grid_container .photo_el {
    padding-top: 35%; }
  .acc_grid_container .p_el_caption {
    max-width: 350px; }
  .acc_grid_container .d_p_right {
    width: 100%;
    bottom: 0; }
  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    .acc_grid_container .grid_sizer {
      width: 33.3333% !important; } }
  .acc_grid_container .acc_photo {
    padding-top: 0 !important; }
  @media screen and (max-width: 1000px) {
    .acc_grid_container .acc_half {
      width: 100%; } }
  .acc_grid_container .acc_half:nth-child(2) {
    margin-top: -1px; }
  @media screen and (max-width: 800px) {
    .acc_grid_container .small_photo {
      width: 100%; } }

.acc_overview_box:last-child .acc_caption {
  border: 0; }

.acc_overview_list {
  border-right: 1px solid #e5e5e5;
  z-index: 10; }

.acc_photo {
  width: 100%;
  height: 60%;
  top: 0; }

.acc_caption {
  width: 100%;
  background-color: white;
  max-width: 100% !important;
  color: black;
  font-size: 17px;
  line-height: 20px;
  bottom: 0;
  height: 40%; }
  .acc_caption .acc_caption_inner {
    padding: 24px;
    text-align: left; }
  .acc_caption:after {
    content: '';
    display: block;
    background-color: #e5e5e5;
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0px;
    z-index: 7000; }
  @media screen and (min-width: 1000px) and (max-width: 1300px) {
    .acc_caption {
      font-size: 15px !important; } }
  @media screen and (max-width: 650px) {
    .acc_caption {
      height: 40%; } }
  @media screen and (max-width: 450px) {
    .acc_caption {
      height: 45%; } }

.acc_small_d_sticky .d_p_left {
  border-bottom: 1px solid #e5e5e5; }

.acc_price {
  font-family: "circ_bold";
  font-size: 21px;
  margin-top: 12px; }

/* detail page */
.acc_price_section {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-top: 25px;
  margin-top: 20px;
  border: 0; }

.acc_detail_p_section {
  margin-top: 45px;
  margin-bottom: 45px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding-bottom: 25px; }

.acc_detail_info {
  padding-bottom: 300px !important; }
  @media screen and (max-width: 1000px) {
    .acc_detail_info {
      padding-bottom: 80px !important; } }
  @media screen and (max-width: 650px) {
    .acc_detail_info {
      padding-left: 30px !important;
      padding-right: 30px !important;
      padding-bottom: 100px !important; }
      .acc_detail_info .text_b_title {
        margin-bottom: 25px; } }

.car_subtitle {
  margin-top: 15px;
  color: white;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 24px; }
  @media screen and (max-width: 650px) {
    .car_subtitle {
      padding-left: 35px;
      padding-right: 35px; } }

.acc_item {
  /*&:hover{
      .acc_caption{
          background-color: black;
          color: white;
      }
  }*/ }
  .acc_item .hover_overlay2 {
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.3); }
  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    .acc_item {
      width: 33.33333% !important;
      padding-top: 33.33333% !important; } }
  @media screen and (max-width: 650px) {
    .acc_item {
      padding-top: 100% !important; } }

.acc_item_big .acc_photo {
  height: 80%; }
.acc_item_big .acc_caption {
  height: 20%; }
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .acc_item_big {
    width: 66.66667% !important;
    padding-top: 66.66667% !important; } }
@media screen and (max-width: 1000px) {
  .acc_item_big {
    width: 100% !important;
    padding-top: 100% !important; } }
@media screen and (max-width: 650px) {
  .acc_item_big .acc_photo {
    height: 60%; }
  .acc_item_big .acc_caption {
    height: 40%; } }

.acc_pk_overview .ae_data_list {
  padding-left: 0;
  padding-right: 0; }
@media screen and (max-width: 450px) {
  .acc_pk_overview {
    height: 450px; } }

/* MERKEN ---------------------------------------------------------------------------------------------- */
.c_d_p1 {
  border-bottom: 1px solid #e5e5e5; }
  .c_d_p1 .g_inner {
    border: 0 !important; }
    @media screen and (max-width: 1400px) {
      .c_d_p1 .g_inner {
        padding-bottom: 100px; } }
    @media screen and (max-width: 850px) {
      .c_d_p1 .g_inner {
        padding-left: 60px !important;
        padding-right: 60px !important;
        padding-bottom: 100px !important; } }
    @media screen and (max-width: 650px) {
      .c_d_p1 .g_inner {
        padding-left: 30px !important;
        padding-right: 30px !important;
        padding-bottom: 60px !important; } }
  .c_d_p1 .text_b_title {
    margin-bottom: 20px; }
  .c_d_p1 .text_b_subtitle {
    font-size: 18px;
    margin-bottom: 50px; }
    @media screen and (max-width: 650px) {
      .c_d_p1 .text_b_subtitle {
        margin-bottom: 25px; } }
  .c_d_p1 .s_share {
    width: 400px; }
  @media screen and (max-width: 1200px) {
    .c_d_p1 .p1_info, .c_d_p1 .p1_photo {
      width: 50% !important; } }
  @media screen and (max-width: 1000px) {
    .c_d_p1 .p1_info, .c_d_p1 .p1_photo {
      width: 100% !important;
      display: block; } }
  @media screen and (min-width: 1000px) {
    .c_d_p1 .p1_photo {
      padding-top: 40%; } }
  @media screen and (max-width: 1000px) {
    .c_d_p1 .p1_photo {
      padding-top: 70%; } }
  @media screen and (max-width: 850px) {
    .c_d_p1 {
      display: block; } }

.c_d_p2 {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 35px;
  padding-right: 35px; }
  .c_d_p2 .c_d_t_title {
    font-family: "circ_bold";
    color: #ff0000; }
  .c_d_p2 .medium_title {
    font-size: 50px; }
  .c_d_p2 .c_d_head {
    font-size: 18px;
    font-family: "circ_bold";
    color: #ff0000;
    padding-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ff0000; }
  .c_d_p2 .c_d_table {
    padding-left: 25px;
    padding-right: 25px; }
    .c_d_p2 .c_d_table table {
      margin-top: 10px; }
      .c_d_p2 .c_d_table table tr td {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e5e5e5; }
        .c_d_p2 .c_d_table table tr td:nth-child(even) {
          text-align: right; }
      .c_d_p2 .c_d_table table tr td:nth-child(odd) {
        width: 30% !important; }
      .c_d_p2 .c_d_table table tr td:nth-child(even) {
        width: 70% !important; }
    @media screen and (max-width: 650px) {
      .c_d_p2 .c_d_table {
        padding-right: 0;
        padding-left: 0; } }
  @media screen and (max-width: 1000px) {
    .c_d_p2 .block_33 {
      width: 100%;
      margin-bottom: 80px; }
      .c_d_p2 .block_33 .text_content {
        max-width: 100%; }
      .c_d_p2 .block_33:nth-child(3) {
        margin-bottom: 0; }
      .c_d_p2 .block_33 .c_d_t_title {
        display: none; } }
  @media screen and (max-width: 1000px) {
    .c_d_p2 .block_33 {
      margin-bottom: 60px; } }
  @media screen and (max-width: 650px) {
    .c_d_p2 {
      padding-right: 30px;
      padding-left: 30px;
      padding-bottom: 60px; } }

.c_d_p3, .c_d_p7 {
  padding-top: 60%; }

.c_d_p4 {
  background-color: white; }
  .c_d_p4 .c_d_p4_inner {
    padding: 100px; }
    @media screen and (min-width: 650px) and (max-width: 1200px) {
      .c_d_p4 .c_d_p4_inner {
        padding: 60px;
        padding-bottom: 35px; } }
    @media screen and (max-width: 650px) {
      .c_d_p4 .c_d_p4_inner {
        padding: 60px; } }
    @media screen and (max-width: 550px) {
      .c_d_p4 .c_d_p4_inner {
        padding: 0; } }
  .c_d_p4 .c_d_slideshow {
    margin: -25px; }
  .c_d_p4 .always_hover {
    background: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .c_d_p4 .always_hover:hover {
      background: rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 650px) {
      .c_d_p4 .always_hover {
        display: block !important; }
        .c_d_p4 .always_hover:hover {
          background: rgba(0, 0, 0, 0.9); } }
  .c_d_p4 .o_item .o_item_inner {
    padding-top: 55%;
    margin: 25px; }
    @media screen and (max-width: 550px) {
      .c_d_p4 .o_item .o_item_inner {
        margin: 0; } }
  .c_d_p4 .o_item .hover_overlay4 {
    z-index: 100; }
  @media screen and (max-width: 1000px) {
    .c_d_p4 .o_item {
      width: 33.3333%;
      /*&:nth-child(6), &:nth-child(7){
          display: none;
      }*/ }
      .c_d_p4 .o_item.carthumb_5, .c_d_p4 .o_item.carthumb_6 {
        display: none; } }
  @media screen and (max-width: 800px) {
    .c_d_p4 .o_item {
      width: 50%;
      /*&:nth-child(4), &:nth-child(5){
          display: none;
      }*/ }
      .c_d_p4 .o_item.carthumb_3, .c_d_p4 .o_item.carthumb_4 {
        display: none; } }
  @media screen and (max-width: 550px) {
    .c_d_p4 .o_item {
      width: 100%; } }

.last_o_item {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: block !important; }
  .last_o_item:hover {
    background-color: rgba(255, 0, 0, 0.5); }

.c_d_p5 .col_el1, .c_d_p5 .col_el2 {
  padding-top: 30%; }
  @media screen and (max-width: 1000px) {
    .c_d_p5 .col_el1, .c_d_p5 .col_el2 {
      width: 50%; } }
  @media screen and (max-width: 500px) {
    .c_d_p5 .col_el1, .c_d_p5 .col_el2 {
      display: none; } }
.c_d_p5 .col_el3 {
  padding-top: 60%; }
  @media screen and (max-width: 1000px) {
    .c_d_p5 .col_el3 {
      display: none; } }
.c_d_p5 .col_el4 {
  padding-top: 70%; }
  @media screen and (max-width: 1000px) {
    .c_d_p5 .col_el4 {
      width: 100%; } }
@media screen and (max-width: 1000px) {
  .c_d_p5 .block_60 {
    width: 100%; } }
@media screen and (max-width: 550px) {
  .c_d_p5 .collage {
    display: none; } }

.c_d_p6 {
  border-top: 1px solid #e5e5e5;
  background-color: white; }
  .c_d_p6 .section_title {
    margin-bottom: 50px; }
  .c_d_p6 .standard_data_list {
    -webkit-column-break-inside: avoid;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0; }
    .c_d_p6 .standard_data_list:after {
      content: '';
      display: block;
      height: 20px; }
    @media screen and (max-width: 1000px) {
      .c_d_p6 .standard_data_list {
        -webkit-column-break-inside: avoid;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2; } }
    @media screen and (max-width: 650px) {
      .c_d_p6 .standard_data_list {
        -webkit-column-break-inside: avoid;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }

.detail_share_section .share_section_inner {
  text-align: center;
  color: white;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1100px) {
    .detail_share_section .share_section_inner .s_pdf, .detail_share_section .share_section_inner .s_share, .detail_share_section .share_section_inner .s_contact {
      width: 100%;
      margin-bottom: 50px; }
      .detail_share_section .share_section_inner .s_pdf span, .detail_share_section .share_section_inner .s_share span, .detail_share_section .share_section_inner .s_contact span {
        width: 100%;
        margin-bottom: 15px; }
    .detail_share_section .share_section_inner .s_contact {
      margin-bottom: 0; } }
.detail_share_section span {
  margin-right: 15px; }

.order_car_section {
  background-color: white;
  border-top: 1px solid #e5e5e5;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }
  .order_car_section .contact_submit_btn {
    width: auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .order_car_section .order_title {
    font-size: 22px;
    color: #ff0000;
    margin-top: 20px;
    margin-right: 50px; }

.s_pdf {
  color: white;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .s_pdf .down_icon {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .s_pdf .down_icon_hover {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .s_pdf:hover {
    color: black; }
    .s_pdf:hover .down_icon {
      opacity: 0; }
    .s_pdf:hover .down_icon_hover {
      opacity: 1; }

.s_pdf.black {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 30px;
  padding-left: 42px;
  color: black;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .s_pdf.black .download .down_icon.standard {
    background-position: -65px -256px; }
  .s_pdf.black .download .down_icon_hover {
    background-position: -240px -250px; }
  .s_pdf.black:hover {
    color: #ff0000; }
    .s_pdf.black:hover .down_icon {
      opacity: 0; }
    .s_pdf.black:hover .down_icon_hover {
      opacity: 1; }

.s_m {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 42px;
  cursor: pointer; }
  .s_m .s_m_link {
    -ms-transform: translate(-15px, 0px);
    -webkit-transform: translate(-15px, 0px);
    transform: translate(-15px, 0px);
    opacity: 0; }
  .s_m .s_m_link.over {
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1; }
  .s_m .s_m_wrapper {
    position: absolute;
    width: 100%;
    left: 30px; }

.order_car_section .order_car_btn {
  width: auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .order_car_section .order_car_btn:hover {
    background-color: #ff0000;
    color: white; }
@media screen and (max-width: 650px) {
  .order_car_section {
    padding-left: 30px;
    padding-right: 30px; } }

.order_form {
  max-width: 700px;
  margin: 0 auto;
  border: 0;
  z-index: 0;
  height: 0; }
  .order_form .form_content {
    padding-right: 0px;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    border: 0 !important; }
  .order_form .submit {
    text-align: left;
    box-sizing: border-box; }
  .order_form .contact_submit_btn {
    box-sizing: border-box; }
  .order_form .text_b_title {
    max-width: 100%; }
  @media screen and (max-width: 650px) {
    .order_form .form_content {
      padding-left: 0 !important;
      padding-right: 0 !important; } }
  @media screen and (max-width: 800px) {
    .order_form {
      max-width: 100%;
      padding-left: 60px;
      padding-right: 60px; } }
  @media screen and (max-width: 650px) {
    .order_form {
      padding-left: 0;
      padding-right: 0; } }

.close_icon {
  width: 35px;
  height: 35px;
  background-position: -28px -325px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px; }

/* CONTACT ---------------------------------------------------------------------------------------------- */
.contact_grid_container .p_el_1 {
  padding-top: 36%; }
  @media screen and (max-width: 1000px) {
    .contact_grid_container .p_el_1 {
      display: none; } }
.contact_grid_container .p_el_2 {
  padding-top: 32%; }
  @media screen and (max-width: 650px) {
    .contact_grid_container .p_el_2 {
      display: none; } }
.contact_grid_container .g_inner {
  padding-right: 60px; }
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .contact_grid_container .footer_el .g_inner {
    font-size: 15px !important;
    line-height: 25px !important; } }
@media screen and (max-width: 1000px) {
  .contact_grid_container .map_el {
    width: 100%; } }
@media screen and (max-width: 1000px) {
  .contact_grid_container .hide_mobile {
    display: none; } }
.contact_grid_container .show_mobile {
  display: none; }
  @media screen and (max-width: 1000px) {
    .contact_grid_container .show_mobile {
      display: block; } }
@media screen and (max-width: 650px) {
  .contact_grid_container .sq_50 {
    width: 100%;
    padding-top: 320px; } }
@media screen and (max-width: 650px) {
  .contact_grid_container .hours_left, .contact_grid_container .hours_right {
    display: block;
    width: 100%; } }
@media screen and (max-width: 650px) {
  .contact_grid_container .hours_left {
    margin-bottom: 50px; } }

.contact_hours .g_inner {
  padding-top: 100px;
  padding-bottom: 100px; }
.contact_hours .text_content {
  line-height: 30px; }

a[href^="http://maps.google.com/maps"] {
  display: none !important; }

a[href^="https://maps.google.com/maps"] {
  display: none !important; }

/*# sourceMappingURL=style.css.map */
