/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(font-awesome.min.css);
@import url(hamburgers.min.css);
@import url(animate.css);
@import url(animate2.css);
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;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input {
  outline: none; }

/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=386c1c225836e5ea6820)
 * Config saved to config.json and https://gist.github.com/386c1c225836e5ea6820
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
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: bold; }

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;
  -webkit-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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1226px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666667%; }

  .col-sm-pull-10 {
    right: 83.33333333%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666667%; }

  .col-sm-pull-7 {
    right: 58.33333333%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666667%; }

  .col-sm-pull-4 {
    right: 33.33333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.66666667%; }

  .col-sm-pull-1 {
    right: 8.33333333%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666667%; }

  .col-sm-push-10 {
    left: 83.33333333%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666667%; }

  .col-sm-push-7 {
    left: 58.33333333%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666667%; }

  .col-sm-push-4 {
    left: 33.33333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.66666667%; }

  .col-sm-push-1 {
    left: 8.33333333%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666667%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666667%; }

  .col-sm-offset-7 {
    margin-left: 58.33333333%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.66666667%; }

  .col-sm-offset-1 {
    margin-left: 8.33333333%; }

  .col-sm-offset-0 {
    margin-left: 0; } }
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666667%; }

  .col-md-pull-10 {
    right: 83.33333333%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666667%; }

  .col-md-pull-7 {
    right: 58.33333333%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666667%; }

  .col-md-pull-4 {
    right: 33.33333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.66666667%; }

  .col-md-pull-1 {
    right: 8.33333333%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666667%; }

  .col-md-push-10 {
    left: 83.33333333%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666667%; }

  .col-md-push-7 {
    left: 58.33333333%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666667%; }

  .col-md-push-4 {
    left: 33.33333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.66666667%; }

  .col-md-push-1 {
    left: 8.33333333%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666667%; }

  .col-md-offset-10 {
    margin-left: 83.33333333%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666667%; }

  .col-md-offset-7 {
    margin-left: 58.33333333%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.66666667%; }

  .col-md-offset-1 {
    margin-left: 8.33333333%; }

  .col-md-offset-0 {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666667%; }

  .col-lg-pull-10 {
    right: 83.33333333%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666667%; }

  .col-lg-pull-7 {
    right: 58.33333333%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666667%; }

  .col-lg-pull-4 {
    right: 33.33333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.66666667%; }

  .col-lg-pull-1 {
    right: 8.33333333%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666667%; }

  .col-lg-push-10 {
    left: 83.33333333%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666667%; }

  .col-lg-push-7 {
    left: 58.33333333%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666667%; }

  .col-lg-push-4 {
    left: 33.33333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.66666667%; }

  .col-lg-push-1 {
    left: 8.33333333%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666667%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666667%; }

  .col-lg-offset-7 {
    margin-left: 58.33333333%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.66666667%; }

  .col-lg-offset-1 {
    margin-left: 8.33333333%; }

  .col-lg-offset-0 {
    margin-left: 0; } }
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md, td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print, td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
html, body {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  background: #e2f9ff;
  overflow-x: hidden;
  color: #000; }

* {
  outline: none !important;
  position: relative; }

.al-left {
  text-align: left; }

.al-right {
  text-align: right; }

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

img {
  max-width: 100%; }

.hideElement {
  opacity: 0; }

.showElement {
  opacity: 1; }

.table {
  display: table; }
  .table .cell {
    float: none;
    display: table-cell;
    vertical-align: middle; }

body {
  position: relative; }
  body .first-screen-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0; }

.hamburger {
  z-index: 400; }
  .hamburger.is-active:hover .hamburger-inner {
    -webkit-transform: rotate(224deg);
    -moz-transform: rotate(224deg);
    -o-transform: rotate(224deg);
    transform: rotate(224deg);
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  width: 25px;
  height: 2px;
  background: #134b8a; }

.hamburger-inner:before {
  top: 5px !important; }

.hamburger-inner:after {
  top: -5px  !important; }

.hamburger-box {
  width: 54px;
  height: 54px;
  border: 1px solid #134b8a;
  border-radius: 50%;
  position: relative; }

.hamburger-inner {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

.header {
  height: 90px; }
  .header .menu {
    display: table;
    width: 100%;
    position: relative;
    height: 90px;
    text-align: right; }
    .header .menu .logo {
      z-index: 400;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      display: table;
      height: 90px; }
      .header .menu .logo img {
        padding-top: 15px; }
    .header .menu ul {
      display: table-cell;
      vertical-align: middle;
      list-style: none; }
      .header .menu ul li {
        padding-left: 2.500em;
        display: inline-block; }
        .header .menu ul li a {
          font-size: 1.200em;
          color: #000; }
          .header .menu ul li a img {
            position: relative;
            top: -0.1em; }
        .header .menu ul li:first-child {
          padding-left: 0; }

.menu .hamburger {
  padding-top: 0 !important;
  padding-right: 0 !important; }

.footer {
  overflow: hidden;
  padding-top: 9em;
  padding-bottom: 1.4em;
  position: relative; }
  .footer .overlay {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%; }
  .footer .info-wr .title {
    font-weight: 500;
    line-height: 1em;
    font-style: italic;
    text-align: center;
    font-size: 2.50em;
    color: #fff;
    -webkit-text-shadow: 0px 3px 2px #000;
    -moz-text-shadow: 0px 3px 2px #000;
    text-shadow: 0px 3px 2px #000;
    padding-bottom: 1em; }
  .footer .info-wr .list-wr .row {
    padding: 0.5em 0;
    margin: 0; }
    .footer .info-wr .list-wr .row > div:last-child {
      float: right; }
  .footer .info-wr .list-wr a {
    font-weight: 400;
    color: #fff;
    font-size: 1.500em; }
    .footer .info-wr .list-wr a .img-wr {
      display: inline-block;
      width: 20px; }
  .footer .info-wr .social-wr {
    padding: 1em 0 2em 0; }
    .footer .info-wr .social-wr ul {
      text-align: center;
      display: table;
      margin: 0 auto;
      list-style: none; }
      .footer .info-wr .social-wr ul li {
        padding: 0.6em;
        display: table-cell;
        vertical-align: middle; }
        .footer .info-wr .social-wr ul li a {
          position: relative;
          height: 79px;
          width: 83px;
          text-align: center;
          display: table;
          border-radius: 50%;
          background: rgba(0, 0, 0, 0.15);
          -webkit-transition: background 0.3s ease-in-out;
          -moz-transition: background 0.3s ease-in-out;
          transition: background 0.3s ease-in-out; }
          .footer .info-wr .social-wr ul li a .i-wr {
            -webkit-transition: background 0.3s ease-in-out;
            -moz-transition: background 0.3s ease-in-out;
            transition: background 0.3s ease-in-out;
            background: rgba(0, 0, 0, 0.4);
            width: 55px;
            height: 55px;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto; }
          .footer .info-wr .social-wr ul li a i {
            margin: 0 auto;
            line-height: 55px;
            color: #fff;
            font-size: 1.2em;
            -webkit-transition: color 0.3s ease-in-out;
            -moz-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out; }
            .footer .info-wr .social-wr ul li a i.facebook {
              position: relative;
              left: -0.03em; }
            .footer .info-wr .social-wr ul li a i.instagram {
              position: relative;
              left: -0.01em; }
@-webkit-keyframes anim {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.7, 0.7); }
  100% {
    transform: scale(1, 1); } }
@-moz-keyframes anim {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.7, 0.7); }
  100% {
    transform: scale(1, 1); } }
