@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato");
@font-face {
  font-family: "Salome";
  src: url("../fonts/salome.woff2") format("woff2"), url("../fonts/salome.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Luxia";
  src: url("../fonts/luxia.woff2") format("woff2"), url("../fonts/luxia.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  min-height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

body,
a {
  color: #758191;
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
  font-family: "Lato";
  outline: 0;
}

img {
  vertical-align: bottom;
}

section.facebook-frame {
  width: 500px;
  margin: 40px auto;
}
section.navigation .navigation-container {
  -webkit-box-shadow: 0px 0px 35px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 35px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 35px -6px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 20;
  background-color: #fff;
}
section.navigation .navigation-container.fixed {
  position: fixed;
  top: 0;
}
section.navigation .navigation-container .mobile-open {
  display: none;
}
section.navigation .navigation-container .mobile-logo {
  display: none;
}
section.navigation .navigation-container ul {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
section.navigation .navigation-container ul li {
  display: inline-block;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
}
section.navigation .navigation-container ul li a {
  display: inline-block;
  text-align: center;
  width: 124px;
  font-family: "Luxia";
  text-transform: uppercase;
  font-size: 14px;
  color: #3A6B93;
}
section.navigation .navigation-container ul li a.logo {
  width: auto;
  padding-right: 30px;
  padding-left: 30px;
}
section.navigation .navigation-container ul li a.logo img {
  vertical-align: middle;
  height: 90px;
}
section.navigation .navigation-container ul li a:hover {
  color: #b2bfd0;
}
section.header {
  position: relative;
  height: 600px;
  overflow: hidden;
}
section.header .logo {
  position: relative;
  display: none;
  z-index: 30;
}
section.header .image {
  position: absolute;
  top: 0;
  z-index: 20;
  height: 100%;
  width: 100%;
  background-image: url(../images/05.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
section.header .loader {
  position: absolute;
  top: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-image: url(../images/ajax-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
}
section.photo {
  height: 600px;
  text-align: center;
  background-position: center;
  background-size: cover;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
section.photo {
  height: 600px;
}
section.portfolio {
  -webkit-box-shadow: 0px 0px 35px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 35px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 35px -6px rgba(0, 0, 0, 0.2);
}
section.portfolio ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
section.portfolio ul li {
  overflow: hidden;
  float: left;
  width: 20%;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  display: none;
}
section.portfolio ul li:nth-child(-n+10) {
  display: block;
}
section.portfolio ul li a img {
  width: 100%;
}
section.certificates {
  -webkit-box-shadow: 0px 0px 35px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 35px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 35px -6px rgba(0, 0, 0, 0.2);
}
section.certificates ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
section.certificates ul li {
  overflow: hidden;
  float: left;
  width: 25%;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: none;
}
section.certificates ul li:nth-child(-n+4) {
  display: block;
}
section.certificates ul li a img {
  width: 100%;
}
section.text {
  padding: 100px 0;
}
section.text .content {
  width: 1000px;
  margin: 0 auto;
}
section.text .content h1,
section.text .content h2,
section.text .content h3 {
  font-family: "Salome";
  font-weight: normal;
}
section.text .content h1 {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  font-size: 34px;
  line-height: 40px;
  color: #3A6B93;
  border-bottom: 2px solid #DB6488;
}
section.text .content h2 {
  color: #DB6488;
  margin: 40px 0 20px 0;
}
section.text .content .table {
  width: 100%;
}
section.text .content .table.workshops {
  border-collapse: collapse;
}
section.text .content .table.workshops tr {
  border-bottom: 1px solid #C9CDD3;
}
section.text .content .table.workshops tr td {
  padding: 20px 10px;
  vertical-align: top;
}
section.text .content .table.workshops tr td:first-child {
  font-weight: bold;
}
section.text .content .table.workshops tr:last-child {
  border: none;
}
section.text .content .table.pricelist {
  border-collapse: collapse;
}
section.text .content .table.pricelist tr {
  border-bottom: 1px solid #C9CDD3;
}
section.text .content .table.pricelist tr td {
  padding: 20px 10px;
  vertical-align: top;
}
section.text .content .table.pricelist tr td:first-child:before {
  content: "•";
  color: #DB6488;
  padding-right: 10px;
}
section.text .content .table.pricelist tr td:last-child {
  text-align: right;
  font-family: "Salome";
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #3A6B93;
  text-wrap: nowrap;
}
section.text .content .table.pricelist tr td .name {
  font-weight: bold;
}
section.text .content .table.pricelist tr td .description {
  padding-left: 20px;
  font-size: 12px;
  line-height: 14px;
  display: block;
}
section.text .content .table.pricelist tr:last-child {
  border: none;
}
section.footer {
  padding: 80px 0;
  background-color: #171717;
  background-image: url(../images/bg-pattern.png);
}
section.footer .content {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
section.footer .content p {
  margin: 0;
  padding: 0 0 5px 0;
  color: #fff;
}
section.footer .content a {
  color: #DB6488;
}
section.footer .content a:hover {
  color: #CFD0D4;
}
section.footer .content h2 {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  color: #fff;
  border-bottom: 1px solid #DC6588;
  font-family: "Salome";
  font-weight: normal;
  font-size: 20px;
}
section.footer .content .map {
  position: relative;
  height: 300px;
  margin-bottom: 60px;
  overflow: hidden;
}
section.footer .content .map .zoom {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
}
section.footer .content .map a {
  display: block;
  margin-top: -900px;
}
section.footer .content .map a:hover {
  opacity: 0.7;
}
section.footer .content .left {
  float: left;
}
section.footer .content .left .social {
  overflow: hidden;
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
}
section.footer .content .left .social li {
  float: left;
  margin: 0 10px 0 0;
}
section.footer .content .left .social li a {
  overflow: hidden;
  display: block;
  width: 41px;
  height: 41px;
  text-indent: -100px;
  background-image: url(../images/social-icons.png);
}
section.footer .content .left .social li a.facebook {
  background-position: -551px -536px;
}
section.footer .content .left .social li a.instagram {
  background-position: -99px -536px;
}
section.footer .content .left .social li a:hover {
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
section.footer .content .right {
  float: right;
}
section.footer .content .right dl {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
}
section.footer .content .right dl dt {
  float: left;
  clear: both;
  padding: 0 0 5px 0;
}
section.footer .content .right dl dd {
  float: right;
  padding: 0 0 5px 0;
}

@media (max-width: 767px) {
  body,
  a {
    font-size: 16px;
    line-height: 24px;
  }
  section.header {
    height: 300px;
  }
  section.header .image {
    background-attachment: inherit;
  }
  section.header .logo {
    display: block;
    width: 80px;
    float: right;
    margin: 10px;
  }
  section.header .logo img {
    width: 100%;
  }
  section.photo {
    height: 300px;
  }
  section.navigation .navigation-container {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
  }
  section.navigation .navigation-container.fixed {
    background-color: #fff;
  }
  section.navigation .navigation-container.fixed .mobile-open {
    background-image: url(../images/menu-icon-dark.png);
  }
  section.navigation .navigation-container.fixed .mobile-logo {
    display: block;
  }
  section.navigation .navigation-container.open {
    background-color: #fff;
  }
  section.navigation .navigation-container.open .mobile-open {
    background-image: url(../images/close-icon.png);
  }
  section.navigation .navigation-container.open ul {
    display: block;
  }
  section.navigation .navigation-container .mobile-open {
    float: left;
    display: block;
    overflow: hidden;
    text-indent: -999px;
    margin: 10px;
    width: 40px;
    height: 40px;
    background-image: url(../images/menu-icon.png);
    background-size: contain;
  }
  section.navigation .navigation-container .mobile-logo {
    float: right;
    display: none;
    width: 80px;
    margin: 10px;
  }
  section.navigation .navigation-container .mobile-logo img {
    width: 100%;
  }
  section.navigation .navigation-container ul {
    clear: both;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
    display: none;
  }
  section.navigation .navigation-container ul li {
    display: block;
    float: none;
    padding: 10px 0;
  }
  section.navigation .navigation-container ul li.logo {
    display: none;
  }
  section.navigation .navigation-container ul li a {
    text-align: left;
    width: auto;
  }
  section.photo {
    height: 300px;
  }
  section.text {
    padding: 40px 0;
  }
  section.text .content {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
  }
  section.text .content h1 {
    font-weight: normal;
    font-size: 22px;
  }
  section.text .content .table.pricelist tr td .description {
    padding: 0;
  }
  section.text .content .table.pricelist tr td:first-child:before {
    content: "";
    padding: 0;
  }
  section.portfolio {
    -webkit-box-shadow: 0px 0px 35px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 35px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 35px -6px rgba(0, 0, 0, 0.2);
  }
  section.portfolio ul li {
    width: 50%;
  }
  section.portfolio ul li:nth-child(-n+10) {
    display: none;
  }
  section.portfolio ul li:nth-child(-n+4) {
    display: block;
  }
  section.certificates {
    -webkit-box-shadow: 0px 0px 35px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 35px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 35px -6px rgba(0, 0, 0, 0.2);
  }
  section.certificates ul li {
    width: 50%;
    display: none;
  }
  section.certificates ul li:nth-child(-n+4) {
    display: block;
  }
  section.map #map-canvas {
    display: none;
  }
  section.map .directions {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    border: none;
  }
  section.footer {
    padding: 40px 0;
  }
  section.footer .content {
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
  }
  section.footer .content .left {
    width: 100%;
    float: none;
  }
  section.footer .content .right {
    width: 100%;
    margin: 0 0 40px 0;
    float: none;
  }
}

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