@charset "UTF-8";
/*!
* Start Bootstrap - Creative v7.0.5 (https://startbootstrap.com/theme/creative)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-creative/blob/master/LICENSE)
*/
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

@import url('https://fonts.googleapis.com/css2?family=Anaheim&family=Anton&display=swap');

:root {
  --bs-blue: #194071;
  --bs-blue-light: #89D6F8;
  --bs-blue-light2: #599BD4;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #C6203A;
  --bs-orange: #F04C23;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #ECE8E7;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #f4623a;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 244, 98, 58;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: 'Anaheim', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --bs-body-font-size: 1.2rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #1f1f1f;
  --bs-body-bg: #fff;
  --bs-section-height:73vh;
  --bs-bg-blue-grad-light:#005BAB;
  --bs-bg-blue-grad-dark:#194071;
  --bs-btn-radius:8px;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x:hidden;
  position: relative;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Anton', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700; 
  line-height: 1.2;
  letter-spacing:0.04rem;
}

h1, .h1 {
  font-size: calc(1.375rem + 2vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.2rem + 1vw);
  /*background: -webkit-linear-gradient( #40206B, #BA4B7D); *
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  
}
h2.gradient-white {
  
  background: -webkit-linear-gradient( #ffffff, #BA4B7D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.75rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}
/*
*
*
*    color 
* 
*
*/
.main {
color:var(--bs-body-color);
}
.red {
color: var(--bs-red); 
}
.blue-light {
color: var(--bs-blue-light);
}
.blue-light2 {
color: var(--bs-blue-light2);
}
.orange {
color: var(--bs-orange);
}
.blue {
color: var(--bs-blue);
}
.magenta {
color:#5A1846;
}
.magenta-light {
color:#910D3F;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.font-weight-bold {
font-weight:bold;
}
.font-weight-normal {
font-weight:normal;
}
abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.8em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #f4623a;
  text-decoration: underline;
}
a:hover {
  color: #c34e2e;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
  font-weight:bold;
  font-size: 0.9rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: var(--bs-blue-light);
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1480px;
  }
}
.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}
.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

section, footer {
padding: 4rem 0  3rem 0;
}
/*
*
*   background
*
*/
.bg-blue-img {
background:url('../assets/img/bg-hero.jpg');
background-size: cover;
}
footer {
background:url('../assets/img/bg-footer.jpg');
background-size: cover;
}
.bg-grey {
background-color:#f5f5f5;
}
/*
*
*   navigation & button
*
*/
#mainNav {
border-bottom:solid var(--bs-red) 4px;
}
#mainNav a {
text-decoration:none;
}
.btn {
border-radius: var(--bs-btn-radius);
border:none;
transition: none!important; 
}
.btn-primary {
    color: #fff;
    background-color: var(--bs-red);
    /*background: linear-gradient(90deg, #F04C23 0.01%, #F04C23 0.02%, #D22E05 100%); */
    /*border-color: #0d6efd;*/
}
.btn-secondary {
    color: #fff;
    background-color: var(--bs-blue);
    /*background: linear-gradient(90deg, #005BAB 0.01%, #005198 0.02%, #194071 100%);*/
    /*border-color: #6c757d;*/
}
.btn-primary:hover,.btn-primary:active {
    color: #fff;
    background: /*var(--bs-orange)*/#C5320D;
    
}
.btn-secondary:hover, .btn-secondary:active {
    color: #fff;
    background: var(--bs-blue);
    
}
.btn-dlz {
background: linear-gradient(90deg, #5A1846 0%, #910D3F 100%);
color: #fff;
}
.btn-dlz:hover {
background: #910D3F;
color: #fff;
}
.navbar {
background-color:var(--bs-white);
}
#top-bar .nav-item, #mainNav .nav-item {
border-radius: var(--bs-btn-radius);
font-size:14px;
  
}
#top-bar .nav-item:hover {
background: var(--bs-blue);
  
}
#top-bar .nav-item.active {
background: var(--bs-blue);
}
#top-bar .nav-item a {
opacity:0.9;
}
#top-bar .nav-item a:hover {
opacity:1;
}
#top-bar .dlz {
background: linear-gradient(180deg, #5A1846 0%, #910D3F 100%);
}
.btn-login a {
color: var(--bs-orange)!important;
}
.btn-login a:hover {
color: var(--bs-white);
}
#mainNav .nav-link {
color:var(--bs-blue);
}
#mainNav  .nav-link.active {
color:var(--bs-red);
}
.navbar-nav li:last-child{
    margin-right: 0px!important;
}
.navbar-shrink {
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}
.navbar-shrink .navbar-brand img {
    max-height: 70px!important;
}
.form-control.s-top {
background-color: var(--bs-blue-light);
border:none;
/*color:var(--bs-white); */
}
/** 
 *
 *    section scroll hack 
 *
 *
 ***/