@-o-keyframes anim {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.7, 0.7); }
  100% {
    transform: scale(1, 1); } }
@keyframes anim {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.7, 0.7); }
  100% {
    transform: scale(1, 1); } }
@-webkit-keyframes anim2 {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.3, 1.3); }
  100% {
    transform: scale(1, 1); } }
@-moz-keyframes anim2 {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.3, 1.3); }
  100% {
    transform: scale(1, 1); } }
@-o-keyframes anim2 {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.3, 1.3); }
  100% {
    transform: scale(1, 1); } }
@keyframes anim2 {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.3, 1.3); }
  100% {
    transform: scale(1, 1); } }
          .footer .info-wr .social-wr ul li a:hover {
            -webkit-animation: anim 0.5s ease-in-out;
            -moz-animation: anim 0.5s ease-in-out;
            -o-animation: anim 0.5s ease-in-out;
            animation: anim 0.5s ease-in-out;
            background: rgba(17, 69, 128, 0.66); }
            .footer .info-wr .social-wr ul li a:hover .i-wr {
              -webkit-animation: anim2 0.5s ease-in-out;
              -moz-animation: anim2 0.5s ease-in-out;
              -o-animation: anim2 0.5s ease-in-out;
              animation: anim2 0.5s ease-in-out;
              background: rgba(21, 85, 156, 0.9); }
  .footer .links-wr {
    padding-top: 1.5em; }
    .footer .links-wr a {
      -webkit-transition: letter-spacing 0.3s ease-in-out;
      -moz-transition: letter-spacing 0.3s ease-in-out;
      transition: letter-spacing 0.3s ease-in-out;
      color: rgba(255, 255, 255, 0.81); }
      .footer .links-wr a:hover {
        letter-spacing: 1px; }
    .footer .links-wr .first {
      padding-bottom: 0.5em;
      height: auto;
      overflow: hidden; }
      .footer .links-wr .first .item {
        text-align: center; }
    .footer .links-wr .second {
      padding-top: 0.5em;
      height: auto;
      overflow: hidden;
      border-top: 1px solid rgba(255, 255, 255, 0.4); }

.form-wr br {
  display: none !important; }
