/* Copyright 2017 Dominik Krulak
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* -------------------------------- ABOUT --------------------------------------
 * Compiled to:      i13.min.css
 * File name abbr.:  id13
 * Description:      custom style of the product page
 * ---------------------------------------------------------------------------*/
/* Copyright 2017 Dominik Krulak
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* -------------------------------- ABOUT --------------------------------------
 * Compiled to:      *
 * File name abbr.:  -
 * Description:      SASS variables that are imported in almost every CSS
 *                   stylesheet.
 * ---------------------------------------------------------------------------*/
/* Local default fonts */
/* Google fonts */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* Theme */
/* Typography and iconography colors */
/* SPINNER */
/* ANIMATION */
/* SNACKBAR */
/* Copyright 2017 Dominik Krulak
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* -------------------------------- ABOUT --------------------------------------
 * Compiled to:      *
 * File name abbr.:  -
 * Description:      SASS mixins that are imported in almost every CSS
 *                   stylesheet.
 * ---------------------------------------------------------------------------*/
/* Dialog */
.contact-page {
  background-color: #303030;
}
.contact-page #pgTtl {
  padding-bottom: 3rem;
}
.contact-page #pgTtl h1 {
  color: #f68400;
}
.contact-page #pgTtl h2 {
  margin-bottom: 0;
  color: #ffffff;
}
.contact-page #pgTtl p {
  color: #ffffff;
}
.contact-page #pgTtl a {
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 1.25em;
}
@media only screen and (max-width: 812px) {
  .contact-page #pgTtl a {
    font-size: 1.125em;
  }
}
.contact-page #pgTtl figure {
  padding-bottom: 2rem;
}
.contact-page #contacts-contact-form {
  padding-top: 1rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 812px) {
  .contact-page #contacts-contact-form {
    padding-bottom: 5rem;
  }
}
.contact-page #contacts-contact-form > * {
  -webkit-box-shadow: 0px 12px 86px -15px rgba(0, 0, 0, 0.95);
  -moz-box-shadow: 0px 12px 86px -15px rgba(0, 0, 0, 0.95);
  box-shadow: 0px 12px 86px -15px rgba(0, 0, 0, 0.95);
}
.contact-page #contacts-contact-form > * #contacts {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.27);
}
.contact-page #contacts-contact-form > * #contacts h1, .contact-page #contacts-contact-form > * #contacts p {
  color: #ffffff;
}
.contact-page #contacts-contact-form > * #contacts h6 {
  color: #ffffff;
}
.contact-page #contacts-contact-form > * #contacts a {
  color: #ffc597;
}
.contact-page #contacts-contact-form > * #contact-form {
  background-color: #1d1d1f;
}
.contact-page form > div h2, .contact-page form > div p {
  color: #ffffff;
}
.contact-page form > div:last-child {
  padding-bottom: 5rem;
}
.contact-page form > div > .iptHr label {
  color: rgba(255, 255, 255, 0.6);
}
.contact-page form > div > .iptHr input:not([type=checkbox]):not([type=radio]), .contact-page form > div > .iptHr textarea, .contact-page form > div > .iptHr select {
  color: #ffffff;
  border: 1px solid #5e5e5e;
  background-color: rgba(0, 0, 0, 0.87);
}
.contact-page form > div > .iptHr input:not([type=checkbox]):not([type=radio])::placeholder, .contact-page form > div > .iptHr textarea::placeholder, .contact-page form > div > .iptHr select::placeholder {
  color: #919191;
}
.contact-page form #form-footer {
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 480px) {
  .contact-page form #form-footer {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .contact-page form #form-footer span {
    display: block;
  }
}
.contact-page form #form-footer a {
  color: #5ac8fa;
}
@media only screen and (max-width: 480px) {
  .contact-page form #form-footer a {
    display: block;
  }
}
