/* FONTS
 ========================================================================== */
@font-face {
  font-family: "MazzardL";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/MazzardL-Black.woff") format('woff'), url("../fonts/MazzardL-Black.woff2") format('woff2');
}
@font-face {
  font-family: "MazzardL";
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/MazzardL-BlackItalic.woff") format('woff'), url("../fonts/MazzardL-BlackItalic.woff2") format('woff2');
}
@font-face {
  font-family: "MazzardL";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/MazzardL-ExtraBold.woff") format('woff'), url("../fonts/MazzardL-ExtraBold.woff2") format('woff2');
}
@font-face {
  font-family: "MazzardL";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/MazzardL-ExtraBoldItalic.woff") format('woff'), url("../fonts/MazzardL-ExtraBoldItalic.woff2") format('woff2');
}
@font-face {
  font-family: "MazzardL";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/MazzardL-Bold.woff") format('woff'), url("../fonts/MazzardL-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "MazzardL";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/MazzardL-BoldItalic.woff") format('woff'), url("../fonts/MazzardL-BoldItalic.woff2") format('woff2');
}
@font-face {
  font-family: "MazzardL";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/MazzardL-Medium.woff") format('woff'), url("../fonts/MazzardL-Medium.woff2") format('woff2');
}
@font-face {
  font-family: "MazzardL";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/MazzardL-MediumItalic.woff") format('woff'), url("../fonts/MazzardL-MediumItalic.woff2") format('woff2');
}
@font-face {
  font-family: "MazzardL";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/MazzardL-Italic.woff") format('woff'), url("../fonts/MazzardL-Italic.woff2") format('woff2');
}
@font-face {
  font-family: "MazzardL";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/MazzardL-Regular.woff") format('woff'), url("../fonts/MazzardL-Regular.woff2") format('woff2');
}
@font-face {
  font-family: "MazzardL";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/MazzardL-Light.woff") format('woff'), url("../fonts/MazzardL-Light.woff2") format('woff2');
}
@font-face {
  font-family: "MazzardL";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/MazzardL-LightItalic.woff") format('woff'), url("../fonts/MazzardL-LightItalic.woff2") format('woff2');
}
@font-face {
  font-family: "GothamPro";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/GothamPro.woff") format('woff'), url("../fonts/GothamPro.woff2") format('woff2');
}
@font-face {
  font-family: "GothamPro";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/GothamPro-Italic.woff") format('woff'), url("../fonts/GothamPro-Italic.woff2") format('woff2');
}
@font-face {
  font-family: "GothamPro";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/GothamPro-Medium.woff") format('woff'), url("../fonts/GothamPro-Medium.woff2") format('woff2');
}
@font-face {
  font-family: "GothamPro";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/GothamPro-MediumItalic.woff") format('woff'), url("../fonts/GothamPro-MediumItalic.woff2") format('woff2');
}
@font-face {
  font-family: "GothamPro";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/GothamPro-Bold.woff") format('woff'), url("../fonts/GothamPro-Bold.woff2") format('woff2');
}
@font-face {
  font-family: "GothamPro";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/GothamPro-BoldItalic.woff") format('woff'), url("../fonts/GothamPro-BoldItalic.woff2") format('woff2');
}
@font-face {
  font-family: "BridgeText";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/BridgeText-Bold.woff") format('woff'), url("../fonts/BridgeText-Bold.woff2") format('woff2');
}
/* MAIN  FILES
 ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  max-width: 1920px;
  margin: 0 auto;
  color: #7f7f84;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
}
body ::-moz-selection {
  background: #0dcda4;
  color: #fff;
}
body ::selection {
  background: #0dcda4;
  color: #fff;
}
#wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
mark {
  background: none;
}
/* ==========================================================================
 FORMS & TABLE & NAVIGATION
 ========================================================================== */
