html {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

* {
  box-sizing: border-box; }
  *:before,
  *:after {
    box-sizing: border-box; }

html {
  height: 100%; }

body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 320px;
  min-height: 100%; }

.site-content {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.site-row {
  margin: 0 auto;
  padding: 0 5em;
  overflow: hidden; }

a {
  color: #f50;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

h1,
h2,
h3,
h4 {
  line-height: 1.1;
  color: #222; }

p,
pre {
  margin: .5em 0; }

article {
  margin: 0 auto;
  max-width: 50em; }
  article img {
    max-width: 100%; }
  article ol, article ul, article table {
    margin: .5em 0; }
  article li {
    margin: .25em 0; }
  article td, article th {
    border: 1px solid #aaa;
    padding: 0.25em 0.5em; }
  article .mark-1, article .mark-2 {
    background-color: #1b1b1b;
    padding: .5em;
    color: #fff; }
    article .mark-1 a, article .mark-2 a {
      color: #fff;
      text-decoration: underline; }
      article .mark-1 a:hover, article .mark-2 a:hover {
        color: #fff; }
    article .mark-1 h1,
    article .mark-2 h1, article .mark-1 h2,
    article .mark-2 h2, article .mark-1 h3,
    article .mark-2 h3, article .mark-1 h4, article .mark-2 h4 {
      color: #fff; }
  article .mark-2 {
    background-color: #f50; }

.form-row {
  position: relative;
  margin: 1em auto;
  min-width: 18.75rem;
  max-width: 30rem; }
  .form-row label {
    display: block; }
    .form-row label.error {
      color: #ffd440;
      font-size: .75em;
      position: absolute;
      right: 0;
      top: .25rem; }
  .form-row .r {
    color: #ffd440; }
  .form-row input,
  .form-row textarea,
  .form-row select,
  .form-row button,
  .form-row a.button {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #000;
    margin: 0 auto;
    padding: 0 0.25em;
    color: #222; }
    .form-row input.error,
    .form-row textarea.error,
    .form-row select.error,
    .form-row button.error,
    .form-row a.button.error {
      border-color: #ffd440; }
  .form-row input[type=submit],
  .form-row input[type=button],
  .form-row button,
  .form-row a.button {
    max-width: 50%;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    text-align: center; }
  .form-row textarea {
    height: 5em; }

* {
  transition: all 0.2s; }

.site-header {
  background-color: #dcdcdc; }
  .site-header a {
    text-decoration: underline; }

.site-footer {
  background-color: #dcdcdc;
  text-align: center;
  border-top: 2em solid ##f50;
  padding: 2em 0; }
  .site-footer h1,
  .site-footer h2,
  .site-footer h3,
  .site-footer h4 {
    color: #808080; }
  .site-footer h2 {
    margin: 0;
    font-weight: normal; }
  .site-footer h3 {
    color: #fff;
    margin: 0; }

.footer-text-wrap {
  text-align: center;
  margin-bottom: 1em;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  /*.footer-text-wrap a {
    color: #fff;
    text-decoration: underline; }
    .footer-text-wrap a:hover {
      color: #fff; }*/
  .footer-text-wrap h1,
  .footer-text-wrap h2,
  .footer-text-wrap h3,
  .footer-text-wrap h4 {
    color: #fff; }
  .footer-text-wrap .footer-text {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding: 0 1em; }

.top-text {
  padding-top: 4em;
  padding-bottom: 4em;
  border-bottom: .25em solid #949da7; }

.cond {
  margin: 0;
	padding-top: 0.75em;
  font-size: 2em;
  line-height: 1.1;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold; }

.site-row {
  max-width: 1600px; }

.site-row.header-content {
  padding-top: 1em;
  max-width: calc(1600px + 10rem);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .site-row.header-content .logo {
		color: #000;
    float: left;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    font-size: 2em; }
    .site-row.header-content .logo .cond {
			color: #f50;
      font-size: 2.5em; }
  .site-row.header-content .tel {
		margin-top: 0.5em;
		color: #f50;
    font-size: 3em;
    font-weight: bold;
    display: block;
    float: right;
    text-decoration: none;
    vertical-align: top;
    height: 79px;
    line-height: 79px; }
    .site-row.header-content .tel:before {
      content: '';
      display: inline-block;
      width: 60px;
      height: 60px;
      background: url(../../img/tel.png) 0 0 no-repeat;
      background-size: contain;
      vertical-align: middle; }

.rec-header .site-row {
  overflow: visible;
  padding-bottom: 73px;
  background: url(../../img/h1.png) 100% 70% no-repeat;
  background-size: contain; }

.rec-line {
	color: #000;
  display: block;
  text-decoration: none !important;
  background-image: linear-gradient(to right, #fff 40%, rgba(255, 255, 255, 0) 80%);
  margin: 35px 0;
  position: relative;
  clear: left; }
  .rec-line:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 1000px;
    height: 100%;
    background-color: #fff; }
  .rec-line img {
    display: block;
    float: left;
    margin: -15px 1em -15px 0; }
  .rec-line h2 {
    margin: 0;
    font-size: 3em; }
  .rec-line p {
    margin: 0;
    font-size: 1.5em; }

.site-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .site-content .to-top {
    -webkit-order: -2;
    -ms-flex-order: -2;
    order: -2; }
    .site-content .header-car.to-top {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

.header-grad {
  background-image: linear-gradient(#3b3b3b, #1b1b1b); }
  .header-grad .site-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    overflow: visible; }
  .header-grad .rec-block {
    text-decoration: none;
    color: #222;
    background-color: #fff;
    width: 25%;
    display: inline-block;
    text-align: left;
    margin: -73px 0.25em 0.5em; }
  .header-grad .h3 {
    color: #fff;
    font-weight: bold;
    background-color: #000;
    text-align: center;
    margin: 0;
    font-size: 2em;
    padding: .25em 0 0;
    line-height: 45px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    height: 73px; }
    .header-grad .h3:before {
      content: '';
      display: inline-block;
      vertical-align: top;
      width: 55px;
      height: 55px;
      margin-right: .5em;
      background: url(../../img/slice.png) 0 0 no-repeat;
      background-size: contain; }
  .header-grad p {
    margin: 0;
    padding: 1em;
    text-align: center; }

.header-car {
  background: #000 url(../../img/bg1.jpg) 50% 0 no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  padding: 1em 0 2em; }
  .header-car a {
    color: #fff;
    text-decoration: underline; }
    .header-car a:hover {
      color: #fff; }
  .header-car h1,
  .header-car h2,
  .header-car h3,
  .header-car h4 {
    color: #fff; }
  .header-car h2 {
    text-align: center; }
  .header-car form {
    /*-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;*/
    text-align: center; }
    .contact-row {
      display: inline-block;
      width: 45%;
      text-align: left;
    }
  .header-car .form-row {
    display: inline-block;
    width: 500px;
    max-width: none;
    text-align: left;
    margin: 0;
    padding: .8em 0 0; }
    .header-car .field-message-comment .form-row label {
      width: 100%;
    }
    .header-car .form-row label {
      float: left;
      width: 40%; }
      .required label.control-label:after {
        content: '*';
        color: #f50;
      }
      .header-car .form-row label.error {
        width: 100%;
        top: -.1rem;
        text-align: right; }
    .header-car .form-row input,
    .header-car .form-row select {
      float: left;
      width: 60%; }
    .header-car .form-row.submit-row {
      position: static; }
      .header-car .form-row.submit-row input,
      .header-car .form-row.submit-row button {
        background: transparent url(../../img/send.png) 0 0 no-repeat;
        color: transparent;
        width: 324px;
        height: 40px;
        border: none;
        position: absolute;
        bottom: -1em;
        left: 50%;
        margin: 0 0 0 -162px;
        max-width: none; }
        .header-car.to-bottom {
          padding-bottom: 3em;
        }
        .header-car.to-bottom .form-row.submit-row input,
        .header-car.to-bottom .form-row.submit-row button {
          bottom: .5em;
        }
      .header-car .form-row.submit-row a.button {
        background-color: #ffd440;
        color: #222;
        position: absolute;
        bottom: -1em;
        left: 50%;
        font-weight: bold;
        width: 200px;
        float: none;
        margin: 0 0 0 -100px;
        border: 4px solid #000;
        border-right: none;
        padding: .25em; }
        .header-car .form-row.submit-row a.button:before {
          content: '';
          display: block;
          width: 1.65em;
          height: 1.65em;
          background-color: #ffd440;
          position: absolute;
          right: -.8em;
          top: .15em;
          border-top: 4px solid #000;
          border-right: 4px solid #000;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
    .header-car .form-row.label-wide label {
      width: 100%; }

.entry {
  padding: 1em 0;
  border-bottom: .25em solid #949da7; }
  .entry h2+a>img,
  .entry h1+img {
    float: left;
    margin-right: 1em;
    max-width: 25%; }
  .entry .date {
    color: #353535;
    font-weight: bold; }
  .entry h2 {
    font-weight: normal;
    margin: 0 0 .5em; }

.file-input {
  width: 100%;
  margin-bottom: 3em;
}

.fileinput-remove {
  display: none;
}

.file-preview {
  border-radius: 0;
}

.file-drop-zone {
  margin: 0;
  border: none;
}

.file-drop-zone-title {
  font-size: 1em;
  padding: 10px;
}

.file-preview-frame {
  width: 4em;
  height: 4em;
}

.file-preview-image {
  height: 4em;
  max-width: 4em;
  max-height: 4em;
}

.file-caption-name {
  display: none;
}

.kv-upload-progress,
.form-row .fileinput-cancel-button {
  display: none;
}

.btn-file {
  position: static;
  font-size: 0;
  text-align: left;
}

.header-car .form-row .btn-file input[type=file] {
  position: static;
  opacity: 1;
  width: 100%;
  float: none;
  background-color: transparent;
  border: none;
  color: transparent;
  font-size: 1rem;
  text-align: left;
}

.file-preview-frame {
  margin: 0;
  padding: 0;
}
.file-thumbnail-footer {
  /*position: relative;*/
}
.kv-file-remove.btn-default {
  background-color: #f50;
  font-size: 0;
  width: 20px;
  height: 20px;
  max-width: 100%;
  line-height: 17px;
  text-align: center;
  margin: -17px 0 0 -20px;
  border: 1px solid #fff;
  z-index: 100;
  position: absolute;
}

.kv-file-remove.btn-default:before {
  content: 'x';
  display: inline-block;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}

.h2 {
    margin: 0 0 .5em;
    font-size: 3em;
    line-height: 1.1;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    text-align: center;
}

.form-group.field-message-img {
  /*height: 200px;
  overflow: hidden;
  display: inline-block;*/
}


@media only screen and (max-width: 1400px) {
  .site-row.header-content {
    font-size: .75em; }
  .rec-header .site-row {
    padding-bottom: 45px; }
  .rec-line {
    margin: 15px 0;
    padding: 5px 0 5px 70px;
    font-size: .75em;
    height: auto; }
    .rec-line img {
      display: block;
      position: absolute;
      left: 0;
      top: 7px;
      width: 59px;
      height: 59px;
      margin: 0; }
  .header-grad .rec-block {
    width: 33%;
    margin: -45px 0.25em 0.5em; }
  .header-grad .h3 {
    font-size: 1.5em;
    padding: .25em 0 0;
    line-height: 30px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    height: 45px; }
    .header-grad .h3:before {
      content: '';
      display: inline-block;
      width: 28px;
      height: 28px;
      margin-right: .3em;
      margin-bottom: -5px; }
      .header-car .form-row {
        width: 400px;
      }
    }

@media only screen and (max-width: 1200px) {
  .header-car .form-row {
    width: 350px; } }

@media only screen and (max-width: 1000px) {
  .site-row {
    padding: 0 40px; }
  .site-row.header-content .tel {
    font-size: 3em; }
    .site-row.header-content .tel:before {
      width: 40px;
      height: 40px;
      margin-bottom: -7px; }
  .rec-header .site-row {
    background-image: none; }
    .header-car .form-row {
        width: 500px;
      }
  .contact-row {
      display: block;
      width:500px;
      margin: 0 auto;
      text-align: left;
    }}

@media only screen and (max-width: 800px) {
  .footer-text-wrap {
    display: block; }
    .footer-text-wrap .footer-text {
      display: block;
      float: none;
      margin: 1em 0;
      padding: 0; }
  .site-row.header-content {
    display: block; }
    .site-row.header-content .logo {
      display: block;
      float: none;
      margin: 0 auto;
      text-align: center; }
    .site-row.header-content .tel {
      margin: 0 auto;
      float: none;
      text-align: center;
      font-size: 2.125em; }
      .site-row.header-content .tel:before {
        width: 30px;
        height: 30px;
        margin-bottom: -7px; }
  .rec-line {
    padding-left: 60px; }
    .rec-line img {
      width: 50px;
      height: 50px;
      top: 50%;
      margin-top: -25px; }
    .rec-line div.cond {
      margin: 0;
      font-size: 2em; }
    .rec-line p {
      font-size: 1.25em; }
  .header-grad .site-row {
    display: block;
    margin-top: -45px; }
  .header-grad .rec-block {
    display: block;
    margin: 0 auto 0.25em;
    width: 80%; }
  .header-car {
    background-image: none; }
    .header-car form {
      /*-webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;*/ }

    .header-car .form-row {
      display: block;
      width: auto;
      margin: .5em auto;
      max-width: none; } }

@media only screen and (max-width: 600px) {
  .site-row {
    padding: 0 20px; }
  .header-car form {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1; }
  .header-car .form-row {
    display: block;
    width: auto;
    margin: .5em auto;
    max-width: none;
    min-width: 0; }
    .header-car .form-row label {
      float: none;
      width: auto; }
    .header-car .form-row input,
    .header-car .form-row select {
      float: none;
      width: 100%; }
      .contact-row {
        width: auto;
        } }

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.glyphicon,
.tooltip {
  display: none !important;
}

body{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