.form-wr .contact-form-wr {
  padding: 1.1em;
  height: auto;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.15); }
  .form-wr .contact-form-wr .inner-wr {
    height: auto;
    overflow: hidden;
    padding: 1.4em;
    background: rgba(0, 0, 0, 0.6); }
  .form-wr .contact-form-wr form input:not([type="submit"]), .form-wr .contact-form-wr form textarea {
    background: transparent !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    border: none;
    color: #f5f5f5;
    font-style: italic;
    font-size: 1.200em;
    width: 100%;
    padding-left: 37px; }
    .form-wr .contact-form-wr form input:not([type="submit"])::-webkit-input-placeholder, .form-wr .contact-form-wr form textarea::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #f5f5f5;
      font-style: italic; }
    .form-wr .contact-form-wr form input:not([type="submit"]):-moz-placeholder, .form-wr .contact-form-wr form textarea:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #f5f5f5;
      font-style: italic; }
    .form-wr .contact-form-wr form input:not([type="submit"])::-moz-placeholder, .form-wr .contact-form-wr form textarea::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #f5f5f5;
      font-style: italic; }
    .form-wr .contact-form-wr form input:not([type="submit"]):-ms-input-placeholder, .form-wr .contact-form-wr form textarea:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #f5f5f5;
      font-style: italic; }
    .form-wr .contact-form-wr form input:not([type="submit"]).wpcf7-not-valid, .form-wr .contact-form-wr form textarea.wpcf7-not-valid {
      border-bottom: 1px solid #ff0000 !important; }
  .form-wr .contact-form-wr form img.ajax-loader {
    display: none; }
  .form-wr .contact-form-wr form textarea {
    resize: none;
    border: 1px solid #fff; }
  .form-wr .contact-form-wr form input:not([type="submit"]) {
    border-bottom: 1px solid #fff !important; }
  .form-wr .contact-form-wr form .form-item-wr {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
    .form-wr .contact-form-wr form .form-item-wr .overlay {
      position: absolute;
      left: 22px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: auto; }
    .form-wr .contact-form-wr form .form-item-wr.double-pd {
      padding-top: 1em; }
    .form-wr .contact-form-wr form .form-item-wr.textarea {
      padding-top: 1.8em !important; }
      .form-wr .contact-form-wr form .form-item-wr.textarea .overlay {
        top: 2.5em;
        left: 24px;
        bottom: initial; }
  .form-wr .contact-form-wr form input[type="submit"] {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none; }

.button {
  display: inline-block !important;
  background: url(../img/common/button-background.png) no-repeat center center !important;
  background-size: 100% 100%;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none !important;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  padding: 0.95em  1.2em;
  min-width: 350px;
  margin: 0 auto;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out; }
  .button:hover {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.75); }
  .button.dark {
    background: url(../img/common/button-background-dark.png) no-repeat center center !important;
    background-size: 100% 100% !important; }

.section-title {
  text-align: center; }
  .section-title .title {
    font-size: 2.750em;
    text-align: center;
    color: #134b8a;
    font-weight: 400;
    font-style: italic; }

.link {
  font-weight: 400;
  display: inline-block;
  padding-top: 1em;
  font-style: italic;
  color: #134b8a;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  .link i {
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
  .link:hover {
    color: #2080ec; }
    .link:hover i {
      -webkit-transform: translateX(5px);
      -moz-transform: translateX(5px);
      -o-transform: translateX(5px);
      transform: translateX(5px); }

svg {
  height: 0 !important; }

.pagination {
  width: 100%;
  margin: 0 auto; }

.pagination-content {
  height: 320px !important; }

.pagination-navigation {
  position: relative;
  text-align: center;
  font-size: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.photos.section .pagination-navigation {
  -webkit-filter: url("#goo2"); }

.certificates.section .pagination-navigation {
  -webkit-filter: url("#goo"); }

.pagination-dot,
.pagination-current {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 0;
  line-height: 32px;
  background: #d5d3d2;
  border-radius: 50%;
  margin: 0 13px;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  font-family: 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.pagination-number {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01); }

.pagination-current {
  position: absolute;
  left: 0;
  top: 0; }

.pagination-content {
  height: 300px; }

.pagination-item {
  position: absolute;
  left: 50%;
  margin-left: -200px;
  font-size: 0;
  border-radius: 5px;
  border: 7px solid #fff; }

.pagination-item img {
  position: relative;
  opacity: 0.95; }

.js-menu {
  background: rgba(255, 255, 255, 0.95);
  background-image: url(../img/common/js-menu-background.png);
  background-size: cover;
  background-repeat: no-repeat; }
  .js-menu .logo, .js-menu .hamburger {
    z-index: 1; }
  .js-menu .contacts-wr {
    padding-top: 6em; }
    .js-menu .contacts-wr ul li {
      display: inline-block;
      font-size: 1.2em;
      padding: 0 1.2em; }
      .js-menu .contacts-wr ul li a {
        color: #000; }
  .js-menu .links-wr {
    font-size: 1.5em;
    color: #134b8a;
    font-style: italic;
    font-weight: 400; }
    .js-menu .links-wr .column ul {
      padding: 0 1.5em; }
      .js-menu .links-wr .column ul li {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 0.5em 0;
        text-align: center; }
        .js-menu .links-wr .column ul li:first-child {
          border-top: none; }
        .js-menu .links-wr .column ul li:last-child {
          border-bottom: none; }
  .js-menu.is-active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

.overlay {
  z-index: 0; }

.up-arrow {
  cursor: pointer;
  position: fixed;
  bottom: 20%;
  right: 0.5em;
  margin: auto;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out; }
  .up-arrow.visible {
    opacity: 1; }

.wpcf7-response-output, .wpcf7-validation-errors {
  display: none !important; }

.wpcf7-not-valid-tip {
  display: none !important; }

.ajax-load-more-wrap.infinite {
  display: block !important;
  clear: both !important; }

.wp-pagenavi, .wp-commentnavi, .woocommerce-pagination {
  font-size: 1.111em;
  text-align: center;
  padding: 0 0.2em 0.5em 0.2em; }

.wp-pagenavi .pages, .wp-commentnavi .pages, .woocommerce-pagination .pages {
  display: none; }

.wp-pagenavi a, .wp-pagenavi span, .wp-commentnavi a, .wp-commentnavi span, .woocommerce-pagination a, .woocommerce-pagination span {
  color: #000 !important;
  border: none !important; }

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi span.previouspostslink, .wp-pagenavi span.nextpostslink, .wp-commentnavi a.previouspostslink, .wp-commentnavi a.nextpostslink, .wp-commentnavi span.previouspostslink, .wp-commentnavi span.nextpostslink, .woocommerce-pagination a.previouspostslink, .woocommerce-pagination a.nextpostslink, .woocommerce-pagination span.previouspostslink, .woocommerce-pagination span.nextpostslink {
  font-family: 'LatoLightItalic', sans-serif; }

.wp-pagenavi a.current, .wp-pagenavi span.current, .wp-commentnavi a.current, .wp-commentnavi span.current, .woocommerce-pagination a.current, .woocommerce-pagination span.current {
  color: #134b8a !important; }

.menu-modal {
  padding-left: 0 !important;
  padding-right: 0 !important; }
  .menu-modal .mfp-content, .menu-modal #js-menu, .menu-modal .js-menu {
    height: 100%; }

.mfp-bg {
  opacity: 1 !important;
  background: rgba(217, 231, 235, 0.95) !important;
  background-repeat: no-repeat; }

.modal-with-curve.mfp-container {
  background-size: 100% 100% !important;
  background-position: center center !important;
  background-image: url(../img/common/popup-bg.png) !important; }

.hamburger {
  padding-bottom: 0  !important; }

.popup .close {
  text-align: center; }
.popup .title {
  padding-bottom: 0.3em;
  font-size: 2.7em;
  color: #134b8a;
  text-align: center;
  font-weight: 400;
  font-style: italic; }
.popup.services-popup .questions .questions-title {
  font-style: italic;
  font-weight: 400;
  text-align: center;
  padding: 1.5em 0 1em 0; }
.popup.services-popup .questions ul li {
  position: relative; }
  .popup.services-popup .questions ul li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #134b8a;
    left: -25px;
    top: 15px;
    margin: auto;
    position: absolute; }
.popup.services-popup .button-wr {
  padding: 1em 0 1.5em 0; }
.popup.order-consultation-modal .contact-form-wr .inner-wr {
  padding: 2.2em 1.4em; }
.popup.order-consultation-modal .form-item-wr .button {
  margin-top: 1.5em; }
.popup.order-consultation-modal .title {
  padding-bottom: 0 !important; }
.popup.order-consultation-modal .sub-title {
  font-weight: 400;
  font-size: 1.2em;
  text-align: center;
  padding-bottom: 1em; }
.popup.success-msg .title {
  padding: 2.2em 0 1.4em 0; }
.popup.success-msg .sub-title {
  font-size: 1.2em;
  font-weight: 400;
  text-align: center; }

.js-menu .menu {
  display: table;
  width: 100%;
  position: relative;
  height: 90px;
  text-align: right; }
  .js-menu .menu .logo {
    z-index: 400;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table; }
    .js-menu .menu .logo img {
      display: table-cell;
      vertical-align: middle; }
  .js-menu .menu ul {
    display: table-cell;
    vertical-align: middle;
    list-style: none; }
    .js-menu .menu ul li {
      padding-left: 2.500em;
      display: inline-block; }
      .js-menu .menu ul li a {
        font-size: 1.200em;
        color: #000; }
        .js-menu .menu ul li a img {
          position: relative;
          top: -0.1em; }
      .js-menu .menu ul li:first-child {
        padding-left: 0; }
.js-menu .links-wr a {
  -webkit-transition: letter-spacing 0.3s ease-in-out;
  -moz-transition: letter-spacing 0.3s ease-in-out;
  transition: letter-spacing 0.3s ease-in-out; }
  .js-menu .links-wr a:hover {
    letter-spacing: 2px; }

/*

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

/*

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg); }
  .mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s; }
  .mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg); }
  .mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0; }
  .mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0; }

/*

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px); }
  .mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s; }
  .mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0); }
  .mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0; }
  .mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0; }

/*

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-move-from-top .mfp-content {
    vertical-align: top; }
  .mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px); }
  .mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s; }
  .mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0); }
  .mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0; }
  .mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0; }

/*

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-3d-unfold .mfp-content {
    perspective: 2000px; }
  .mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg); }
  .mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s; }
  .mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg); }
  .mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0; }
  .mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0; }

/*

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.6s ease-in-out;
    transform: scale(1.3); }
  .mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.6s ease-out; }
  .mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0; }
  .mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0; }

/*

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  100% {
    transform: translateY(700px);
    opacity: 0; } }
.hinge {
  animation-duration: 1s;
  animation-name: hinge; }

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity .5s ease-out; }
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1; }
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8; }
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0; }

.mfp-wrap {
  overflow-y: scroll !important; }

.page-home .first-screen {
  position: relative; }
  .page-home .first-screen .coach-photo-wr {
    position: relative; }
    .page-home .first-screen .coach-photo-wr img {
      position: absolute;
      left: 2em;
      top: -4em;
      max-width: 115%; }
  .page-home .first-screen .info-wr {
    padding-bottom: 3em; }
    .page-home .first-screen .info-wr .fullname {
      padding-top: 1.5em; }
    .page-home .first-screen .info-wr .slogan {
      padding-top: 1.8em;
      font-style: italic;
      font-size: 1.400em;
      font-weight: 400; }
    .page-home .first-screen .info-wr .underline {
      padding: 1em 0 1.5em 0; }
  .page-home .first-screen .curve {
    position: absolute;
    -webkit-transform: translateY(100);
    -moz-transform: translateY(100);
    -o-transform: translateY(100);
    transform: translateY(100);
    left: 0;
    width: 100%; }
.page-home .about.section {
  position: relative;
  z-index: 1; }
  .page-home .about.section .section-title {
    padding-top: 1.5em; }
  .page-home .about.section .br {
    display: block;
    height: 20px; }
  .page-home .about.section p {
    text-align: justify;
    padding-top: 1em; }

.certificates.section {
  background: url(../../makarenko/img/pages/home/certificates-background.png) no-repeat center center;
  background-size: 100% auto;
  overflow: hidden;
  padding-top: 2em;
  position: relative; }
  .certificates.section .overlay {
    display: none;
    z-index: 0;
    position: absolute;
    bottom: -9em;
    left: 0;
    width: 100%; }
  .certificates.section .info-wr {
    text-align: center; }
    .certificates.section .info-wr .slogan {
      font-style: italic;
      font-weight: 400;
      font-size: 1.5em;
      padding: 1em 0 2em 0; }

.services {
  position: relative;
  z-index: 2;
  padding-top: 4em; }
  .services .section-title {
    padding-bottom: 1.5em; }
  .services .items-wr .item-wr {
    height: auto;
    overflow: hidden; }
    .services .items-wr .item-wr .item {
      position: relative; }
      .services .items-wr .item-wr .item .popup-modal {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 2; }
    .services .items-wr .item-wr.i1 .item {
      background: url(../img/pages/home/services/1.png) no-repeat center center;
      background-size: cover;
      background-position: 0 50%; }
    .services .items-wr .item-wr.i2 .item {
      background: url(../img/pages/home/services/2.png) no-repeat center center;
      background-size: cover;
      background-position: 0 50%; }
    .services .items-wr .item-wr.i3 .item {
      background: url(../img/pages/home/services/3.png) no-repeat center center;
      background-size: cover;
      background-position: 0 50%; }
    .services .items-wr .item-wr.i4 .item {
      background: url(../img/pages/home/services/4.png) no-repeat center center;
      background-size: cover;
      background-position: 0 50%; }
  .services .items-wr .item {
    cursor: pointer;
    height: 200px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out; }
    .services .items-wr .item .table {
      width: 100%;
      height: 100%; }
    .services .items-wr .item .name a {
      font-size: 1.2em;
      font-weight: 500;
      color: #000;
      letter-spacing: 4px; }
    .services .items-wr .item:hover {
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6); }

.single-form {
  padding-top: 6em;
  padding-bottom: 3em;
  position: relative; }
  .single-form .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
  .single-form .info-wr .slogan {
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-size: 2.750em;
    text-align: center;
    line-height: 0.9em; }
  .single-form .info-wr .sub-slogan {
    letter-spacing: 2px;
    padding-top: 0.5em;
    color: #fff;
    text-align: center;
    font-size: 1.200em;
    font-weight: 400; }
  .single-form .form-wr .inner-wr {
    padding: 1.7em 1.4em; }
    .single-form .form-wr .inner-wr button {
      margin-top: 1em; }

.training {
  padding: 2em 0;
  position: relative; }
  .training .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .training .items-wr .item {
    padding: 1.6em 0; }
    .training .items-wr .item .title {
      font-style: italic;
      font-size: 3em;
      color: #134b8a;
      font-weight: 400;
      -webkit-text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.17);
      -moz-text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.17);
      text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.17); }
    .training .items-wr .item .sub-title {
      font-weight: 500;
      font-size: 1.2em;
      letter-spacing: 2px; }
    .training .items-wr .item .description {
      padding-top: 2.6em; }
    .training .items-wr .item .button {
      min-width: 320px;
      margin-top: 2em; }
      .training .items-wr .item .button i {
        padding-left: 1em;
        -webkit-transition: transform 0.3s ease-in-out;
        -moz-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out; }
      .training .items-wr .item .button:hover i {
        -webkit-transform: translateX(5px);
        -moz-transform: translateX(5px);
        -o-transform: translateX(5px);
        transform: translateX(5px); }

.forward-events {
  position: relative;
  z-index: 1; }
  .forward-events .items-wr .item .inner-wr {
    background: #fff;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
    .forward-events .items-wr .item .inner-wr .content-wr {
      padding: 10px;
      padding-bottom: 6em;
      position: relative; }
      .forward-events .items-wr .item .inner-wr .content-wr .button-wr {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 1em;
        margin: auto;
        text-align: center; }
        .forward-events .items-wr .item .inner-wr .content-wr .button-wr .button {
          width: 90%;
          min-width: initial; }
  .forward-events .items-wr .item .photo-wr {
    cursor: pointer; }
    .forward-events .items-wr .item .photo-wr img {
      width: 100%; }
  .forward-events .items-wr .item .title {
    padding-top: 1em;
    font-size: 1.2em;
    color: #134b8a;
    font-style: italic;
    font-weight: 700;
    text-align: center; }
  .forward-events .items-wr .item .sub-title {
    font-size: 0.9em;
    letter-spacing: 2px;
    color: #555555;
    font-weight: 400;
    text-align: center;
    padding-bottom: 1em;
    border-bottom: 1px solid #eeeeee; }
  .forward-events .items-wr .item .location-wr .date-wr {
    font-style: italic; }
    .forward-events .items-wr .item .location-wr .date-wr .date {
      font-weight: 900; }
  .forward-events .items-wr .item .location-wr .address-wr {
    text-align: right; }
  .forward-events .items-wr .item:hover .inner-wr {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6); }

.photos.section {
  padding-top: 6em;
  position: relative; }
  .photos.section .overlay {
    z-index: 0;
    position: absolute;
    top: -5em;
    left: 0;
    width: 100%; }
  .photos.section .info-wr {
    text-align: center; }
    .photos.section .info-wr .slogan {
      font-style: italic;
      font-weight: 400;
      font-size: 1.5em;
      padding: 1em 0 2em 0; }

.comments.section {
  padding-top: 4.5em;
  position: relative; }
  .comments.section .overlay {
    position: absolute;
    width: 100%;
    right: 0;
    top: -2em; }
  .comments.section .comments-slider {
    padding-top: 2.5em; }
    .comments.section .comments-slider .item .avatar-wr {
      text-align: center; }
      .comments.section .comments-slider .item .avatar-wr img {
        max-width: 90%;
        border-radius: 50%;
        border: 9px solid #fff; }
    .comments.section .comments-slider .item .comment-wr .name {
      font-size: 1.400em;
      font-style: italic;
      font-weight: 400;
      color: #2080ec;
      padding-bottom: 0.3em; }
    .comments.section .comments-slider .item .comment-wr .body {
      text-align: justify; }
  .comments.section .comments-slider-wr {
    position: relative; }
    .comments.section .comments-slider-wr .slider-nav {
      padding-right: 1em;
      position: absolute;
      z-index: 5;
      top: 0;
      right: 0; }
      .comments.section .comments-slider-wr .slider-nav .slick-arrow {
        float: right;
        display: inline-block;
        cursor: pointer;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        display: table;
        text-align: center;
        -webkit-transition: background 0.3s ease-in-out;
        -moz-transition: background 0.3s ease-in-out;
        transition: background 0.3s ease-in-out; }
        .comments.section .comments-slider-wr .slider-nav .slick-arrow:first-child {
          -webkit-transform: translateX(1em);
          -moz-transform: translateX(1em);
          -o-transform: translateX(1em);
          transform: translateX(1em); }
        .comments.section .comments-slider-wr .slider-nav .slick-arrow i {
          font-size: 1.4em;
          display: table-cell;
          vertical-align: middle;
          color: #134b8a; }
        .comments.section .comments-slider-wr .slider-nav .slick-arrow:hover {
          background: #fff; }

.last-news-post {
  z-index: 2;
  padding-top: 3em; }
  .last-news-post .items-wr .item .photo-wr {
    cursor: pointer;
    position: relative;
    height: 250px;
    background-size: cover; }
    .last-news-post .items-wr .item .photo-wr .date {
      padding: 0.7em;
      font-size: 0.9em;
      color: #fff;
      font-style: italic;
      font-weight: 400;
      -webkit-text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.17);
      -moz-text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.17);
      text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.17); }
    .last-news-post .items-wr .item .photo-wr .title {
      background: #28598f;
      padding: 0.4em;
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      font-size: 1.2em;
      color: #fff;
      font-weight: 700;
      font-style: italic;
      line-height: 1.2em; }
  .last-news-post .items-wr .item .excerpt {
    padding-top: 1.2em;
    line-height: 1.1em;
    text-align: justify; }
  .last-news-post .items-wr .item .link-wr {
    text-align: right; }
    .last-news-post .items-wr .item .link-wr .link {
      padding-top: 0.3em; }

.page-about .br {
  display: block;
  height: 10px; }
.page-about .first {
  padding-top: 1.5em; }
  .page-about .first .info-wr {
    text-align: justify; }
    .page-about .first .info-wr .bold {
      font-style: italic;
      font-weight: 500; }
.page-about .questions .questions-title {
  font-style: italic;
  font-weight: 400;
  text-align: center;
  padding: 1.5em 0 1em 0; }
.page-about .questions ul li {
  position: relative; }
  .page-about .questions ul li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #134b8a;
    left: -25px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute; }

.page-upcoming-events .forward-events {
  position: relative;
  z-index: 1; }
  .page-upcoming-events .forward-events .items-wr .item {
    margin-bottom: 3em; }
    .page-upcoming-events .forward-events .items-wr .item .inner-wr {
      background: #fff;
      -webkit-transition: box-shadow 0.3s ease-in-out;
      -moz-transition: box-shadow 0.3s ease-in-out;
      transition: box-shadow 0.3s ease-in-out;
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); }
      .page-upcoming-events .forward-events .items-wr .item .inner-wr .content-wr {
        padding: 10px;
        padding-bottom: 4em;
        position: relative; }
        .page-upcoming-events .forward-events .items-wr .item .inner-wr .content-wr .button-wr {
          position: absolute;
          left: 0;
          right: 0;
          bottom: -1em;
          margin: auto;
          text-align: center; }
          .page-upcoming-events .forward-events .items-wr .item .inner-wr .content-wr .button-wr .button {
            width: 90%;
            min-width: initial; }
    .page-upcoming-events .forward-events .items-wr .item .photo-wr img {
      width: 100%; }
    .page-upcoming-events .forward-events .items-wr .item .title {
      padding-top: 1em;
      font-size: 1.2em;
      color: #134b8a;
      font-style: italic;
      font-weight: 700;
      text-align: center; }
    .page-upcoming-events .forward-events .items-wr .item .sub-title {
      font-size: 0.9em;
      letter-spacing: 2px;
      color: #555555;
      font-weight: 400;
      text-align: center;
      padding-bottom: 1em;
      border-bottom: 1px solid #eeeeee; }
    .page-upcoming-events .forward-events .items-wr .item .location-wr .date-wr {
      font-style: italic; }
      .page-upcoming-events .forward-events .items-wr .item .location-wr .date-wr .date {
        font-weight: 900; }
    .page-upcoming-events .forward-events .items-wr .item .location-wr .address-wr {
      text-align: right; }
    .page-upcoming-events .forward-events .items-wr .item:hover .inner-wr {
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6); }
    .page-upcoming-events .forward-events .items-wr .item:nth-child(3n+1) {
      clear: left; }

.page-blog .grid .grid-item {
  padding: 1em; }
  .page-blog .grid .grid-item .photo-wr {
    cursor: pointer;
    position: relative;
    height: 250px;
    background-size: cover; }
    .page-blog .grid .grid-item .photo-wr .date {
      padding: 0.7em;
      font-size: 0.9em;
      color: #fff;
      font-style: italic;
      font-weight: 400;
      -webkit-text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.17);
      -moz-text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.17);
      text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.17); }
    .page-blog .grid .grid-item .photo-wr .title {
      background: #28598f;
      padding: 0.4em;
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      font-size: 1.2em;
      color: #fff;
      font-weight: 700;
      font-style: italic;
      line-height: 1.2em; }
  .page-blog .grid .grid-item .excerpt {
    padding-top: 1.2em;
    line-height: 1.1em;
    text-align: justify; }
  .page-blog .grid .grid-item .link-wr {
    text-align: right; }
    .page-blog .grid .grid-item .link-wr .link {
      padding-top: 0.3em; }

.page-post {
  padding-top: 3em; }
  .page-post .post-header .table {
    position: relative;
    width: 100%; }
    .page-post .post-header .table .title {
      font-size: 2.7em;
      font-style: italic;
      color: #134b8a;
      text-align: center;
      font-weight: 500; }
    .page-post .post-header .table .date {
      font-style: italic;
      font-size: 0.9em;
      color: #777777;
      font-weight: 500;
      position: absolute;
      right: 1em;
      bottom: 0; }
    .page-post .post-header .table img {
      -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25); }
  .page-post .post-content {
    padding-top: 2.2em;
    text-align: justify; }
  .page-post .post-social-share {
    padding: 2.5em 0 2.5em 0;
    width: 100%; }
    .page-post .post-social-share .buttons-wr .title {
      font-size: 1.5em;
      font-weight: 400;
      color: #2080ec; }
    .page-post .post-social-share .buttons-wr .sub-title {
      color: #2080ec;
      font-size: 1.5em;
      font-weight: 500; }
    .page-post .post-social-share .social-wr ul {
      text-align: center;
      display: table;
      margin: 0 auto;
      list-style: none; }
      .page-post .post-social-share .social-wr ul li {
        padding: 0.6em;
        display: table-cell;
        vertical-align: middle; }
        .page-post .post-social-share .social-wr ul li a {
          position: relative;
          height: 79px;
          width: 83px;
          text-align: center;
          display: table;
          border-radius: 50%;
          background: rgba(255, 255, 255, 0.3);
          -webkit-transition: background 0.3s ease-in-out;
          -moz-transition: background 0.3s ease-in-out;
          transition: background 0.3s ease-in-out; }
          .page-post .post-social-share .social-wr ul li a .i-wr {
            -webkit-transition: background 0.3s ease-in-out;
            -moz-transition: background 0.3s ease-in-out;
            transition: background 0.3s ease-in-out;
            width: 55px;
            height: 55px;
            background: white;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;
            text-align: center; }
          .page-post .post-social-share .social-wr ul li a i {
            line-height: 55px;
            margin: 0 auto;
            color: #2080ec;
            font-size: 1.2em;
            -webkit-transition: color 0.3s ease-in-out;
            -moz-transition: color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out; }
            .page-post .post-social-share .social-wr ul li a i.facebook {
              position: relative;
              left: -0.03em; }
            .page-post .post-social-share .social-wr ul li a i.instagram {
              position: relative;
              left: -0.01em; }
@-webkit-keyframes anim {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.7, 0.7); }
  100% {
    transform: scale(1, 1); } }
@-moz-keyframes anim {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.7, 0.7); }
  100% {
    transform: scale(1, 1); } }
@-o-keyframes anim {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.7, 0.7); }
  100% {
    transform: scale(1, 1); } }
@keyframes anim {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.7, 0.7); }
  100% {
    transform: scale(1, 1); } }
@-webkit-keyframes anim2 {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.3, 1.3); }
  100% {
    transform: scale(1, 1); } }
@-moz-keyframes anim2 {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.3, 1.3); }
  100% {
    transform: scale(1, 1); } }
@-o-keyframes anim2 {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.3, 1.3); }
  100% {
    transform: scale(1, 1); } }
@keyframes anim2 {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.3, 1.3); }
  100% {
    transform: scale(1, 1); } }
          .page-post .post-social-share .social-wr ul li a:hover {
            -webkit-animation: anim 0.5s ease-in-out;
            -moz-animation: anim 0.5s ease-in-out;
            -o-animation: anim 0.5s ease-in-out;
            animation: anim 0.5s ease-in-out;
            background: rgba(17, 69, 128, 0.16); }
            .page-post .post-social-share .social-wr ul li a:hover .i-wr {
              background: #2080ec;
              -webkit-animation: anim2 0.5s ease-in-out;
              -moz-animation: anim2 0.5s ease-in-out;
              -o-animation: anim2 0.5s ease-in-out;
              animation: anim2 0.5s ease-in-out; }
              .page-post .post-social-share .social-wr ul li a:hover .i-wr i {
                color: #fff !important; }
  .page-post .last-news-post .section-title .title {
    font-size: 1.800em !important; }

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (min-width: 2000px) {
  .footer .overlay {
    bottom: -24em !important; } }
@media only screen and (min-width: 1599px) {
  .page-home .first-screen .coach-photo-wr img {
    top: -1em; }

  .footer .overlay {
    bottom: -10em; } }
@media only screen and (max-width: 1199px) {
  .certificates .info-wr .slogan, .photos .info-wr .slogan {
    padding: 1em 0 !important; }
  .certificates .certificates-slider-wr, .certificates .photos-slider-wr, .photos .certificates-slider-wr, .photos .photos-slider-wr {
    padding-top: 1.5em; }

  .header .menu {
    font-size: 0.7em; }

  .footer {
    overflow: hidden;
    padding-top: 4em; }
    .footer .overlay {
      bottom: -9em; }
    .footer .info-wr .title {
      color: #000;
      text-shadow: none; }
    .footer .info-wr .list-wr .row > div {
      display: block;
      width: 100%; }
    .footer .info-wr .list-wr .row a {
      display: block;
      width: 100%;
      color: #000; }
    .footer .links-wr {
      font-size: 0.8em; }

  .page-home .first-screen .coach-photo-wr img {
    top: 3em; }

  .page-post .post-header .table .title {
    font-size: 2.2em; }

  .page-post .post-social-shate .buttons-wr .title, .page-post .post-social-shate .buttons-wr .sub-title {
    font-size: 0.9em; }

  .page-post .post-header .date {
    position: static !important;
    padding-bottom: 1em; }
  .page-post .post-header .table .cell {
    display: block;
    width: 100%;
    text-align: center; }
  .page-post .post-header .title {
    line-height: 1.1em !important;
    text-align: center !important; }

  .page-post .post-social-share > div {
    display: block !important;
    width: 100% !important;
    text-align: center; }
  .page-post .post-social-share .al-right {
    text-align: center; }
  .page-post .post-social-share .table {
    display: block !important;
    width: 100% !important;
    text-align: center; }
    .page-post .post-social-share .table .cell {
      display: block !important;
      width: 100% !important;
      text-align: center; }

  .js-menu .col-xs-12.col-sm-10.col-md-9 {
    width: 85% !important; } }
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .page-home .first-screen .info-wr .slogan {
    line-height: 1.2em;
    font-size: 1.3em !important; }

  .training .items-wr .item .title {
    font-size: 2.4em;
    line-height: 1em; }
  .training .items-wr .item .sub-title {
    padding-top: 0.3em;
    font-size: 1em;
    line-height: 1em; }
  .training .items-wr .item .description {
    padding-top: 0.8em; }

  .page-home .first-screen .coach-photo-wr img {
    top: 0;
    width: 160% !important;
    max-width: 200% !important;
    left: -4em; }

  .services .items-wr .item-wr .item {
    position: relative; }
    .services .items-wr .item-wr .item:after {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.6); }
    .services .items-wr .item-wr .item .table .cell {
      width: 100%;
      text-align: center; }
      .services .items-wr .item-wr .item .table .cell:first-child {
        display: none; }
      .services .items-wr .item-wr .item .table .cell a {
        z-index: 10; }

  .single-form .table .cell {
    display: block;
    width: 100%;
    text-align: center; }
  .single-form .slogan {
    color: #000 !important;
    padding-bottom: 0.5em; }
  .single-form .sub-slogan {
    color: #000 !important;
    padding-bottom: 0.8em; }

  .training .items-wr .item .title {
    font-size: 2em; }

  .forward-events .items-wr .item {
    display: block;
    width: 100%;
    margin-bottom: 3em; }
    .forward-events .items-wr .item .location-wr {
      padding-top: 0.5em;
      width: 100%; }
    .forward-events .items-wr .item:last-child {
      margin-bottom: 0; }

  .photos.section {
    padding-top: 2em; }

  .last-news-post .item {
    margin-bottom: 3em !important;
    display: block !important;
    width: 100% !important; }
    .last-news-post .item .title {
      padding: 1em  !important;
      text-align: left; }
      .last-news-post .item .title br {
        display: none !important; }
    .last-news-post .item:last-child {
      margin-bottom: 0 !important; }

  .footer .info-wr, .footer .form-wr {
    display: block !important;
    text-align: center;
    width: 100% !important; }

  .page-about .first > div {
    width: 100%;
    display: block; }
    .page-about .first > div:last-child {
      padding: 1em 0;
      text-align: center; }
      .page-about .first > div:last-child img {
        margin: 0 auto; }

  .services .items-wr .item-wr {
    display: block !important;
    width: 100% !important; }
  .services .items-wr .item-wr .item .cell {
    vertical-align: bottom !important;
    padding-bottom: 2.5em; }
  .services .items-wr .item-wr .item:after {
    display: none !important; }
  .services .items-wr .item-wr.i1 .item {
    background: url(../img/pages/home/services/1_1.png) no-repeat center center;
    background-size: cover !important; }
  .services .items-wr .item-wr.i2 .item {
    background: url(../img/pages/home/services/2_1.png) no-repeat center center;
    background-size: cover !important; }
  .services .items-wr .item-wr.i3 .item {
    background: url(../img/pages/home/services/3_1.png) no-repeat center center;
    background-size: cover !important; }
  .services .items-wr .item-wr.i4 .item {
    background: url(../img/pages/home/services/4_1.png) no-repeat center center;
    background-size: cover !important; }

  .single-form > .overlay {
    max-width: 200% !important;
    width: 150% !important; }

  .training .item .img-wr img {
    width: 150%;
    max-width: 150%; }

  .footer > .overlay {
    max-width: 200% !important;
    width: 180% !important; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  html, body {
    font-size: 15px; }

  .header .menu ul li:last-child {
    display: inline-block; }
  .header .menu ul li:nth-child(3) {
    display: none; }

  .first-screen .info-wr {
    padding-bottom: 0 !important; }

  .page-home .first-screen .coach-photo-wr img {
    position: relative !important;
    top: 2em !important; }

  .page-home .first-screen .coach-photo-wr img {
    max-width: 50% !important;
    width: 50% !important;
    margin: 0 auto; }

  .coach-photo-wr {
    text-align: center; }
    .coach-photo-wr img {
      max-width: 50% !important;
      width: 50% !important;
      margin: 0 auto; }

  .about {
    padding-top: 2em; }

  br {
    display: none; }

  .single-form {
    padding-top: 2em !important; }

  .training {
    text-align: center; }
    .training .al-left, .training .al-right {
      text-align: center; }
    .training .title, .training .sub-title, .training .description {
      text-align: center; }
    .training .button {
      float: none;
      margin: 0 auto; }

  .forward-events .link-wr, .last-news-post .link-wr {
    float: none;
    text-align: center; }

  .last-news-post .link-wr {
    padding-bottom: 1em; }

  .forward-events .link, .last-news-post .link {
    padding-bottom: 1em;
    font-size: 1.2em; }

  .forward-events .items-wr .item, .last-news-post .items-wr .item {
    width: 90%  !important;
    float: none !important;
    margin: 0 auto !important;
    margin-bottom: 3em !important; }
    .forward-events .items-wr .item .location-wr .address-wr, .forward-events .items-wr .item .location-wr .date-wr, .last-news-post .items-wr .item .location-wr .address-wr, .last-news-post .items-wr .item .location-wr .date-wr {
      display: block;
      width: 100%;
      text-align: center; }

  .comments.section .comments-slider .item .avatar-wr {
    text-align: center; }
    .comments.section .comments-slider .item .avatar-wr img {
      margin: 0 auto;
      float: none; }

  .footer {
    padding-top: 1em; }
    .footer > .overlay {
      bottom: -1em !important; }
    .footer .links-wr .item {
      display: block;
      width: 100%;
      text-align: center;
      padding: 0.3em 0 !important; }
      .footer .links-wr .item a {
        font-size: 1.5em !important; }

  .single-form .table {
    display: block !important; }

  .page-home .first-screen .coach-photo-wr img {
    left: 0; }

  .page-about .questions {
    padding-bottom: 2em; }

  .js-menu {
    padding-bottom: 1.5em; }

  .forward-events {
    padding-top: 3em; }

  .certificates.section .info-wr .slogan, .photos.section .info-wr .slogan {
    font-size: 2em; }

  .comments.section {
    padding-top: 7em; }

  .forward-events .items-wr .item, .last-news-post .items-wr .item {
    margin-bottom: 1.5em !important; }

  .footer .info-wr {
    font-weight: 500; }

  .footer > .overlay {
    width: 150% !important;
    max-width: 150% !important;
    bottom: 0 !important; }

  .page-post .post-social-share .buttons-wr .title {
    font-size: 2em;
    font-weight: 500; }

  .page-post .last-news-post .section-title .title {
    padding-bottom: 1em; }

  .page-upcoming-events .section-title {
    padding-bottom: 2.5em; }

  .page-upcoming-events .forward-events .item {
    margin-bottom: 4em !important; }
    .page-upcoming-events .forward-events .item .button-wr {
      bottom: -2em !important; }
      .page-upcoming-events .forward-events .item .button-wr .button {
        padding: 1.2em; } }
@media only screen and (max-width: 719px) {
  .single-form .form-wr .inner-wr .button {
    min-width: 250px; }

  .training .item .hidden {
    display: block !important;
    width: 100%;
    visibility: visible !important;
    float: left; }
  .training .item .vis {
    display: none !important; }

  .training .items-wr .item .table .cell {
    display: block;
    width: 100%; } }
@media only screen and (max-width: 519px) {
  .header .menu ul li {
    display: none !important; }
    .header .menu ul li:last-child {
      display: inline-block !important; }

  .certificates, .photos {
    display: none !important; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  .single-form .form-wr .inner-wr .button {
    padding: 1.20em  1em !important;
    font-size: 1em !important;
    min-width: auto; }

  .pagination-dot, .pagination-current {
    margin: 0 5px !important; }

  .page-home .forward-events .items-wr .item {
    margin-bottom: 3em !important; }

  .js-menu .contacts-wr {
    padding-top: 3em; }

  .js-menu .contacts-wr ul li {
    display: block;
    text-align: center;
    padding: 0.5em 0; }

  .training .items-wr .item .img-wr {
    display: none !important; }

  .mfp-container {
    height: auto !important; }

  html, body {
    font-size: 14px; }

  .button {
    width: auto;
    min-width: 0; }

  .page-home .first-screen .coach-photo-wr img {
    max-width: 80% !important; }

  .forward-events {
    padding-top: 3.5em; }

  .section-title .title {
    line-height: 1.1em; }

  .last-news-post {
    padding-top: 6em; }

  .forward-events .items-wr .item, .last-news-post .items-wr .item {
    margin-bottom: 0.5em !important; }

  .page-upcoming-events .forward-events .item {
    margin-bottom: 5em !important; }

  .popup .title {
    font-size: 2em !important; }

  .popup .form-wr {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .form-wr .contact-form-wr form .form-item-wr {
    margin-bottom: 1em; }

  .page-post .post-social-share {
    display: block !important;
    width: 100%; }
    .page-post .post-social-share div {
      padding-left: 0 !important;
      padding-right: 0 !important; }

  .page-post .post-social-share .table {
    display: block;
    width: 100%; }

  .page-blog .section-title {
    padding-bottom: 2em; }

  .page-upcoming-events .forward-events .items-wr .item .location-wr .address-wr {
    text-align: center; }

  .button {
    padding: 1.20em  1.6em; }

  .services .items-wr .item-wr .item .cell {
    vertical-align: bottom !important;
    padding-bottom: 2.5em; }
  .services .items-wr .item-wr .item:after {
    display: none !important; }
  .services .items-wr .item-wr.i1 .item {
    background: url(../img/pages/home/services/1_1.png) no-repeat center center;
    background-size: cover !important;
    background-position: center left !important; }
  .services .items-wr .item-wr.i2 .item {
    background: url(../img/pages/home/services/2_1.png) no-repeat center center;
    background-size: cover !important;
    background-position: center left !important; }
  .services .items-wr .item-wr.i3 .item {
    background: url(../img/pages/home/services/3_1.png) no-repeat center center;
    background-size: cover !important;
    background-position: center left !important; }
  .services .items-wr .item-wr.i4 .item {
    background: url(../img/pages/home/services/4_1.png) no-repeat center center;
    background-size: cover !important;
    background-position: center left !important; }

  .training .items-wr .item .button {
    min-width: auto; }

  .single-form .form-wr .inner-wr {
    padding: 1.7em 0.4em; }
    .single-form .form-wr .inner-wr .button {
      font-size: 1.1em; }

  .popup.order-consultation-modal .contact-form-wr .inner-wr {
    padding: 2.2em .4em; }

  .form-wr .contact-form-wr {
    padding: 0.5em; } }
/* Custom, iPhone Retina */
@media only screen and (max-width: 319px) {
  .single-form .info-wr .slogan {
    font-size: 1.7em; }

  .form-wr {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .form-wr .contact-form-wr {
      padding: 0.3em; }
      .form-wr .contact-form-wr .inner-wr {
        padding: 0.5em; }

  .button {
    font-size: 1em; }

  .forward-events .items-wr .item, .last-news-post .items-wr .item {
    width: 100%  !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }

  .section-title .title {
    font-size: 1.8em; }

  .comments.section .comments-slider-wr .slider-nav {
    display: none;
    left: 0;
    margin: auto;
    width: 100%; }
    .comments.section .comments-slider-wr .slider-nav .slick-arrow {
      float: none; }

  .footer .info-wr .title {
    font-size: 1.9em; }

  .footer .info-wr .social-wr {
    padding: 1em 0 1em 0; }
    .footer .info-wr .social-wr ul li a {
      width: 43px;
      height: 43px; }
      .footer .info-wr .social-wr ul li a .i-wr {
        width: 30px;
        height: 30px; }

  .footer {
    padding-bottom: 9em !important; }
    .footer .links-wr a {
      color: #000; }

  .pagination-content {
    height: 190px !important; }

  .pagination-item {
    margin-left: -100px; }

  .certificates .col-xs-12.col-lg-7, .photos .col-xs-12.col-lg-7 {
    padding: 0 !important; }

  .pagination-dot, .pagination-current {
    margin: 0 9px; } }

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