@import url("bootstrap/css/bootstrap.min.css") all;
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,500italic,700,700italic,300italic&subset=latin,cyrillic);
a:link, a:hover, a:visited {
  text-decoration: underline;
  color: #000000; }

/** {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/
BODY {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  background: #E8E8E8; }

.page-wrapper {
  background: #fff; }

.container {
  max-width: 800px;
  width: 100%;
  display: block;
  clear: both;
  margin: 0 auto; }

.img-container {
  display: block;
  line-height: 0; }

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

.wrapper {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto; }

.header {
  display: block; }

.header-image {
  display: block;
  line-height: 0;
  position: relative; }

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

.header-image figcaption {
  display: block;
  position: absolute;
  left: 0px;
  top: 10%;
  padding: 30px 35px;
  background: #FEEF00;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.1; }

.footer {
  font-size: 12px;
  padding-top: 20px;
  padding-bottom: 50px; }

.contacts-footer {
  margin-top: 50px; }

.viega-logo {
  max-width: 100px;
  float: right; }

.section-title {
  font-size: 24px;
  font-weight: 700;
  margin: 20px 0;
  padding: 0 0 0 0; }

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

ul {
  padding: 0 0 0 18px;
  margin: 0 0 0 0; }

ul li {
  margin-bottom: 5px; }

p {
  margin: 0px 0 10px 0;
  padding: 0 0 0 0; }

.section {
  display: block;
  max-width: 800px;
  width: 100%; }

.section-thumbnails {
  margin-top: 50px;
  margin-bottom: 50px; }

.btn {
  background: #FEEF00;
  display: inline-block;
  font-weight: 700;
  padding: 15px 20px;
  text-align: center;
  margin: 15px auto;
  color: #000 !important;
  text-decoration: none !important;
  border-radius: 8px;
  font-size: 18px; }

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