/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=latin-ext');
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
html {
  width: 100%;
  height: 100%;
}
input {
  border-radius: 0;
}
textarea {
  border-radius: 0;
}
button:focus {
  outline: none;
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
body {
  font-size: 16px;
  background: #ffffff;
  font-family: 'Roboto', sans-serif;
  color: #353440;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}
header {
  width: 100%;
  margin: auto;
  max-width: 1310px;
  position: relative;
  height: auto;
  padding: 0px 15px;
}
header .banner {
  position: relative;
}
header .banner img {
  display: block;
  width: 100%;
  height: auto;
}
header .banner .main-slogan {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
header .banner .main-slogan .slogan {
  text-align: center;
  margin-top: -28px;
}
header .banner .main-slogan .slogan h2 {
  font-weight: 100;
  font-size: 76px;
  color: #ffffff;
  margin: 0px;
  margin-bottom: 20px;
}
header .banner .main-slogan .slogan span {
  display: inline-block;
  background: #ffffff;
  color: #353440;
  font-size: 16px;
  padding: 5px 17px;
  margin: auto;
  letter-spacing: 2.3px;
}
header nav {
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  padding: 28px 0px;
  flex-wrap: wrap;
  padding-bottom: 14px;
}
header nav a {
  color: #353440;
  display: block;
  padding: 5px 15px;
  margin: 0px 5px;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
}
header nav a:hover {
  color: #ffffff;
  background: #5b5a64;
}
header .active {
  color: #ffffff;
  background: #5b5a64;
}
.main-wrapper {
  width: 100%;
  padding: 0px 15px;
  max-width: 1310px;
  margin: auto;
}
.content {
  width: calc(100% - 340px);
  margin-bottom: 20px;
  float: left;
}
.content h1 {
  color: #353440;
  font-size: 30px;
  font-weight: 300;
  margin-top: 10px;
}
.content p {
  line-height: 24px;
  margin-bottom: 25px;
}
.content p a {
  color: #353440;
  text-decoration: underline;
  color: #5b5a64;
}
.content .date {
  background: #a09fa5;
  color: #ffffff;
  display: inline-block;
  padding: 3px 15px;
  font-size: 16px;
  margin-bottom: 11px;
}
.content ul,
.content ol {
  margin-bottom: 25px;
  padding-left: 35px;
}
.content ul li,
.content ol li {
  margin-bottom: 10px;
  line-height: 24px;
}
.content img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}
.full-width {
  width: 100%;
}
aside {
  width: 300px;
  float: right;
}
.article-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
  width: calc(100% + 50px);
}
.article-list .item {
  padding-left: 50px;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 40px;
}
.article-list .item .photo {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.article-list .item .photo img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.article-list .item .photo:hover img {
  transform: scale(1.1);
}
.article-list .item .text {
  padding-bottom: 30px;
}
.article-list .item .text h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0px;
  margin-bottom: 18px;
}
.article-list .item .text h2 a {
  color: #353440;
}
.article-list .item .text h2 a:hover {
  color: #5b5a64;
}
.article-list .item .text p {
  line-height: 24px;
  margin-bottom: 0px;
}
.article-list-aside {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.article-list-aside .date {
  background: #a09fa5;
  color: #ffffff;
  display: inline-block;
  padding: 3px 15px;
  font-size: 16px;
  margin-bottom: 11px;
}
.article-list-aside .item {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #a09fa5;
}
.article-list-aside .item .photo {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.article-list-aside .item .photo img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.article-list-aside .item .photo:hover img {
  transform: scale(1.1);
}
.article-list-aside .item .text {
  padding-bottom: 30px;
}
.article-list-aside .item .text h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0px;
  margin-bottom: 18px;
}
.article-list-aside .item .text h2 a {
  color: #353440;
}
.article-list-aside .item .text h2 a:hover {
  color: #5b5a64;
}
.article-list-aside .item .text p {
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 20px;
}
.newsletter-box {
  width: 100%;
}
.newsletter-box h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 0px;
  margin-bottom: 18px;
}
.newsletter-box input[type="email"] {
  width: calc(100% - 70px);
  height: 40px;
  border: 1px solid #5b5a64;
  padding: 10px;
  display: block;
  float: left;
}
.newsletter-box input[type="email"]:focus {
  outline: none;
}
.newsletter-box input[type="submit"] {
  width: 70px;
  height: 40px;
  margin: 0px;
  display: block;
  float: right;
  background: #5b5a64;
  border: 0px;
  cursor: pointer;
  color: #ffffff;
  transition: 0.3s;
}
.newsletter-box input[type="submit"]:hover {
  background: #353440;
}
.newsletter-box .infoNewsletter {
  margin-bottom: 10px;
  line-height: 24px;
  color: #0a0;
}
.newsletter-box .infoNewsletter span {
  color: #d00;
}
.comment-list {
  width: 100%;
}
.comment-list .item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a09fa5;
}
.comment-list .item .comment-text {
  padding-bottom: 16px;
  color: #000000;
  line-height: 27px;
  font-size: 15px;
  font-style: italic;
}
.comment-list .item .comment-signature .signature {
  font-size: 15px;
  font-style: italic;
}
.comment-list .item .comment-signature .date {
  color: #ffffff;
  font-size: 15px;
  margin-left: 10px;
  font-style: italic;
}
.comment-list .item .comment-signature .answer {
  cursor: pointer;
  float: right;
  font-size: 15px;
  transition: 0.3s;
  font-style: italic;
}
.comment-list .item .comment-signature .answer:hover {
  color: #a09fa5;
}
.comment-list .item .comment-signature .undercomment {
  display: none;
}
.comment-list .subitem {
  padding-left: 70px;
}
.comment-wrapper {
  width: 100%;
  max-width: 600px;
  padding-top: 30px;
  margin-bottom: 40px;
}
.comment-wrapper label {
  display: block;
  margin-bottom: 5px;
}
.comment-wrapper input[type="text"] {
  width: 100%;
  height: 40px;
  border: 1px solid #5b5a64;
  padding: 10px;
}
.comment-wrapper input[type="text"]:focus {
  outline: none;
}
.comment-wrapper textarea {
  width: 100%;
  height: 30px;
  border: 1px solid #5b5a64;
  resize: none;
  height: 140px;
  padding: 10px;
  margin-bottom: 20px;
}
.comment-wrapper textarea:focus {
  outline: none;
}
.comment-wrapper button[type="submit"] {
  width: 180px;
  height: 40px;
  margin: 0px;
  display: block;
  background: #5b5a64;
  border: 0px;
  cursor: pointer;
  color: #ffffff;
  transition: 0.3s;
  margin-top: 20px;
}
.comment-wrapper button[type="submit"]:hover {
  background: #353440;
}
.comment-wrapper-mini {
  padding-left: 50px;
  float: right;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  max-width: 600px;
}
.comment-wrapper-mini label {
  display: block;
  margin-bottom: 5px;
}
.comment-wrapper-mini input[type="text"] {
  width: 100%;
  height: 40px;
  border: 1px solid #5b5a64;
  padding: 10px;
}
.comment-wrapper-mini input[type="text"]:focus {
  outline: none;
}
.comment-wrapper-mini textarea {
  width: 100%;
  height: 30px;
  border: 1px solid #5b5a64;
  resize: none;
  height: 140px;
  padding: 10px;
  margin-bottom: 20px;
}
.comment-wrapper-mini textarea:focus {
  outline: none;
}
.comment-wrapper-mini button[type="submit"] {
  width: 180px;
  height: 40px;
  margin: 0px;
  display: block;
  background: #5b5a64;
  border: 0px;
  cursor: pointer;
  color: #ffffff;
  transition: 0.3s;
  margin-top: 20px;
}
.comment-wrapper-mini button[type="submit"]:hover {
  background: #353440;
}
.comment-wrapper-mini b {
  display: block;
  margin-top: 20px;
}
.gallery-row {
  margin-top: 25px;
  margin-bottom: 40px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  /*    -webkit-column-fill: auto;*/
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  /*    -moz-column-fill: auto;*/
  column-count: 3;
  column-gap: 20px;
  /*    column-fill: auto;*/
}
.gallery-row .gallery-col {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.gallery-row .gallery-col a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.gallery-row .gallery-col img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery-row .gallery-col .shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  transition: 0.3s;
}
.gallery-row .gallery-col .shadow i {
  display: block;
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  z-index: 15;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.gallery-row .gallery-col:hover .shadow {
  opacity: 1;
}
footer {
  width: 100%;
  margin: auto;
  padding: 30px 0px;
}
footer .wrapper {
  width: 100%;
  margin: auto;
  max-width: 1320px;
  position: relative;
  height: auto;
  padding: 0px 20px;
  color: #353440;
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
}
footer .wrapper .copyright {
  width: 50%;
  order: 1;
}
footer .wrapper .contact {
  width: 50%;
  text-align: right;
  order: 2;
}
footer .wrapper .contact a {
  margin-left: 13px;
  color: #353440;
}
footer .wrapper .contact a i {
  position: relative;
  top: 1px;
  left: -2px;
}
footer .wrapper .contact a:hover {
  color: #5b5a64;
}
.menu-mobile {
  display: none;
}
@media only screen and (max-width: 900px) {
  header .banner .main-slogan .slogan h2 {
    font-size: 60px;
  }
  header .banner .main-slogan .slogan span {
    font-size: 14px;
  }
  header {
    padding-right: 0px;
    padding-left: 0px;
  }
  aside {
    float: none;
    margin: auto;
    width: 100%;
  }
  .content {
    width: 100%;
  }
  .article-list-aside {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .content .date {
    margin-top: 20px;
  }
  .menu-mobile {
    display: block;
    width: 40px;
    border-radius: 5px;
    height: 40px;
    position: fixed;
    z-index: 10;
    top: 10px;
    right: 15px;
    background: #a09fa5;
    color: #ffffff;
    font-size: 26px;
    text-align: center;
    z-index: 100000;
  }
  .menu-mobile i {
    line-height: 40px;
  }
  header nav {
    display: none;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    z-index: 100000;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .article-list .item {
    width: 100%;
  }
  .gallery-row {
    margin-top: 25px;
    margin-bottom: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
  footer .wrapper .contact {
    order: 1;
    width: 100%;
    text-align: center;
  }
  footer .wrapper .contact a {
    margin-left: 7px;
    margin-right: 7px;
  }
  footer .wrapper .copyright {
    order: 2;
    width: 100%;
    text-align: center;
    padding-top: 18px;
  }
  .comment-list .subitem {
    padding-left: 20px;
  }
  .comment-list .item .comment-signature .answer {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 500px) {
  header .banner .main-slogan .slogan h2 {
    font-size: 40px;
  }
  header .banner .main-slogan .slogan span {
    padding: 2px 5px;
  }
  header .banner .main-slogan .slogan {
    margin-top: 0px;
  }
  footer .wrapper .contact {
    order: 1;
    width: 100%;
    text-align: center;
  }
  footer .wrapper .contact a {
    margin-left: 5px;
    margin-right: 5px;
  }
  footer .wrapper .copyright {
    order: 2;
    width: 100%;
    text-align: center;
    padding-top: 18px;
  }
  .gallery-row {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
  }
  .gallery-row .gallery-col {
    margin-bottom: 10px;
  }
}
/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 20px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