input, textarea, select {
  outline: 0 none;
  padding: 0 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
  border-bottom: 1px solid #1a5c51;
  border-top: none;
  border-left: none;
  border-right: none;
  background: transparent;
  color: #d7fff6;
  font-family: 'MazzardL';
  font-size: 18px;
  font-weight: 500;
  height: 40px;
  padding: 0 5px 20px 0;
  width: 100%;
}
@media (max-width: 480px) {
  input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='search'], input[type='tel'], textarea {
    padding: 0 5px;
  }
}
input[type='text']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #d7fff6;
  font-family: 'MazzardL';
  font-size: 18px;
  font-weight: 500;
  opacity: 1;
}
input[type='text']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='tel']::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #d7fff6;
  font-family: 'MazzardL';
  font-size: 18px;
  font-weight: 500;
  opacity: 1;
}
input[type='text']:-ms-input-placeholder, input[type='number']:-ms-input-placeholder, input[type='email']:-ms-input-placeholder, input[type='password']:-ms-input-placeholder, input[type='search']:-ms-input-placeholder, input[type='tel']:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #d7fff6;
  font-family: 'MazzardL';
  font-size: 18px;
  font-weight: 500;
  opacity: 1;
}
input[type='text']:focus, input[type='number']:focus, input[type='email']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, textarea:focus {
  border-color: #fff;
}
textarea {
  resize: none;
  height: 100px;
  padding: 10px;
}
button[disabled], html input[disabled] {
  cursor: default;
}
input[type='search'], input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
}
ul {
  list-style: none;
}
ol {
  list-style: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
 TYPOGRAPHY
 ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  font-family: 'MazzardL';
  text-transform: capitalize;
  color: #fff;
}
h1 {
  font-size: 80px;
  margin-bottom: 20px;
}
@media (max-width: 1366px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 960px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 60px;
  margin-bottom: 35px;
}
@media (max-width: 960px) {
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 40px;
  margin-bottom: 35px;
}
@media (max-width: 960px) {
  h3 {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
h5 {
  font-size: 15px;
  font-weight: 700;
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
}
a {
  color: #0dcda4;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  outline: 0;
  text-decoration: underline;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
strong, b {
  font-weight: 700;
}
i {
  font-style: normal;
}
@media screen and (min-width: 1300px) {
  ::-webkit-scrollbar {
    width: 13px;
  }
  ::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #0dcda4;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #0bb591;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex.h_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex.h-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex.vh-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
[class*='col-'] {
  width: 100%;
}
.col-1 {
  -webkit-flex-basis: 5.5833333333%;
  -moz-flex-basis: 5.5833333333%;
  -ms-flex-basis: 5.5833333333%;
  flex-basis: 5.5833333333%;
}
.col-2 {
  -webkit-flex-basis: 14.1666666667%;
  -moz-flex-basis: 14.1666666667%;
  -ms-flex-basis: 14.1666666667%;
  flex-basis: 14.1666666667%;
}
.col-3 {
  -webkit-flex-basis: 22.75%;
  -moz-flex-basis: 22.75%;
  -ms-flex-basis: 22.75%;
  flex-basis: 22.75%;
}
.col-4 {
  -webkit-flex-basis: 31.3333333333%;
  -moz-flex-basis: 31.3333333333%;
  -ms-flex-basis: 31.3333333333%;
  flex-basis: 31.3333333333%;
}
.col-5 {
  -webkit-flex-basis: 39.9166666667%;
  -moz-flex-basis: 39.9166666667%;
  -ms-flex-basis: 39.9166666667%;
  flex-basis: 39.9166666667%;
}
.col-6 {
  -webkit-flex-basis: 48.5%;
  -moz-flex-basis: 48.5%;
  -ms-flex-basis: 48.5%;
  flex-basis: 48.5%;
}
.col-7 {
  -webkit-flex-basis: 57.0833333333%;
  -moz-flex-basis: 57.0833333333%;
  -ms-flex-basis: 57.0833333333%;
  flex-basis: 57.0833333333%;
}
.col-8 {
  -webkit-flex-basis: 65.6666666667%;
  -moz-flex-basis: 65.6666666667%;
  -ms-flex-basis: 65.6666666667%;
  flex-basis: 65.6666666667%;
}
.col-9 {
  -webkit-flex-basis: 74.25%;
  -moz-flex-basis: 74.25%;
  -ms-flex-basis: 74.25%;
  flex-basis: 74.25%;
}
.col-10 {
  -webkit-flex-basis: 82.8333333333%;
  -moz-flex-basis: 82.8333333333%;
  -ms-flex-basis: 82.8333333333%;
  flex-basis: 82.8333333333%;
}
.col-11 {
  -webkit-flex-basis: 91.4166666667%;
  -moz-flex-basis: 91.4166666667%;
  -ms-flex-basis: 91.4166666667%;
  flex-basis: 91.4166666667%;
}
.col-12 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%;
}
.col-50 {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-basis: 50%;
  flex-basis: 50%;
}
@media (max-width: 960px) {
  .md-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .md-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .md-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .md-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .md-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .md-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .md-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .md-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .sm-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .sm-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .sm-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .sm-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .sm-bottom {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .xs-1 {
    -webkit-flex-basis: 5.5833333333%;
    -moz-flex-basis: 5.5833333333%;
    -ms-flex-basis: 5.5833333333%;
    flex-basis: 5.5833333333%;
  }
  .xs-2 {
    -webkit-flex-basis: 14.1666666667%;
    -moz-flex-basis: 14.1666666667%;
    -ms-flex-basis: 14.1666666667%;
    flex-basis: 14.1666666667%;
  }
  .xs-3 {
    -webkit-flex-basis: 22.75%;
    -moz-flex-basis: 22.75%;
    -ms-flex-basis: 22.75%;
    flex-basis: 22.75%;
  }
  .xs-4 {
    -webkit-flex-basis: 31.3333333333%;
    -moz-flex-basis: 31.3333333333%;
    -ms-flex-basis: 31.3333333333%;
    flex-basis: 31.3333333333%;
  }
  .xs-5 {
    -webkit-flex-basis: 39.9166666667%;
    -moz-flex-basis: 39.9166666667%;
    -ms-flex-basis: 39.9166666667%;
    flex-basis: 39.9166666667%;
  }
  .xs-6 {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-basis: 48.5%;
    flex-basis: 48.5%;
  }
  .xs-7 {
    -webkit-flex-basis: 57.0833333333%;
    -moz-flex-basis: 57.0833333333%;
    -ms-flex-basis: 57.0833333333%;
    flex-basis: 57.0833333333%;
  }
  .xs-8 {
    -webkit-flex-basis: 65.6666666667%;
    -moz-flex-basis: 65.6666666667%;
    -ms-flex-basis: 65.6666666667%;
    flex-basis: 65.6666666667%;
  }
  .xs-9 {
    -webkit-flex-basis: 74.25%;
    -moz-flex-basis: 74.25%;
    -ms-flex-basis: 74.25%;
    flex-basis: 74.25%;
  }
  .xs-10 {
    -webkit-flex-basis: 82.8333333333%;
    -moz-flex-basis: 82.8333333333%;
    -ms-flex-basis: 82.8333333333%;
    flex-basis: 82.8333333333%;
  }
  .xs-11 {
    -webkit-flex-basis: 91.4166666667%;
    -moz-flex-basis: 91.4166666667%;
    -ms-flex-basis: 91.4166666667%;
    flex-basis: 91.4166666667%;
  }
  .xs-12 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
  .xs-bottom {
    margin-bottom: 15px;
  }
}
/* ==========================================================================
 HELPERS
 ========================================================================== */
.wrap {
  margin: 0 auto;
  width: 1300px;
  max-width: 94%;
  position: relative;
}
#wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
}
.c {
  font-size: 0;
  line-height: 0;
  display: block;
  clear: both;
  overflow: hidden;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: ' ';
}
.bg-center {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.underline {
  position: relative;
  display: inline-block;
}
.underline:after {
  display: block;
  width: 0;
  height: 1px;
  margin: auto;
  content: '';
  transition: width 0.5s ease, background-color 0.5s ease;
  background: transparent;
}
.underline:hover:after {
  width: 100%;
  background: #0dcda4;
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}
.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.btn {
  font-size: 14px;
  letter-spacing: 1.4px;
  font-weight: 900;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  min-width: 220px;
  padding: 20px 35px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: 0;
  filter: contrast(100%);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0dcda4+0,0dcaa2+11,0ac79d+11,0bbe97+17,08bb94+19,09ae8c+25,059a7d+36,04997c+38,038b73+46,048a72+48,01806b+54,03816c+55,037c69+62,037c69+100 */
  background: #0dcda4;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(13, 205, 164, 1) 0%, rgba(13, 202, 162, 1) 11%, rgba(10, 199, 157, 1) 11%, rgba(11, 190, 151, 1) 17%, rgba(8, 187, 148, 1) 19%, rgba(9, 174, 140, 1) 25%, rgba(5, 154, 125, 1) 36%, rgba(4, 153, 124, 1) 38%, rgba(3, 139, 115, 1) 46%, rgba(4, 138, 114, 1) 48%, rgba(1, 128, 107, 1) 54%, rgba(3, 129, 108, 1) 55%, rgba(3, 124, 105, 1) 62%, rgba(3, 124, 105, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(13, 205, 164, 1) 0%, rgba(13, 202, 162, 1) 11%, rgba(10, 199, 157, 1) 11%, rgba(11, 190, 151, 1) 17%, rgba(8, 187, 148, 1) 19%, rgba(9, 174, 140, 1) 25%, rgba(5, 154, 125, 1) 36%, rgba(4, 153, 124, 1) 38%, rgba(3, 139, 115, 1) 46%, rgba(4, 138, 114, 1) 48%, rgba(1, 128, 107, 1) 54%, rgba(3, 129, 108, 1) 55%, rgba(3, 124, 105, 1) 62%, rgba(3, 124, 105, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(13, 205, 164, 1) 0%, rgba(13, 202, 162, 1) 11%, rgba(10, 199, 157, 1) 11%, rgba(11, 190, 151, 1) 17%, rgba(8, 187, 148, 1) 19%, rgba(9, 174, 140, 1) 25%, rgba(5, 154, 125, 1) 36%, rgba(4, 153, 124, 1) 38%, rgba(3, 139, 115, 1) 46%, rgba(4, 138, 114, 1) 48%, rgba(1, 128, 107, 1) 54%, rgba(3, 129, 108, 1) 55%, rgba(3, 124, 105, 1) 62%, rgba(3, 124, 105, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0dcda4', endColorstr='#037c69', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  box-shadow: 0px 23px 69.9936px 22.0064px rgba(31, 32, 34, 0.45);
  appearance: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .btn {
    font-size: 14px;
    padding: 10px 15px;
    min-width: 180px;
  }
}
.btn:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  filter: contrast(120%);
}
/* ==========================================================================
 WORDPRESS DEFAULT CLASSES
 ========================================================================== */
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.wp-caption {
  margin: 10px;
  padding-top: 4px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* ==========================================================================
 WYSIWYG
 ========================================================================== */
.wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px;
  list-style: inside;
}
.wysiwyg ul li {
  line-height: 1.4;
}
.wysiwyg ol {
  margin-left: 45px;
  padding-bottom: 20px;
}
.wysiwyg ol li {
  line-height: 1.4;
}
/* ==========================================================================
 FULL FRAME
 ========================================================================== */
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
/* ==========================================================================
 CONTACT FORM 7
 ========================================================================== */
.wpcf7 {
  width: 100%;
}
.wpcf7 .screen-reader-response {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  font: 500 16px/1 'Roboto', Helvetica, Arial, sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ff5f5f;
  background: #eee;
}
.wpcf7 .wpcf7-response-output {
  display: none;
  width: 100%;
  max-width: 300px;
  margin: 20px auto;
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  color: white;
  background: #ff5f5f;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
  background: #1091ae;
}
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #16a085;
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  display: block !important;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(../img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  margin: 0 0 0 4px;
  vertical-align: middle;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
/* ==========================================================================
 SOCIAL LINK
 ========================================================================== */
.s-link {
  font-size: 0;
  display: inline-block;
  width: auto;
  cursor: pointer;
  text-align: center;
}
.s-link a {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  background: #fff;
  margin-right: 40px;
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.s-link a:last-child {
  margin-right: 0;
}
.s-link a:before {
  font-size: 20px;
  color: #202024;
  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%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.s-link a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.s-link a:hover:before {
  color: #fff;
}
.s-link a.fa-facebook:hover {
  background: #3b5993;
}
.s-link a.fa-twitter:hover {
  background: #55acee;
}
.s-link a.fa-instagram:hover {
  background: #181818;
}
.s-link a.fa-linkedin:hover {
  background: #0177b5;
}
.s-link a.fa-youtube:hover {
  background: #f80000;
}
.s-link a.fa-pinterest:hover {
  background: #bd081c;
}
.s-link a.fa-vimeo:hover {
  background: #1bb7ea;
}
.s-link a.fa-yelp:hover {
  background: #d32323;
}
.s-link a.fa-google-plus:hover {
  background: #dd4c39;
}
/* ==========================================================================
 index-style
 ========================================================================== */
.index-style .post-item {
  margin-bottom: 20px;
}
.index-style .post-title {
  font-size: 18px;
  display: block;
  padding-bottom: 15px;
}
.index-style .post-title:hover {
  color: #f1b820;
}
.index-style .post-thumbnail {
  min-height: 160px;
  will-change: opacity;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.index-style .post-thumbnail:hover {
  opacity: 0.9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.wp-pagenavi {
  font-size: 0;
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 14px;
  margin: 0 3px;
  padding: 3px 5px;
}
.wp-pagenavi a {
  border: 1px solid #ccc;
}
.wp-pagenavi .current, .wp-pagenavi a:hover {
  color: #fff;
  border-color: #0dcda4;
  background: #0dcda4;
}
#top {
  min-height: 500px;
  text-align: center;
  color: #fff;
}
#top h1 {
  font-size: 60px;
}
.desctop_hide {
  display: none;
}
@media (max-width: 1300px) {
  /* resp_menu_active
   ========================================================================== */
  .mobile_hide {
    display: none;
  }
  .desctop_hide {
    display: block;
  }
  .burger {
    position: absolute;
    z-index: 101;
    top: 13px;
    right: 10px;
    margin-right: 10px;
    text-align: left;
  }
  .burger .burger-icon {
    display: inline-block;
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    user-select: none;
  }
  .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #0dcda4;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .burger .burger-icon::before, .burger .burger-icon::after {
    position: absolute;
    content: "";
  }
  .burger .burger-icon::before {
    top: -6px;
  }
  .burger .burger-icon::after {
    top: 6px;
  }
  .burger.is-active .burger-icon {
    background-color: transparent;
  }
  .burger.is-active .burger-icon::before {
    transform: translateY(6px) rotate(45deg);
  }
  .burger.is-active .burger-icon::after {
    transform: translateY(-6px) rotate(-45deg);
  }
  .burger.is-active .burger-icon::before, .burger.is-active .burger-icon::after {
    background: #fff;
  }
  .mobile_menu_container {
    font-size: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 80%;
    max-width: 480px;
    height: 100vh;
    padding: 5px;
    border-top: 40px solid #0a9d7e;
    border-bottom: 3px solid #0a9d7e;
    background: #0dcda4;
    will-change: transform, opacity;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_container nav {
    margin-bottom: 40px;
  }
  .mobile_menu_container li {
    position: relative;
  }
  .mobile_menu_container a {
    z-index: 10;
    display: block;
  }
  .mobile_menu_container a:hover {
    text-decoration: none;
  }
  .mobile_menu_container .sub-anchor {
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: #0fe5b7;
  }
  .mobile_menu_container .sub-anchor:hover {
    background: #0bb591;
  }
  .mobile_menu_container .sub-anchor:before {
    font-size: 20px;
    color: #fff;
    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%);
  }
  .mobile_menu_container .sub-menu {
    display: none;
  }
  .mobile_menu_container .sub-menu a {
    font-size: 13px;
    padding: 10px 30px;
    color: #fff;
  }
  .mobile_menu_container .sub-menu a:hover {
    background: #1cf1c3;
  }
  .mobile_menu_container .sub-menu .sub-menu {
    display: none;
    padding-left: 10px;
  }
  .mobile_menu_container .level_a > li {
    border-bottom: 1px solid #0fe5b7;
  }
  .mobile_menu_container .level_a > li > a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding-left: 20px;
    color: #fff;
  }
  .mobile_menu_container .level_a > li > a:hover {
    background: #0fe5b7;
  }
  .mobile_menu_active {
    overflow: hidden;
  }
  .mobile_menu_active:before {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    content: '';
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .mobile_menu_active .burger {
    position: fixed;
  }
  .mobile_menu_active .burger span {
    position: relative;
    z-index: 101;
  }
  .mobile_menu_active .mobile_menu_container {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 1300px) and (max-width: 768px) {
  .mobile_menu_container {
    width: 100%;
    max-width: 100%;
  }
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
.block-center {
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
}
.top-section {
  padding: 90px 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .top-section {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .top-section {
    padding: 40px 0;
  }
}
.top-section:before {
  opacity: 0.9;
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #34353a;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(52, 53, 58, 1) 0%, rgba(51, 52, 57, 1) 23%, rgba(45, 46, 51, 1) 65%, rgba(38, 37, 43, 1) 86%, rgba(35, 34, 40, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(52, 53, 58, 1) 0%, rgba(51, 52, 57, 1) 23%, rgba(45, 46, 51, 1) 65%, rgba(38, 37, 43, 1) 86%, rgba(35, 34, 40, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(52, 53, 58, 1) 0%, rgba(51, 52, 57, 1) 23%, rgba(45, 46, 51, 1) 65%, rgba(38, 37, 43, 1) 86%, rgba(35, 34, 40, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#34353a', endColorstr='#232228', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.top-section .wrap {
  text-align: center;
  width: 800px;
}
@media (max-width: 1024px) {
  .top-section .wrap h1 {
    font-size: 60px;
  }
}
@media (max-width: 760px) {
  .top-section .wrap h1 {
    font-size: 50px;
  }
}
@media (max-width: 760px) {
  .top-section .wrap h1 {
    font-size: 40px;
  }
}
.top-section p {
  padding: 0;
}
.page-post {
  padding: 110px 0;
}
@media (max-width: 1024px) {
  .page-post {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .page-post {
    padding: 40px 0;
  }
}
.post-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.post-items > * {
  width: 31.8333333333%;
  margin: 0 0.75% 1em;
}
@media (max-width: 1024px) {
  .post-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .post-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 676px) {
  .post-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .post-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.post-item {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 60px;
}
.post-item:hover {
  opacity: 0.7;
}
.post-item:after {
  position: absolute;
  content: "";
  background: #027d69;
  background: -moz-linear-gradient(-45deg, rgba(2, 125, 105, 1) 0%, rgba(3, 130, 109, 1) 12%, rgba(3, 139, 115, 1) 21%, rgba(4, 140, 116, 1) 26%, rgba(6, 144, 119, 1) 27%, rgba(4, 151, 123, 1) 36%, rgba(8, 158, 129, 1) 44%, rgba(6, 163, 132, 1) 49%, rgba(11, 190, 151, 1) 75%, rgba(11, 191, 152, 1) 80%, rgba(14, 196, 156, 1) 84%, rgba(11, 196, 155, 1) 85%, rgba(13, 199, 158, 1) 91%, rgba(11, 200, 160, 1) 91%, rgba(13, 202, 162, 1) 92%, rgba(12, 203, 160, 1) 96%, rgba(13, 205, 164, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(2, 125, 105, 1) 0%, rgba(3, 130, 109, 1) 12%, rgba(3, 139, 115, 1) 21%, rgba(4, 140, 116, 1) 26%, rgba(6, 144, 119, 1) 27%, rgba(4, 151, 123, 1) 36%, rgba(8, 158, 129, 1) 44%, rgba(6, 163, 132, 1) 49%, rgba(11, 190, 151, 1) 75%, rgba(11, 191, 152, 1) 80%, rgba(14, 196, 156, 1) 84%, rgba(11, 196, 155, 1) 85%, rgba(13, 199, 158, 1) 91%, rgba(11, 200, 160, 1) 91%, rgba(13, 202, 162, 1) 92%, rgba(12, 203, 160, 1) 96%, rgba(13, 205, 164, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(2, 125, 105, 1) 0%, rgba(3, 130, 109, 1) 12%, rgba(3, 139, 115, 1) 21%, rgba(4, 140, 116, 1) 26%, rgba(6, 144, 119, 1) 27%, rgba(4, 151, 123, 1) 36%, rgba(8, 158, 129, 1) 44%, rgba(6, 163, 132, 1) 49%, rgba(11, 190, 151, 1) 75%, rgba(11, 191, 152, 1) 80%, rgba(14, 196, 156, 1) 84%, rgba(11, 196, 155, 1) 85%, rgba(13, 199, 158, 1) 91%, rgba(11, 200, 160, 1) 91%, rgba(13, 202, 162, 1) 92%, rgba(12, 203, 160, 1) 96%, rgba(13, 205, 164, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027d69', endColorstr='#0dcda4', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  height: 10px;
  top: -10px;
  right: 2.5%;
  left: 2.5%;
}
.post-item img {
  object-fit: cover;
  -o-object-fit: cover;
  height: 425px;
  width: 100%;
}
@media (max-width: 768px) {
  .post-item img {
    height: 320px;
  }
}
@media (max-width: 480px) {
  .post-item img {
    height: 280px;
  }
}
.post-content {
  position: absolute;
  bottom: -20px;
  right: 20px;
  left: 20px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.post-content .data {
  padding: 15px 25px;
  text-align: center;
  background: #0dcda4;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(13, 205, 164, 1) 0%, rgba(13, 204, 163, 1) 17%, rgba(15, 201, 160, 1) 18%, rgba(10, 195, 154, 1) 37%, rgba(11, 191, 152, 1) 42%, rgba(10, 192, 152, 1) 46%, rgba(8, 187, 148, 1) 54%, rgba(11, 182, 146, 1) 61%, rgba(7, 177, 141, 1) 74%, rgba(9, 170, 137, 1) 84%, rgba(6, 165, 133, 1) 90%, rgba(6, 161, 130, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(13, 205, 164, 1) 0%, rgba(13, 204, 163, 1) 17%, rgba(15, 201, 160, 1) 18%, rgba(10, 195, 154, 1) 37%, rgba(11, 191, 152, 1) 42%, rgba(10, 192, 152, 1) 46%, rgba(8, 187, 148, 1) 54%, rgba(11, 182, 146, 1) 61%, rgba(7, 177, 141, 1) 74%, rgba(9, 170, 137, 1) 84%, rgba(6, 165, 133, 1) 90%, rgba(6, 161, 130, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(13, 205, 164, 1) 0%, rgba(13, 204, 163, 1) 17%, rgba(15, 201, 160, 1) 18%, rgba(10, 195, 154, 1) 37%, rgba(11, 191, 152, 1) 42%, rgba(10, 192, 152, 1) 46%, rgba(8, 187, 148, 1) 54%, rgba(11, 182, 146, 1) 61%, rgba(7, 177, 141, 1) 74%, rgba(9, 170, 137, 1) 84%, rgba(6, 165, 133, 1) 90%, rgba(6, 161, 130, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0dcda4', endColorstr='#06a182', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
@media (max-width: 480px) {
  .post-content .data {
    padding: 10px 25px;
  }
}
.post-content .data time {
  display: block;
  color: #f2e5ff;
  font-family: 'MazzardL';
  padding: 0;
}
.post-content .data .num {
  font-size: 34px;
  font-weight: 800;
}
@media (max-width: 1390px) {
  .post-content .data .num {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .post-content .data .num {
    font-size: 18px;
  }
}
.post-content .data .month {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}
@media (max-width: 1390px) {
  .post-content .data .month {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .post-content .data .month {
    font-size: 15px;
  }
}
.post-content .post-title-block {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #35343b;
  padding: 20px 31px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-basis: 90px;
  -moz-flex-basis: 90px;
  -ms-flex-basis: 90px;
  flex-basis: 90px;
}
@media (max-width: 1355px) {
  .post-content .post-title-block {
    padding: 12px;
  }
}
.post-content .post-title-block .post-title {
  color: #fff;
  font-family: 'MazzardL';
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}
@media (max-width: 1355px) {
  .post-content .post-title-block .post-title {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  .post-content .post-title-block .post-title {
    font-size: 18px;
  }
}
@media (max-width: 333px) {
  .post-content .post-title-block .post-title {
    font-size: 16px;
  }
}
.post-content .post-title-block .post-title:hover {
  text-decoration: none;
}
.pagination {
  margin-top: 110px;
}
@media (max-width: 1024px) {
  .pagination {
    margin-top: 20px;
  }
}
.wp-pagenavi {
  margin: 0;
  padding: 0;
  text-align: center;
  border: 0;
}
.wp-pagenavi a {
  color: #fff;
  border: 0;
  font-family: 'MazzardL';
  font-weight: 800;
  margin: 0 8px;
  font-size: 24px;
}
.wp-pagenavi a:hover {
  text-decoration: none;
  padding: 12px 14px;
}
.wp-pagenavi span {
  font-size: 24px;
  margin: 0 3px;
  padding: 12px 14px;
}
.wp-pagenavi .current {
  cursor: pointer;
  font-weight: 800;
  background: #0ecea5;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(14, 206, 165, 1) 0%, rgba(12, 201, 161, 1) 18%, rgba(14, 199, 158, 1) 21%, rgba(10, 189, 150, 1) 44%, rgba(11, 182, 146, 1) 51%, rgba(6, 153, 125, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(14, 206, 165, 1) 0%, rgba(12, 201, 161, 1) 18%, rgba(14, 199, 158, 1) 21%, rgba(10, 189, 150, 1) 44%, rgba(11, 182, 146, 1) 51%, rgba(6, 153, 125, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(14, 206, 165, 1) 0%, rgba(12, 201, 161, 1) 18%, rgba(14, 199, 158, 1) 21%, rgba(10, 189, 150, 1) 44%, rgba(11, 182, 146, 1) 51%, rgba(6, 153, 125, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ecea5', endColorstr='#06997d', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wp-pagenavi .current:hover {
  opacity: 0.8;
}
.single-post-page {
  padding: 68px 0 125px 0;
}
@media (max-width: 960px) {
  .single-post-page {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .single-post-page {
    padding: 20px 0;
  }
}
.single-post-page .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 10px;
  margin-right: 40px;
}
@media (max-width: 960px) {
  .single-post-page .content {
    padding: 0;
    margin: 0;
  }
}
.single-post-page .content .post-item:hover {
  opacity: 1;
}
.single-post-page .content .post-item .post-title-block {
  width: 100%;
}
.single-post-page .content .wysiwyg {
  padding-bottom: 64px;
}
@media (max-width: 1024px) {
  .single-post-page .content .wysiwyg {
    padding: 0;
  }
}
.single-post-page .content .wysiwyg p {
  padding-bottom: 28px;
}
@media (max-width: 1024px) {
  .single-post-page .content .wysiwyg p {
    padding-bottom: 20px;
  }
}
.single-post-page .icon-share {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .single-post-page .icon-share {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-bottom: 35px;
  }
}
.single-post-page .icon-share a {
  color: #fff;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-post-page .icon-share a:hover {
  opacity: 0.8;
}
.single-post-page .icon-share a .fa {
  background: #0ccfa3;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(12, 207, 163, 1) 0%, rgba(13, 204, 161, 1) 16%, rgba(11, 202, 159, 1) 19%, rgba(12, 194, 154, 1) 40%, rgba(6, 161, 130, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(12, 207, 163, 1) 0%, rgba(13, 204, 161, 1) 16%, rgba(11, 202, 159, 1) 19%, rgba(12, 194, 154, 1) 40%, rgba(6, 161, 130, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(12, 207, 163, 1) 0%, rgba(13, 204, 161, 1) 16%, rgba(11, 202, 159, 1) 19%, rgba(12, 194, 154, 1) 40%, rgba(6, 161, 130, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ccfa3', endColorstr='#06a182', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  padding: 10px;
  width: 44px;
  text-align: center;
}
.single-post-page .icon-share a .fa:before {
  font-size: 20px;
}
.single-post-page .icon-share p {
  font-size: 15px;
  padding: 0;
}
.index-aside {
  -webkit-flex-basis: 380px;
  -moz-flex-basis: 380px;
  -ms-flex-basis: 380px;
  flex-basis: 380px;
}
@media (max-width: 960px) {
  .index-aside {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.index-aside h3 {
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  padding: 19px 10px;
  background: #027d69;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(2, 125, 105, 1) 0%, rgba(4, 127, 107, 1) 6%, rgba(1, 128, 107, 1) 9%, rgba(5, 134, 112, 1) 16%, rgba(2, 138, 114, 1) 21%, rgba(4, 140, 116, 1) 26%, rgba(7, 147, 121, 1) 31%, rgba(4, 146, 120, 1) 32%, rgba(11, 190, 151, 1) 75%, rgba(11, 191, 152, 1) 79%, rgba(14, 196, 156, 1) 84%, rgba(11, 196, 155, 1) 84%, rgba(13, 198, 157, 1) 86%, rgba(11, 197, 156, 1) 87%, rgba(14, 200, 161, 1) 90%, rgba(12, 201, 159, 1) 93%, rgba(13, 205, 164, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(2, 125, 105, 1) 0%, rgba(4, 127, 107, 1) 6%, rgba(1, 128, 107, 1) 9%, rgba(5, 134, 112, 1) 16%, rgba(2, 138, 114, 1) 21%, rgba(4, 140, 116, 1) 26%, rgba(7, 147, 121, 1) 31%, rgba(4, 146, 120, 1) 32%, rgba(11, 190, 151, 1) 75%, rgba(11, 191, 152, 1) 79%, rgba(14, 196, 156, 1) 84%, rgba(11, 196, 155, 1) 84%, rgba(13, 198, 157, 1) 86%, rgba(11, 197, 156, 1) 87%, rgba(14, 200, 161, 1) 90%, rgba(12, 201, 159, 1) 93%, rgba(13, 205, 164, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(2, 125, 105, 1) 0%, rgba(4, 127, 107, 1) 6%, rgba(1, 128, 107, 1) 9%, rgba(5, 134, 112, 1) 16%, rgba(2, 138, 114, 1) 21%, rgba(4, 140, 116, 1) 26%, rgba(7, 147, 121, 1) 31%, rgba(4, 146, 120, 1) 32%, rgba(11, 190, 151, 1) 75%, rgba(11, 191, 152, 1) 79%, rgba(14, 196, 156, 1) 84%, rgba(11, 196, 155, 1) 84%, rgba(13, 198, 157, 1) 86%, rgba(11, 197, 156, 1) 87%, rgba(14, 200, 161, 1) 90%, rgba(12, 201, 159, 1) 93%, rgba(13, 205, 164, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027d69', endColorstr='#0dcda4', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
@media (max-width: 768px) {
  .index-aside h3 {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .index-aside h3 {
    font-size: 20px;
  }
}
.index-aside .post-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0%;
  width: 100%;
}
.index-aside .post-items > * {
  width: 100%;
  margin: 0 0% 0em;
}
@media (max-width: 960px) {
  .index-aside .post-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .index-aside .post-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .index-aside .post-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .index-aside .post-items > * {
    width: 100%;
    margin: 0 0% 0em;
  }
}
.index-aside .post-items .post-item {
  margin-bottom: 60px;
}
.index-aside .post-items .post-item img {
  height: 230px;
}
.index-aside .post-items .post-item .post-content .post-title-block .post-title {
  font-size: 20px;
}
.top-about {
  position: relative;
  padding: 120px 0 130px;
  background: #252429;
}
@media (max-width: 1366px) {
  .top-about {
    padding: 70px 0 80px;
  }
}
@media (max-width: 768px) {
  .top-about {
    padding: 40px 0 60px;
  }
}
@media (max-width: 480px) {
  .top-about {
    padding: 30px 0 40px;
  }
}
.top-about > .flex {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
}
@media (max-width: 960px) {
  .top-about > .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.top-about .video-block {
  text-align: center;
  position: relative;
}
.top-about .video-block .video {
  display: inline-block;
}
.top-about .video-block em {
  z-index: 9;
  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%);
}
.top-about .video-block em:before {
  font-size: 63px;
  color: #fff;
}
.top-about .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.top-about .bg-img img {
  height: 100%;
  opacity: 0.05;
}
@media (max-width: 960px) {
  .top-about .left-info {
    margin-bottom: 15px;
  }
}
.top-about h1 {
  line-height: 0.8;
  text-transform: uppercase;
}
.top-about h5 {
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 25px;
  color: #0dcda4;
}
@media (max-width: 768px) {
  .top-about h5 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .top-about h5 {
    font-size: 16px;
  }
}
.top-about .learn-more {
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  vertical-align: sub;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #fff;
}
.top-about .learn-more:hover {
  text-decoration: none;
}
.top-about .learn-more:hover em {
  margin-left: 20px;
}
.top-about .learn-more em {
  margin-left: 15px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-about .learn-more em:before {
  font-size: 24px;
  line-height: 0.4;
}
.full-block-info {
  padding: 80px 0;
}
@media (max-width: 960px) {
  .full-block-info {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .full-block-info {
    padding: 20px 0;
  }
}
.full-block-info .info {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}
.full-block-info .info h3 {
  text-transform: uppercase;
}
.video {
  position: relative;
  display: block;
}
.video:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, .1);
}
.video:after {
  position: absolute;
  z-index: 0;
  top: 30px;
  right: -30px;
  bottom: -30px;
  left: 30px;
  content: '';
  background: #007e68;
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(0, 126, 104, 1) 0%, rgba(0, 126, 104, 1) 27%, rgba(0, 131, 107, 1) 46%, rgba(0, 141, 115, 1) 74%, rgba(0, 154, 123, 1) 99%, rgba(0, 154, 126, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 126, 104, 1) 0%, rgba(0, 126, 104, 1) 27%, rgba(0, 131, 107, 1) 46%, rgba(0, 141, 115, 1) 74%, rgba(0, 154, 123, 1) 99%, rgba(0, 154, 126, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 126, 104, 1) 0%, rgba(0, 126, 104, 1) 27%, rgba(0, 131, 107, 1) 46%, rgba(0, 141, 115, 1) 74%, rgba(0, 154, 123, 1) 99%, rgba(0, 154, 126, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007e68', endColorstr='#009a7e', GradientType=1);
  /* IE6-9 */
}
@media (max-width: 1366px) {
  .video:after {
    right: -15px;
    bottom: -15px;
  }
}
@media (max-width: 970px) {
  .video:after {
    display: none;
  }
}
.video img {
  position: relative;
  z-index: 9;
  box-shadow: 0 23px 68.08px 23.92px rgba(31, 32, 34, .35);
}
.testimonials-section {
  padding: 100px 0 80px;
}
@media (max-width: 960px) {
  .testimonials-section {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .testimonials-section {
    padding: 20px 0;
  }
}
.testimonials-section h2 {
  text-align: center;
}
.testimonials-section .testimonial {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.testimonials-section .testimonial h4 {
  font-weight: 700;
  text-transform: uppercase;
}
.testimonials-section .testimonial .position {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #0dcda4;
}
@media (max-width: 960px) {
  .testimonials-section .testimonial .position {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .testimonials-section .testimonial .position {
    margin-bottom: 10px;
  }
}
.testimonials-section .testimonial .text {
  font-size: 18px;
  font-style: italic;
}
@media (max-width: 1080px) {
  .testimonials-section .testimonial .text {
    padding: 0 35px;
  }
}
@media (max-width: 480px) {
  .testimonials-section .testimonial .text {
    padding: 0 25px;
  }
}
@media (max-width: 960px) {
  .testimonials-section .testimonial .text {
    font-size: 16px;
  }
}
.testimonials-section .testimonial .quotation-mark figure {
  position: relative;
  display: inline-block;
}
.testimonials-section .testimonial .quotation-mark figure:before {
  z-index: -1;
  left: -60px;
  width: 40px;
  height: 1px;
  content: '';
  background: #176355;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.testimonials-section .testimonial .quotation-mark figure:after {
  z-index: -1;
  right: -60px;
  width: 40px;
  height: 1px;
  content: '';
  background: #176355;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.testimonials-section .swiper-pagination {
  position: relative;
  margin-top: 65px;
}
@media (max-width: 960px) {
  .testimonials-section .swiper-pagination {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .testimonials-section .swiper-pagination {
    margin-top: 15px;
  }
}
.testimonials-section .swiper-pagination .swiper-pagination-bullet {
  margin: 0 9px;
  opacity: 1;
  outline: none;
  background: #33323a;
}
.testimonials-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0dcda4;
}
.testimonials-section .swiper-button {
  z-index: 9;
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.testimonials-section .swiper-button.swiper-button-disabled {
  cursor: initial;
  opacity: 0.3;
}
.testimonials-section .swiper-button em:before {
  font-size: 38px;
  color: #0dcda4;
}
.testimonials-section .swiper-button.button-prev {
  left: 0;
}
.testimonials-section .swiper-button.button-next {
  right: 0;
}
.component-form {
  padding: 75px 0 95px;
}
@media (max-width: 960px) {
  .component-form {
    padding: 35px 0;
  }
}
.component-form h2 {
  line-height: 0.85;
  max-width: 520px;
  margin: 0 auto 60px;
  text-align: center;
}
@media (max-width: 960px) {
  .component-form h2 {
    margin: 0 auto 40px;
  }
}
@media (max-width: 480px) {
  .component-form h2 {
    margin: 0 auto 20px;
  }
}
.wpcf7-form select {
  font-family: 'MazzardL';
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  height: 40px;
  padding: 0 5px 20px 0;
  color: #d7fff6;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #1a5c51;
  border-left: none;
  background: transparent;
}
.wpcf7-form select option {
  color: #000;
}
.wpcf7-form .block-center {
  margin-top: 40px;
}
@media (max-width: 960px) {
  .wpcf7-form .block-center {
    margin-top: 20px;
  }
}
.page-content .page-title {
  text-align: center;
}
.page-content .wysiwyg p {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
  word-break: break-word;
}
.page-content .wysiwyg ul {
  margin-left: 30px;
  padding-bottom: 20px;
}
.page-content .wysiwyg ul li {
  line-height: 1.4;
}
.partners-logo {
  background: #252429;
  padding: 70px 0;
}
@media (max-width: 1300px) {
  .partners-logo {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .partners-logo {
    padding: 20px 0;
  }
}
.partners-logo > .flex {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1300px) {
  .partners-logo > .flex {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
}
.partners-logo figure {
  max-width: 180px;
}
@media (max-width: 1300px) {
  .partners-logo figure {
    padding: 10px 25px;
  }
}
.partners-logo figure .img {
  opacity: 0.6;
}
.wrap-slider-speakers {
  padding: 100px 0;
}
@media (max-width: 960px) {
  .wrap-slider-speakers {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .wrap-slider-speakers {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .wrap-slider-speakers {
    padding: 20px 0;
  }
}
.wrap-slider-speakers.center .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.wrap-slider-speakers .slider-speaker {
  position: relative;
  padding: 0 110px;
}
@media (max-width: 480px) {
  .wrap-slider-speakers .slider-speaker {
    padding: 0 60px;
  }
}
.wrap-slider-speakers .wrap {
  width: 1500px;
}
.wrap-slider-speakers h2 {
  margin-bottom: 85px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .wrap-slider-speakers h2 {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .wrap-slider-speakers h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .wrap-slider-speakers h2 {
    margin-bottom: 10px;
  }
}
.wrap-slider-speakers .swiper-container {
  padding: 25px 0 70px;
}
@media (max-width: 960px) {
  .wrap-slider-speakers .swiper-container {
    padding: 50px 0 20px;
  }
}
.wrap-slider-speakers .swiper-slide {
  text-align: center;
}
.wrap-slider-speakers .swiper-slide:hover .learn-more {
  bottom: -59px;
  visibility: visible;
  opacity: 1;
}
.wrap-slider-speakers .swiper-slide:hover .circle {
  background: #0dcda4;
}
.wrap-slider-speakers .swiper-slide .info-slide {
  position: relative;
  z-index: 8;
  margin-top: -100px;
  padding: 120px 30px 20px;
  background: #29282e;
  min-height: 175px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1300px) {
  .wrap-slider-speakers .swiper-slide .info-slide {
    padding: 90px 20px 20px;
    margin-top: -80px;
  }
}
@media (max-width: 480px) {
  .wrap-slider-speakers .swiper-slide .info-slide {
    padding: 80px 4px 15px;
    margin-top: -65px;
  }
}
.wrap-slider-speakers .swiper-slide .info-slide .add-to-list {
  position: absolute;
  top: 18px;
  right: 18px;
}
@media (max-width: 1440px) {
  .wrap-slider-speakers .swiper-slide .info-slide .add-to-list {
    top: 60px;
  }
}
@media (max-width: 768px) {
  .wrap-slider-speakers .swiper-slide .info-slide .add-to-list {
    top: 40px;
    right: 12px;
  }
}
.wrap-slider-speakers .swiper-slide .info-slide .add-to-list:hover em:before {
  color: #0dcda4;
}
.wrap-slider-speakers .swiper-slide .info-slide .add-to-list em:before {
  font-size: 22px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .wrap-slider-speakers .swiper-slide .info-slide .add-to-list em:before {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .wrap-slider-speakers .swiper-slide .info-slide .add-to-list em:before {
    font-size: 18px;
  }
}
.wrap-slider-speakers .swiper-slide .info-slide h4 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .wrap-slider-speakers .swiper-slide .info-slide h4 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .wrap-slider-speakers .swiper-slide .info-slide h4 {
    font-size: 16px;
  }
}
.wrap-slider-speakers .swiper-slide .learn-more {
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  right: 0;
  bottom: -100%;
  left: 0;
  display: block;
  visibility: hidden;
  padding: 20px 5px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  opacity: 0;
  color: #fff;
  border-radius: 0 0 12px 12px;
}
.wrap-slider-speakers .swiper-slide .learn-more em {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrap-slider-speakers .swiper-slide .learn-more em:before {
  font-size: 18px;
}
.wrap-slider-speakers .swiper-slide .learn-more:hover {
  text-decoration: none;
}
.wrap-slider-speakers .swiper-slide .learn-more:hover em {
  margin-left: 15px;
}
.wrap-slider-speakers .thumb {
  position: relative;
}
.wrap-slider-speakers .thumb .circle {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: #36363a;
  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%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1300px) {
  .wrap-slider-speakers .thumb .circle {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 480px) {
  .wrap-slider-speakers .thumb .circle {
    width: 170px;
    height: 170px;
  }
}
.wrap-slider-speakers .thumb img {
  position: relative;
  z-index: 9;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .wrap-slider-speakers .thumb img {
    width: 160px;
    height: 160px;
  }
}
@media (max-width: 480px) {
  .wrap-slider-speakers .thumb img {
    width: 130px;
    height: 130px;
  }
}
.global-navigation .swiper-button {
  z-index: 9;
  width: 50px;
  height: 50px;
  cursor: pointer;
  outline: none;
  background: #0dcda4;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .global-navigation .swiper-button {
    width: 35px;
    height: 35px;
  }
}
.global-navigation .swiper-button.swiper-button-disabled {
  cursor: default;
  opacity: 0.5;
}
.global-navigation .swiper-button.button-prev {
  left: 0;
}
.global-navigation .swiper-button.button-next {
  right: 0;
}
.global-navigation .swiper-button em {
  font-size: 26px;
  z-index: 9;
  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%);
}
.global-navigation .swiper-button em:before {
  color: #fff;
}
.global-navigation .swiper-pagination {
  position: relative;
}
.global-navigation .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 1px;
  margin: 0 10px;
  opacity: 1;
  outline: none;
  background: #403f44;
}
.global-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0dcda4;
}
@media (max-width: 768px) {
  .global-navigation .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    margin: 0 5px;
  }
}
@media (max-width: 480px) {
  .global-navigation .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
  }
}
.tpl-speaker-topics #content {
  padding: 90px 0;
}
@media (max-width: 960px) {
  .tpl-speaker-topics #content {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .tpl-speaker-topics #content {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .tpl-speaker-topics #content {
    padding: 20px 0;
  }
}
.tpl-speaker-topics h1 {
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 80px;
}
@media (max-width: 960px) {
  .tpl-speaker-topics h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .tpl-speaker-topics h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .tpl-speaker-topics h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.tpl-speaker-topics .topics {
  text-align: center;
}
.tpl-speaker-topics .topics .item {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 1440px) {
  .tpl-speaker-topics .topics .item {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1300px) {
  .tpl-speaker-topics .topics .item {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .tpl-speaker-topics .topics .item {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .tpl-speaker-topics .topics .item {
    margin-bottom: 10px;
  }
}
.tpl-speaker-topics .topics .item a {
  color: #9d9ca6;
  position: relative;
}
.tpl-speaker-topics .topics .item a:hover {
  font-size: 80px;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 960px) {
  .tpl-speaker-topics .topics .item a:hover {
    font-size: 16px;
  }
}
.tpl-speaker-topics .topics .item a:before, .tpl-speaker-topics .topics .item a:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  visibility: hidden;
  width: 80px;
  height: 2px;
  background: #0dcda4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 960px) {
  .tpl-speaker-topics .topics .item a:before, .tpl-speaker-topics .topics .item a:after {
    display: none;
  }
}
.tpl-speaker-topics .topics .item a:before {
  left: -100%;
}
.tpl-speaker-topics .topics .item a:after {
  right: -100%;
}
.tpl-speaker-topics .topics .item a:last-child {
  margin-bottom: 0;
}
.tpl-speaker-topics .topics .item a:hover:before, .tpl-speaker-topics .topics .item a:hover:after {
  opacity: 1;
  visibility: visible;
}
.tpl-speaker-topics .topics .item a:hover:before {
  left: -100px;
}
.tpl-speaker-topics .topics .item a:hover:after {
  right: -100px;
}
.info-contact {
  padding: 110px 0 130px;
}
@media (max-width: 960px) {
  .info-contact {
    padding: 60px 0;
  }
}
@media (max-width: 480px) {
  .info-contact {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .info-contact .flex {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: center;
  }
}
.info-contact h2 {
  font-size: 50px;
  color: #0dcda4;
}
@media (max-width: 1300px) {
  .info-contact h2 {
    font-size: 40px;
  }
}
@media (max-width: 960px) {
  .info-contact h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .info-contact h2 {
    margin-bottom: 10px;
  }
}
.info-contact .email {
  font-size: 35px;
  font-weight: 800;
  display: inline-block;
  color: #fff;
}
@media (max-width: 1300px) {
  .info-contact .email {
    font-size: 25px;
  }
}
@media (max-width: 960px) {
  .info-contact .email {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .info-contact .email {
    font-size: 16px;
    padding-bottom: 20px;
  }
}
.speakers .speaker {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .speakers .speaker {
    margin-bottom: 160px;
  }
}
.speakers .speaker .circle {
  z-index: 1;
  left: 0;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: #36363a;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1024px) {
  .speakers .speaker .circle {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -140%);
  }
}
@media (max-width: 480px) {
  .speakers .speaker .circle {
    width: 190px;
    height: 190px;
    transform: translate(-50%, -143%);
  }
}
.speakers .speaker img {
  z-index: 8;
  left: 15px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .speakers .speaker img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -155%);
  }
}
@media (max-width: 480px) {
  .speakers .speaker img {
    width: 160px;
    height: 160px;
    transform: translate(-50%, -160%);
  }
}
.speakers .speaker:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .speakers .speaker:last-child {
    margin-bottom: 110px;
  }
}
@media (max-width: 480px) {
  .speakers .speaker:last-child {
    margin-bottom: 90px;
  }
}
.speakers .speaker .info {
  position: relative;
  z-index: 3;
  margin-bottom: 70px;
  margin-left: 60px;
  padding: 50px 50px 50px 215px;
  border-radius: 25px 14px 14px 25px;
  background: #29282e;
}
@media (max-width: 1024px) {
  .speakers .speaker .info {
    text-align: center;
    padding: 110px 0 0;
    max-width: 65%;
    margin: 0 auto;
    border-radius: 0 0 14px 14px;
  }
}
@media (max-width: 768px) {
  .speakers .speaker .info {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .speakers .speaker .info {
    padding: 80px 0 0;
  }
}
.speakers .speaker .info.flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .speakers .speaker .info.flex {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}
.speakers .speaker .info h4 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.speakers .speaker .info p {
  padding-bottom: 0;
}
.speakers .speaker .info .first-column {
  margin-right: 45px;
  padding-right: 45px;
  border-right: 1px solid #000;
  -webkit-flex-basis: 300px;
  -moz-flex-basis: 300px;
  -ms-flex-basis: 300px;
  flex-basis: 300px;
}
@media (max-width: 1024px) {
  .speakers .speaker .info .first-column {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
  }
}
.speakers .speaker .info .first-column .position {
  font-weight: 500;
  text-transform: uppercase;
  color: #68676b;
}
.speakers .speaker .info .first-column h4 a {
  color: #fff;
}
.speakers .speaker .info .speaking-topics {
  -webkit-flex-basis: 230px;
  -moz-flex-basis: 230px;
  -ms-flex-basis: 230px;
  flex-basis: 230px;
}
@media (max-width: 1024px) {
  .speakers .speaker .info .speaking-topics {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.speakers .speaker .info .speaking-topics a {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 8px;
}
.speakers .speaker .info .speaking-topics h4 {
  font-size: 14px;
}
.speakers .speaker .info .range {
  -webkit-flex-basis: 230px;
  -moz-flex-basis: 230px;
  -ms-flex-basis: 230px;
  flex-basis: 230px;
}
@media (max-width: 1024px) {
  .speakers .speaker .info .range {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.speakers .speaker .info .range h4 {
  font-size: 14px;
}
.speakers .speaker .info .range p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.speakers .speaker .info .icons {
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .speakers .speaker .info .icons {
    padding: 0;
  }
}
.speakers .speaker .info .icons a {
  display: inline-block;
  height: 100%;
}
.speakers .speaker .info .icons a em {
  margin: 0 15px;
}
@media (max-width: 480px) {
  .speakers .speaker .info .icons a em {
    margin: 0 7px;
  }
}
.speakers .speaker .info .icons a em:before {
  font-size: 36px;
}
@media (max-width: 480px) {
  .speakers .speaker .info .icons a em:before {
    font-size: 22px;
  }
}
.speakers .speaker .info .learn-more {
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #0dcda4;
  border-radius: 0 14px 14px 0;
  background: transparent;
}
@media (max-width: 1024px) {
  .speakers .speaker .info .learn-more {
    display: none;
  }
}
.speakers .speaker .info .learn-more:hover {
  background: #0dcda4;
}
.speakers .speaker .info .learn-more:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: 'Learn More';
  white-space: nowrap;
  letter-spacing: 1.4px;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.speakers .speaker .info .learn-more-res {
  display: none;
}
@media (max-width: 1024px) {
  .speakers .speaker .info .learn-more-res {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 900;
    width: 100%;
    height: 80px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #0dcda4;
    border-radius: 0 0 14px 14px;
    background: transparent;
    margin-top: 20px;
  }
  .speakers .speaker .info .learn-more-res:hover {
    background: #0dcda4;
  }
  .speakers .speaker .info .learn-more-res:before {
    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%);
    content: 'Learn More';
    white-space: nowrap;
    letter-spacing: 1.4px;
  }
}
@media (max-width: 480px) {
  .speakers .speaker .info .learn-more-res {
    height: 50px;
  }
}
/* ==========================================================================
 HEADER
 ========================================================================== */
header {
  position: relative;
  z-index: 10;
}
header #logo {
  display: inline-block;
  width: 100%;
  max-width: 270px;
  margin-right: 40px;
  opacity: 1;
  color: #181818;
}
header #logo:hover {
  opacity: 0.8;
}
header .top-header {
  padding: 22px 0 18px;
  background: #1e1f22;
}
header .top-header .right a {
  font-family: 'GothamPro';
  font-weight: 500;
  display: inline-block;
  margin-right: 50px;
}
@media (max-width: 480px) {
  header .top-header .right a {
    font-size: 13px;
  }
}
header .top-header .right a:last-child {
  margin-right: 0;
}
header .top-header .right a.my-list span {
  width: 44px;
  height: 44px;
  background: #0dcda4;
  display: inline-block;
  color: #000;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  margin-left: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .top-header .right a:hover {
  text-decoration: none;
  color: #fff;
}
header .top-header .right a:hover span {
  background: #fff;
}
@media (max-width: 1300px) {
  header .top-header .left {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
header .top-header .header-text p {
  font-family: 'GothamPro';
  font-size: 13px;
  padding-bottom: 0;
  color: #8a8d9a;
}
header .bottom-header {
  padding: 18px 0;
  background: #29282e;
}
/* ==========================================================================
 Main Navigation
 ========================================================================== */
.main_nav {
  font-size: 0;
}
.main_nav * {
  line-height: 1;
}
.main_nav a {
  display: block;
}
.main_nav a:hover {
  text-decoration: none;
}
.main_nav .level_a {
  position: relative;
}
.main_nav .level_a li {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.main_nav .level_a > li {
  margin-right: 75px;
}
.main_nav .level_a > li:last-child {
  margin-right: 0;
}
.main_nav .level_a > li > a {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #fff;
}
.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
  color: #0dcda4;
}
.main_nav .level_a > li.menu-item-has-children:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  content: '';
}
.main_nav .level_a > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.main_nav .level_a > li > .sub-menu {
  position: absolute;
  z-index: 100;
  display: none;
  width: 220px;
  margin-top: 27px;
  padding: 10px 0;
  border-top: 3px solid #1cf1c3;
  border-bottom: 3px solid #1cf1c3;
  background: #0dcda4;
}
.main_nav .level_a > li > .sub-menu .sub-menu {
  display: block;
  padding-left: 10px;
}
.main_nav .level_a > li > .sub-menu li {
  display: block;
  list-style-type: none;
}
.main_nav .level_a > li > .sub-menu a {
  font-size: 13px;
  line-height: 1.3;
  padding: 3px 15px;
  color: #fff;
}
.main_nav .level_a > li > .sub-menu a:hover {
  text-decoration: none;
  background: #4cf4d0;
}
.grid-3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.grid-3 > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 768px) {
  .grid-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
  }
  .grid-3 > * {
    width: 47%;
    margin: 0 1.5% 2.25em;
  }
}
@media (max-width: 480px) {
  .grid-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .grid-3 > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.darker-gradient {
  background: #232227;
  /* Old browsers */
  background: -moz-linear-gradient(top, #232227 0%, #1b1a1e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #232227), color-stop(100%, #1b1a1e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #232227 0%, #1b1a1e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #232227 0%, #1b1a1e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #232227 0%, #1b1a1e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #232227 0%, #1b1a1e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.darker-gradient.reverse {
  background: #1b1a1e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1b1a1e 0%, #232227 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b1a1e), color-stop(100%, #232227));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1b1a1e 0%, #232227 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1b1a1e 0%, #232227 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1b1a1e 0%, #232227 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1b1a1e 0%, #232227 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.lighter-gradient {
  background: #29282e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #29282e 0%, #1b1a1e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #29282e), color-stop(100%, #1b1a1e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #29282e 0%, #1b1a1e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #29282e 0%, #1b1a1e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #29282e 0%, #1b1a1e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #29282e 0%, #1b1a1e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
.post-type-archive-speakers #content {
  padding: 75px 0;
  background: #201f24;
}
.letters {
  margin-bottom: 120px;
  text-align: center;
}
.letters a {
  font-size: 20px;
  font-weight: 800;
  display: inline-block;
  margin: 0 10px;
  text-transform: uppercase;
}
.letters a:hover {
  text-decoration: none;
  color: #fff;
}
.latest-news {
  padding: 90px 0 110px;
  background: #252429;
}
@media (max-width: 960px) {
  .latest-news {
    padding: 70px 0 60px;
  }
}
@media (max-width: 768px) {
  .latest-news {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .latest-news {
    padding: 35px 0 10px;
  }
}
.latest-news h2 {
  margin-bottom: 80px;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .latest-news h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .latest-news h2 {
    margin-bottom: 25px;
  }
}
.filter-section {
  background: #2e2e34;
  padding: 20px 50px;
  margin-bottom: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .filter-section {
    margin-bottom: 140px;
  }
}
@media (max-width: 1300px) {
  .filter-section {
    padding: 20px 2%;
  }
}
@media (max-width: 960px) {
  .filter-section {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
}
@media (max-width: 480px) {
  .filter-section {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 10px 2%;
  }
}
.filter-section > * {
  padding-right: 50px;
  margin-right: 50px;
  position: relative;
}
@media (max-width: 1300px) {
  .filter-section > * {
    padding-right: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 960px) {
  .filter-section > * {
    padding-right: 0;
    margin-right: 0;
  }
}
.filter-section > *:before, .filter-section > *:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
}
@media (max-width: 960px) {
  .filter-section > *:before, .filter-section > *:after {
    display: none;
  }
}
.filter-section > *:before {
  right: 0;
  background: #37373d;
}
.filter-section > *:after {
  right: -1px;
  background: #252529;
}
.filter-section > *:last-child {
  padding-right: 0;
  margin-right: 0;
}
.filter-section > *:last-child:before, .filter-section > *:last-child:after {
  display: none;
}
.filter-section .selectric-wrapper {
  padding: 25px 0;
}
@media (max-width: 1300px) {
  .filter-section .selectric-wrapper {
    padding: 15px 0;
  }
}
@media (max-width: 960px) {
  .filter-section .selectric-wrapper {
    padding: 0;
  }
}
.filter-section .selectric {
  border: none;
}
.filter-section .selectric .label {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  padding: 0;
  line-height: 40px;
}
@media (max-width: 480px) {
  .filter-section .selectric .label {
    font-size: 14px;
  }
}
/* ==========================================================================
 FOOTER
 ========================================================================== */
.footer .top-footer {
  padding: 65px 0 60px;
  color: #fff;
  border-bottom: 1px solid #333239;
  background: #1e1f22;
}
@media (max-width: 580px) {
  .footer .top-footer {
    text-align: center;
  }
}
@media (max-width: 580px) {
  .footer .top-footer .flex {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
  }
}
.footer .top-footer h5 {
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  padding-bottom: 25px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
@media (max-width: 580px) {
  .footer .top-footer h5 {
    padding: 20px 0 0;
  }
}
.footer .top-footer ul li {
  line-height: 1.8;
}
.footer .top-footer ul li a {
  font-size: 13px;
  color: #616264;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .top-footer ul li a:hover {
  text-decoration: none;
  color: #0dcda4;
}
.footer .top-footer .left {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%;
}
@media (max-width: 1024px) {
  .footer .top-footer .left {
    padding-bottom: 20px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.footer .top-footer .left #footer-logo {
  display: inline-block;
  width: 100%;
  max-width: 270px;
  padding-bottom: 38px;
}
.footer .top-footer .left p {
  font-size: 14px;
  line-height: 1.8;
  padding: 0;
  color: #616264;
}
.footer .top-footer .footer-menu {
  -webkit-flex-basis: 10%;
  -moz-flex-basis: 10%;
  -ms-flex-basis: 10%;
  flex-basis: 10%;
}
@media (max-width: 1024px) {
  .footer .top-footer .footer-menu {
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-basis: 30%;
    flex-basis: 30%;
  }
}
@media (max-width: 580px) {
  .footer .top-footer .footer-menu {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.footer .top-footer .topics-list {
  -webkit-flex-basis: 15%;
  -moz-flex-basis: 15%;
  -ms-flex-basis: 15%;
  flex-basis: 15%;
}
@media (max-width: 1024px) {
  .footer .top-footer .topics-list {
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-basis: 30%;
    flex-basis: 30%;
  }
}
@media (max-width: 580px) {
  .footer .top-footer .topics-list {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.footer .top-footer .topics-list h5 a {
  color: #fff;
}
.footer .top-footer .right-list {
  padding-top: 40px;
  -webkit-flex-basis: 15%;
  -moz-flex-basis: 15%;
  -ms-flex-basis: 15%;
  flex-basis: 15%;
}
@media (max-width: 1024px) {
  .footer .top-footer .right-list {
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-basis: 30%;
    flex-basis: 30%;
  }
}
@media (max-width: 580px) {
  .footer .top-footer .right-list {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }
}
.footer .end-footer {
  padding: 30px 0;
  background: #1e1f22;
}
@media (max-width: 780px) {
  .footer .end-footer {
    padding: 15px 0;
  }
}
@media (max-width: 800px) {
  .footer .end-footer .flex {
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.footer .end-footer .left p {
  font-size: 14px;
  padding: 0;
  color: #387769;
}
.footer .end-footer .left p a {
  font-size: 14px;
  color: #387769;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .end-footer .left p a:hover {
  text-decoration: none;
  color: #0dcda4;
}
.footer .end-footer .right p {
  font-size: 13px;
  padding: 0;
  color: #616264;
}
.single-speakers .top-info-speaker {
  position: relative;
  padding: 85px 0 100px;
}
.single-speakers .top-info-speaker:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 620px;
  content: '';
  background: #34353a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #34353a 0%, #232227 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #34353a), color-stop(100%, #232227));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #34353a 0%, #232227 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #34353a 0%, #232227 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #34353a 0%, #232227 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #34353a 0%, #232227 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
@media (max-width: 960px) {
  .single-speakers .top-info-speaker:before {
    display: none;
  }
}
@media (max-width: 960px) {
  .single-speakers .top-info-speaker {
    text-align: center;
    padding: 60px 0 50px;
  }
}
@media (max-width: 768px) {
  .single-speakers .top-info-speaker {
    padding: 30px 0;
  }
}
.single-speakers .top-info-speaker > .flex {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
}
@media (max-width: 960px) {
  .single-speakers .top-info-speaker > .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
}
.single-speakers .top-info-speaker .right-info {
  margin-top: 50px;
  margin-left: 70px;
}
@media (max-width: 960px) {
  .single-speakers .top-info-speaker .right-info {
    margin-left: 0;
    margin-top: 20px;
  }
}
.single-speakers .top-info-speaker .item {
  margin-bottom: 30px;
}
.single-speakers .top-info-speaker .item h4 {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #9a989e;
}
.single-speakers .top-info-speaker .item p {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 0;
  color: #fff;
}
.single-speakers .top-info-speaker .item .topic {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.single-speakers .top-info-speaker .item .topic a {
  color: #fff;
}
.single-speakers .top-info-speaker .item .topic a:hover {
  text-decoration: none;
  color: #0dcda4;
}
@media (max-width: 960px) {
  .single-speakers .top-info-speaker .btn-groups.h-start {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.single-speakers .top-info-speaker .btn-groups .btn {
  font-family: 'MazzardL';
  font-weight: 900;
  margin-right: 40px;
}
.single-speakers .top-info-speaker .btn-groups .btn:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  .single-speakers .top-info-speaker .btn-groups .btn {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.single-speakers .top-info-speaker .btn-groups .btn em {
  margin-right: 15px;
}
.single-speakers .top-info-speaker .btn-groups .btn em:before {
  font-size: 26px;
  vertical-align: middle;
}
.single-speakers .top-info-speaker .btn-groups .btn.add-to-list, .single-speakers .top-info-speaker .btn-groups .btn.remove-from-list {
  min-width: auto;
  padding: 0;
  background: transparent;
}
.single-speakers .top-info-speaker .btn-groups .btn.add-to-list:hover, .single-speakers .top-info-speaker .btn-groups .btn.remove-from-list:hover {
  opacity: 1;
  color: #0dcda4;
  box-shadow: none;
}
.single-speakers .top-info-speaker .btn-groups .btn.add-to-list em:before, .single-speakers .top-info-speaker .btn-groups .btn.remove-from-list em:before {
  color: #0dcda4;
}
.single-speakers .top-info-speaker .image-speaker span {
  left: auto;
}
.single-speakers .bottom-info .about-speaker {
  padding: 100px 0;
}
@media (max-width: 960px) {
  .single-speakers .bottom-info .about-speaker {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .single-speakers .bottom-info .about-speaker {
    padding: 30px 0;
  }
}
.single-speakers .bottom-info .contacts {
  position: relative;
  padding: 110px 45px 120px;
}
@media (max-width: 960px) {
  .single-speakers .bottom-info .contacts {
    padding: 35px;
    margin-bottom: 20px;
  }
}
.single-speakers .bottom-info .contacts:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  opacity: 0.9;
}
.single-speakers .bottom-info .contacts .info {
  position: relative;
  z-index: 9;
}
.single-speakers .bottom-info .contacts .info h3 {
  margin-bottom: 5px;
}
.single-speakers .bottom-info .contacts .info h4 {
  font-size: 14px;
  font-weight: 400;
  margin-top: 60px;
  margin-bottom: 30px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .single-speakers .bottom-info .contacts .info h4 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.single-speakers .bottom-info .contacts .info a {
  font-family: 'MazzardL';
  font-size: 18px;
  font-weight: 800;
  display: inline-block;
  color: #fff;
}
.single-speakers .bottom-info .contacts .s-link {
  z-index: 9;
}
.single-speakers .bottom-info .contacts .s-link a {
  margin-right: 20px;
}
.single-speakers .bottom-info .contacts .s-link a:hover:before {
  color: #fff;
}
.single-speakers .bottom-info .contacts .s-link a:before {
  color: #048870;
}
.tpl-fav #content {
  padding: 50px 0;
}
.image-speaker {
  position: relative;
}
.image-speaker span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 420px;
  border: 14px solid #0dcda4;
  background: transparent;
}
@media (max-width: 1400px) {
  .image-speaker span {
    border: 8px solid #0dcda4;
  }
}
@media (max-width: 768px) {
  .image-speaker span {
    display: none;
  }
}
.image-speaker img {
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  width: 100%;
  max-width: 420px;
  height: 545px;
  margin: 39px 30px 39px 39px;
  box-shadow: 0 23px 68.08px 23.92px rgba(31, 32, 34, .45);
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .image-speaker img {
    height: auto;
    margin: 25px 30px 25px 25px;
  }
}
@media (max-width: 768px) {
  .image-speaker img {
    margin: 0;
    border: 8px solid #0dcda4;
  }
}
.green-gradient, .wrap-slider-speakers .swiper-slide .learn-more, .single-speakers .bottom-info .contacts:before {
  background: #00cda2;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 205, 162, 1) 0%, rgba(0, 189, 151, 1) 27%, rgba(0, 142, 116, 1) 79%, rgba(0, 130, 106, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 205, 162, 1) 0%, rgba(0, 189, 151, 1) 27%, rgba(0, 142, 116, 1) 79%, rgba(0, 130, 106, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 205, 162, 1) 0%, rgba(0, 189, 151, 1) 27%, rgba(0, 142, 116, 1) 79%, rgba(0, 130, 106, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cda2', endColorstr='#00826a', GradientType=0);
  /* IE6-9 */
}
.top-home-section {
  position: relative;
  padding: 30px 60px;
  background: #232227;
  /* Old browsers */
  background: -moz-linear-gradient(top, #232227 0%, #1c1b1f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #232227), color-stop(100%, #1c1b1f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #232227 0%, #1c1b1f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #232227 0%, #1c1b1f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #232227 0%, #1c1b1f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #232227 0%, #1c1b1f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
@media (max-width: 960px) {
  .top-home-section {
    padding: 15px 30px;
  }
}
@media (max-width: 768px) {
  .top-home-section {
    padding: 15px 10px;
  }
}
.top-home-section .wrap {
  width: 1680px;
}
.top-home-section .wrap-slider {
  position: relative;
  z-index: 9;
  padding: 0 180px;
}
@media (max-width: 1700px) {
  .top-home-section .wrap-slider {
    padding: 0 90px;
  }
}
@media (max-width: 768px) {
  .top-home-section .wrap-slider {
    padding: 0 60px;
  }
}
@media (max-width: 480px) {
  .top-home-section .wrap-slider {
    padding: 0 40px;
  }
}
.top-home-section .back-bg {
  position: absolute;
  z-index: 3;
  top: 60px;
  right: 30px;
  bottom: 60px;
  left: 30px;
  background: #2f3135;
  /* Old browsers */
  background: -moz-linear-gradient(top, #2f3135 0%, #212024 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2f3135), color-stop(100%, #212024));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2f3135 0%, #212024 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2f3135 0%, #212024 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2f3135 0%, #212024 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2f3135 0%, #212024 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
}
@media (max-width: 960px) {
  .top-home-section .back-bg {
    display: none;
  }
}
.top-home-section .inner-section {
  position: relative;
  z-index: 9;
  padding: 50px 20px;
}
@media (max-width: 480px) {
  .top-home-section .inner-section {
    padding: 20px 0;
  }
}
.top-home-section .wrap-info {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: none;
}
@media (max-width: 960px) {
  .top-home-section .wrap-info {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    text-align: center;
  }
}
.top-home-section .wrap-info .info {
  padding-top: 100px;
  margin-left: 70px;
}
@media (max-width: 1400px) {
  .top-home-section .wrap-info .info {
    padding-top: 20px;
  }
}
@media (max-width: 960px) {
  .top-home-section .wrap-info .info {
    margin-left: 0;
  }
}
.top-home-section .wrap-info .info h2 {
  font-size: 80px;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .top-home-section .wrap-info .info h2 {
    font-size: 60px;
  }
}
@media (max-width: 1280px) {
  .top-home-section .wrap-info .info h2 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .top-home-section .wrap-info .info h2 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .top-home-section .wrap-info .info h2 {
    font-size: 28px;
  }
}
.top-home-section .wrap-info .info .position {
  font-family: 'MazzardL';
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #0dcda4;
}
@media (max-width: 480px) {
  .top-home-section .wrap-info .info .position {
    font-size: 18px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
  }
}
.top-home-section .wrap-info .info .btn {
  border: 2px solid #fff;
  background: transparent;
}
.top-home-section .swiper-pagination {
  margin-top: 15px;
}
.search #content {
  padding: 90px 0 60px;
}
#searchform {
  position: relative;
}
#searchform #searchsubmit {
  width: 34px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}
#searchform #searchsubmit em:before {
  color: #0dcda4;
  font-size: 18px;
}
#searchform #s {
  padding: 0 45px 0 15px;
  height: 36px;
  border: 1px solid #5c5e67;
}
#searchform #s::-webkit-input-placeholder {
  color: #5c5e67;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Roboto';
}
#searchform #s::-moz-placeholder {
  opacity: 1;
  color: #5c5e67;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Roboto';
}
#searchform #s:-ms-input-placeholder {
  color: #5c5e67;
  font-size: 14px;
  font-weight: 300;
  font-family: 'Roboto';
}
.archive #content {
  padding: 90px 0;
}
@media (max-width: 1366px) {
  .archive #content {
    padding: 60px 0;
  }
}
@media (max-width: 960px) {
  .archive #content {
    padding: 45px 0;
  }
}
.all-categories {
  margin-top: 35px;
}
.all-categories select {
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  color: #0dcda4;
  border: 2px solid #0dcda4;
  padding: 15px;
  max-width: 300px;
  width: 100%;
  background: transparent;
  font-family: 'MazzardL';
  text-transform: uppercase;
  text-align-last: center;
  cursor: pointer;
  letter-spacing: 3.2px;
}
.all-categories select option {
  background: #1b1a1a;
  color: #fff;
  outline: none;
}
/*======================================
 Selectric v1.13.0
 ======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}
.selectric-responsive {
  width: 100%;
}
.selectric {
  border-bottom: 1px solid #1a5c51;
  border-radius: 0px;
  background: transparent;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 40px 0 0;
  font-size: 18px;
  padding: 0 5px 20px 0;
  color: #d7fff6;
  height: 40px;
  font-family: 'MazzardL';
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  color: #0dcda4;
  text-align: center;
  font: 0/0 a;
  *font: 20px/40px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: "\f107";
  font-family: 'fontawesome';
  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%);
  margin: auto;
  font-size: 30px;
}
.selectric-focus .selectric {
  border-color: #aaa;
}
.selectric-hover .selectric .button {
  color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: #c4c4c4;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0Array/0Array a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f8f8f8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #e0e0e0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #d0d0d0;
  color: #444;
}
.selectric-items li:hover {
  background: #d5d5d5;
  color: #444;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
.blog .all-categories .selectric-wrapper, .category .all-categories .selectric-wrapper {
  max-width: 300px;
  margin: 50px auto 0;
}
.blog .all-categories .selectric .label, .category .all-categories .selectric .label {
  border: 2px solid #0dcda4;
  margin: 0;
  padding: 0;
  line-height: 36px;
  font-family: 'MazzardL';
  font-weight: 800;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
.multiselect {
  width: 200px;
  position: relative;
}
.selectBox {
  position: relative;
  cursor: pointer;
}
.selectBox select {
  width: 100%;
  font-weight: bold;
}
.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.checkboxes {
  display: none;
  border: 1px #dadada solid;
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  top: 70px;
  z-index: 99;
  max-width: 280px;
  width: 100%;
  padding: 5px;
}
.checkboxes label {
  display: block;
  color: #fff;
}
.checkboxes label:hover {
  background-color: #2e2e34;
}
.page-content {
  padding: 50px 0;
}
.page-content .page-title {
  margin-bottom: 50px;
}
.loop-wrapper {
  transition: opacity 280ms;
}
.loop-wrapper--loading {
  pointer-events: none;
  opacity: 0.65;
}
.add-to-list--loading {
  transition: opacity 280ms;
  pointer-events: none;
  opacity: 0.65;
}
/* The container */
.label-container {
  display: block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #0dcda4;
}
/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
.label-container input:checked ~ .checkmark {
  border: 1px solid #0dcda4;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.label-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.label-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 4px;
  height: 10px;
  border: solid #0dcda4;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.send-list {
  margin: 15px 0 55px;
}
#send-list-form {
  background: #0dcda4;
}
#send-list-form .input-field {
  margin-bottom: 15px;
}
#send-list-form .my-list-speaker h4 a {
  color: #000;
}
.hide-speaker {
  display: none;
}