a.anchor {
    display: block;
    position: relative;
    top: -175px;
    visibility: hidden;
}
/** 
 *
 *    hero seciton 
 *
 *
 ***/
header.masthead {
  padding-top: 2rem;
  padding-bottom: calc(4rem - 2.5rem);

  
}

header.masthead h1, header.masthead .h1 {
  font-size: 2.25rem;
  
}

@media (min-width: 992px) {
  header.masthead {
    padding-top: 7rem;
  padding-bottom: calc(7rem - 3.5rem);
    min-height: 536px;
    
    /*padding-top: 4.5rem;
    padding-bottom: 0;*/
  }
  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead h1, header.masthead .h1 {
    /*font-size: 2.25rem;*/
  }
}
@media (min-width: 1200px) {
  header.masthead h1, header.masthead .h1 {
    /*font-size: 3rem;*/
  }
  header.masthead {
  padding-top: 5rem;
  padding-bottom: calc(7rem - 2.5rem);
  }
  .btn-xl {
    padding: 1rem 1.25rem;
    z-index: 999;
    /* border-radius: 10rem; */
}
}
/*
*
*
* tooltip
* 
*
**/
#TelPopup, #TextPopup, #CalPopup, #InfoPopup, #PayPopup {
  width: 260px;
  padding: 16px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));

  background-color: white;
  border-radius: 6px;
  position: absolute;
  display: none;
}

#TelPopup::before, #TextPopup::before, #CalPopup::before, #InfoPopup::before, #PayPopup::before  {
  content: "";
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background-color: white;
  position: absolute;
  left: 144px;
  top: -6px;
}
/*
*
*
* svg responsive
* 
*
**/
.-svg-container { 
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 65vh;
	vertical-align: middle; 
	overflow: hidden; 
    
}
.-svg-content { 
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
    bottom: 0; right: 0;
    margin: auto;
}
/*
*
*
* product
* 
*
**/
.colprod {
border-left:2px dashed #599BD4;
}
.colprod .b-left::before {
content: "";
  width: 2px;
  height: 100%;
  
  background-color: var(--bs-orange);
  position: absolute;
  left: calc(-3rem - 2px);
  top: 0px;
}
.colprod .b-left.b-left-p-2::before {

  left: calc(-1.5rem - 2px);
  
}
.colprod h3 {
min-height:2.8rem;
}
.colprod h3.large {
min-height:4.8rem;
}
.colprod p {
min-height:5rem;
}
@media (min-width: 576px) { 
.colprod h3 {
min-height:6.8rem;
}
.colprod h3.large {
min-height:11.8rem;
}
.colprod p {
min-height:12rem;
}
}
@media (min-width: 992px) { 

}
a:hover .bi {

-webkit-animation: bounceInRight 1s;
    animation: bounceInRight 1s;
}
.border-dash {
border: 2px dashed #599BD4;
box-sizing: border-box;
border-radius: 16px;
}
.border-dash-white {
border: 2px dashed #ffffff;
box-sizing: border-box;
border-radius: 16px;
}
.numberCircle {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    /*padding: 8px;*/
    background: var(--bs-blue);
    text-align: center;    
}
/*
*
*
* footer
* 
*
**/
footer, .bor-top-dash {

box-sizing: border-box;
}
footer .card {
    
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius:0;
}
footer a, footer a.nav-link {
color: var(--bs-white);
font-size:0.85rem;
font-weight:700;
}
.ms-n5 {
    margin-left: -40px;
}
.absfooter {
font-size:0.85rem;
background-color:var(--bs-red);
color: var(--bs-white);
}
/*
*
*
* carusel testemonials
* 
*
**/
#carouselExampleIndicators {
  margin-left: 50px;
  margin-right: 50px;
}

.carousel-control-prev {
  margin-left: -45px;
}

.carousel-control-next {
  margin-right: -45px;
}
.testimonial-slider .carousel-indicators button {
    width: 10px;
    height: 10px;
    background-color: #dc3545;
    border-radius: 100%;
}
.testimonial-slider i {
    padding: 0 4px; 
}
/*
*
*
* team member
* 
*
**/
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.social-link {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 0.9rem;
}
/*
*
*
* mapy
* 
*
**/
.gmap {
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.gmap-area .gmap iframe {
    border-radius: 50%;
    height: 280px;
    width: 300px;
}
/*
*
**
*  go top
*  
**/
.gototop {
    left: 20px;
    bottom: 25px;
    width: 52px;
    height: 52px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
    padding: 10px;
    color: var(--bs-red);
}
.gotopshow {
    opacity: 1;
    color: var(--bs-red);
}

span.highlight {font-weight:bold;} 

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}
/*
*
**
*  formular
*  
**/
#main-contact-form > .answer { display:none; }