/* line 5, ../../../../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
/* line 103, ../../../../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

/* line 32, ../../../../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* line 40, ../components/sass/_mixins.scss */
.button.button--morebtn, .button.button--morebtnborder, #submit-btn {
  background: #18cbb6;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  padding: 16px 28px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  display: inline-block; }

/* line 52, ../components/sass/_mixins.scss */
#submit-btn {
  background: #1aa3ff !important; }

/* line 55, ../components/sass/_mixins.scss */
.button.button--morebtnborder {
  background: none;
  border: 2px solid #ffffff; }

/* line 59, ../components/sass/_mixins.scss */
.textcenter {
  text-align: center; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* line 13, ../components/sass/_base.scss */
html {
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 26, ../components/sass/_base.scss */
body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  color: #333333;
  line-height: 26px;
  background: #ffffff; }

/**
 * Add the correct display in IE 9-.
 */
/* line 39, ../components/sass/_base.scss */
article, aside, footer, header, nav, section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 53, ../components/sass/_base.scss */
h1 {
  font-size: 2em; }

/* line 57, ../components/sass/_base.scss */
h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.1;
  font-weight: 700; }

/* line 63, ../components/sass/_base.scss */
h2 {
  font-size: 38px;
  font-weight: 700;
  color: #050505;
  text-transform: uppercase; }

/* line 69, ../components/sass/_base.scss */
h3 {
  font-size: 22px; }

/* line 72, ../components/sass/_base.scss */
h4 {
  font-size: 18px;
  line-height: 1.4; }

/* line 76, ../components/sass/_base.scss */
h5 {
  font-size: 16px;
  font-weight: 400; }

/* line 80, ../components/sass/_base.scss */
.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
  margin-bottom: 25px; }

/* line 83, ../components/sass/_base.scss */
p {
  margin-bottom: 15px; }

/* line 86, ../components/sass/_base.scss */
.text-center {
  text-align: center; }

/* line 89, ../components/sass/_base.scss */
.text-right {
  text-align: right; }

/* line 90, ../components/sass/_base.scss */
ul, li {
  list-style: none; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 101, ../components/sass/_base.scss */
figcaption, figure, main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 116, ../components/sass/_base.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 127, ../components/sass/_base.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 140, ../components/sass/_base.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 152, ../components/sass/_base.scss */
a:active, a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 162, ../components/sass/_base.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 172, ../components/sass/_base.scss */
b, strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 181, ../components/sass/_base.scss */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 191, ../components/sass/_base.scss */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 202, ../components/sass/_base.scss */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
/* line 210, ../components/sass/_base.scss */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
/* line 219, ../components/sass/_base.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 228, ../components/sass/_base.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 236, ../components/sass/_base.scss */
sub {
  bottom: -0.25em; }

/* line 240, ../components/sass/_base.scss */
sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 251, ../components/sass/_base.scss */
audio, video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
/* line 260, ../components/sass/_base.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 268, ../components/sass/_base.scss */
img {
  display: block;
  border-style: none;
  max-width: 100%;
  height: auto; }

/**
 * Hide the overflow in IE.
 */
/* line 279, ../components/sass/_base.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 283, ../components/sass/_base.scss */
.clearfix {
  clear: both; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 294, ../components/sass/_base.scss */
button, input, optgroup, select, textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 309, ../components/sass/_base.scss */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 319, ../components/sass/_base.scss */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 330, ../components/sass/_base.scss */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 341, ../components/sass/_base.scss */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 353, ../components/sass/_base.scss */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 364, ../components/sass/_base.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 377, ../components/sass/_base.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 391, ../components/sass/_base.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 400, ../components/sass/_base.scss */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 409, ../components/sass/_base.scss */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 419, ../components/sass/_base.scss */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 429, ../components/sass/_base.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 438, ../components/sass/_base.scss */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 448, ../components/sass/_base.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 461, ../components/sass/_base.scss */
details, menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* line 470, ../components/sass/_base.scss */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 481, ../components/sass/_base.scss */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
/* line 489, ../components/sass/_base.scss */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 500, ../components/sass/_base.scss */
[hidden] {
  display: none; }

/* line 504, ../components/sass/_base.scss */
.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%; }

/* line 514, ../components/sass/_base.scss */
.mobile-show {
  display: none; }

/* line 517, ../components/sass/_base.scss */
.mobile-hide {
  display: block; }

/* line 520, ../components/sass/_base.scss */
.maininnercontent__content .wp-post-image {
  margin-bottom: 20px; }

/* line 523, ../components/sass/_base.scss */
.pagination {
  clear: both;
  text-align: center; }

@media screen and (max-width: 1024px) {
  /* line 529, ../components/sass/_base.scss */
  .mobile-show {
    display: block !important; }

  /* line 532, ../components/sass/_base.scss */
  .mobile-hide {
    display: none; }

  /* line 535, ../components/sass/_base.scss */
  h2 {
    font-size: 25px; } }
/* line 21, ../../../../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/susy-2.2.14/sass/susy/language/susy/_box-sizing.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 36, ../components/sass/_layout.scss */
.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative; }
/* line 12, ../../../../../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/susy-2.2.14/sass/susy/output/support/_clearfix.scss */
.container:after {
  content: " ";
  display: block;
  clear: both; }

/* line 42, ../components/sass/_layout.scss */
.header__mainheader__logo, .maininnercontent .mod__news__newsblock {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left;
  padding-left: 2.08333%;
  padding-right: 2.08333%; }

/* line 45, ../components/sass/_layout.scss */
.header__mainheader__topright {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 58.33333%;
  float: left;
  padding-left: 2.08333%;
  padding-right: 2.08333%; }

/* line 48, ../components/sass/_layout.scss */
.maincontent__news, .maininnercontent__events {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66667%;
  float: left;
  padding-left: 2.08333%;
  padding-right: 2.08333%; }

@media screen and (max-width: 1024px) {
  /* line 51, ../components/sass/_layout.scss */
  .maincontent__news, .maincontent__events.home {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; } }

@media screen and (max-width: 1024px) {
  /* line 57, ../components/sass/_layout.scss */
  .maincontent__news__wrap .mod__news__newsblock {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 2.08333%;
    padding-right: 2.08333%; } }

/* line 64, ../components/sass/_layout.scss */
.maincontent__events, .aboutwrapper__aboutblock {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left;
  padding-left: 2.08333%;
  padding-right: 2.08333%; }

/* line 67, ../components/sass/_layout.scss */
.projectswrapper__projectscol, .mod__news__newsblock {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 2.08333%;
  padding-right: 2.08333%; }

/*-----news-----*/
/* line 3, ../components/sass/_modules.scss */
.mod__news__newsblock .imagewrap {
  height: 250px;
  overflow: hidden;
  margin-bottom: 20px; }
/* line 7, ../components/sass/_modules.scss */
.mod__news__newsblock .imagewrap img {
  width: 100%;
  height: 250px;
  object-fit: cover; }
/* line 14, ../components/sass/_modules.scss */
.mod__news__newsblock .contentwrap h4 {
  font-weight: 700;
  margin-bottom: 10px; }
/* line 17, ../components/sass/_modules.scss */
.mod__news__newsblock .contentwrap h4 a {
  color: #333333; }
/* line 21, ../components/sass/_modules.scss */
.mod__news__newsblock .contentwrap .date {
  display: inline-block;
  color: #555;
  font-weight: 400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #333333;
  padding: 5px 18px;
  margin-bottom: 22px; }

/* line 33, ../components/sass/_modules.scss */
.maininnercontent__news .mod__news__newsblock {
  margin-bottom: 20px; }
/* line 35, ../components/sass/_modules.scss */
.maininnercontent__news .mod__news__newsblock .imagewrap {
  height: 195px; }
/* line 37, ../components/sass/_modules.scss */
.maininnercontent__news .mod__news__newsblock .imagewrap img {
  width: 100%;
  height: 195px;
  object-fit: cover; }

/* line 48, ../components/sass/_modules.scss */
.mod__news__newsblock .contentwrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 14px; }
/* line 55, ../components/sass/_modules.scss */
.mod__news__newsblock .contentwrap h4 {
  font-size: 16px;
  margin-bottom: 0; }
/* line 58, ../components/sass/_modules.scss */
.mod__news__newsblock .contentwrap h4 a {
  color: #ffffff; }

/*-----events-----*/
/* line 63, ../components/sass/_modules.scss */
.mod__maininnercontent__events {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cfcfcf;
  overflow: hidden; }
/* line 68, ../components/sass/_modules.scss */
.mod__maininnercontent__events .date {
  position: relative;
  float: left;
  width: 15%;
  font-size: 30px;
  line-height: 35px;
  margin-top: 40px; }
/* line 75, ../components/sass/_modules.scss */
.mod__maininnercontent__events .date .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 65px;
  color: #34d1bf;
  z-index: -1;
  opacity: 0.4; }
/* line 86, ../components/sass/_modules.scss */
.mod__maininnercontent__events .image, .mod__maininnercontent__events .content {
  display: table-cell;
  vertical-align: middle; }
/* line 90, ../components/sass/_modules.scss */
.mod__maininnercontent__events .contentmiddle {
  display: table;
  width: 85%; }
/* line 94, ../components/sass/_modules.scss */
.mod__maininnercontent__events .image {
  width: 38%; }
/* line 97, ../components/sass/_modules.scss */
.mod__maininnercontent__events .content {
  padding-left: 25px; }
/* line 99, ../components/sass/_modules.scss */
.mod__maininnercontent__events .content h3 {
  font-weight: 600;
  margin-bottom: 20px; }
/* line 102, ../components/sass/_modules.scss */
.mod__maininnercontent__events .content h3 a {
  color: #333333; }
/* line 106, ../components/sass/_modules.scss */
.mod__maininnercontent__events .content p {
  margin-bottom: 0; }

/* line 111, ../components/sass/_modules.scss */
.maininnercontent__events {
  float: none;
  margin: 0 auto; }

/* line 115, ../components/sass/_modules.scss */
.maincontent__events {
  padding-left: 30px; }

/* line 119, ../components/sass/_modules.scss */
.maincontent__events.home .mod__events__eventsblock {
  background: #f3f3f3;
  padding: 20px;
  border-bottom: none; }

/* line 125, ../components/sass/_modules.scss */
.mod__events__eventsblock {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfcfcf;
  overflow: hidden; }
/* line 130, ../components/sass/_modules.scss */
.mod__events__eventsblock .imagewrap {
  float: left;
  width: 35%;
  padding: 0 10px 0 0; }
/* line 134, ../components/sass/_modules.scss */
.mod__events__eventsblock .imagewrap img {
  height: 110px;
  object-fit: cover; }
/* line 139, ../components/sass/_modules.scss */
.mod__events__eventsblock .contentwrap {
  float: left;
  width: 65%;
  padding: 0 5px; }
/* line 143, ../components/sass/_modules.scss */
.mod__events__eventsblock .contentwrap h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px; }
/* line 147, ../components/sass/_modules.scss */
.mod__events__eventsblock .contentwrap h4 a {
  color: #333333; }
/* line 151, ../components/sass/_modules.scss */
.mod__events__eventsblock .contentwrap .place {
  padding-top: 6px;
  border-top: 1px dashed #cfcfcf;
  margin-bottom: 0px; }

/*-----header-----*/
/* line 12, ../components/sass/styles.scss */
header {
  color: #ffffff; }
/* line 14, ../components/sass/styles.scss */
header .header__mainheader {
  width: 100%;
  background: rgba(17, 17, 17, 0.8);
  padding: 18px 0;
  z-index: 9999; }
/* line 20, ../components/sass/styles.scss */
header .header__mainheader .header__mainheader__logo h1 {
  margin-top: 0;
  margin-bottom: 0; }
@media screen and (max-width: 1024px) {
  /* line 24, ../components/sass/styles.scss */
  header .header__mainheader .header__mainheader__logo h1 img {
    max-width: 110px; } }
/* line 30, ../components/sass/styles.scss */
header .header__mainheader .header__mainheader__topright {
  float: right; }
/* line 34, ../components/sass/styles.scss */
header .header__mainheader .header__mainheader__topright .header__mainheader__topright__contacts {
  float: left;
  max-width: 440px; }
/* line 38, ../components/sass/styles.scss */
header .header__mainheader .header__mainheader__topright .header__mainheader__topright__contacts ul li {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ffffff; }
/* line 43, ../components/sass/styles.scss */
header .header__mainheader .header__mainheader__topright .header__mainheader__topright__contacts ul li a {
  font-size: 14px;
  color: #ffffff; }
/* line 47, ../components/sass/styles.scss */
header .header__mainheader .header__mainheader__topright .header__mainheader__topright__contacts ul li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0; }
/* line 55, ../components/sass/styles.scss */
header .header__mainheader .header__mainheader__topright .header__mainheader__topright__sociallinks {
  float: right; }
/* line 58, ../components/sass/styles.scss */
header .header__mainheader .header__mainheader__topright .header__mainheader__topright__sociallinks ul li {
  display: inline-block;
  margin-right: 15px; }
/* line 61, ../components/sass/styles.scss */
header .header__mainheader .header__mainheader__topright .header__mainheader__topright__sociallinks ul li a {
  color: #ffffff; }
/* line 67, ../components/sass/styles.scss */
header .header__mainheader .header__mainheader__topright .navigation-menu {
  margin-top: 18px;
  padding-top: 20px;
  border-top: 1px dashed #917f7f; }
/* line 73, ../components/sass/styles.scss */
header .header__mainheader .header__mainheader__topright .navigation-menu nav ul li {
  display: inline-block;
  margin-right: 58px; }
/* line 76, ../components/sass/styles.scss */
header .header__mainheader .header__mainheader__topright .navigation-menu nav ul li:last-child {
  margin-right: 0; }
/* line 79, ../components/sass/styles.scss */
header .header__mainheader .header__mainheader__topright .navigation-menu nav ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 18px;
  transition: none;
  -webkit-transition: none;
  -ms-transition: none;
  -moz-transition: none; }
/* line 92, ../components/sass/styles.scss */
header .header__mainheader .header__mainheader__topright .navigation-menu nav ul li:hover a, header .header__mainheader .header__mainheader__topright .navigation-menu nav ul li.current-menu-item a {
  border-bottom: 4px solid #1aa3ff; }

/* line 105, ../components/sass/styles.scss */
body.home header .header__mainheader {
  position: absolute;
  left: 0;
  top: 0; }

/* line 112, ../components/sass/styles.scss */
.bannerwrapper__slider {
  position: relative; }
/* line 114, ../components/sass/styles.scss */
.bannerwrapper__slider .item {
  position: relative; }
/* line 116, ../components/sass/styles.scss */
.bannerwrapper__slider .item .content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(50%);
  width: 100%;
  color: #ffffff; }
/* line 123, ../components/sass/styles.scss */
.bannerwrapper__slider .item .content .content-box {
  padding-left: 2.08333%; }
/* line 126, ../components/sass/styles.scss */
.bannerwrapper__slider .item .content h2 {
  font-size: 45px;
  color: #ffffff;
  line-height: 1.2;
  text-align: right;
  margin-bottom: 10px; }
/* line 135, ../components/sass/styles.scss */
.bannerwrapper__slider .banner_img {
  width: 100%;
  height: 660px;
  object-fit: cover; }
/* line 140, ../components/sass/styles.scss */
.bannerwrapper__slider .owl-dots {
  position: absolute;
  bottom: 20px;
  width: 100%; }

/*-----content-----*/
/* line 147, ../components/sass/styles.scss */
.maincontent__news__wrap {
  margin: 0 -2.08333%; }

/* line 150, ../components/sass/styles.scss */
.maincontent, .aboutwrapper {
  padding: 90px 0; }
@media screen and (max-width: 1024px) {
  /* line 150, ../components/sass/styles.scss */
  .maincontent, .aboutwrapper {
    padding: 40px 0; } }

/* line 156, ../components/sass/styles.scss */
.independent__projects {
  margin-top: 42px; }
/* line 158, ../components/sass/styles.scss */
.independent__projects h2 {
  margin-bottom: 20px; }
/* line 162, ../components/sass/styles.scss */
.independent__projects ul li {
  padding-top: 22px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-top: 1px dashed #cfcfcf;
  border-bottom: 1px dashed #cfcfcf; }
/* line 168, ../components/sass/styles.scss */
.independent__projects ul li:last-child {
  padding: 0;
  border: none;
  margin-bottom: 0; }

/* line 176, ../components/sass/styles.scss */
.projectswrapper {
  background: #0e0e0e;
  padding: 75px 0; }
/* line 179, ../components/sass/styles.scss */
.projectswrapper .textcenter h2, .projectswrapper p {
  color: #ffffff; }
/* line 182, ../components/sass/styles.scss */
.projectswrapper .title p {
  margin-bottom: 30px; }
/* line 186, ../components/sass/styles.scss */
.projectswrapper .projectswrapper__projectscol .projectswrapper__projectscol__projectsblock {
  margin-bottom: 30px; }
/* line 188, ../components/sass/styles.scss */
.projectswrapper .projectswrapper__projectscol .projectswrapper__projectscol__projectsblock .contentwrap {
  display: none; }
/* line 194, ../components/sass/styles.scss */
.projectswrapper .projectswrapper__projectscol .projectswrapper__projectscol__projectsblock {
  float: left;
  width: 50%;
  height: 205px; }
/* line 198, ../components/sass/styles.scss */
.projectswrapper .projectswrapper__projectscol .projectswrapper__projectscol__projectsblock .imagewrap img {
  width: 100%;
  height: 205px;
  object-fit: cover; }
/* line 206, ../components/sass/styles.scss */
.projectswrapper .projectswrapper__projectscol.left .projectswrapper__projectscol__projectsblock:last-child {
  width: 100%;
  height: 420px; }
/* line 209, ../components/sass/styles.scss */
.projectswrapper .projectswrapper__projectscol.left .projectswrapper__projectscol__projectsblock:last-child img {
  width: 100%;
  height: 420px;
  object-fit: cover; }
/* line 215, ../components/sass/styles.scss */
.projectswrapper .projectswrapper__projectscol.left .projectswrapper__projectscol__projectsblock:first-child {
  padding-right: 15px; }
/* line 218, ../components/sass/styles.scss */
.projectswrapper .projectswrapper__projectscol.left .projectswrapper__projectscol__projectsblock:nth-child(2) {
  padding-left: 15px; }
/* line 223, ../components/sass/styles.scss */
.projectswrapper .projectswrapper__projectscol.right .projectswrapper__projectscol__projectsblock:first-child {
  width: 100%;
  height: 420px; }
/* line 226, ../components/sass/styles.scss */
.projectswrapper .projectswrapper__projectscol.right .projectswrapper__projectscol__projectsblock:first-child img {
  width: 100%;
  height: 420px;
  object-fit: cover; }
/* line 232, ../components/sass/styles.scss */
.projectswrapper .projectswrapper__projectscol.right .projectswrapper__projectscol__projectsblock:nth-child(2) {
  padding-right: 15px; }
/* line 235, ../components/sass/styles.scss */
.projectswrapper .projectswrapper__projectscol.right .projectswrapper__projectscol__projectsblock:nth-child(3) {
  padding-left: 15px; }

/* line 241, ../components/sass/styles.scss */
.aboutwrapper .aboutwrapper__contentwrap {
  padding: 0 185px;
  margin-bottom: 65px; }
/* line 245, ../components/sass/styles.scss */
.aboutwrapper .aboutwrapper__aboutblock {
  position: relative; }
/* line 247, ../components/sass/styles.scss */
.aboutwrapper .aboutwrapper__aboutblock .aboutwrapper__aboutblock__iconwrap {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 175px;
  color: #34d1bf;
  z-index: -1;
  opacity: 0.3; }
/* line 258, ../components/sass/styles.scss */
.aboutwrapper .aboutwrapper__aboutblock .aboutwrapper__aboutblock__contentwrap h3 {
  font-weight: 600;
  margin-bottom: 20px; }

/* line 265, ../components/sass/styles.scss */
.midcontentwrapper {
  position: relative;
  width: 100%;
  background-color: #0e0e0e; }
/* line 269, ../components/sass/styles.scss */
.midcontentwrapper .flex-container {
  align-items: inherit; }
/* line 272, ../components/sass/styles.scss */
.midcontentwrapper .midcontentwrapper__leftcol, .midcontentwrapper .midcontentwrapper__rightcol {
  width: 50%;
  position: relative; }
/* line 276, ../components/sass/styles.scss */
.midcontentwrapper .midcontentwrapper__leftcol figure {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }
/* line 283, ../components/sass/styles.scss */
.midcontentwrapper .midcontentwrapper__leftcol img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover; }
/* line 289, ../components/sass/styles.scss */
.midcontentwrapper .midcontentwrapper__rightcol {
  padding: 70px 60px;
  vertical-align: middle; }
/* line 292, ../components/sass/styles.scss */
.midcontentwrapper .midcontentwrapper__rightcol .midcontentwrapper__rightcol__partner {
  max-width: 555px;
  color: #ffffff; }
/* line 295, ../components/sass/styles.scss */
.midcontentwrapper .midcontentwrapper__rightcol .midcontentwrapper__rightcol__partner h2 {
  color: #20c9f3; }
/* line 299, ../components/sass/styles.scss */
.midcontentwrapper .midcontentwrapper__rightcol .midcontentwrapper__rightcol__partner ul li {
  list-style: circle;
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #232222; }
/* line 304, ../components/sass/styles.scss */
.midcontentwrapper .midcontentwrapper__rightcol .midcontentwrapper__rightcol__partner ul li:last-child {
  border: none;
  margin-bottom: 0; }
/* line 310, ../components/sass/styles.scss */
.midcontentwrapper .midcontentwrapper__rightcol .midcontentwrapper__rightcol__partner .button--morebtn {
  display: inline-block;
  margin-top: 5px; }

/* line 317, ../components/sass/styles.scss */
.btmcontentwrapper {
  background: #1aa3ff;
  padding: 40px 0;
  color: #ffffff;
  clear: both; }
/* line 322, ../components/sass/styles.scss */
.btmcontentwrapper .btmcontentwrapper__support {
  padding: 0 120px; }
/* line 324, ../components/sass/styles.scss */
.btmcontentwrapper .btmcontentwrapper__support .btmcontentwrapper__support__imagewrap {
  float: left;
  margin-right: 30px; }
/* line 328, ../components/sass/styles.scss */
.btmcontentwrapper .btmcontentwrapper__support .btmcontentwrapper__support__contentwrap {
  float: left;
  max-width: 650px;
  font-style: italic; }
/* line 332, ../components/sass/styles.scss */
.btmcontentwrapper .btmcontentwrapper__support .btmcontentwrapper__support__contentwrap h3 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px; }
/* line 339, ../components/sass/styles.scss */
.btmcontentwrapper .btmcontentwrapper__support .btmcontentwrapper__support__button {
  display: inline-block;
  margin-top: 35px; }

/*------footer------*/
/* line 347, ../components/sass/styles.scss */
.footer__footertop .flex-container {
  align-items: inherit; }

/* line 351, ../components/sass/styles.scss */
.footer__footertop, .footer__footerbtm {
  position: relative;
  width: 100%;
  font-size: 14px;
  color: #a9a1a1;
  background-color: #121212; }
/* line 362, ../components/sass/styles.scss */
.footer__footertop .leftpanel, .footer__footerbtm .leftpanel {
  width: 70%;
  left: 0;
  background: #121212; }
/* line 366, ../components/sass/styles.scss */
.footer__footertop .leftpanel .footer__footertop__block, .footer__footerbtm .leftpanel .footer__footertop__block {
  width: 33.33%; }
/* line 370, ../components/sass/styles.scss */
.footer__footertop .leftpanel .footer__footertop__block ul li img, .footer__footerbtm .leftpanel .footer__footertop__block ul li img {
  max-width: 185px; }
/* line 373, ../components/sass/styles.scss */
.footer__footertop .leftpanel .footer__footertop__block ul li:last-child, .footer__footerbtm .leftpanel .footer__footertop__block ul li:last-child {
  padding-bottom: 0; }
/* line 380, ../components/sass/styles.scss */
.footer__footertop .rightpanel, .footer__footerbtm .rightpanel {
  width: 30%;
  right: 0;
  background: #1b1b1b; }
/* line 384, ../components/sass/styles.scss */
.footer__footertop .rightpanel .footer__footertop__block, .footer__footerbtm .rightpanel .footer__footertop__block {
  width: 100%; }

/* line 398, ../components/sass/styles.scss */
.footer__footertop__block {
  float: left;
  min-height: 350px;
  padding: 70px 15px;
  border-right: 1px dashed #1f1f1f; }
/* line 403, ../components/sass/styles.scss */
.footer__footertop__block h5 {
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 25px; }
/* line 409, ../components/sass/styles.scss */
.footer__footertop__block:nth-child(3), .footer__footertop__block:last-child {
  border-right: none; }
/* line 412, ../components/sass/styles.scss */
.footer__footertop__block:nth-child(2), .footer__footertop__block:nth-child(3) {
  min-height: 350px;
  padding-left: 25px; }
/* line 417, ../components/sass/styles.scss */
.footer__footertop__block ul li {
  padding-bottom: 8px; }
/* line 419, ../components/sass/styles.scss */
.footer__footertop__block ul li a {
  color: #a9a1a1; }
/* line 424, ../components/sass/styles.scss */
.footer__footertop__block:first-child li {
  padding-bottom: 35px; }
/* line 427, ../components/sass/styles.scss */
.footer__footertop__block .footer__footertop__sociallinks {
  margin-bottom: 25px; }
/* line 430, ../components/sass/styles.scss */
.footer__footertop__block .footer__footertop__sociallinks ul li {
  display: inline-block;
  padding-bottom: 0; }
/* line 433, ../components/sass/styles.scss */
.footer__footertop__block .footer__footertop__sociallinks ul li a {
  display: inline-block;
  font-size: 16px;
  color: #4f4f4f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%; }
/* line 443, ../components/sass/styles.scss */
.footer__footertop__block .footer__footertop__sociallinks ul li a:hover {
  border: 2px solid #0099ff;
  color: #0099ff; }
/* line 452, ../components/sass/styles.scss */
.footer__footertop__block .footer__footertop__newsletter input {
  background: transparent;
  border: 2px solid #0099ff;
  padding: 10px;
  margin-top: 15px; }
/* line 458, ../components/sass/styles.scss */
.footer__footertop__block .footer__footertop__newsletter p {
  max-width: 240px;
  margin: 0 auto; }
/* line 462, ../components/sass/styles.scss */
.footer__footertop__block .footer__footertop__newsletter input[type="submit"] {
  cursor: pointer;
  background: #0099ff;
  color: #ffffff;
  text-transform: uppercase; }

/* line 470, ../components/sass/styles.scss */
.footer__footerbtm {
  font-size: 13px;
  padding: 30px 15px;
  background-color: #1b1b1b; }
/* line 474, ../components/sass/styles.scss */
.footer__footerbtm p.copyright {
  margin-bottom: 0; }

/*--------breadcrumb---------*/
/* line 479, ../components/sass/styles.scss */
.single .breadcrumbwrapper__wrap {
  background: none;
  height: 135px; }
/* line 482, ../components/sass/styles.scss */
.single .breadcrumbwrapper__wrap .breadcrumbwrapper__wrap__title h2 {
  color: #333333; }

/* line 486, ../components/sass/styles.scss */
.breadcrumbwrapper__wrap {
  position: relative;
  background-image: url(../../images/breadcrumb.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 225px;
  overflow: hidden; }
/* line 494, ../components/sass/styles.scss */
.breadcrumbwrapper__wrap .breadcrumbwrapper__wrap__title {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
/* line 499, ../components/sass/styles.scss */
.breadcrumbwrapper__wrap .breadcrumbwrapper__wrap__title h2 {
  color: #ffffff;
  margin-bottom: 10px; }
/* line 504, ../components/sass/styles.scss */
.breadcrumbwrapper__wrap .breadcrumbwrapper__wrap__title .breadcrumb a {
  color: #1aa3ff; }

/* line 510, ../components/sass/styles.scss */
.page-template-template-projects-php .breadcrumbwrapper__wrap {
  background-image: url(../../images/banner_2.jpg); }

/* line 513, ../components/sass/styles.scss */
.page-template-template-event-php .breadcrumbwrapper__wrap {
  background-image: url(../../images/banner_3.jpg); }

/* line 516, ../components/sass/styles.scss */
.page-template-template-contact-php .breadcrumbwrapper__wrap {
  background-image: url(../../images/banner_4.jpg); }

/*--------about---------*/
/* line 520, ../components/sass/styles.scss */
.maininnercontent {
  padding: 75px 0; }
/* line 522, ../components/sass/styles.scss */
.maininnercontent .maininnercontent__content {
  max-width: 750px;
  margin: 0 auto; }
/* line 525, ../components/sass/styles.scss */
.maininnercontent .maininnercontent__content img {
  margin-top: 20px; }

/* line 530, ../components/sass/styles.scss */
.missionwrapper {
  background: #f5f5f5;
  padding: 90px 0;
  color: #333333; }
/* line 534, ../components/sass/styles.scss */
.missionwrapper .missionwrapper__block {
  float: left;
  width: 50%;
  padding: 0 60px; }
/* line 538, ../components/sass/styles.scss */
.missionwrapper .missionwrapper__block h3 {
  font-size: 32px;
  color: #20c9f3;
  font-weight: 600;
  text-transform: uppercase; }

/* line 546, ../components/sass/styles.scss */
.single .maininnercontent {
  padding-top: 40px; }

/*--------contact---------*/
/* line 550, ../components/sass/styles.scss */
.maininnercontentcontact {
  margin-bottom: 75px;
  overflow: hidden; }

/* line 554, ../components/sass/styles.scss */
.maininnercontent__map {
  margin-bottom: 30px; }

/* line 557, ../components/sass/styles.scss */
.maininnercontent__contactus {
  padding: 0 150px; }
/* line 559, ../components/sass/styles.scss */
.maininnercontent__contactus ul {
  margin-top: 25px; }
/* line 561, ../components/sass/styles.scss */
.maininnercontent__contactus ul li {
  position: relative;
  float: left;
  width: 33.3333%;
  padding: 0 10px;
  margin-bottom: 25px; }
/* line 567, ../components/sass/styles.scss */
.maininnercontent__contactus ul li input, .maininnercontent__contactus ul li textarea {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
/* line 574, ../components/sass/styles.scss */
.maininnercontent__contactus ul li textarea {
  height: 220px;
  resize: none; }
/* line 578, ../components/sass/styles.scss */
.maininnercontent__contactus ul li:nth-child(4) {
  width: 100%; }
/* line 581, ../components/sass/styles.scss */
.maininnercontent__contactus ul li:last-child {
  text-align: left; }
/* line 584, ../components/sass/styles.scss */
.maininnercontent__contactus ul li #submit-btn {
  width: 180px !important; }

/* line 590, ../components/sass/styles.scss */
.screen-reader-text {
  display: none; }

/* line 593, ../components/sass/styles.scss */
div.wpcf7-validation-errors {
  clear: both; }

/*----------portfolio-------------*/
/* line 597, ../components/sass/styles.scss */
.portfolioFilter {
  padding-bottom: 35px; }

/* line 600, ../components/sass/styles.scss */
.portfolioFilter a {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1aa3ff;
  padding: 10px 18px;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 10px;
  display: inline-block; }

/* line 611, ../components/sass/styles.scss */
.portfolioFilter a.current, .portfolioFilter a:hover {
  background: #1785be;
  color: #fff;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }

/* line 618, ../components/sass/styles.scss */
.isotope-item {
  z-index: 2; }

/* line 621, ../components/sass/styles.scss */
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/* line 625, ../components/sass/styles.scss */
.isotope, .isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s; }

/* line 631, ../components/sass/styles.scss */
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width; }

/* line 636, ../components/sass/styles.scss */
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity; }

/* line 641, ../components/sass/styles.scss */
.portfolioContainer .portfolio-block {
  float: left;
  width: 33.3%;
  padding: 0 15px;
  margin-bottom: 40px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }
/* line 647, ../components/sass/styles.scss */
.portfolioContainer .portfolio-block .content {
  background: #f1f1f1;
  padding: 20px 20px 15px; }
/* line 650, ../components/sass/styles.scss */
.portfolioContainer .portfolio-block .content h3 {
  margin-bottom: 18px; }
/* line 652, ../components/sass/styles.scss */
.portfolioContainer .portfolio-block .content h3 a {
  color: #0e0e0e;
  text-transform: uppercase;
  transition: none; }
/* line 660, ../components/sass/styles.scss */
.portfolioContainer .portfolio-block:hover .content {
  background: #34d1bf;
  color: #ffffff; }
/* line 663, ../components/sass/styles.scss */
.portfolioContainer .portfolio-block:hover .content h3 a {
  color: #ffffff; }

/* line 669, ../components/sass/styles.scss */
.page-numbers.current {
  border: 2px solid #888;
  padding: 5px 10px;
  margin-right: 7px;
  font-style: normal; }

/* line 675, ../components/sass/styles.scss */
.loop-pagination a {
  margin-right: 7px;
  color: #333333;
  background: #fff !important;
  font-style: normal; }

/* line 681, ../components/sass/styles.scss */
.map-wrap iframe {
  width: 100%;
  height: 400px; }

/* line 685, ../components/sass/styles.scss */
.nav-links {
  border-top: 1px solid #ddd;
  word-wrap: break-word;
  overflow: hidden;
  border-bottom: 1px solid #ddd; }

/* line 691, ../components/sass/styles.scss */
.post-navigation {
  margin-top: 40px; }

/* line 694, ../components/sass/styles.scss */
.post-navigation a, .image-navigation .previous-image, .image-navigation .next-image {
  padding: 11px 0 12px;
  width: 100%; }

/* line 698, ../components/sass/styles.scss */
.post-navigation .meta-nav {
  color: #767676;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #1aa3ff;
  line-height: 2;
  text-transform: uppercase; }

/* line 707, ../components/sass/styles.scss */
.post-navigation a, .image-navigation a {
  color: #777;
  display: inline-block;
  width: 50%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71429;
  text-transform: none; }

/* line 716, ../components/sass/styles.scss */
.post-navigation a:last-child {
  float: right;
  text-align: right; }

/* line 720, ../components/sass/styles.scss */
.form-allowed-tags {
  display: none; }

/* line 723, ../components/sass/styles.scss */
.comment-respond h3 {
  font-size: 20px;
  margin-top: 20px; }

/* line 727, ../components/sass/styles.scss */
.comment-respond form label {
  display: inline-block;
  width: 100px;
  vertical-align: top;
  font-weight: normal; }

/* line 733, ../components/sass/styles.scss */
.comment-respond form input, .comment-respond form textarea {
  width: 50%;
  padding: 5px; }

/* line 737, ../components/sass/styles.scss */
.comment-respond form input#submit {
  margin-left: 100px;
  background: none repeat scroll 0 0 #374043;
  border: medium none;
  color: #fff;
  height: 40px;
  text-transform: uppercase;
  vertical-align: middle;
  width: 30%; }

/* line 749, ../components/sass/styles.scss */
#burgerMenu {
  width: 30px;
  height: 25px;
  position: absolute;
  right: 2.08333%;
  top: 50%;
  margin-top: -12px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

/* line 767, ../components/sass/styles.scss */
#burgerMenu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

/* line 785, ../components/sass/styles.scss */
#burgerMenu span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

/* line 793, ../components/sass/styles.scss */
#burgerMenu span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

/* line 801, ../components/sass/styles.scss */
#burgerMenu span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

/* line 809, ../components/sass/styles.scss */
#burgerMenu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px; }

/* line 818, ../components/sass/styles.scss */
#burgerMenu.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

/* line 823, ../components/sass/styles.scss */
#burgerMenu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px; }
