/* merriweather-regular - latin-ext_latin */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/fonts/merriweather-v28-latin-ext_latin-regular.woff2") format("woff2"), url("/fonts/merriweather-v28-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* merriweather-italic - latin-ext_latin */
@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("/fonts/merriweather-v28-latin-ext_latin-italic.woff2") format("woff2"), url("/fonts/merriweather-v28-latin-ext_latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* merriweather-700 - latin-ext_latin */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/fonts/merriweather-v28-latin-ext_latin-700.woff2") format("woff2"), url("/fonts/merriweather-v28-latin-ext_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* merriweather-700italic - latin-ext_latin */
@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("/fonts/merriweather-v28-latin-ext_latin-700italic.woff2") format("woff2"), url("/fonts/merriweather-v28-latin-ext_latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-regular - latin-ext_latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/fonts/ubuntu-v19-latin-ext_latin-regular.woff2") format("woff2"), url("/fonts/ubuntu-v19-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-italic - latin-ext_latin */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("/fonts/ubuntu-v19-latin-ext_latin-italic.woff2") format("woff2"), url("/fonts/ubuntu-v19-latin-ext_latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-700 - latin-ext_latin */
@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/fonts/ubuntu-v19-latin-ext_latin-700.woff2") format("woff2"), url("/fonts/ubuntu-v19-latin-ext_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ubuntu-700italic - latin-ext_latin */
@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("/fonts/ubuntu-v19-latin-ext_latin-700italic.woff2") format("woff2"), url("/fonts/ubuntu-v19-latin-ext_latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}
section > div > div.row {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.sectionfull {
  height: calc(100vh - 135px);
}

.sectioncenter {
  display: flex;
  align-items: center;
}

.backgroundtopcenter {
  background-position: center top !important;
}

.backgroundcentercenter {
  background-position: center !important;
}

.backgroundbottomcenter {
  background-position: center bottom !important;
}

.backgroundtopcenter {
  background-position: center top !important;
}

.backgroundtopleft {
  background-position: left top !important;
}

.backgroundcenterleft {
  background-position: left center !important;
}

.backgroundtopright {
  background-position: right top !important;
}

.backgroundcenterright {
  background-position: right center !important;
}

.backgroundbottomright {
  background-position: right bottom !important;
}

.margintop1 > div > div.row {
  margin-top: 0;
}

.margintop2 > div > div.row {
  margin-top: 6rem;
}

.margintop3 > div > div.row {
  margin-top: 9rem;
}

.marginbottom1 > div > div.row {
  margin-bottom: 0;
}

.marginbottom2 > div > div.row {
  margin-bottom: 6rem;
}

.marginbottom3 > div > div.row {
  margin-bottom: 9rem;
}

.paddingtop1 > div > div.row {
  padding-top: 0;
}

.paddingtop2 > div > div.row {
  padding-top: 6rem;
}

.paddingtop3 > div > div.row {
  padding-top: 9rem;
}

.paddingbottom1 > div > div.row {
  padding-bottom: 0;
}

.paddingbottom2 > div > div.row {
  padding-bottom: 6rem;
}

.paddingbottom3 > div > div.row {
  padding-bottom: 9rem;
}

.backgroundsize1 {
  background-size: auto;
}

.backgroundsize2 {
  background-size: contain;
}

.imageposition1 {
  background-position: left top;
}

.imageposition2 {
  background-position: center top;
}

.imageposition3 {
  background-position: right top;
}

.imageposition4 {
  background-position: left center;
}

.imageposition5 {
  background-position: right center;
}

.imageposition6 {
  background-position: left bottom;
}

.imageposition7 {
  background-position: center bottom;
}

.imageposition8 {
  background-position: right bottom;
}

.colbackgroundsize1 {
  background-size: cover;
}

.colbackgroundsize2 {
  background-size: contain;
}

.progrescol {
  background-repeat: no-repeat;
}

body, table td, table th, table tbody td, input, textarea, h1, h2, h3, h4, h5, h6 {
  line-height: 1.7;
}

body {
  font-family: "Ubuntu", sans-serif;
  background-color: #EEEEEE;
  color: #000;
}

.foto_vlevo {
  float: left;
  margin: 0px 20px 10px 0px;
}

.foto_vpravo {
  float: right;
  margin: 0px 0px 20px 10px;
}

h1 {
  font-size: 2em;
  line-height: 1.1;
  font-weight: bold;
  font-family: "Merriweather", serif;
}

h2 {
  font-size: 1.6em;
  font-weight: 400;
  color: #820C12;
  font-family: "Merriweather", serif;
}

h3 {
  font-size: 1.2em;
  font-weight: bold;
}

h4 {
  font-size: 1.1em;
}

a {
  color: #000;
  text-decoration: underline;
}
a:focus {
  text-decoration: none;
  background-color: black;
  color: white;
}
a:focus img.focus {
  outline: 5px dotted yellow;
}
a:focus img.focus2 {
  outline: 5px dotted #820C12;
}
a:hover, a:active {
  color: #820C12;
  background-color: transparent;
}
a:hover img.focus, a:active img.focus {
  outline: none !important;
}
a:hover img.focus2, a:active img.focus2 {
  outline: none !important;
}
a.no-focus-background:focus {
  background-color: transparent;
}
a.nounder {
  text-decoration: none;
}

ul {
  padding-left: 1em;
}
ul li {
  padding-left: 0.8em;
}

img.lightboxthumb {
  width: 120px;
  max-height: 120px;
}

img.response, img.responsive {
  max-width: 100%;
  height: auto;
}

.font2 {
  font-family: "Merriweather", serif;
}

.pre {
  white-space: pre;
}

.uppercase {
  text-transform: uppercase;
}

.black {
  color: black;
}
.black:hover {
  color: black;
}

.h50 {
  height: 50%;
}

.main {
  color: #820C12;
}

.footer {
  background-color: #2D2D2D;
  color: white;
}
.footer a, .footer td {
  color: white;
}
.footer td {
  border-bottom: 0;
  padding-top: 0;
}

.link, .btn-default {
  padding: 0.5rem 2rem;
  display: inline-block;
  border-radius: 2.5rem;
  text-decoration: none;
  transition: all 0.5s;
  text-align: left;
  border: 1px solid transparent;
}
.link:hover, .btn-default:hover {
  text-decoration: none;
}
.link.black-arrow, .link.blue, .btn-default.black-arrow, .btn-default.blue {
  color: white;
  background-color: #820C12;
}
.link.black-arrow:focus, .link.black-arrow:hover, .link.blue:focus, .link.blue:hover, .btn-default.black-arrow:focus, .btn-default.black-arrow:hover, .btn-default.blue:focus, .btn-default.blue:hover {
  background-color: black;
}
.link.main, .link.btn, .btn-default.main, .btn-default.btn {
  color: white;
  background-color: #820C12;
  border: 1px solid #820C12;
}
.link.main:focus, .link.main:hover, .link.btn:focus, .link.btn:hover, .btn-default.main:focus, .btn-default.main:hover, .btn-default.btn:focus, .btn-default.btn:hover {
  background-color: transparent;
  color: #820C12;
}
.link.main-inv, .btn-default.main-inv {
  color: #820C12;
  background-color: white;
  border: 1px solid #820C12;
}
.link.main-inv:focus, .link.main-inv:hover, .btn-default.main-inv:focus, .btn-default.main-inv:hover {
  background-color: #820C12;
  color: white;
}
.link.white, .btn-default.white {
  color: white;
  background-color: transparent;
  border: 1px solid white;
}
.link.white:focus, .link.white:hover, .btn-default.white:focus, .btn-default.white:hover {
  background-color: white;
  color: #820C12;
}
.link.white-full, .btn-default.white-full {
  color: #820C12;
  background-color: white;
  border: 1px solid white;
}
.link.white-full:focus, .link.white-full:hover, .btn-default.white-full:focus, .btn-default.white-full:hover {
  background-color: #820C12;
  color: white;
}

.arrow-right {
  padding-right: 3rem;
  background-image: url(/images/arrow_right_black.svg);
  background-position: right center;
  background-size: 24px 24px;
  text-decoration: none;
  background-repeat: no-repeat;
}
.arrow-right.white {
  color: white;
  background-image: url(/images/arrow_right_white.svg);
}
.arrow-up {
  padding-right: 3rem;
  background-image: url(/images/arrow_up_black.svg);
  background-position: right center;
  background-size: 24px 24px;
  text-decoration: none;
  background-repeat: no-repeat;
  padding-top: 0.1em;
  padding-bottom: 0.2em;
}
.arrow-up.white {
  color: white;
  background-image: url(/images/arrow_up_white.svg);
}
.arrow-left {
  padding-left: 3rem;
  background-image: url(/images/arrow_left_black.svg);
  background-position: left center;
  background-size: 24px 24px;
  text-decoration: none;
  background-repeat: no-repeat;
}
.arrow-left.white {
  color: white;
  background-image: url(/images/arrow_left_white.svg);
}
.underline-red {
  opacity: 1;
  height: 4px !important;
  background-color: #A6A6A6;
  border-radius: 2px;
  position: relative;
}
.underline-red:before {
  content: "";
  display: block;
  width: 145px;
  height: 4px;
  border-radius: 2px;
  background-color: #EF262A;
  position: absolute;
}

.underline-white {
  opacity: 1;
  height: 4px !important;
  background-color: #A6A6A6;
  border-radius: 2px;
  position: relative;
}
.underline-white:before {
  content: "";
  display: block;
  width: 145px;
  height: 4px;
  border-radius: 2px;
  background-color: #FBF737;
  position: absolute;
}

.nopaddingall div {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.colorwhite {
  color: white;
}

.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.white {
  color: white;
}

.border-bottom {
  border-bottom: 1px solid #A6A6A6;
}

.backgroundmain {
  background-color: #820C12;
  color: white;
}
.backgroundmain p, .backgroundmain h1, .backgroundmain h2, .backgroundmain h3, .backgroundmain h4, .backgroundmain a {
  color: white;
}
.backgroundmain .col {
  background-color: rgba(40, 54, 130, 0.9);
}

.backgroundgrey {
  background-color: #2D2D2D;
  color: white;
}
.backgroundgrey a {
  color: white;
}

.backgroundlightgray {
  background-color: #A6A6A6;
}

.backgroundldarkgray {
  background-color: #181818;
  color: white;
}
.backgroundldarkgray a, .backgroundldarkgray td {
  color: white;
}

.backgroundwhite {
  background-color: white;
}

@media only screen and (min-width: 768px) {
  .h100 {
    height: 100%;
  }
}

/*# sourceMappingURL=styles-in-progres.css.map */
