/*!
Theme Name: theme58977
Theme URI: http://underscores.me/
Author: TT
Author URI: http://www.templatemonster.com
Description: Template
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: theme58977
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

theme58977 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  clear: both;
  letter-spacing: normal;
  font-family: 'Montserrat', sans-serif; }

h1 {
  position: relative;
  margin: 0 0 52px 0;
  padding: 0 0 24px 0;
  letter-spacing: 1px;
  line-height: 48px;
  font-size: 36px;
  text-transform: uppercase;
  color: #000; }
  @media (max-width: 767px) {
    h1 {
      margin: 0 0 32px 0;
      letter-spacing: normal; } }
  h1:before {
    background: #3db7ef;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    overflow: hidden;
    content: ''; }

h2 {
  position: relative;
  margin: 0 0 52px 0;
  padding: 0 0 24px 0;
  letter-spacing: 1px;
  line-height: 48px;
  font-size: 36px;
  text-transform: uppercase;
  color: #000; }
  @media (max-width: 767px) {
    h2 {
      margin: 0 0 32px 0;
      letter-spacing: normal; } }
  h2:before {
    background: #3db7ef;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    overflow: hidden;
    content: ''; }

h3 {
  position: relative;
  margin: 0 0 32px 0;
  padding: 0 0 11px 0;
  line-height: 28px;
  font-size: 20px;
  font-weight: 700;
  color: #000; }
  h3:before {
    background: #d0d0d0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    overflow: hidden;
    content: ''; }
  h3:after {
    background: #3db7ef;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 1px;
    overflow: hidden;
    content: ''; }

h4 {
  margin: 0 0 20px 0;
  line-height: 28px;
  font-size: 20px;
  color: #3db7ef; }

h5 {
  clear: none;
  margin: 0 0 13px 0;
  padding: 0;
  line-height: 28px;
  font-size: 20px;
  font-weight: 700;
  color: #000; }

p {
  margin: 0 0 11px 0; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  letter-spacing: 0.3px;
  line-height: 24px;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000000; }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: top; }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.site {
  overflow: hidden; }

@media (max-width: 767px) {
  .site-header {
    text-align: center; } }
@media (min-width: 1200px) {
  .site-header .container {
    width: 1200px; } }
.site-header .widget {
  margin: 0; }
.site-header .site-branding {
  position: relative;
  padding: 22px 0 19px 0;
  z-index: 9; }
  @media (max-width: 767px) {
    .site-header .site-branding {
      margin: 0 0 20px 0;
      padding: 15px 0; } }
  .site-header .site-branding:before {
    background: url(images/logo_icon.png) no-repeat 64px 0%;
    display: block;
    height: 29px;
    margin: 0 0 6px 0;
    content: ''; }
    @media (max-width: 991px) {
      .site-header .site-branding:before {
        background-position: 50px 0; } }
    @media (max-width: 767px) {
      .site-header .site-branding:before {
        background-position: 50% 0; } }
  .site-header .site-branding:after {
    background: #3db7ef;
    display: block;
    position: absolute;
    top: 0;
    right: 26px;
    bottom: 0;
    left: -5000px;
    transform: skewX(-36deg);
    z-index: -1;
    content: ''; }
    @media (max-width: 1200px) {
      .site-header .site-branding:after {
        right: 0; } }
    @media (max-width: 991px) {
      .site-header .site-branding:after {
        right: -20px; } }
    @media (max-width: 767px) {
      .site-header .site-branding:after {
        right: -5000px; } }
  .site-header .site-branding .site-title {
    margin: 0 0 -2px 0;
    padding: 0;
    letter-spacing: 1.5px;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff; }
    @media (max-width: 991px) {
      .site-header .site-branding .site-title {
        font-size: 21px; } }
    .site-header .site-branding .site-title a {
      color: #fff; }
  .site-header .site-branding .site-description {
    margin: 0;
    padding: 0;
    letter-spacing: 0.4px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #fff; }
    @media (max-width: 991px) {
      .site-header .site-branding .site-description {
        line-height: 18px;
        font-size: 11px; } }
.site-header .header_widget_1 {
  padding: 33px 0 0 0;
  line-height: 24px;
  font-size: 16px;
  text-align: right; }
  @media (max-width: 767px) {
    .site-header .header_widget_1 {
      padding: 0;
      text-align: center; } }
  .site-header .header_widget_1 b {
    margin: 0 0 0 76px;
    font-weight: 300; }
    @media (max-width: 1200px) {
      .site-header .header_widget_1 b {
        margin: 0 0 0 49px; } }
    @media (max-width: 991px) {
      .site-header .header_widget_1 b {
        margin: 0 0 0 19px; } }
    @media (max-width: 767px) {
      .site-header .header_widget_1 b {
        display: block;
        margin: 3px 0; } }
    .site-header .header_widget_1 b i {
      margin: 0 8px 0 0;
      font-size: 18px;
      color: #3db7ef; }
  .site-header .header_widget_1 a {
    color: inherit; }
    .site-header .header_widget_1 a:hover {
      color: #3db7ef; }
@media (max-width: 767px) {
  .site-header .header_widget_2 {
    display: none; } }
.site-header .widget_search {
  position: relative;
  text-align: right; }
  .site-header .widget_search .widget-title {
    display: inline-block;
    margin: -11px 0 0 0;
    padding: 0;
    vertical-align: top;
    letter-spacing: normal;
    line-height: 0;
    font-size: 0;
    text-align: right; }
    .site-header .widget_search .widget-title:hover:before {
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      color: #3db7ef; }
    .site-header .widget_search .widget-title:before {
      background: none;
      display: inline-block;
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      width: auto;
      height: auto;
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      -ms-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out;
      vertical-align: top;
      line-height: 18px;
      font-family: FontAwesome;
      font-size: 18px;
      font-weight: 400;
      cursor: pointer;
      color: #fff;
      content: '\f002'; }
  .site-header .widget_search .search-form {
    position: absolute;
    right: 0;
    bottom: -61px;
    width: 290px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    line-height: 0;
    font-size: 0;
    z-index: -1; }
    .site-header .widget_search .search-form label {
      display: inline-block;
      vertical-align: top; }
    .site-header .widget_search .search-form input[type="search"] {
      width: 186px; }
    .site-header .widget_search .search-form input[type="submit"] {
      padding-right: 20px;
      padding-left: 20px;
      letter-spacing: normal;
      font-size: 14px; }
.site-header .slider_block {
  position: relative; }
  .site-header .slider_block .header_widget_3 {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 90px;
    right: 50%;
    width: 400px;
    margin: 0 -585px 0 0;
    padding: 30px 40px 25px 40px;
    color: #fff; }
    @media (max-width: 1800px) {
      .site-header .slider_block .header_widget_3 {
        top: 60px;
        padding: 20px 15px 20px 15px; } }
    @media (max-width: 1600px) {
      .site-header .slider_block .header_widget_3 {
        background: rgba(0, 0, 0, 0.8);
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        margin: 15px;
        padding: 30px 40px 25px 40px; } }
    @media (max-width: 767px) {
      .site-header .slider_block .header_widget_3 {
        padding: 20px 15px 20px 15px;
        text-align: left; } }
    .site-header .slider_block .header_widget_3 h2 {
      margin: 0 0 24px 0;
      padding: 0;
      letter-spacing: normal;
      line-height: 34px;
      font-size: 28px;
      text-transform: none;
      color: #fff; }
      .site-header .slider_block .header_widget_3 h2:before {
        display: none; }
    .site-header .slider_block .header_widget_3 .wpcf7-form p {
      position: relative;
      margin: 0 0 15px 0; }
    .site-header .slider_block .header_widget_3 .wpcf7-form select {
      width: 100%; }
      .site-header .slider_block .header_widget_3 .wpcf7-form select:before {
        background: #000;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 20px;
        z-index: 99;
        content: ''; }
    .site-header .slider_block .header_widget_3 .wpcf7-form input[type="submit"] {
      padding-right: 30px;
      padding-left: 30px; }
.site-header .camera_wrap {
  position: relative; }
  .site-header .camera_wrap:before {
    background: #fff;
    display: block;
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 5000px;
    height: 30px;
    margin: 0 -5225px 0 0;
    transform: skewX(-36deg);
    z-index: 999;
    content: ''; }
    @media (max-width: 767px) {
      .site-header .camera_wrap:before {
        display: none; } }
  .site-header .camera_wrap .camera_caption {
    position: absolute;
    top: 136px;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 1170px;
    margin: 0 0 0 -585px;
    line-height: 30px;
    font-size: 22px;
    font-weight: 300; }
    @media (max-width: 1500px) {
      .site-header .camera_wrap .camera_caption {
        top: 40px; } }
    @media (max-width: 1200px) {
      .site-header .camera_wrap .camera_caption {
        width: 940px;
        margin: 0 0 0 -470px;
        line-height: 24px;
        font-size: 16px; } }
    @media (max-width: 991px) {
      .site-header .camera_wrap .camera_caption {
        top: 20px;
        width: 720px;
        margin: 0 0 0 -360px; } }
    @media (max-width: 767px) {
      .site-header .camera_wrap .camera_caption {
        top: 15px;
        right: 15px;
        left: 15px;
        width: auto;
        margin: 0;
        line-height: 20px;
        font-size: 14px; } }
    .site-header .camera_wrap .camera_caption .container {
      width: auto;
      margin: 0;
      padding: 0 45% 0 0; }
      @media (max-width: 1600px) {
        .site-header .camera_wrap .camera_caption .container {
          padding: 0; } }
    .site-header .camera_wrap .camera_caption h2 {
      margin: 0 0 32px 0;
      padding: 0;
      line-height: 70px;
      font-size: 54px;
      font-weight: 700;
      text-transform: none;
      color: #fff; }
      @media (max-width: 1200px) {
        .site-header .camera_wrap .camera_caption h2 {
          margin: 0 0 21px 0;
          line-height: 40px;
          font-size: 34px; } }
      @media (max-width: 767px) {
        .site-header .camera_wrap .camera_caption h2 {
          line-height: 30px;
          font-size: 24px; } }
      .site-header .camera_wrap .camera_caption h2:before {
        display: none; }
    .site-header .camera_wrap .camera_caption p {
      margin: 0 0 20px 0; }
  .site-header .camera_wrap .camera_pag {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 90px;
    left: 50%;
    width: 1170px;
    margin: 0 0 0 -585px;
    line-height: 16px;
    text-align: left; }
    @media (max-width: 1500px) {
      .site-header .camera_wrap .camera_pag {
        bottom: 40px; } }
    @media (max-width: 1200px) {
      .site-header .camera_wrap .camera_pag {
        width: 940px;
        margin: 0 0 0 -470px; } }
    @media (max-width: 991px) {
      .site-header .camera_wrap .camera_pag {
        bottom: 20px;
        width: 720px;
        margin: 0 0 0 -360px; } }
    @media (max-width: 767px) {
      .site-header .camera_wrap .camera_pag {
        right: 15px;
        left: 15px;
        bottom: 15px;
        width: auto;
        margin: 0;
        text-align: center; } }
    .site-header .camera_wrap .camera_pag ul {
      margin: 0;
      padding: 0;
      text-align: left; }
      @media (max-width: 767px) {
        .site-header .camera_wrap .camera_pag ul {
          text-align: center; } }
      .site-header .camera_wrap .camera_pag ul li {
        background: none;
        display: inline-block;
        position: relative;
        width: 16px;
        height: 16px;
        margin: 0 14px 0 0 !important;
        padding: 0;
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -ms-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
        vertical-align: top;
        list-style: none; }
        .site-header .camera_wrap .camera_pag ul li:hover, .site-header .camera_wrap .camera_pag ul li.cameracurrent {
          background: #3db7ef;
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -ms-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
          .site-header .camera_wrap .camera_pag ul li:hover:before, .site-header .camera_wrap .camera_pag ul li.cameracurrent:before {
            background: #3db7ef;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
        .site-header .camera_wrap .camera_pag ul li:first-child {
          margin: 0; }
        .site-header .camera_wrap .camera_pag ul li:before {
          background: #fff;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 10px;
          height: 10px;
          margin: -5px 0 0 -5px;
          border-radius: 50%;
          -webkit-transition: all 0.8s ease-in-out;
          -moz-transition: all 0.8s ease-in-out;
          -ms-transition: all 0.8s ease-in-out;
          -o-transition: all 0.8s ease-in-out;
          transition: all 0.8s ease-in-out;
          content: ''; }
.site-header .breadcrumbs {
  background: url(images/breadcrumbs.jpg) no-repeat 50% 0%;
  background-size: cover;
  position: relative;
  padding: 90px 15px 39px 15px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
  color: #fff; }
  @media (max-width: 1200px) {
    .site-header .breadcrumbs {
      padding: 39px 15px 39px 15px; } }
  .error404 .site-header .breadcrumbs {
    display: none; }
  .site-header .breadcrumbs:after {
    background: #fff;
    display: block;
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 5000px;
    height: 30px;
    margin: 0 -5225px 0 0;
    transform: skewX(-36deg);
    z-index: 999;
    content: ''; }
  .site-header .breadcrumbs h2 {
    margin: 0 0 77px 0;
    padding: 0;
    letter-spacing: normal;
    line-height: 70px;
    font-size: 54px;
    font-weight: 700;
    text-transform: none;
    color: #fff; }
    @media (max-width: 1200px) {
      .site-header .breadcrumbs h2 {
        margin: 0 0 21px 0; } }
    @media (max-width: 767px) {
      .site-header .breadcrumbs h2 {
        margin: 0 0 11px 0;
        line-height: 50px;
        font-size: 34px; } }
    .site-header .breadcrumbs h2:before {
      display: none; }
  .site-header .breadcrumbs .kb_sep {
    margin: 0 6px;
    opacity: 0.5; }
  .site-header .breadcrumbs a {
    color: #3db7ef; }
    .site-header .breadcrumbs a:hover {
      color: #fff; }

.cherry-icon.style_1 {
  float: left !important;
  min-width: 45px;
  margin: 0 0 20px 0;
  padding: 5px 10px 5px 0; }

.cherry-list.social_items ul {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0; }
  .cherry-list.social_items ul li {
    display: inline-block;
    margin: 0 0 0 21px;
    padding: 0;
    list-style: none;
    vertical-align: top; }
    @media (max-width: 991px) {
      .cherry-list.social_items ul li {
        margin: 0 0 0 11px; } }
    .cherry-list.social_items ul li:first-child {
      margin: 0; }
    .cherry-list.social_items ul li:before {
      display: none; }
    .cherry-list.social_items ul li a:hover .cherry-icon {
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      color: #3db7ef !important; }
    .cherry-list.social_items ul li .cherry-icon {
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      -ms-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out; }
.cherry-list.social_list ul {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0; }
  .cherry-list.social_list ul li {
    display: inline-block;
    margin: 0 0 0 21px;
    padding: 0;
    list-style: none;
    vertical-align: top; }
    .cherry-list.social_list ul li:first-child {
      margin: 0; }
    .cherry-list.social_list ul li:before {
      display: none; }
    .cherry-list.social_list ul li a:hover .cherry-icon {
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      color: #3db7ef !important; }
    .cherry-list.social_list ul li .cherry-icon {
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      -ms-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out; }

.wpcf7-form {
  padding: 19px 0 0 0; }
  @media (max-width: 767px) {
    .site-content .wpcf7-form {
      margin-bottom: 30px; } }
  .wpcf7-form .wpcf7-form-control-wrap {
    display: block;
    margin: 0 0 10px 0; }
  .wpcf7-form input[type="email"] {
    width: 100%; }
  .wpcf7-form textarea {
    height: 162px; }
  .wpcf7-form .wpcf7-response-output {
    margin: 15px 0; }

@media (max-width: 767px) {
  .google-map-container {
    height: 300px !important; } }

.site-content {
  padding: 90px 0 60px 0; }
  @media (max-width: 767px) {
    .site-content {
      padding-top: 50px;
      padding-right: 15px;
      padding-bottom: 50px;
      padding-left: 15px; } }
  body.home .site-content {
    padding: 90px 0 0 0; }
    @media (max-width: 767px) {
      body.home .site-content {
        padding-top: 50px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 0; } }
  @media (max-width: 767px) {
    body.blog .site-content, body.single .site-content, body.page-template-page-masonry .site-content {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1200px) {
    .site-content .container {
      width: 1200px; } }
  .site-content article.page {
    margin: 0; }
    .site-content article.page .entry-content {
      margin: 0; }
  .site-content article.post {
    margin-bottom: 90px; }
    .site-content article.post .post_thumbnail {
      margin: 0 0 20px 0; }
    .site-content article.post .entry-header .entry-title {
      margin: 0 0 9px 0;
      padding: 0;
      letter-spacing: normal;
      line-height: 28px;
      font-size: 20px;
      text-transform: none; }
      .site-content article.post .entry-header .entry-title:before {
        display: none; }
    .site-content article.post .entry-meta {
      margin: 0 0 11px 0;
      color: #b7b7b7; }
      .site-content article.post .entry-meta .post_date {
        margin: 0 13px 0 0; }
        .site-content article.post .entry-meta .post_date:before {
          margin: 0 11px 0 0;
          font-family: FontAwesome;
          font-size: 18px;
          content: '\f073'; }
      .site-content article.post .entry-meta .post_author {
        margin: 0 13px 0 0; }
        .site-content article.post .entry-meta .post_author:before {
          margin: 0 11px 0 0;
          font-family: FontAwesome;
          font-size: 18px;
          content: '\f007'; }
      .site-content article.post .entry-meta .post_comments {
        margin: 0; }
        .site-content article.post .entry-meta .post_comments:before {
          margin: 0 5px 0 0;
          font-family: FontAwesome;
          font-size: 18px;
          content: '\f075'; }
      .site-content article.post .entry-meta a {
        color: #b7b7b7; }
        .site-content article.post .entry-meta a:hover {
          color: #3db7ef; }
    .site-content article.post .entry-content {
      margin: 0;
      padding: 0 0 8px 0; }
    .site-content article.post a.btn-default {
      margin: 0; }
  .site-content .search-form label {
    display: inline-block;
    margin: 0 0 3px 0;
    vertical-align: top; }
  .site-content .search-form input[type="submit"] {
    padding-right: 20px;
    padding-left: 20px; }

@media (max-width: 767px) {
  .comment-form {
    padding-bottom: 60px; } }

.widget-area .widget {
  margin-bottom: 59px; }
  .widget-area .widget ul {
    margin: 0;
    padding: 0; }
    .widget-area .widget ul li {
      position: relative;
      margin: 10px 0 0 0;
      padding: 0 0 0 26px;
      list-style: none;
      color: #3db7ef; }
      .widget-area .widget ul li:first-child {
        margin: 0; }
      .widget-area .widget ul li:before {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 20px;
        font-family: FontAwesome;
        font-size: 16px;
        content: '\f105'; }
      .widget-area .widget ul li ul {
        padding: 10px 0 0 0; }

.cherry-btn-info {
  background: none;
  display: inline-block;
  margin: 0;
  padding: 15px 43px 15px 43px;
  border: 2px solid #fff;
  vertical-align: top;
  letter-spacing: 1px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff; }
  @media (max-width: 1200px) {
    .cherry-btn-info {
      padding-right: 23px;
      padding-left: 23px; } }
  .cherry-btn-info:hover {
    background: #fff;
    color: #000; }

.cherry-btn-primary {
  background: none;
  display: inline-block;
  margin: 0 0 90px 0;
  padding: 15px 45px 15px 45px;
  vertical-align: top;
  border: 2px solid #3db7ef;
  letter-spacing: 1px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #3db7ef; }
  .cherry-btn-primary:hover {
    background: #3db7ef;
    color: #fff; }
  .cherry-btn-primary.extra {
    background: #3db7ef;
    padding-right: 38px;
    padding-left: 38px;
    color: #fff; }
    .cherry-btn-primary.extra:hover {
      background: none;
      color: #3db7ef; }

.btn-default {
  background: #3db7ef;
  display: inline-block;
  margin: 0 0 90px 0;
  padding: 15px 40px 15px 40px;
  vertical-align: top;
  border: 2px solid #3db7ef;
  letter-spacing: 1px;
  line-height: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff; }
  @media (max-width: 767px) {
    .btn-default {
      padding-right: 20px;
      padding-left: 20px; } }
  .btn-default:hover {
    background: #2e7dab;
    border-color: #2e7dab;
    color: #fff; }

.posts-navigation {
  line-height: 0;
  font-size: 0; }
  @media (max-width: 767px) {
    .posts-navigation {
      width: 100%;
      overflow: hidden;
      padding-bottom: 60px; } }
  .posts-navigation a {
    background: #3db7ef;
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 15px 20px 15px 20px;
    vertical-align: top;
    border: 2px solid #3db7ef;
    letter-spacing: 1px;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff; }
    .posts-navigation a:hover {
      background: #2e7dab;
      border-color: #2e7dab;
      color: #fff; }

.post-navigation {
  margin: 0 0 60px 0 !important;
  padding: 8px 0 5px 0;
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7; }

.cherry-posts-list.style_1 {
  margin-bottom: 20px;
  padding-top: 38px; }
  .cherry-posts-list.style_1.extra {
    margin-bottom: 0;
    padding-top: 0; }
  .cherry-posts-list.style_1 .cherry-posts-item {
    margin-bottom: 30px; }
    .cherry-posts-list.style_1 .cherry-posts-item .inner {
      position: relative;
      overflow: hidden; }
      .cherry-posts-list.style_1 .cherry-posts-item .inner .post-thumbnail {
        margin: 0; }
        .cherry-posts-list.style_1 .cherry-posts-item .inner .post-thumbnail img {
          width: 100%; }
      .cherry-posts-list.style_1 .cherry-posts-item .inner a {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        .cherry-posts-list.style_1 .cherry-posts-item .inner a:hover .post-title {
          padding-left: 60px;
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -ms-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
          @media (max-width: 991px) {
            .cherry-posts-list.style_1 .cherry-posts-item .inner a:hover .post-title {
              padding-left: 35px; } }
          .cherry-posts-list.style_1 .cherry-posts-item .inner a:hover .post-title:before {
            opacity: 1;
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
      .cherry-posts-list.style_1 .cherry-posts-item .inner .post-title {
        position: absolute;
        bottom: 20px;
        left: 0;
        margin: 0;
        padding: 5px 38px 5px 29px;
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -ms-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
        line-height: 30px;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        z-index: 9; }
        @media (max-width: 1200px) {
          .cherry-posts-list.style_1 .cherry-posts-item .inner .post-title {
            font-size: 15px; } }
        @media (max-width: 991px) {
          .cherry-posts-list.style_1 .cherry-posts-item .inner .post-title {
            padding: 5px 20px 5px 15px;
            font-size: 13px; } }
        .cherry-posts-list.style_1 .cherry-posts-item .inner .post-title:before {
          position: absolute;
          left: 29px;
          opacity: 0;
          -webkit-transition: all 0.8s ease-in-out;
          -moz-transition: all 0.8s ease-in-out;
          -ms-transition: all 0.8s ease-in-out;
          -o-transition: all 0.8s ease-in-out;
          transition: all 0.8s ease-in-out;
          line-height: 30px;
          font-family: FontAwesome;
          content: '\f061'; }
          @media (max-width: 991px) {
            .cherry-posts-list.style_1 .cherry-posts-item .inner .post-title:before {
              left: 15px; } }
        .cherry-posts-list.style_1 .cherry-posts-item .inner .post-title:after {
          background: #3db7ef;
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: -5000px;
          transform: skewX(-36deg);
          z-index: -1;
          content: ''; }
.cherry-posts-list.style_2 {
  margin-bottom: 38px; }
  @media (max-width: 767px) {
    .cherry-posts-list.style_2 {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .cherry-posts-list.style_2 .cherry-posts-item {
      margin-bottom: 30px; } }
  .cherry-posts-list.style_2 .cherry-posts-item .inner .post-thumbnail {
    margin: 0 0 20px 0; }
    .cherry-posts-list.style_2 .cherry-posts-item .inner .post-thumbnail img {
      width: 100%; }
  .cherry-posts-list.style_2 .cherry-posts-item .inner .post-title {
    margin: 0 0 10px 0;
    line-height: 28px;
    font-size: 20px;
    font-weight: 700;
    color: #3db7ef; }
  .cherry-posts-list.style_2 .cherry-posts-item .inner .post-meta {
    margin: 0 0 11px 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    color: #b7b7b7; }
    .cherry-posts-list.style_2 .cherry-posts-item .inner .post-meta time:before {
      margin: 0 11px 0 0;
      font-family: FontAwesome;
      font-size: 18px;
      content: '\f073'; }
.cherry-posts-list.style_3 .cherry-posts-item {
  margin-bottom: 49px; }
  .cherry-posts-list.style_3 .cherry-posts-item .inner .post-thumbnail {
    margin: 0 0 20px 0; }
    .cherry-posts-list.style_3 .cherry-posts-item .inner .post-thumbnail img {
      width: 100%; }
  .cherry-posts-list.style_3 .cherry-posts-item .inner .post-title {
    margin: 0 0 12px 0; }
  @media (min-width: 1200px) {
    .cherry-posts-list.style_3 .cherry-posts-item .inner .post-excerpt {
      padding: 0 30px 0 0; } }
  .cherry-posts-list.style_3 .cherry-posts-item .inner .post-excerpt p {
    margin: 0; }

@media (max-width: 767px) {
  .cherry-box {
    margin-right: -15px;
    margin-left: -15px; } }
.cherry-box.box_1 {
  position: relative; }
  .cherry-box.box_1:before {
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 5000px;
    height: 30px;
    margin: 0 0 0 -5225px;
    transform: skewX(-36deg);
    z-index: 999;
    content: ''; }
  .cherry-box.box_1:after {
    background: #f9f9f9;
    display: block;
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 5000px;
    height: 30px;
    margin: 0 -5225px 0 0;
    transform: skewX(-36deg);
    z-index: 999;
    content: ''; }
  .cherry-box.box_1 .inner {
    padding-top: 91px;
    padding-bottom: 89px; }
    .cherry-box.box_1 .inner h2 {
      margin: 0 0 49px 0;
      letter-spacing: normal;
      color: #fff; }
.cherry-box.box_2 {
  position: relative; }
  .cherry-box.box_2:before {
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 5000px;
    height: 30px;
    margin: 0 0 0 -5225px;
    transform: skewX(-36deg);
    z-index: 999;
    content: ''; }
  .cherry-box.box_2:after {
    background: #f9f9f9;
    display: block;
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 5000px;
    height: 30px;
    margin: 0 -5225px 0 0;
    transform: skewX(-36deg);
    z-index: 999;
    content: ''; }
  .cherry-box.box_2 .inner {
    padding-top: 91px;
    padding-bottom: 89px; }
    .cherry-box.box_2 .inner h2 {
      margin: 0 0 49px 0;
      letter-spacing: normal;
      color: #fff; }
.cherry-box.box_3 {
  position: relative;
  margin-top: 90px;
  margin-bottom: -90px;
  z-index: 999; }
  @media (max-width: 767px) {
    .cherry-box.box_3 {
      margin-top: 50px;
      margin-bottom: -50px; } }
  .cherry-box.box_3:before {
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 5000px;
    height: 30px;
    margin: 0 0 0 -5225px;
    transform: skewX(-36deg);
    z-index: 999;
    content: ''; }
  .cherry-box.box_3:after {
    background: #f9f9f9;
    display: block;
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 5000px;
    height: 30px;
    margin: 0 -5225px 0 0;
    transform: skewX(-36deg);
    z-index: 999;
    content: ''; }
  .cherry-box.box_3 .inner {
    padding-top: 91px;
    padding-bottom: 90px; }
    .cherry-box.box_3 .inner h2 {
      margin: 0 0 49px 0;
      letter-spacing: normal;
      color: #fff; }
.cherry-box.box_4 {
  position: relative;
  margin-bottom: 90px; }
  .cherry-box.box_4:before {
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 5000px;
    height: 30px;
    margin: 0 0 0 -5225px;
    transform: skewX(-36deg);
    z-index: 999;
    content: ''; }
  .cherry-box.box_4:after {
    background: #fff;
    display: block;
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 5000px;
    height: 30px;
    margin: 0 -5225px 0 0;
    transform: skewX(-36deg);
    z-index: 999;
    content: ''; }
  .cherry-box.box_4 .inner {
    padding-top: 91px;
    padding-bottom: 90px; }
    .cherry-box.box_4 .inner h2 {
      margin: 0 0 49px 0;
      letter-spacing: normal;
      color: #fff; }
.cherry-box.box_5 {
  position: relative;
  margin-bottom: 90px; }
  .cherry-box.box_5:before {
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 5000px;
    height: 30px;
    margin: 0 0 0 -5225px;
    transform: skewX(-36deg);
    z-index: 999;
    content: ''; }
  .cherry-box.box_5:after {
    background: #fff;
    display: block;
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 5000px;
    height: 30px;
    margin: 0 -5225px 0 0;
    transform: skewX(-36deg);
    z-index: 999;
    content: ''; }
  .cherry-box.box_5 .inner {
    padding-top: 91px;
    padding-bottom: 86px; }
    .cherry-box.box_5 .inner h2 {
      margin: 0 0 49px 0;
      letter-spacing: normal;
      color: #fff; }
.cherry-box.box_6 {
  position: relative;
  margin-bottom: 90px; }
  .cherry-box.box_6:before {
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 5000px;
    height: 30px;
    margin: 0 0 0 -5225px;
    transform: skewX(-36deg);
    z-index: 999;
    content: ''; }
  .cherry-box.box_6:after {
    background: #fff;
    display: block;
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 5000px;
    height: 30px;
    margin: 0 -5225px 0 0;
    transform: skewX(-36deg);
    z-index: 999;
    content: ''; }
  .cherry-box.box_6 .inner {
    padding-top: 91px;
    padding-bottom: 90px; }
    .cherry-box.box_6 .inner h2 {
      margin: 0 0 49px 0;
      letter-spacing: normal;
      color: #fff; }
    .cherry-box.box_6 .inner .team-wrap.style_2 {
      margin-bottom: 0; }

@media (max-width: 767px) {
  .title-box.style_1 {
    margin-bottom: 30px !important; } }
.title-box.style_1.extra {
  margin-bottom: 49px; }
.title-box.style_1 .title-box_icon {
  background: #3db7ef;
  float: left;
  width: 80px;
  height: 80px;
  margin: 0 20px 5px 0;
  border-radius: 50%;
  line-height: 80px;
  text-align: center; }
  @media (max-width: 991px) {
    .title-box.style_1 .title-box_icon {
      display: inline-block;
      float: none;
      margin: 0 0 20px 0;
      vertical-align: top; } }
  @media (max-width: 767px) {
    .title-box.style_1 .title-box_icon {
      float: left;
      margin: 0 20px 5px 0; } }
@media (max-width: 480px) {
  .title-box.style_1 .title-box_content {
    overflow: visible; } }
.title-box.style_1 .title-box_content .title-box_title {
  clear: none;
  margin: 0 0 12px 0;
  padding: 0;
  letter-spacing: normal;
  line-height: 28px;
  font-size: 20px;
  font-weight: 700;
  text-transform: none; }
  .title-box.style_1 .title-box_content .title-box_title:before {
    display: none; }
.title-box.style_1 .title-box_content .title-box_subtitle {
  clear: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0.3px;
  line-height: 24px;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 300; }
  @media (min-width: 1200px) {
    .title-box.style_1 .title-box_content .title-box_subtitle {
      padding-right: 20px; } }
.title-box.style_2 {
  position: relative;
  text-align: center; }
  @media (max-width: 767px) {
    .title-box.style_2 {
      padding: 15px 0;
      text-align: left; } }
  .title-box.style_2.no_line:before {
    display: none; }
  .title-box.style_2:before {
    background: #45516b;
    display: block;
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    width: 1px;
    content: ''; }
    @media (max-width: 767px) {
      .title-box.style_2:before {
        display: none; } }
  .title-box.style_2 .title-box_content .title-box_title {
    margin: 0 0 7px 0;
    padding: 0; }
    .title-box.style_2 .title-box_content .title-box_title:before {
      display: none; }
    @media (max-width: 991px) {
      .title-box.style_2 .title-box_content .title-box_title {
        line-height: 30px;
        font-size: 24px; } }
  .title-box.style_2 .title-box_content .title-box_subtitle {
    margin: 0;
    padding: 0;
    font-size: 16px; }

@media (max-width: 767px) {
  .parallax-box {
    margin-right: -15px;
    margin-left: -15px; } }
.parallax-box .parallax-content {
  padding: 90px 15px 96px 15px; }
  .parallax-box .parallax-content h2 {
    margin: 0 0 51px 0; }
  .parallax-box .parallax-content p {
    margin: 0 0 11px 0; }
  .parallax-box .parallax-content .cherry-btn-primary {
    margin: 8px 0 0 0; }
.parallax-box.parallax_1 {
  margin-bottom: 91px; }
  @media (max-width: 767px) {
    .parallax-box.parallax_1 .parallax-bg .parallax-bg-inner {
      background: #f9f9f9 !important; } }

.cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 {
  position: relative;
  padding-bottom: 61px; }
  .cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner {
    padding: 0; }
    @media (min-width: 1200px) {
      .cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner {
        padding-right: 40px; } }
    .cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post-thumbnail {
      float: left;
      margin: 0 20px 5px 0;
      border-radius: 50%; }
      .cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post-thumbnail img {
        border-radius: 50%; }
    .cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .post-content {
      margin: 0 0 11px 0;
      padding: 2px 0 0 0; }
    .cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .testi_meta {
      line-height: 24px;
      font-size: 16px;
      font-weight: 700; }
      .cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-wrapper .swiper-slide .inner .testi_meta:before {
        margin: 0 5px 0 0;
        content: '-'; }
  .cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-pagination {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    line-height: 16px;
    text-align: left; }
    .cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-pagination .swiper-pagination-bullet {
      background: none;
      display: inline-block;
      position: relative;
      width: 16px;
      height: 16px;
      margin: 0 14px 0 0 !important;
      padding: 0;
      opacity: 1;
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      -ms-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out;
      vertical-align: top;
      list-style: none; }
      .cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-pagination .swiper-pagination-bullet:hover, .cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #3db7ef;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
        .cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-pagination .swiper-pagination-bullet:hover:before, .cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
          background: #3db7ef;
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -ms-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
      .cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-pagination .swiper-pagination-bullet:first-child {
        margin: 0; }
      .cherry-swiper-carousel-container .cherry-swiper-carousel.style_1 .swiper-pagination .swiper-pagination-bullet:before {
        background: #fff;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        margin: -5px 0 0 -5px;
        border-radius: 50%;
        -webkit-transition: all 0.8s ease-in-out;
        -moz-transition: all 0.8s ease-in-out;
        -ms-transition: all 0.8s ease-in-out;
        -o-transition: all 0.8s ease-in-out;
        transition: all 0.8s ease-in-out;
        content: ''; }

@media (max-width: 767px) {
  .cherry-banner.style_1 {
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px; } }
.cherry-banner.style_1 .cherry-banner_wrap figure {
  background: #3db7ef;
  float: left;
  margin: 0 20px 0 0;
  overflow: hidden;
  border-radius: 50%; }
  @media (max-width: 991px) {
    .cherry-banner.style_1 .cherry-banner_wrap figure {
      display: inline-block;
      float: none;
      margin: 0 0 20px 0;
      vertical-align: top; } }
  @media (max-width: 767px) {
    .cherry-banner.style_1 .cherry-banner_wrap figure {
      float: left;
      margin: 0 20px 5px 0; } }
.cherry-banner.style_1 .cherry-banner_wrap .cherry-banner_title {
  margin: 0 0 11px 0;
  padding: 0;
  clear: none;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  color: #fff; }
  .cherry-banner.style_1 .cherry-banner_wrap .cherry-banner_title:before {
    display: none; }
.cherry-banner.style_1 .cherry-banner_wrap .cherry-banner_content {
  margin: 0;
  padding: 0; }
  .cherry-banner.style_1 .cherry-banner_wrap .cherry-banner_content strong {
    display: block;
    font-weight: 300; }
.cherry-banner.style_2 {
  margin-bottom: 85px; }
  .cherry-banner.style_2.extra .cherry-banner_wrap figure {
    float: left;
    margin: 0 50px 5px 0; }
    @media (max-width: 1200px) {
      .cherry-banner.style_2.extra .cherry-banner_wrap figure {
        margin-right: 20px; } }
  .cherry-banner.style_2 .cherry-banner_wrap {
    width: 100%;
    overflow: hidden; }
    .cherry-banner.style_2 .cherry-banner_wrap .cherry-banner_title {
      margin: 0 0 50px 0;
      padding: 0 0 24px 0; }
    .cherry-banner.style_2 .cherry-banner_wrap figure {
      float: right;
      margin: 0 0 5px 65px; }
      @media (max-width: 1200px) {
        .cherry-banner.style_2 .cherry-banner_wrap figure {
          max-width: 45%;
          margin-left: 20px; } }
    .cherry-banner.style_2 .cherry-banner_wrap .cherry-banner_content {
      margin: 0;
      padding: 2px 0 8px 0; }
    .cherry-banner.style_2 .cherry-banner_wrap a.cherry-btn-primary {
      margin: 0; }

.team-wrap.style_1 .team-listing {
  padding: 0; }
  @media (max-width: 767px) {
    .team-wrap.style_1 .team-listing .team-item {
      margin-bottom: 30px; } }
  .team-wrap.style_1 .team-listing .team-item .team-listing_photo {
    margin: 0 0 20px 0; }
    .team-wrap.style_1 .team-listing .team-item .team-listing_photo a {
      pointer-events: none; }
    .team-wrap.style_1 .team-listing .team-item .team-listing_photo img {
      width: 100%; }
  .team-wrap.style_1 .team-listing .team-item .team-listing_name {
    margin: 0;
    padding: 0;
    line-height: 28px;
    font-size: 20px;
    color: #3db7ef; }
    .team-wrap.style_1 .team-listing .team-item .team-listing_name a {
      color: #3db7ef; }
      .team-wrap.style_1 .team-listing .team-item .team-listing_name a:hover {
        color: #000; }
  .team-wrap.style_1 .team-listing .team-item .post-content h5 {
    margin: 0 0 9px 0;
    padding: 0;
    line-height: 28px;
    font-family: 'Hind', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #c1c1c1; }
    @media (max-width: 991px) {
      .team-wrap.style_1 .team-listing .team-item .post-content h5 {
        line-height: 22px; } }
  .team-wrap.style_1 .team-listing .team-item .post-content p {
    margin: 0 0 17px 0; }
.team-wrap.style_2 {
  margin-bottom: 90px; }
  .team-wrap.style_2 .team-listing {
    padding: 0; }
    .team-wrap.style_2 .team-listing .team-item {
      position: relative; }
      @media (max-width: 767px) {
        .team-wrap.style_2 .team-listing .team-item {
          margin-bottom: 30px; } }
      .team-wrap.style_2 .team-listing .team-item .inner {
        position: relative;
        padding: 0; }
        .team-wrap.style_2 .team-listing .team-item .inner:hover .caption .post-content .cherry-list.social_list {
          height: 20px;
          opacity: 1;
          margin: 15px 0 0 0;
          -webkit-transition: all 0.8s ease-in-out;
          -moz-transition: all 0.8s ease-in-out;
          -ms-transition: all 0.8s ease-in-out;
          -o-transition: all 0.8s ease-in-out;
          transition: all 0.8s ease-in-out; }
          @media (max-width: 991px) {
            .team-wrap.style_2 .team-listing .team-item .inner:hover .caption .post-content .cherry-list.social_list {
              margin: 5px 0 0 0; } }
      .team-wrap.style_2 .team-listing .team-item .team-listing_photo {
        position: relative;
        margin: 0;
        z-index: 9; }
        .team-wrap.style_2 .team-listing .team-item .team-listing_photo:before {
          background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          content: ''; }
        .team-wrap.style_2 .team-listing .team-item .team-listing_photo img {
          width: 100%; }
      .team-wrap.style_2 .team-listing .team-item .caption {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0 28px 23px 28px;
        z-index: 99; }
        @media (max-width: 1200px) {
          .team-wrap.style_2 .team-listing .team-item .caption {
            padding: 0 15px 15px 15px; } }
        .team-wrap.style_2 .team-listing .team-item .caption .team-listing_name {
          margin: 0;
          padding: 0;
          line-height: 28px;
          font-size: 20px;
          color: #fff; }
          @media (max-width: 991px) {
            .team-wrap.style_2 .team-listing .team-item .caption .team-listing_name {
              line-height: 20px;
              font-size: 15px; } }
        .team-wrap.style_2 .team-listing .team-item .caption .post-content h5 {
          margin: 0;
          padding: 0;
          line-height: 28px;
          font-family: 'Hind', sans-serif;
          font-size: 16px;
          font-weight: 300;
          color: #fff; }
          @media (max-width: 991px) {
            .team-wrap.style_2 .team-listing .team-item .caption .post-content h5 {
              line-height: 20px;
              font-size: 13px; } }
        .team-wrap.style_2 .team-listing .team-item .caption .post-content p {
          display: none; }
        .team-wrap.style_2 .team-listing .team-item .caption .post-content .cherry-list.social_list {
          height: 0;
          overflow: hidden;
          opacity: 0;
          margin: 0;
          -webkit-transition: all 0.8s ease-in-out;
          -moz-transition: all 0.8s ease-in-out;
          -ms-transition: all 0.8s ease-in-out;
          -o-transition: all 0.8s ease-in-out;
          transition: all 0.8s ease-in-out; }

.site-footer {
  background: #f9f9f9;
  position: relative;
  padding: 90px 0 60px 0;
  color: #b7b7b7; }
  body.home .site-footer {
    padding: 60px 0 60px 0; }
    @media (max-width: 767px) {
      body.home .site-footer {
        padding: 30px 0; } }
  @media (max-width: 767px) {
    .site-footer {
      padding: 30px 0;
      text-align: center; } }
  .site-footer:before {
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 5000px;
    height: 30px;
    margin: 0 0 0 -4785px;
    transform: skewX(-36deg);
    z-index: 9;
    content: ''; }
    @media (max-width: 767px) {
      .site-footer:before {
        display: none !important; } }
    body.home .site-footer:before {
      display: none; }
  .site-footer a {
    color: inherit; }
    .site-footer a:hover {
      color: #3db7ef; }
  @media (min-width: 1200px) {
    .site-footer .container {
      width: 1200px; } }
  @media (max-width: 767px) {
    .site-footer .widget {
      margin: 0; } }
  .site-footer .footer-branding {
    position: relative;
    z-index: 9; }
    .site-footer .footer-branding:before {
      background: url(images/logo_icon_footer.png) no-repeat 64px 0%;
      display: block;
      height: 29px;
      margin: 0 0 6px 0;
      content: ''; }
      @media (max-width: 767px) {
        .site-footer .footer-branding:before {
          background-position: 50% 0%; } }
    .site-footer .footer-branding .site-title {
      margin: 0 0 -2px 0;
      padding: 0;
      letter-spacing: 1.5px;
      line-height: 26px;
      font-family: 'Montserrat', sans-serif;
      font-size: 26px;
      font-weight: 700;
      text-transform: uppercase;
      color: #b7b7b7; }
      @media (max-width: 991px) {
        .site-footer .footer-branding .site-title {
          font-size: 24px; } }
      .site-footer .footer-branding .site-title:before {
        display: none; }
      .site-footer .footer-branding .site-title a {
        color: #b7b7b7; }
    .site-footer .footer-branding .site-description {
      margin: 0;
      padding: 0;
      letter-spacing: 0.4px;
      line-height: 20px;
      font-size: 14px;
      font-weight: 300;
      color: #b7b7b7; }
      @media (max-width: 991px) {
        .site-footer .footer-branding .site-description {
          line-height: 20px;
          font-size: 13px; } }
  .site-footer ul.social {
    margin: 0;
    padding: 27px 0 0 0;
    line-height: 0;
    font-size: 0;
    text-align: right; }
    @media (max-width: 767px) {
      .site-footer ul.social {
        padding: 25px 0 0 0;
        text-align: center; } }
    .site-footer ul.social li {
      display: inline-block;
      margin: 0 0 0 17px;
      padding: 0;
      vertical-align: top;
      list-style: none;
      line-height: 24px;
      font-size: 18px; }
      @media (max-width: 991px) {
        .site-footer ul.social li {
          margin: 0 0 0 11px; } }
      .site-footer ul.social li:first-child {
        margin: 0; }
  .site-footer .footer-area-1 {
    padding: 27px 0 0 0;
    text-align: center; }
    @media (max-width: 767px) {
      .site-footer .footer-area-1 {
        padding: 25px 0 0 0; } }

/** 3.26 ToTop Button */
.ui-to-top {
  background: #434345;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.22);
  position: fixed;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  font-size: 21px;
  text-align: center;
  z-index: 9999;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  color: #fff; }

.ui-to-top:focus {
  color: #fff; }

.ui-to-top:hover {
  color: #fff;
  background: #3db7ef; }

.ui-to-top.active {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.error-404 {
  background: url(images/404.jpg) no-repeat 50% 0%;
  background-size: cover;
  position: relative;
  margin: -90px 0 -90px 0;
  padding-top: 137px;
  padding-bottom: 206px;
  color: #fff;
  z-index: 99; }
  @media (max-width: 767px) {
    .error-404 {
      margin: -50px -15px -50px -15px; } }
  .error-404:after {
    background: #f9f9f9;
    display: block;
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 5000px;
    height: 30px;
    margin: 0 -5225px 0 0;
    transform: skewX(-36deg);
    z-index: 999;
    content: ''; }
  .error-404 .error-title {
    line-height: 70px;
    font-family: 'Montserrat', sans-serif;
    font-size: 54px;
    font-weight: 700;
    color: #fff; }
  .error-404 .page-title {
    margin: 0 0 32px 0;
    padding: 0;
    line-height: 70px;
    font-family: 'Montserrat', sans-serif;
    font-size: 54px;
    font-weight: 700;
    color: #fff; }
    @media (max-width: 991px) {
      .error-404 .page-title {
        line-height: 50px;
        font-size: 44px; } }
    @media (max-width: 480px) {
      .error-404 .page-title {
        line-height: 40px;
        font-size: 34px; } }
    .error-404 .page-title:before {
      display: none; }
  .error-404 .page-content {
    margin: 0;
    padding: 0; }
    @media (min-width: 1200px) {
      .error-404 .page-content {
        padding: 0 500px 0 0; } }
    .error-404 .page-content p {
      margin: 0 0 19px 0; }
  .error-404 .search-form label {
    display: inline-block;
    vertical-align: top; }
  .error-404 .search-form input[type="submit"] {
    padding-right: 20px;
    padding-left: 20px; }

.comments-title {
  position: relative;
  margin: 0 0 32px 0;
  padding: 0 0 11px 0;
  letter-spacing: normal;
  line-height: 28px;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  color: #000; }
  .comments-title:before {
    background: #d0d0d0;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 1px;
    overflow: hidden;
    content: ''; }
  .comments-title:after {
    background: #3db7ef;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 1px;
    overflow: hidden;
    content: ''; }

ol.comment-list {
  margin: 0 0 65px 0;
  padding: 0; }
  ol.comment-list li {
    margin: 0;
    padding: 0;
    list-style: none; }
    ol.comment-list li .children {
      margin: 0 0 0 15px;
      padding: 0; }
    ol.comment-list li .comment-body {
      background: rgba(0, 0, 0, 0.1);
      margin: 0 0 15px 0;
      padding: 17px; }
      ol.comment-list li .comment-body .comment-meta {
        margin: 5px 0 20px 0;
        line-height: 18px; }
        ol.comment-list li .comment-body .comment-meta .comment-author {
          font-size: 12px; }
          ol.comment-list li .comment-body .comment-meta .comment-author img.photo {
            float: left;
            margin: 1px 20px 5px 0; }
        ol.comment-list li .comment-body .comment-meta .comment-metadata {
          font-size: 12px; }
      ol.comment-list li .comment-body .comment-content {
        width: 100%;
        overflow: hidden; }
      ol.comment-list li .comment-body .reply a {
        line-height: 20px;
        font-size: 14px;
        text-transform: uppercase; }

.btn-group-isotope {
  width: 100%;
  overflow: hidden;
  padding: 0 0 60px 0;
  line-height: 0;
  font-size: 0; }
  .btn-group-isotope button {
    background: none;
    float: left;
    height: 54px;
    margin: 0;
    padding: 0 30px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    border: none;
    border-left: 1px solid #b7b7b7;
    border-radius: 0;
    box-shadow: none;
    font-family: 'Hind', sans-serif;
    font-size: 22px;
    font-weight: 300;
    text-shadow: none;
    color: #3db7ef; }
    @media (max-width: 767px) {
      .btn-group-isotope button {
        height: 30px;
        padding: 0 15px;
        font-size: 15px; } }
    .btn-group-isotope button:hover, .btn-group-isotope button.active {
      background: #3db7ef;
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      -ms-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out;
      box-shadow: none;
      color: #fff; }
    .btn-group-isotope button:first-child {
      border-left: none; }

.masonry-gallery .isotope-item {
  margin-bottom: 30px; }
  .masonry-gallery .isotope-item .thumbnail-gallery a {
    display: block;
    position: relative; }
    .masonry-gallery .isotope-item .thumbnail-gallery a:hover:before {
      opacity: 1;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .masonry-gallery .isotope-item .thumbnail-gallery a:hover:after {
      opacity: 1;
      transform: rotate(360deg);
      font-size: 30px;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .masonry-gallery .isotope-item .thumbnail-gallery a:before {
      background: rgba(61, 183, 239, 0.6);
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      -ms-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out;
      content: ''; }
    .masonry-gallery .isotope-item .thumbnail-gallery a:after {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 50px;
      height: 50px;
      margin: -25px 0 0 -25px;
      opacity: 0;
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      -ms-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out;
      line-height: 50px;
      font-family: FontAwesome;
      font-size: 0px;
      text-align: center;
      color: #fff;
      content: '\f00e'; }

.mfp-arrow {
  box-shadow: none !important; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  max-width: 100%;
  min-height: 52px;
  padding: 16px 19px;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  resize: none;
  line-height: 20px;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #b7b7b7; }

input[type="submit"],
input[type="reset"] {
  background: #3db7ef;
  height: 54px;
  padding: 0 65px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-shadow: none;
  text-transform: uppercase;
  color: #fff; }
  input[type="submit"]:hover,
  input[type="reset"]:hover {
    background: #172646;
    box-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #fff; }

::-webkit-input-placeholder {
  color: #b7b7b7; }

:-moz-placeholder {
  opacity: 1;
  color: #b7b7b7; }

::-moz-placeholder {
  opacity: 1;
  color: #b7b7b7; }

:-ms-input-placeholder {
  color: #b7b7b7; }

select {
  min-height: 54px;
  padding: 13px 17px 13px 17px;
  border: none;
  line-height: 20px;
  font-family: 'Hind', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #b7b7b7; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  text-decoration: none;
  color: #3db7ef; }
  a:hover {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    color: #000; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  position: relative;
  float: right;
  margin: -30px 0 -1px 0;
  padding: 14px 0; }
  @media (max-width: 767px) {
    .main-navigation {
      display: inline-block;
      float: none;
      margin: 15px 0 -1px 0;
      vertical-align: top; } }
  @media (max-width: 599px) {
    .main-navigation {
      display: block; } }
  @media (max-width: 599px) {
    .main-navigation button {
      background: #3db7ef;
      display: block;
      width: 100%;
      margin: 0;
      padding: 7px 10px;
      border: none;
      border-radius: 0;
      box-shadow: none;
      line-height: 20px;
      font-family: 'Montserrat', sans-serif;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      text-shadow: none;
      color: #fff; } }
  .main-navigation:before {
    background: #172646;
    display: block;
    position: absolute;
    top: 0;
    right: -5000px;
    bottom: 0;
    left: -26px;
    transform: skewX(-36deg);
    z-index: -1;
    content: ''; }
    @media (max-width: 767px) {
      .main-navigation:before {
        left: -5000px; } }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      background: #fff;
      position: absolute;
      top: 46px;
      left: 50%;
      width: 240px;
      margin: 0 0 0 -120px;
      padding: 20px 30px 20px 30px;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
      opacity: 0;
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      -ms-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out;
      text-align: left;
      z-index: -1; }
      @media (max-width: 599px) {
        .main-navigation ul ul {
          background: none;
          position: relative;
          top: auto;
          left: auto;
          width: 100%;
          margin: 0;
          padding: 0;
          box-shadow: none;
          opacity: 1;
          text-align: center;
          z-index: 999; } }
      .main-navigation ul ul ul {
        left: 210px;
        top: -20px;
        margin: 0; }
        @media (max-width: 599px) {
          .main-navigation ul ul ul {
            left: auto;
            top: auto; } }
      .main-navigation ul ul li {
        position: relative;
        float: none;
        margin: 4px 0 0 0;
        padding: 0 0 0 24px;
        border: none;
        line-height: 24px;
        font-family: 'Hind', sans-serif;
        font-size: 16px;
        font-weight: 300; }
        @media (max-width: 599px) {
          .main-navigation ul ul li {
            float: none;
            margin: 1px 0 0 0 !important;
            padding: 0 !important;
            border: none;
            line-height: 20px;
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            font-weight: 700; } }
        .main-navigation ul ul li:first-child {
          margin: 0; }
        .main-navigation ul ul li:before {
          position: absolute;
          top: 0;
          left: 0;
          line-height: 20px;
          font-family: FontAwesome;
          font-size: 16px;
          color: #3db7ef;
          content: '\f105'; }
          @media (max-width: 599px) {
            .main-navigation ul ul li:before {
              display: none; } }
        .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
          opacity: 1;
          z-index: 9999; }
      .main-navigation ul ul a {
        padding: 0;
        font-weight: 300;
        color: #3db7ef; }
        @media (max-width: 599px) {
          .main-navigation ul ul a {
            background: #fff;
            padding: 5px 10px;
            color: #000; } }
        .main-navigation ul ul a:hover {
          color: #172646; }
        .main-navigation ul ul a:before {
          display: none; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      opacity: 1;
      z-index: 9999; }
  .main-navigation li {
    position: relative;
    float: left;
    padding: 0 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 32px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff; }
    @media (max-width: 1200px) {
      .main-navigation li {
        padding: 0 15px; } }
    @media (max-width: 991px) {
      .main-navigation li {
        padding: 0 9px;
        font-size: 13px; } }
    @media (max-width: 599px) {
      .main-navigation li {
        float: none;
        margin: 1px 0 0 0 !important;
        padding: 0 !important;
        border: none;
        line-height: 20px;
        font-size: 14px; } }
    .main-navigation li:first-child {
      border-left: none; }
    .main-navigation li:last-child {
      padding-right: 10px; }
    .main-navigation li:hover > a:before, .main-navigation li.focus > a:before {
      opacity: 1;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .main-navigation li.menu-item-has-children > a:after {
      margin: 0 0 0 5px;
      font-family: FontAwesome;
      font-size: 14px;
      content: '\f0d7'; }
      @media (max-width: 1200px) {
        .main-navigation li.menu-item-has-children > a:after {
          display: none; } }
  .main-navigation a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff; }
    @media (max-width: 599px) {
      .main-navigation a {
        background: #fff;
        padding: 5px 10px;
        color: #000; } }
    .main-navigation a:before {
      background: #3db7ef;
      display: block;
      position: absolute;
      right: 0;
      bottom: -14px;
      left: 0;
      height: 3px;
      opacity: 0;
      -webkit-transition: all 0.8s ease-in-out;
      -moz-transition: all 0.8s ease-in-out;
      -ms-transition: all 0.8s ease-in-out;
      -o-transition: all 0.8s ease-in-out;
      transition: all 0.8s ease-in-out;
      pointer-events: none;
      content: ''; }
      @media (max-width: 599px) {
        .main-navigation a:before {
          display: none; } }
    .main-navigation a:hover:before {
      opacity: 1;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
  .main-navigation .current_page_item > a:before,
  .main-navigation .current-menu-item > a:before,
  .main-navigation .current_page_ancestor > a:before,
  .main-navigation .current-menu-ancestor > a:before {
    opacity: 1; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*# sourceMappingURL=style.css.map */
