@charset "UTF-8";
/*
 * Title:   Delphinus - Creative Multi-Purpose eCommerce HTML5
 * Author:  http://themeforest.net/user/Kite-Themes
 */
/* -------------------------------------------------------------
 * Title:   SCSS VARIABLES
 * Author:  http://themeforest.net/user/Kite-Themes
------------------------------------------------------------- */
/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
------------------------------------------------------------- */
.multi-columns-row .first-in-row {
  clear: left; }

.multi-columns-row .col-xs-6:nth-child(2n + 3) {
  clear: left; }

.multi-columns-row .col-xs-4:nth-child(3n + 4) {
  clear: left; }

.multi-columns-row .col-xs-3:nth-child(4n + 5) {
  clear: left; }

.multi-columns-row .col-xs-2:nth-child(6n + 7) {
  clear: left; }

.multi-columns-row .col-xs-1:nth-child(12n + 13) {
  clear: left; }

@media (min-width: 768px) {
  .multi-columns-row .col-xs-6:nth-child(2n + 3) {
    clear: none; }

  .multi-columns-row .col-xs-4:nth-child(3n + 4) {
    clear: none; }

  .multi-columns-row .col-xs-3:nth-child(4n + 5) {
    clear: none; }

  .multi-columns-row .col-xs-2:nth-child(6n + 7) {
    clear: none; }

  .multi-columns-row .col-xs-1:nth-child(12n + 13) {
    clear: none; }

  .multi-columns-row .col-sm-6:nth-child(2n + 3) {
    clear: left; }

  .multi-columns-row .col-sm-4:nth-child(3n + 4) {
    clear: left; }

  .multi-columns-row .col-sm-3:nth-child(4n + 5) {
    clear: left; }

  .multi-columns-row .col-sm-2:nth-child(6n + 7) {
    clear: left; }

  .multi-columns-row .col-sm-1:nth-child(12n + 13) {
    clear: left; } }
@media (min-width: 992px) {
  .multi-columns-row .col-sm-6:nth-child(2n + 3) {
    clear: none; }

  .multi-columns-row .col-sm-4:nth-child(3n + 4) {
    clear: none; }

  .multi-columns-row .col-sm-3:nth-child(4n + 5) {
    clear: none; }

  .multi-columns-row .col-sm-2:nth-child(6n + 7) {
    clear: none; }

  .multi-columns-row .col-sm-1:nth-child(12n + 13) {
    clear: none; }

  .multi-columns-row .col-md-6:nth-child(2n + 3) {
    clear: left; }

  .multi-columns-row .col-md-4:nth-child(3n + 4) {
    clear: left; }

  .multi-columns-row .col-md-3:nth-child(4n + 5) {
    clear: left; }

  .multi-columns-row .col-md-2:nth-child(6n + 7) {
    clear: left; }

  .multi-columns-row .col-md-1:nth-child(12n + 13) {
    clear: left; } }
@media (min-width: 1200px) {
  .multi-columns-row .col-md-6:nth-child(2n + 3) {
    clear: none; }

  .multi-columns-row .col-md-4:nth-child(3n + 4) {
    clear: none; }

  .multi-columns-row .col-md-3:nth-child(4n + 5) {
    clear: none; }

  .multi-columns-row .col-md-2:nth-child(6n + 7) {
    clear: none; }

  .multi-columns-row .col-md-1:nth-child(12n + 13) {
    clear: none; }

  .multi-columns-row .col-lg-6:nth-child(2n + 3) {
    clear: left; }

  .multi-columns-row .col-lg-4:nth-child(3n + 4) {
    clear: left; }

  .multi-columns-row .col-lg-3:nth-child(4n + 5) {
    clear: left; }

  .multi-columns-row .col-lg-2:nth-child(6n + 7) {
    clear: left; }

  .multi-columns-row .col-lg-1:nth-child(12n + 13) {
    clear: left; } }
/* ==============================
   Page loader
   ============================== */
.pace {
  background: #FFFFFF;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: visible;
  width: 100%;
  z-index: 999999;
  text-align: center;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-background-clip: padding-box;
  -khtml-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .pace.pace-inactive {
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }

.page-loading-wrapper {
  display: block;
  padding: 0;
  position: fixed;
  text-align: center;
  vertical-align: middle;
  z-index: 9999999;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%; }
  .page-loading-wrapper.page-loading-cart .progress-bar-loading {
    width: 110px;
    height: 105px;
    -webkit-border-top-left-radius: 13px;
    -webkit-border-top-right-radius: 13px;
    -webkit-border-bottom-right-radius: 13px;
    -webkit-border-bottom-left-radius: 13px;
    -moz-border-radius-topleft: 13px;
    -moz-border-radius-topright: 13px;
    -moz-border-radius-bottomright: 13px;
    -moz-border-radius-bottomleft: 13px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px; }
  .page-loading-wrapper.page-loading-cart .progress-bar-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 110px;
    overflow: hidden; }
    .page-loading-wrapper.page-loading-cart .progress-bar-inner.back-loading path {
      fill: #eeeeee; }
    .page-loading-wrapper.page-loading-cart .progress-bar-inner.front-loading {
      width: 1%;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -khtml-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .page-loading-wrapper.page-loading-cart .progress-bar-inner.front-loading path {
        fill: #000000; }
  .page-loading-wrapper.page-loading-cart .progress-bar-number {
    font-family: "Roboto Slab", serif;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.075em;
    line-height: 1;
    padding-left: 30px;
    text-align: center; }
  .page-loading-wrapper.page-loading-cart svg {
    width: 110px; }
    .page-loading-wrapper.page-loading-cart svg path {
      stroke-linecap: round;
      stroke-linejoin: round;
      stroke-miterlimit: 10; }
  .page-loading-wrapper .progress-bar-loading {
    margin: 0 auto;
    float: none;
    max-width: 100%;
    position: relative; }

[class*="loader-"] {
  display: inline-block;
  width: 4em;
  height: 4em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none; }

.loader-02,
.loader-03,
.loader-04,
.loader-06,
.loader-07,
.loader-08,
.loader-09 {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.loader-02 {
  border: .2em solid transparent;
  border-left-color: #000000;
  border-right-color: #000000;
  animation: 1s loader-02 linear infinite; }

@-webkit-keyframes loader-02 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-moz-keyframes loader-02 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-ms-keyframes loader-02 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-o-keyframes loader-02 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes loader-02 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.loader-03 {
  border: 0.2em solid #000000;
  border-bottom-color: transparent;
  animation: 1s loader-03 linear infinite;
  position: relative; }

@-webkit-keyframes loader-03 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-moz-keyframes loader-03 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-ms-keyframes loader-03 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-o-keyframes loader-03 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes loader-03 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.loader-04 {
  border: 1px solid #000000;
  animation: 1s loader-04 linear infinite;
  position: relative; }
  .loader-04:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -.5em;
    left: 50%;
    border: 0.7em solid #000000;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }

@-webkit-keyframes loader-04 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-moz-keyframes loader-04 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-ms-keyframes loader-04 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-o-keyframes loader-04 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes loader-04 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.loader-05 {
  background-color: #000000;
  animation: loader-05 1.2s infinite ease-in-out; }

@-webkit-keyframes loader-05 {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
@-moz-keyframes loader-05 {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
@-ms-keyframes loader-05 {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
@-o-keyframes loader-05 {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
@keyframes loader-05 {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
.loader-06 {
  border: 0.2em solid #000000;
  animation: loader-06 1s ease-out infinite; }

@-webkit-keyframes loader-06 {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-moz-keyframes loader-06 {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-ms-keyframes loader-06 {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-o-keyframes loader-06 {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@keyframes loader-06 {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
.loader-07 {
  border: 0 solid transparent;
  position: relative; }
  .loader-07:before, .loader-07:after {
    content: '';
    border: 0.2em solid #000000;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader-07 1s linear infinite;
    opacity: 0; }
  .loader-07:before {
    animation-delay: 1s; }
  .loader-07:after {
    animation-delay: .5s; }

@-webkit-keyframes loader-07 {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-moz-keyframes loader-07 {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-ms-keyframes loader-07 {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-o-keyframes loader-07 {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@keyframes loader-07 {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
.loader-08 {
  position: relative; }
  .loader-08:before, .loader-08:after {
    content: '';
    width: inherit;
    height: inherit;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #000000;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader-08 2.0s infinite ease-in-out; }
  .loader-08:after {
    animation-delay: -1.0s; }

@-webkit-keyframes loader-08 {
  0%,
  100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
@-moz-keyframes loader-08 {
  0%,
  100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
@-ms-keyframes loader-08 {
  0%,
  100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
@-o-keyframes loader-08 {
  0%,
  100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
@keyframes loader-08 {
  0%,
  100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
.loader-09 {
  background-color: #000000;
  animation: loader-09 1.0s infinite ease-in-out; }

@-webkit-keyframes loader-09 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-moz-keyframes loader-09 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-ms-keyframes loader-09 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-o-keyframes loader-09 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }
@keyframes loader-09 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }
.loader-10 {
  position: relative;
  animation: loader-10-1 2.0s infinite linear; }
  .loader-10:before, .loader-10:after {
    content: '';
    width: 0;
    height: 0;
    border: 1em solid #000000;
    display: block;
    position: absolute;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    animation: loader-10-2 2s infinite ease-in-out; }
  .loader-10:before {
    top: 0;
    left: 50%; }
  .loader-10:after {
    bottom: 0;
    right: 50%;
    animation-delay: -1s; }

@-webkit-keyframes loader-10-1 {
  100% {
    transform: rotate(360deg); } }
@-moz-keyframes loader-10-1 {
  100% {
    transform: rotate(360deg); } }
@-ms-keyframes loader-10-1 {
  100% {
    transform: rotate(360deg); } }
@-o-keyframes loader-10-1 {
  100% {
    transform: rotate(360deg); } }
@keyframes loader-10-1 {
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes loader-10-2 {
  0%,
  100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
@-moz-keyframes loader-10-2 {
  0%,
  100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
@-ms-keyframes loader-10-2 {
  0%,
  100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
@-o-keyframes loader-10-2 {
  0%,
  100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
@keyframes loader-10-2 {
  0%,
  100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }
/**
 * Global styles
 */
::-moz-selection {
  color: #fff;
  background: #000000; }

::selection {
  color: #fff;
  background: #000000; }

iframe {
  border: none; }

a {
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  a:focus, a:active {
    -webkit-outline: none;
    -khtml-outline: none;
    -moz-outline: none;
    -ms-outline: none;
    -o-outline: none;
    outline: none; }

dl {
  margin: 0 20px; }
  dl dd {
    margin: 0 0 20px; }

img:not([draggable]), embed, object, video {
  max-width: 100%;
  height: auto; }

p {
  margin-bottom: 25px; }

.row.row-full-height {
  min-height: 100vh; }
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }
.row.row-flex {
  display: -webkit-flex;
  display: -khtml-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -khtml-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  -khtml-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch; }
  .row.row-flex:before, .row.row-flex:after {
    display: none; }
  .row.row-flex > [class^="col-"], .row.row-flex > [class*=" col-"] {
    display: -webkit-flex;
    display: -khtml-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    .row.row-flex > [class^="col-"] > .col-inner, .row.row-flex > [class*=" col-"] > .col-inner {
      max-width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      display: -webkit-flex;
      display: -khtml-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-direction: -webkit-column;
      flex-direction: -khtml-column;
      flex-direction: -moz-column;
      flex-direction: -ms-column;
      flex-direction: -o-column;
      flex-direction: column;
      flex-grow: -webkit-1;
      flex-grow: -khtml-1;
      flex-grow: -moz-1;
      flex-grow: -ms-1;
      flex-grow: -o-1;
      flex-grow: 1; }
  .row.row-flex.row-content-middle > [class^="col-"] > .col-inner, .row.row-flex.row-content-middle > [class*=" col-"] > .col-inner {
    -webkit-justify-content: center;
    -khtml-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
  .row.row-flex.row-content-bottom > [class^="col-"] > .col-inner, .row.row-flex.row-content-bottom > [class*=" col-"] > .col-inner {
    -webkit-justify-content: flex-end;
    -khtml-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end; }

/*
 * 1.2. Helper CSS
 */
.display-table {
  display: table;
  width: 100%;
  height: 100%; }
  .display-table .display-cell {
    display: table-cell;
    vertical-align: middle; }

.round {
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.circle {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }

.square {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.text-normal {
  text-transform: none; }

.letter-spacing {
  letter-spacing: 0.3em; }

.white {
  color: #fff !important; }

.black {
  color: #111 !important; }

.gray {
  color: #999999 !important; }

.bg-gradient-gray {
  position: relative; }
  .bg-gradient-gray:before {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    background: #f6f6f6;
    top: 0;
    left: 0;
    display: block !important; }

/**
 * Alignment
 */
.alignleft {
  display: inline;
  float: left;
  margin-right: 30px; }

.alignright {
  display: inline;
  float: right;
  margin-left: 30px; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/**
 * Accessibility
 */
.screen-reader-text:hover,
.screen-reader-text:active,
.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;
  display: block;
  font-weight: bold;
  height: auto;
  left: 0;
  line-height: normal;
  padding: 1em 1.618em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
  outline: none; }

/**
 * Tables
 */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #ebebeb; }
  table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ebebeb; }
  table > caption + thead > tr:first-child > th,
  table > caption + thead > tr:first-child > td,
  table > colgroup + thead > tr:first-child > th,
  table > colgroup + thead > tr:first-child > td,
  table > thead:first-child > tr:first-child > th,
  table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  table > tbody + tbody {
    border-top: 2px solid #ebebeb; }

body {
  min-width: 320px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 14px; }

body,
button,
input,
textarea {
  font-family: "Karla", sans-serif;
  line-height: 28px;
  color: #3b3e43;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin: 0 0 20px;
  font-family: "Roboto Slab", serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
  clear: both; }

a {
  color: #000000; }
  a:hover, a:focus {
    color: #333333;
    text-decoration: none; }

.font-light {
  font-weight: 300; }

.font-black {
  font-weight: 900; }

.text-transform-none {
  text-transform: none; }

blockquote {
  padding: 20px 0 0 50px;
  margin-bottom: 30px;
  border: none;
  position: relative;
  font-size: 14px;
  font-style: italic;
  font-family: "Crete Round", serif;
  color: #999999; }
  blockquote:before {
    color: #6fd9e9;
    content: "\201C";
    font-size: 72px;
    left: 0;
    position: absolute;
    top: 0;
    text-align: left;
    line-height: 72px;
    font-style: normal; }
  blockquote .blockquote-reverse {
    padding: 20px 50px 0 0; }
    blockquote .blockquote-reverse:before {
      left: auto;
      right: 0;
      content: "\201D"; }
  blockquote p {
    margin-bottom: 15px; }
  blockquote *:last-child {
    margin-bottom: 0; }

.remove-mar-top {
  margin-top: 0 !important; }

.remove-mar-bottom {
  margin-bottom: 0 !important; }

.no-margin {
  margin: 0 !important; }

.remove-pad-top {
  padding-top: 0 !important; }

.remove-pad-bottom {
  padding-bottom: 0 !important; }

.no-padding {
  padding: 0 !important; }

#page_outter {
  overflow-x: hidden; }

.vc_row_kt:before, .vc_row_kt:after {
  content: " ";
  display: table; }
.vc_row_kt:after {
  clear: both; }

.content-area-inner {
  padding: 90px 0; }

/* ==============================
   Header
   ============================== */
.topbar {
  height: 57px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
  position: relative;
  z-index: 30; }
  .topbar .topbar-left {
    text-align: left; }
    .topbar .topbar-left li:first-child .top-navigation-submenu {
      left: 9px; }
  .topbar .topbar-right {
    text-align: right; }
    .topbar .topbar-right .top-navigation {
      float: right; }
      .topbar .topbar-right .top-navigation .top-navigation-submenu {
        left: auto;
        right: 0; }

.header-container:not(.header-layout8) .topbar .topbar-right .top-navigation > li:first-child {
  border-left: 1px solid #ebebeb; }
.header-container:not(.header-layout8) .topbar .topbar-right .top-navigation > li:last-child {
  border-right: none; }

.header-container.header-layout8 .top-navigation > li:first-child {
  border-left: 1px solid #ebebeb; }

.branding {
  float: left; }
  .branding .site-logo {
    margin: 0;
    font-size: 24px; }
  .branding #site-description {
    display: none; }
  .branding .retina-logo {
    display: none; }
  .header-light .branding:not(.branding-mobile) .default-logo,
  .header-light .branding:not(.branding-mobile) .retina-default-logo {
    display: none; }
  .header-dark .branding:not(.branding-mobile) .light-logo,
  .header-dark .branding:not(.branding-mobile) .light-retina-logo {
    display: none; }
  .branding.branding-default {
    margin: 36px 0; }
    .branding.branding-default img {
      width: 170px; }
  .branding.branding-mobile {
    margin: 20px 0; }
    .branding.branding-mobile img {
      width: 170px; }

#header-content-mobile {
  padding: 0 15px;
  display: none;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05); }
  #header-content-mobile .header-content-mobile-inner {
    position: relative; }
    #header-content-mobile .header-content-mobile-inner:before, #header-content-mobile .header-content-mobile-inner:after {
      content: " ";
      display: table; }
    #header-content-mobile .header-content-mobile-inner:after {
      clear: both; }
  #header-content-mobile .branding-mobile {
    float: left; }
  #header-content-mobile .header-mobile-tools {
    right: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; }
    #header-content-mobile .header-mobile-tools a {
      display: block;
      float: right;
      line-height: 1;
      margin-left: 10px; }
      #header-content-mobile .header-mobile-tools a:last-child {
        margin: 0; }
      #header-content-mobile .header-mobile-tools a.cart-mobile {
        font-size: 26px;
        margin-top: 2px;
        position: relative; }
        #header-content-mobile .header-mobile-tools a.cart-mobile span.amount {
          font-size: 12px;
          position: absolute;
          right: 0;
          top: -6px; }

.header-container {
  position: relative;
  z-index: 100; }

.header-content {
  position: relative;
  z-index: 20; }
  .header-content.header-shadow {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05); }

.navbar-container-inner {
  position: relative; }

.header-layout1 .navbar-container-content {
  position: relative; }
.header-layout1 .navbar-container-inner {
  padding: 0 40px; }
.header-layout1 .branding-default {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }
.header-layout1 #nav #main-nav-tool {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0; }

.header-layout4 .navbar-container-content,
.header-layout6 .navbar-container-content {
  position: relative; }
.header-layout4 .navbar-container-inner,
.header-layout6 .navbar-container-inner {
  padding: 0 40px; }
.header-layout4 .branding-default,
.header-layout6 .branding-default {
  float: left;
  margin-right: 40px !important;
  position: relative;
  z-index: 1; }
.header-layout4 #nav #main-nav-tool,
.header-layout6 #nav #main-nav-tool {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  display: none; }

.header-layout1 .main-nav-outer {
  text-align: center; }
.header-layout1 #nav #main-navigation {
  float: none; }

.header-layout3 #nav #main-navigation {
  float: none;
  text-align: center; }
.header-layout3 .branding-outer {
  max-height: 57px;
  overflow: hidden;
  position: relative; }
.header-layout3 .branding-default {
  float: none;
  margin: 13px 0; }

.header-layout4 #nav {
  position: relative; }
  .header-layout4 #nav .main-nav-outer {
    float: none; }
  .header-layout4 #nav #main-navigation {
    float: left; }
  .header-layout4 #nav #main-nav-wc > li:last-child > a {
    padding-right: 0; }

.header-layout6 #nav #main-navigation {
  float: left; }

.header-layout7 .navbar-container-inner {
  padding: 0 40px; }
.header-layout7 .navbar-container-content {
  position: relative; }
.header-layout7 #nav #main-nav-tool {
  position: absolute;
  right: 0;
  top: 0; }
.header-layout7 #nav #main-navigation {
  float: right; }

.header-sticky-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  filter: alpha(opacity=95);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  -webkit-opacity: 0.95;
  -khtml-opacity: 0.95;
  -moz-opacity: 0.95;
  -ms-opacity: 0.95;
  -o-opacity: 0.95;
  opacity: 0.95;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  background: #FFF; }

.is-sticky .apply-sticky {
  position: fixed !important;
  width: 100%;
  top: 0;
  z-index: 1001;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .is-sticky .apply-sticky #nav #main-nav-socials > li > a,
  .is-sticky .apply-sticky #nav #main-nav-wc > li > a,
  .is-sticky .apply-sticky #nav #main-nav-tool > li > a,
  .is-sticky .apply-sticky #nav #main-navigation > li > a {
    line-height: 60px; }
  .is-sticky .apply-sticky .branding-default {
    margin: 15px 0; }
  .is-sticky .apply-sticky .header-sticky-background {
    visibility: visible; }
.is-sticky.sticky .apply-sticky {
  border-color: transparent; }
.is-sticky.sticky .apply-sticky {
  top: 0 !important; }

.sticky-header-down .apply-sticky {
  top: -60px; }

.admin-bar .is-sticky .apply-sticky {
  top: 32px; }
.admin-bar .is-sticky.sticky .apply-sticky {
  top: 32px !important; }

.header-transparent .header-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: none; }
.header-transparent .topbar {
  background: none; }

/* ==============================
   Footer
   ============================== */
#footer-top {
  background: #f6f6f6;
  padding: 85px 0 55px; }

#footer-area {
  position: relative; }
  #footer-area .col-inner {
    width: 100%; }
  #footer-area .footer-area-inner {
    padding: 82px 40px 40px;
    width: 100%; }
  #footer-area .footer-area-one {
    text-align: center; }
    #footer-area .footer-area-one p {
      margin-bottom: 15px; }
  #footer-area .footer-area-right {
    background: #666666;
    color: #FFFFFF;
    position: relative; }
    #footer-area .footer-area-right:before {
      content: '';
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -khtml-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
    #footer-area .footer-area-right .col-inner {
      position: relative;
      z-index: 1; }
    #footer-area .footer-area-right:hover:before {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }
    #footer-area .footer-area-right .widget-title {
      color: #FFFFFF; }
    #footer-area .footer-area-right a, #footer-area .footer-area-right a:hover, #footer-area .footer-area-right a:focus {
      color: #FFFFFF; }
    #footer-area .footer-area-right a:hover, #footer-area .footer-area-right a:focus {
      filter: alpha(opacity=60);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
      -webkit-opacity: 0.6;
      -khtml-opacity: 0.6;
      -moz-opacity: 0.6;
      -ms-opacity: 0.6;
      -o-opacity: 0.6;
      opacity: 0.6; }
  #footer-area .widget-container {
    margin-bottom: 30px;
    border: none;
    padding: 0; }
    #footer-area .widget-container .widget-title {
      text-transform: uppercase;
      margin: 0 0 35px;
      letter-spacing: 0.2em; }

#footer-bottom {
  padding: 25px 0;
  background: #f6f6f6; }
  #footer-bottom .widget .widget-title {
    margin: 10px 0;
    text-transform: uppercase; }
  #footer-bottom .social-nav {
    margin-top: 14px; }

#footer-copyright {
  padding: 35px 0;
  line-height: 24px;
  font-size: 14px;
  color: #999999; }
  #footer-copyright .socials-icon-wrapper {
    margin: 0; }
  #footer-copyright .footer-left {
    text-align: left; }
  #footer-copyright .footer-center {
    text-align: center; }
  #footer-copyright .footer-right {
    text-align: right; }
  #footer-copyright .footer-centered {
    text-align: center; }
    #footer-copyright .footer-centered .socials-icon-wrapper,
    #footer-copyright .footer-centered #bottom-nav,
    #footer-copyright .footer-centered .footer-copyright {
      margin-bottom: 15px; }
    #footer-copyright .footer-centered > *:last-child {
      margin-bottom: 0; }
  #footer-copyright img {
    max-width: 100%; }

#bottom-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  #bottom-nav ul > li {
    display: inline-block;
    padding: 0 12px; }
    #bottom-nav ul > li:first-child {
      padding-left: 0; }
    #bottom-nav ul > li:last-child {
      padding-right: 0; }

#search-fullwidth {
  background: #ffffff;
  margin: 0 auto;
  max-width: 1170px;
  padding: 70px 200px;
  position: relative; }
  #search-fullwidth button.mfp-close {
    color: #000000;
    font-size: 0;
    right: 15px;
    top: 15px; }
    #search-fullwidth button.mfp-close:before {
      font-size: 18px;
      font-family: "FontAwesome";
      content: "";
      font-style: normal;
      font-weight: normal;
      speak: none;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -khtml-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%; }
  #search-fullwidth .searchform input[type=text] {
    border: none;
    border-bottom: 2px solid #ebebeb;
    padding: 10px 0;
    height: auto;
    font-size: 14px;
    letter-spacing: 0.075em; }
  #search-fullwidth .searchform button {
    font-size: 14px; }

/* ==============================
   Popup Newletter
   ============================== */
.popup-wrap-newletter {
  margin: 20px auto;
  position: relative;
  max-width: 900px; }
  .popup-wrap-newletter .mfp-close {
    right: -28px;
    background: #fff;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
    .popup-wrap-newletter .mfp-close:active {
      top: 0; }
  .popup-wrap-newletter .wrapper-newletter-content {
    position: relative;
    background: #fff; }
  .popup-wrap-newletter .newletter-popup-content {
    padding: 50px 55px 35px 55px;
    text-align: center;
    color: #999999; }
  .popup-wrap-newletter .delphinus-mailchimp-wrapper {
    margin-bottom: 0; }
  .popup-wrap-newletter h3 {
    letter-spacing: .2em; }
  .popup-wrap-newletter .mailchimp-form .mailchimp-error,
  .popup-wrap-newletter .mailchimp-form .mailchimp-success {
    margin-top: 5px; }

/* ==============================
   Back To Top
   ============================== */
#back-to-top {
  width: 50px;
  height: 50px;
  background: #fff;
  text-align: center;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
  cursor: pointer;
  display: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  color: #000000; }
  #back-to-top i {
    font-size: 18px;
    line-height: 50px;
    -webkit-transition: all 0.4s ease;
    -khtml-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  #back-to-top:hover i {
    -webkit-transform: scale(1.5);
    -khtml-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }

.footer-advanced-js {
  height: 0px;
  overflow: hidden;
  position: relative; }

.woocommerce-breadcrumb span.delimiter:last-child {
  display: none; }

/**
 * Forms fields
 */
input[type=email],
input[type=password],
input[type=phone],
input[type=tel],
input[type=text],
input[type=number],
input[type=url],
textarea {
  border: 2px solid #ebebeb;
  color: #999999;
  padding: 6px 12px;
  height: 40px;
  background: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -khtml-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: none;
  -khtml-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  width: 100%; }
  input[type=email]:focus,
  input[type=password]:focus,
  input[type=phone]:focus,
  input[type=tel]:focus,
  input[type=text]:focus,
  input[type=number]:focus,
  input[type=url]:focus,
  textarea:focus {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-color: #999999;
    outline: 0;
    color: #999999; }
  input[type=email].input-bg,
  input[type=password].input-bg,
  input[type=phone].input-bg,
  input[type=tel].input-bg,
  input[type=text].input-bg,
  input[type=number].input-bg,
  input[type=url].input-bg,
  textarea.input-bg {
    background: #f6f6f6;
    border: 1px solid #f0f0f0;
    font-size: 12px;
    letter-spacing: 0.075em; }

textarea {
  height: auto; }

select {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 40px;
  line-height: 1.42857;
  padding: 6px 12px;
  border: 2px solid #ebebeb;
  background: none;
  cursor: pointer;
  color: #3b3e43; }
  select:not([multiple]) {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url(../images/selectbox-arrow.png) no-repeat right center; }

.form-control {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
  .form-control :focus {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }

.select-icon {
  display: inline-block;
  position: relative;
  color: #999999;
  vertical-align: middle;
  line-height: 1; }
  .select-icon:after {
    content: "";
    display: block;
    pointer-events: none;
    right: 0;
    z-index: 1;
    font-family: "FontAwesome";
    content: "";
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    font-size: 12px; }
  .select-icon select {
    border: none;
    background: none;
    padding: 0 10px 0 0;
    height: auto;
    color: #999999; }

/**
 * Buttons
 */
.btn, .wpcf7-submit {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 2px solid transparent;
  display: inline-block;
  line-height: 1.42857;
  padding: 8px 26px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: "Karla", sans-serif;
  /* Button size */
  /* Button shapes */
  /* Button icon */
  /* Button style */ }
  .btn:focus, .wpcf7-submit:focus, .btn:active:focus, .wpcf7-submit:active:focus, .btn.active:focus, .active.wpcf7-submit:focus {
    outline: none; }
  .btn.active, .active.wpcf7-submit, .btn:active, .wpcf7-submit:active {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .btn-xs {
    padding: 6px 10px;
    font-size: 8px; }
  .btn-sm {
    padding: 8px 20px;
    font-size: 10px; }
  .btn-lg {
    padding: 10px 60px;
    font-size: 18px; }
  .btn-xlg {
    padding: 12px 65px;
    font-size: 20px; }
  .btn-round {
    border-radius: 3px; }
  .btn-circle {
    border-radius: 30px; }
  .btn-icon-left {
    margin-right: 5px; }
  .btn-icon-right {
    margin-left: 5px; }
  .btn-default {
    background: #000000;
    color: #FFFFFF;
    border-color: #000000; }
  .btn-animation span {
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    -khtml-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    display: block;
    position: relative; }
    .btn-animation span i {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      -webkit-transition: all .3s ease-in-out 0s;
      -khtml-transition: all .3s ease-in-out 0s;
      -moz-transition: all .3s ease-in-out 0s;
      -ms-transition: all .3s ease-in-out 0s;
      -o-transition: all .3s ease-in-out 0s;
      transition: all .3s ease-in-out 0s;
      -webkit-transform: translate(30px, -50%);
      -khtml-transform: translate(30px, -50%);
      -moz-transform: translate(30px, -50%);
      -ms-transform: translate(30px, -50%);
      -o-transform: translate(30px, -50%);
      transform: translate(30px, -50%);
      position: absolute;
      right: 0;
      top: 50%; }
  .btn-animation:hover span {
    -webkit-transform: translateX(-10px);
    -khtml-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px); }
    .btn-animation:hover span i {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }
  .btn-gray {
    background: #f6f6f6;
    color: #666666;
    border-color: #f6f6f6; }
    .btn-gray:hover {
      background: #000000;
      color: #FFFFFF;
      border-color: #000000; }
  .btn-gray-b {
    background: #f6f6f6;
    color: #000000;
    border: 1px solid #f0f0f0;
    padding-top: 9px;
    padding-bottom: 9px; }
    .btn-gray-b:hover {
      background: #000000;
      color: #FFFFFF;
      border-color: #000000; }
  .btn-light {
    border-color: #FFFFFF;
    background: #FFFFFF;
    color: #000000; }
    .btn-light:hover {
      background: #000000;
      color: #FFFFFF;
      border-color: #000000; }
  .btn-dark-b {
    background: none;
    color: #000000;
    border-color: #000000; }
  .btn-light-b {
    border: 2px solid #FFFFFF;
    background: none;
    font-family: "Karla", sans-serif;
    font-weight: normal;
    color: #FFFFFF; }
    .btn-light-b:hover {
      background: #FFFFFF;
      color: #000000; }
  .btn-medium {
    background: #f6f6f6;
    border: 1px solid #f0f0f0;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.2em; }
    .btn-medium:hover {
      background: #000000;
      border-color: #000000;
      color: #fff; }
  .btn-default:hover, .btn-dark-b:hover {
    background: #000000;
    color: #FFFFFF;
    border-color: #000000; }

.top-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 10; }
  .top-navigation:before, .top-navigation:after {
    content: " ";
    display: table; }
  .top-navigation:after {
    clear: both; }
  .top-navigation > li {
    display: inline-block;
    border-right: 1px solid #ebebeb;
    position: relative;
    float: left; }
    .top-navigation > li > a {
      text-transform: uppercase;
      color: #999999;
      letter-spacing: 0.075em;
      font-weight: bold;
      font-size: 14px;
      line-height: 57px;
      padding: 0 15px;
      display: inline-block; }
    .top-navigation > li:hover > a,
    .top-navigation > li > a:hover {
      color: #000000; }
    .top-navigation > li .navigation-submenu {
      background: #FFFFFF;
      position: absolute;
      left: 0;
      top: 57px;
      width: 200px;
      text-align: left;
      -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
      -khtml-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
      -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
      -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
      border-top: 1px solid #f6f6f6;
      margin: 0;
      padding: 0;
      list-style: none;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      -webkit-transform: translate(0, 30px);
      -khtml-transform: translate(0, 30px);
      -moz-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
      -o-transform: translate(0, 30px);
      transform: translate(0, 30px);
      -webkit-transition: opacity 200ms ease-in-out, transform 200ms ease-in-out, visibility 200ms ease-in-out;
      -khtml-transition: opacity 200ms ease-in-out, transform 200ms ease-in-out, visibility 200ms ease-in-out;
      -moz-transition: opacity 200ms ease-in-out, transform 200ms ease-in-out, visibility 200ms ease-in-out;
      -ms-transition: opacity 200ms ease-in-out, transform 200ms ease-in-out, visibility 200ms ease-in-out;
      -o-transition: opacity 200ms ease-in-out, transform 200ms ease-in-out, visibility 200ms ease-in-out;
      transition: opacity 200ms ease-in-out, transform 200ms ease-in-out, visibility 200ms ease-in-out;
      visibility: hidden; }
      .top-navigation > li .navigation-submenu > li + li {
        border-top: 1px solid #f6f6f6; }
      .top-navigation > li .navigation-submenu > li a {
        display: block;
        padding: 5px 35px 5px 20px;
        color: #999999; }
        .top-navigation > li .navigation-submenu > li a:hover {
          color: #000000; }
    .top-navigation > li:hover .navigation-submenu {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -khtml-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      visibility: visible; }

.shopping-bag-wishlist > a > span.amount {
  background: #f6f6f6;
  color: #000000;
  font-size: 14px;
  margin-left: 13px;
  padding: 3px 12px; }

.shopping-bag-cart a > span.amount {
  padding: 2px 9px;
  border: 2px solid #000000;
  color: #000000;
  font-size: 14px;
  margin-left: 15px; }

#nav .main-nav-outer {
  position: relative; }
  #nav .main-nav-outer:before, #nav .main-nav-outer:after {
    content: " ";
    display: table; }
  #nav .main-nav-outer:after {
    clear: both; }
#nav #main-nav-socials,
#nav #main-nav-wc,
#nav #main-nav-tool,
#nav #main-navigation {
  padding: 0;
  list-style: none;
  margin: 0; }
  #nav #main-nav-socials > li,
  #nav #main-nav-wc > li,
  #nav #main-nav-tool > li,
  #nav #main-navigation > li {
    display: inline-block;
    position: relative; }
    #nav #main-nav-socials > li > a,
    #nav #main-nav-wc > li > a,
    #nav #main-nav-tool > li > a,
    #nav #main-navigation > li > a {
      line-height: 102px; }
#nav #main-nav-wc > li > a,
#nav #main-navigation > li > a,
#nav #main-nav-socials > li > a {
  text-transform: uppercase;
  padding: 0 10px;
  color: #999999;
  letter-spacing: 0.075em;
  font-weight: bold;
  font-size: 14px;
  display: block;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -khtml-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  transition: color 0.3s ease 0s, background 0.3s ease 0s; }
#nav #main-nav-wc > li.current-menu-item > a,
#nav #main-nav-wc > li > a:hover,
#nav #main-navigation > li.current-menu-item > a,
#nav #main-navigation > li > a:hover,
#nav #main-nav-socials > li.current-menu-item > a,
#nav #main-nav-socials > li > a:hover {
  color: #000000; }
#nav #main-nav-wc > li.current-menu-item > a,
#nav #main-nav-wc > li > a:hover,
#nav #main-navigation > li.current-menu-item > a,
#nav #main-navigation > li > a:hover,
#nav #main-nav-socials > li.current-menu-item > a,
#nav #main-nav-socials > li > a:hover {
  color: #000000; }
#nav #main-nav-wc > li ul.sub-menu-dropdown,
#nav #main-nav-wc > li .delphinus-megamenu-wrapper,
#nav #main-nav-wc > li .navigation-submenu,
#nav #main-navigation > li ul.sub-menu-dropdown,
#nav #main-navigation > li .delphinus-megamenu-wrapper,
#nav #main-navigation > li .navigation-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -khtml-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: opacity 100ms ease-in-out, transform 200ms ease-in-out, visibility 200ms ease-in-out;
  -khtml-transition: opacity 100ms ease-in-out, transform 200ms ease-in-out, visibility 200ms ease-in-out;
  -moz-transition: opacity 100ms ease-in-out, transform 200ms ease-in-out, visibility 200ms ease-in-out;
  -ms-transition: opacity 100ms ease-in-out, transform 200ms ease-in-out, visibility 200ms ease-in-out;
  -o-transition: opacity 100ms ease-in-out, transform 200ms ease-in-out, visibility 200ms ease-in-out;
  transition: opacity 100ms ease-in-out, transform 200ms ease-in-out, visibility 200ms ease-in-out;
  text-align: left;
  border-top: 1px solid #f6f6f6;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  pointer-events: none; }
#nav #main-nav-wc li.space > *,
#nav #main-navigation li.space > * {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden; }
#nav #main-nav-wc li:hover > ul.sub-menu-dropdown,
#nav #main-nav-wc li:hover .delphinus-megamenu-wrapper,
#nav #main-nav-wc li:hover .navigation-submenu,
#nav #main-navigation li:hover > ul.sub-menu-dropdown,
#nav #main-navigation li:hover .delphinus-megamenu-wrapper,
#nav #main-navigation li:hover .navigation-submenu {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  z-index: 10;
  pointer-events: inherit; }
#nav #main-nav-wc li ul.sub-menu-dropdown li,
#nav #main-navigation li ul.sub-menu-dropdown li {
  position: relative; }
  #nav #main-nav-wc li ul.sub-menu-dropdown li > ul.sub-menu-dropdown.right-overflow,
  #nav #main-navigation li ul.sub-menu-dropdown li > ul.sub-menu-dropdown.right-overflow {
    right: 100%;
    left: auto; }
#nav #main-nav-socials {
  float: right; }
  #nav #main-nav-socials > li:last-child > a {
    padding-right: 0; }
  #nav #main-nav-socials > li > a {
    -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
    -khtml-transition: color 0.3s ease 0s, background 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s, background 0.3s ease 0s;
    -ms-transition: color 0.3s ease 0s, background 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background 0.3s ease 0s;
    transition: color 0.3s ease 0s, background 0.3s ease 0s; }
#nav #main-nav-tool {
  margin: 0 0 0 40px;
  float: right; }
  #nav #main-nav-tool > li + li {
    margin-left: 20px; }
  #nav #main-nav-tool > li a {
    color: #000;
    -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s, opacity 0.3s ease 0s;
    -khtml-transition: color 0.3s ease 0s, background 0.3s ease 0s, opacity 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s, background 0.3s ease 0s, opacity 0.3s ease 0s;
    -ms-transition: color 0.3s ease 0s, background 0.3s ease 0s, opacity 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background 0.3s ease 0s, opacity 0.3s ease 0s;
    transition: color 0.3s ease 0s, background 0.3s ease 0s, opacity 0.3s ease 0s; }
    #nav #main-nav-tool > li a:hover {
      filter: alpha(opacity=70);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
      -webkit-opacity: 0.7;
      -khtml-opacity: 0.7;
      -moz-opacity: 0.7;
      -ms-opacity: 0.7;
      -o-opacity: 0.7;
      opacity: 0.7; }
#nav #main-nav-wc {
  float: right; }
  #nav #main-nav-wc > li .navigation-submenu {
    right: 0;
    left: auto; }
  #nav #main-nav-wc > li + li {
    margin-left: 10px; }
    #nav #main-nav-wc > li + li:before {
      content: '';
      height: 12px;
      width: 1px;
      display: block;
      background: #ebebeb;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      left: -6px; }
#nav #main-navigation {
  float: right; }
  #nav #main-navigation > li + li {
    margin-left: 20px; }
  #nav #main-navigation > li.delphinus-megamenu-item {
    position: static; }
  #nav #main-navigation > li ul.sub-menu-dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 308px; }
    #nav #main-navigation > li ul.sub-menu-dropdown li + li {
      border-top: 1px solid #ebebeb; }
    #nav #main-navigation > li ul.sub-menu-dropdown li a {
      padding: 24px;
      display: block;
      color: #999999;
      font-size: 14px;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -khtml-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
    #nav #main-navigation > li ul.sub-menu-dropdown li ul.sub-menu-dropdown {
      left: 100%;
      top: -1px; }
    #nav #main-navigation > li ul.sub-menu-dropdown li.current-menu-item > a,
    #nav #main-navigation > li ul.sub-menu-dropdown li > a:hover {
      color: #000000; }
    #nav #main-navigation > li ul.sub-menu-dropdown.right-overflow {
      right: 0;
      left: auto;
      top: 100%; }
  #nav #main-navigation > li .delphinus-megamenu-wrapper {
    width: 100%; }
    #nav #main-navigation > li .delphinus-megamenu-wrapper > ul {
      list-style: none;
      margin: 0;
      padding: 10px 15px 20px;
      width: 100%; }
      #nav #main-navigation > li .delphinus-megamenu-wrapper > ul > li {
        float: left;
        padding: 0 15px;
        margin-bottom: 10px; }
        #nav #main-navigation > li .delphinus-megamenu-wrapper > ul > li > a,
        #nav #main-navigation > li .delphinus-megamenu-wrapper > ul > li > span {
          color: #000000;
          font-size: 14px;
          display: block;
          margin-bottom: 16px;
          padding: 22px 0 5px;
          border-bottom: 1px solid #ebebeb;
          font-weight: bold; }
        #nav #main-navigation > li .delphinus-megamenu-wrapper > ul > li > ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          #nav #main-navigation > li .delphinus-megamenu-wrapper > ul > li > ul > li {
            display: block; }
            #nav #main-navigation > li .delphinus-megamenu-wrapper > ul > li > ul > li > a {
              padding: 8px 0;
              display: block;
              color: #999999;
              font-size: 14px; }
              #nav #main-navigation > li .delphinus-megamenu-wrapper > ul > li > ul > li > a:hover {
                color: #000000; }
    #nav #main-navigation > li .delphinus-megamenu-wrapper.megamenu-layout-table > ul {
      display: table;
      table-layout: fixed;
      padding: 0; }
      #nav #main-navigation > li .delphinus-megamenu-wrapper.megamenu-layout-table > ul > li {
        border-right: 1px solid #ebebeb;
        display: table-cell;
        float: none;
        vertical-align: top;
        padding: 0; }
        #nav #main-navigation > li .delphinus-megamenu-wrapper.megamenu-layout-table > ul > li:last-child {
          border-right: none; }
        #nav #main-navigation > li .delphinus-megamenu-wrapper.megamenu-layout-table > ul > li > a,
        #nav #main-navigation > li .delphinus-megamenu-wrapper.megamenu-layout-table > ul > li > span {
          padding: 40px 28px 24px;
          margin: 0; }
        #nav #main-navigation > li .delphinus-megamenu-wrapper.megamenu-layout-table > ul > li > ul > li {
          border-bottom: 1px solid #ebebeb; }
          #nav #main-navigation > li .delphinus-megamenu-wrapper.megamenu-layout-table > ul > li > ul > li > a {
            padding: 22px 26px; }
          #nav #main-navigation > li .delphinus-megamenu-wrapper.megamenu-layout-table > ul > li > ul > li:last-child {
            border-right: none; }
    #nav #main-navigation > li .delphinus-megamenu-wrapper.megamenu-columns-4 > ul > li {
      width: 25%; }
    #nav #main-navigation > li .delphinus-megamenu-wrapper.megamenu-columns-3 > ul > li {
      width: 33.33%; }
    #nav #main-navigation > li .delphinus-megamenu-wrapper.megamenu-columns-2 > ul > li {
      width: 50%; }
    #nav #main-navigation > li .delphinus-megamenu-wrapper.megamenu-position-left-menubar {
      right: auto;
      left: 0; }
    #nav #main-navigation > li .delphinus-megamenu-wrapper.megamenu-position-right-menubar {
      right: 0;
      left: auto; }
  #nav #main-navigation > li.delphinus-megamenu-item-half > .delphinus-megamenu-wrapper {
    width: 50%; }
  #nav #main-navigation > li.delphinus-megamenu-item-three > .delphinus-megamenu-wrapper {
    width: 75%; }
  #nav #main-navigation > li.delphinus-megamenu-item-four > .delphinus-megamenu-wrapper {
    width: 80%; }
  #nav #main-navigation > li.delphinus-megamenu-item-five > .delphinus-megamenu-wrapper {
    width: 90%; }

.header-transparent.header-light .topbar,
.header-transparent.header-light .top-navigation > li, .header-transparent.header-light.header-container.header-layout8 .top-navigation > li:first-child, .header-transparent.header-light.header-container:not(.header-layout8) .topbar .topbar-right .top-navigation > li:first-child {
  border-color: rgba(246, 246, 246, 0.2); }
.header-transparent.header-light .header-content {
  border-bottom: 1px solid rgba(246, 246, 246, 0.2); }
.header-transparent.header-light .shopping-bag-cart a > span.amount {
  border-color: #FFFFFF;
  color: #FFFFFF; }
.header-transparent.header-light .header-sticky-background {
  background: #000000;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -webkit-opacity: 0.6;
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  opacity: 0.6; }
.header-transparent.header-light .top-navigation > li > a {
  color: #FFFFFF; }
.header-transparent.header-light #nav #main-nav-wc > li > a,
.header-transparent.header-light #nav #main-nav-socials > li > a,
.header-transparent.header-light #nav #main-navigation > li > a,
.header-transparent.header-light #nav #main-nav-tool > li > a {
  color: #FFFFFF; }

#hamburger-icon {
  padding: 10px; }
  #hamburger-icon .hamburger-icon-inner {
    width: 20px;
    height: 12px;
    position: relative;
    display: block; }
  #hamburger-icon .line {
    display: block;
    background: #000000;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 0;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    #hamburger-icon .line.line-1 {
      top: 0; }
    #hamburger-icon .line.line-2 {
      top: 50%; }
    #hamburger-icon .line.line-3 {
      top: 100%; }
  #hamburger-icon.active .line-1 {
    -webkit-transform: translateY(6px) translateX(0) rotate(45deg);
    -khtml-transform: translateY(6px) translateX(0) rotate(45deg);
    -moz-transform: translateY(6px) translateX(0) rotate(45deg);
    -ms-transform: translateY(6px) translateX(0) rotate(45deg);
    -o-transform: translateY(6px) translateX(0) rotate(45deg);
    transform: translateY(6px) translateX(0) rotate(45deg); }
  #hamburger-icon.active .line-2 {
    top: 100%;
    -webkit-transform: translateY(6px);
    -khtml-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px); }
  #hamburger-icon.active .line-3 {
    -webkit-transform: translateY(-6px) translateX(0) rotate(-45deg);
    -khtml-transform: translateY(-6px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-6px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(0) rotate(-45deg);
    -o-transform: translateY(-6px) translateX(0) rotate(-45deg);
    transform: translateY(-6px) translateX(0) rotate(-45deg); }

.main-nav-mobile {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
  max-height: 400px;
  background: #fff none repeat scroll 0 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: none;
  z-index: 999; }
  .main-nav-mobile li {
    position: relative; }
    .main-nav-mobile li.space {
      display: none; }
  .main-nav-mobile > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .main-nav-mobile > ul > li {
      position: relative;
      -webkit-transform: translateX(-30px);
      -khtml-transform: translateX(-30px);
      -moz-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
      -o-transform: translateX(-30px);
      transform: translateX(-30px);
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0; }
      .main-nav-mobile > ul > li:nth-child(1) {
        -webkit-transition: all 0.3s ease-out 0.1s;
        -khtml-transition: all 0.3s ease-out 0.1s;
        -moz-transition: all 0.3s ease-out 0.1s;
        -ms-transition: all 0.3s ease-out 0.1s;
        -o-transition: all 0.3s ease-out 0.1s;
        transition: all 0.3s ease-out 0.1s; }
      .main-nav-mobile > ul > li:nth-child(2) {
        -webkit-transition: all 0.3s ease-out 0.2s;
        -khtml-transition: all 0.3s ease-out 0.2s;
        -moz-transition: all 0.3s ease-out 0.2s;
        -ms-transition: all 0.3s ease-out 0.2s;
        -o-transition: all 0.3s ease-out 0.2s;
        transition: all 0.3s ease-out 0.2s; }
      .main-nav-mobile > ul > li:nth-child(3) {
        -webkit-transition: all 0.3s ease-out 0.3s;
        -khtml-transition: all 0.3s ease-out 0.3s;
        -moz-transition: all 0.3s ease-out 0.3s;
        -ms-transition: all 0.3s ease-out 0.3s;
        -o-transition: all 0.3s ease-out 0.3s;
        transition: all 0.3s ease-out 0.3s; }
      .main-nav-mobile > ul > li:nth-child(4) {
        -webkit-transition: all 0.3s ease-out 0.4s;
        -khtml-transition: all 0.3s ease-out 0.4s;
        -moz-transition: all 0.3s ease-out 0.4s;
        -ms-transition: all 0.3s ease-out 0.4s;
        -o-transition: all 0.3s ease-out 0.4s;
        transition: all 0.3s ease-out 0.4s; }
      .main-nav-mobile > ul > li:nth-child(5) {
        -webkit-transition: all 0.3s ease-out 0.5s;
        -khtml-transition: all 0.3s ease-out 0.5s;
        -moz-transition: all 0.3s ease-out 0.5s;
        -ms-transition: all 0.3s ease-out 0.5s;
        -o-transition: all 0.3s ease-out 0.5s;
        transition: all 0.3s ease-out 0.5s; }
      .main-nav-mobile > ul > li:nth-child(6) {
        -webkit-transition: all 0.3s ease-out 0.6s;
        -khtml-transition: all 0.3s ease-out 0.6s;
        -moz-transition: all 0.3s ease-out 0.6s;
        -ms-transition: all 0.3s ease-out 0.6s;
        -o-transition: all 0.3s ease-out 0.6s;
        transition: all 0.3s ease-out 0.6s; }
      .main-nav-mobile > ul > li:nth-child(7) {
        -webkit-transition: all 0.3s ease-out 0.7s;
        -khtml-transition: all 0.3s ease-out 0.7s;
        -moz-transition: all 0.3s ease-out 0.7s;
        -ms-transition: all 0.3s ease-out 0.7s;
        -o-transition: all 0.3s ease-out 0.7s;
        transition: all 0.3s ease-out 0.7s; }
      .main-nav-mobile > ul > li:nth-child(8) {
        -webkit-transition: all 0.3s ease-out 0.8s;
        -khtml-transition: all 0.3s ease-out 0.8s;
        -moz-transition: all 0.3s ease-out 0.8s;
        -ms-transition: all 0.3s ease-out 0.8s;
        -o-transition: all 0.3s ease-out 0.8s;
        transition: all 0.3s ease-out 0.8s; }
      .main-nav-mobile > ul > li:nth-child(9) {
        -webkit-transition: all 0.3s ease-out 0.9s;
        -khtml-transition: all 0.3s ease-out 0.9s;
        -moz-transition: all 0.3s ease-out 0.9s;
        -ms-transition: all 0.3s ease-out 0.9s;
        -o-transition: all 0.3s ease-out 0.9s;
        transition: all 0.3s ease-out 0.9s; }
      .main-nav-mobile > ul > li:nth-child(10) {
        -webkit-transition: all 0.3s ease-out 1s;
        -khtml-transition: all 0.3s ease-out 1s;
        -moz-transition: all 0.3s ease-out 1s;
        -ms-transition: all 0.3s ease-out 1s;
        -o-transition: all 0.3s ease-out 1s;
        transition: all 0.3s ease-out 1s; }
      .main-nav-mobile > ul > li > a {
        border-bottom: 1px solid #ebebeb;
        color: #999999;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.075em;
        display: block;
        padding: 10px 60px 10px 15px;
        position: relative;
        font-size: 13px; }
        .main-nav-mobile > ul > li > a:hover {
          color: #000000; }
      .main-nav-mobile > ul > li a > .open-submenu {
        cursor: pointer;
        height: 100%;
        line-height: 50px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 40px; }
        .main-nav-mobile > ul > li a > .open-submenu:after {
          font-size: 15px;
          font-family: "FontAwesome";
          content: "";
          font-style: normal;
          font-weight: normal;
          speak: none;
          font-variant: normal;
          text-transform: none;
          -webkit-font-smoothing: antialiased;
          text-decoration: none; }
      .main-nav-mobile > ul > li ul.sub-menu-dropdown,
      .main-nav-mobile > ul > li div.delphinus-megamenu-wrapper {
        border-bottom: 1px solid #ebebeb;
        display: none; }
      .main-nav-mobile > ul > li ul.sub-menu-dropdown,
      .main-nav-mobile > ul > li ul.sub-menu-megamenu {
        margin: 0;
        padding: 0;
        list-style: none; }
        .main-nav-mobile > ul > li ul.sub-menu-dropdown li a,
        .main-nav-mobile > ul > li ul.sub-menu-megamenu li a {
          padding: 0 10px 0 25px;
          font-size: 13px;
          display: block; }
      .main-nav-mobile > ul > li ul.sub-menu-dropdown {
        padding: 15px 0; }
        .main-nav-mobile > ul > li ul.sub-menu-dropdown ul.sub-menu-dropdown {
          border: medium none;
          margin-left: 20px;
          padding: 0; }
      .main-nav-mobile > ul > li div.delphinus-megamenu-wrapper {
        padding: 10px 0; }
        .main-nav-mobile > ul > li div.delphinus-megamenu-wrapper > ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          .main-nav-mobile > ul > li div.delphinus-megamenu-wrapper > ul > li {
            margin-bottom: 10px; }
            .main-nav-mobile > ul > li div.delphinus-megamenu-wrapper > ul > li > a,
            .main-nav-mobile > ul > li div.delphinus-megamenu-wrapper > ul > li > span {
              display: block;
              font-size: 15px;
              color: #000000;
              padding: 3px 10px 3px 25px;
              text-transform: uppercase;
              font-weight: bold; }
      .main-nav-mobile > ul > li .searchform {
        margin: 10px; }
        .main-nav-mobile > ul > li .searchform input[type="text"] {
          border-width: 1px; }
      .main-nav-mobile > ul > li.active-menu-item > a > .open-submenu:after {
        content: '\f106'; }

body.opened-nav-animate {
  height: 100%;
  overflow: hidden !important;
  position: fixed;
  width: 100%; }
  body.opened-nav-animate .main-nav-mobile {
    display: block; }
  body.opened-nav-animate.opened-nav .main-nav-mobile > ul li {
    -webkit-transform: translateX(0);
    -khtml-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }

#vertical-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 9; }
  #vertical-navigation li {
    position: relative; }
    #vertical-navigation li.space {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      visibility: hidden; }
    #vertical-navigation li.menu-item-has-children > a:after {
      font-family: "FontAwesome";
      content: "";
      font-style: normal;
      font-weight: normal;
      speak: none;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      position: absolute;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      right: 35px; }
    #vertical-navigation li > a {
      padding: 18px 24px;
      display: block;
      color: #999999;
      font-size: 16px;
      position: relative; }
      #vertical-navigation li > a:hover {
        color: #000000; }
    #vertical-navigation li > ul.sub-menu {
      list-style: none;
      padding: 0;
      margin: 0;
      position: absolute;
      background: #FFFFFF;
      -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
      -khtml-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
      -ms-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
      -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
      top: 0;
      left: 100%;
      visibility: hidden;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      -webkit-transform: translate(0, 30px);
      -khtml-transform: translate(0, 30px);
      -moz-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
      -o-transform: translate(0, 30px);
      transform: translate(0, 30px);
      -webkit-transition: all 200ms ease-in-out;
      -khtml-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -ms-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out;
      text-align: left;
      width: 308px; }
      #vertical-navigation li > ul.sub-menu > li {
        border-bottom: 1px solid #ebebeb; }
        #vertical-navigation li > ul.sub-menu > li:last-child {
          border: none; }
    #vertical-navigation li:hover > ul.sub-menu {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1;
      -webkit-transform: translate(0, 0);
      -khtml-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      visibility: visible; }
  #vertical-navigation > li {
    border-bottom: 1px solid #f6f6f6; }
    #vertical-navigation > li:last-child {
      border: none; }
    #vertical-navigation > li > a {
      padding: 18px 36px;
      font-size: 14px;
      letter-spacing: 0.075em;
      text-transform: uppercase;
      font-weight: bold; }

#delphinus-row-nav {
  position: fixed;
  top: 50%;
  z-index: 50;
  right: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }
  #delphinus-row-nav li {
    padding: 8px 0;
    line-height: 12px; }
    #delphinus-row-nav li a {
      backface-visibility: hidden;
      display: inline-block;
      position: relative; }
      #delphinus-row-nav li a span {
        width: 12px;
        height: 12px;
        display: block;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        -webkit-transform: translate(-50%, -50%) scale(0.6);
        -khtml-transform: translate(-50%, -50%) scale(0.6);
        -moz-transform: translate(-50%, -50%) scale(0.6);
        -ms-transform: translate(-50%, -50%) scale(0.6);
        -o-transform: translate(-50%, -50%) scale(0.6);
        transform: translate(-50%, -50%) scale(0.6);
        top: 50%;
        left: 50%;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -khtml-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
      #delphinus-row-nav li a:hover span {
        -webkit-transform: translate(-50%, -50%) scale(1);
        -khtml-transform: translate(-50%, -50%) scale(1);
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }
    #delphinus-row-nav li.current a span,
    #delphinus-row-nav li a:hover span,
    #delphinus-row-nav li a:focus span {
      background: #000000; }
  #delphinus-row-nav.light li a span {
    background: rgba(255, 255, 255, 0.4); }
  #delphinus-row-nav.light li.current a span,
  #delphinus-row-nav.light li a:hover span,
  #delphinus-row-nav.light li a:focus span {
    background: #FFFFFF; }

#footer-bottom-nav .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  #footer-bottom-nav .menu li {
    display: inline-block; }
    #footer-bottom-nav .menu li + li {
      padding-left: 60px; }
    #footer-bottom-nav .menu li a {
      font-weight: bold;
      text-transform: uppercase; }
      #footer-bottom-nav .menu li a:hover {
        text-decoration: underline; }

.page-header {
  border: none;
  margin: 0;
  padding: 85px 0;
  background: #f6f6f6; }
  .page-header .page-header-title {
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.2em; }
  .page-header .woocommerce-breadcrumb {
    margin: 0; }
    .page-header .woocommerce-breadcrumb a {
      color: inherit; }
  .page-header.page-header-centered.ph-align-center {
    text-align: center; }
  .page-header.page-header-centered.ph-align-left {
    text-align: left; }
  .page-header.page-header-centered.ph-align-right {
    text-align: right; }
  .page-header.page-header-centered .woocommerce-breadcrumb {
    margin-top: 10px; }
  .page-header .page-header-right {
    text-align: right;
    float: right; }

.updated:not(.published) {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 30px; }
  .page-links > a,
  .page-links > span {
    margin-right: 8px; }
  .page-links > *:last-child {
    margin-right: 0; }

.blog-posts {
  margin-bottom: 30px; }
  .blog-posts.no-readmore .entry-more {
    display: none; }
  .blog-posts .blog-post-sizer {
    min-height: 0; }
  .blog-posts .blog-post .entry-thumbnail {
    margin-bottom: 33px;
    display: block;
    overflow: hidden; }
    .blog-posts .blog-post .entry-thumbnail img {
      -webkit-transition: all 1s ease-in-out 0s;
      -khtml-transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -ms-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s;
      transition: all 1s ease-in-out 0s;
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      width: 100%; }
    .blog-posts .blog-post .entry-thumbnail:hover img {
      -webkit-transform: scale(1.2);
      -khtml-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      -o-transform: scale(1.2);
      transform: scale(1.2); }
  .blog-posts .blog-post .entry-post-meta {
    margin-bottom: 20px;
    color: #999999;
    font-size: 14px; }
    .blog-posts .blog-post .entry-post-meta > span:after {
      content: '/';
      padding-left: 8px;
      padding-right: 4px; }
    .blog-posts .blog-post .entry-post-meta > span:last-child:after {
      content: ''; }
    .blog-posts .blog-post .entry-post-meta a {
      color: #999999; }
      .blog-posts .blog-post .entry-post-meta a:hover {
        color: #000000; }
  .blog-posts .blog-post .entry-title {
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0; }
    .blog-posts .blog-post .entry-title a {
      color: #000000; }
      .blog-posts .blog-post .entry-title a:hover {
        color: #000000; }
  .blog-posts .blog-post .entry-content {
    margin-bottom: 30px; }
  .blog-posts.blog-posts-carousel {
    overflow: hidden; }

.single-post-wrap {
  margin-bottom: 50px; }
  .single-post-wrap .entry-content:before, .single-post-wrap .entry-content:after {
    content: " ";
    display: table; }
  .single-post-wrap .entry-content:after {
    clear: both; }
  .single-post-wrap .entry-thumbnail {
    margin-bottom: 40px; }
  .single-post-wrap .entry-title {
    font-size: 24px;
    line-height: 36px;
    text-transform: none;
    margin-bottom: 10px;
    letter-spacing: 0.05em; }
  .single-post-wrap .entry-header {
    margin-bottom: 20px; }
  .single-post-wrap .entry-meta {
    color: #999999; }
    .single-post-wrap .entry-meta > span + span {
      margin-left: 20px; }
    .single-post-wrap .entry-meta > span.comments-link a:before {
      margin-right: 5px;
      font-family: "FontAwesome";
      content: "";
      font-style: normal;
      font-weight: normal;
      speak: none;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      text-decoration: none; }
    .single-post-wrap .entry-meta > span.post-share:before {
      font-family: "FontAwesome";
      content: "";
      font-style: normal;
      font-weight: normal;
      speak: none;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      margin-right: 5px; }
    .single-post-wrap .entry-meta > span.comments-link span, .single-post-wrap .entry-meta > span.post-share span {
      display: none; }
    .single-post-wrap .entry-meta > span.cat-links:after {
      content: "-";
      margin-left: 7px;
      margin-right: -13px; }
    .single-post-wrap .entry-meta a {
      color: #999999; }
      .single-post-wrap .entry-meta a:hover {
        color: #000000; }
  .single-post-wrap .entry-content > h1,
  .single-post-wrap .entry-content > h2,
  .single-post-wrap .entry-content > h3,
  .single-post-wrap .entry-content > h4,
  .single-post-wrap .entry-content > h5,
  .single-post-wrap .entry-content > h6 {
    text-transform: none;
    margin-bottom: 10px;
    margin-top: 10px; }
  .single-post-wrap .tags-links {
    color: #999999; }
    .single-post-wrap .tags-links a {
      color: #999999;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -khtml-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .single-post-wrap .tags-links a:hover, .single-post-wrap .tags-links a:focus {
        color: #000000; }
  .single-post-wrap .single-bottom-title {
    letter-spacing: 0.2em;
    margin-bottom: 30px;
    font-size: 18px; }
  .single-post-wrap .single-post-content {
    margin-bottom: 10px; }
  .single-post-wrap .share-it {
    margin: 50px 0 50px; }
    .single-post-wrap .share-it:before, .single-post-wrap .share-it:after {
      content: " ";
      display: table; }
    .single-post-wrap .share-it:after {
      clear: both; }
    .single-post-wrap .share-it .social_icons {
      padding: 0;
      margin: 0;
      list-style: none; }
      .single-post-wrap .share-it .social_icons li {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 10px;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -khtml-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .single-post-wrap .share-it .social_icons li:last-child {
          margin-right: 0; }
        .single-post-wrap .share-it .social_icons li.facebook {
          background: #516eab; }
          .single-post-wrap .share-it .social_icons li.facebook:hover {
            background-color: #244872; }
        .single-post-wrap .share-it .social_icons li.twitter {
          background: #29c5f6; }
          .single-post-wrap .share-it .social_icons li.twitter:hover {
            background-color: #0eaad6; }
        .single-post-wrap .share-it .social_icons li.pinterest {
          background: #d01d15; }
          .single-post-wrap .share-it .social_icons li.pinterest:hover {
            background-color: #8a1119; }
        .single-post-wrap .share-it .social_icons li.google_plus {
          background: #DD4A3A; }
          .single-post-wrap .share-it .social_icons li.google_plus:hover {
            background-color: #ce2616; }
        .single-post-wrap .share-it .social_icons li.linkedin {
          background: #007BB6; }
          .single-post-wrap .share-it .social_icons li.linkedin:hover {
            background-color: #005983; }
        .single-post-wrap .share-it .social_icons li.tumblr {
          background: #4a6278; }
          .single-post-wrap .share-it .social_icons li.tumblr:hover {
            background-color: #22364a; }
        .single-post-wrap .share-it .social_icons li a {
          display: inline-block;
          color: #FFFFFF;
          font-weight: bold;
          text-transform: uppercase;
          padding: 0 18px;
          line-height: 40px; }
          .single-post-wrap .share-it .social_icons li a i {
            margin-right: 10px; }
          .single-post-wrap .share-it .social_icons li a .count {
            margin-left: 30px; }

.post-navigation {
  border: 1px solid #ebebeb;
  margin-bottom: 50px; }
  .post-navigation .nav-links {
    position: relative; }
    .post-navigation .nav-links:before, .post-navigation .nav-links:after {
      content: " ";
      display: table; }
    .post-navigation .nav-links:after {
      clear: both; }
    .post-navigation .nav-links > div {
      width: 50%;
      text-align: center;
      float: left;
      padding: 15px; }
      .post-navigation .nav-links > div .meta-nav {
        display: block;
        color: #999999; }
      .post-navigation .nav-links > div + div:before {
        content: '';
        height: 100%;
        left: 50%;
        top: 0;
        display: block;
        width: 0;
        border-left: 1px solid #ebebeb;
        border-top: 1px solid #ebebeb;
        position: absolute; }
      .post-navigation .nav-links > div a:hover {
        color: #000000; }
        .post-navigation .nav-links > div a:hover .meta-nav {
          color: #666666; }
  .onlyone .post-navigation .nav-links > div {
    width: 100%; }

.author-info {
  margin-bottom: 20px;
  border: 1px solid #ebebeb; }
  .author-info:before, .author-info:after {
    content: " ";
    display: table; }
  .author-info:after {
    clear: both; }
  .author-info .author-avatar {
    float: left;
    margin-right: 38px;
    max-width: 170px; }
  .author-info .author-description {
    overflow: hidden;
    margin-top: 33px;
    color: #999999;
    position: relative; }
  .author-info .author-writtenby {
    font-size: 12px; }
  .author-info .author-agency {
    text-transform: capitalize; }
  .author-info .author-title {
    font-size: 24px;
    line-height: 28px;
    margin: 2px 0 5px;
    padding: 0;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold; }
    .author-info .author-title a {
      color: #000000; }
      .author-info .author-title a:hover {
        color: #000000; }
  .author-info .author-bio {
    border-top: 1px solid #ebebeb;
    clear: both;
    margin-bottom: 0;
    padding: 25px 30px; }
  .author-info .author-socials {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 50px; }
    .author-info .author-socials a {
      -webkit-transition: all 0.2s ease-in-out 0s;
      -khtml-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      color: #000000;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }
      .author-info .author-socials a:hover {
        filter: alpha(opacity=70);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        -webkit-opacity: 0.7;
        -khtml-opacity: 0.7;
        -moz-opacity: 0.7;
        -ms-opacity: 0.7;
        -o-opacity: 0.7;
        opacity: 0.7; }
      .author-info .author-socials a + a {
        margin-left: 22px; }

#related-article {
  position: relative; }
  #related-article .owl-buttons {
    position: absolute;
    top: 0;
    right: 0; }
    #related-article .owl-buttons > div {
      cursor: pointer;
      display: inline-block;
      font-size: 16px;
      text-align: center;
      width: 15px; }
      #related-article .owl-buttons > div.owl-prev:before {
        font-family: "FontAwesome";
        content: "";
        font-style: normal;
        font-weight: normal;
        speak: none;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        text-decoration: none; }
      #related-article .owl-buttons > div.owl-next {
        margin-left: 10px; }
        #related-article .owl-buttons > div.owl-next:before {
          font-family: "FontAwesome";
          content: "";
          font-style: normal;
          font-weight: normal;
          speak: none;
          font-variant: normal;
          text-transform: none;
          -webkit-font-smoothing: antialiased;
          text-decoration: none; }
  #related-article .blog-posts {
    margin-bottom: 20px; }
    #related-article .blog-posts .owl-carousel-kt {
      margin-bottom: 0; }

.woocommerce-pagination,
.pagination {
  text-align: center;
  display: block;
  margin: 0;
  padding-top: 35px;
  border-top: 2px solid #f6f6f6;
  position: relative; }

.pagination .nav-links {
  position: relative; }
.pagination .page-numbers {
  border: 2px solid transparent;
  color: #666666;
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  margin: 0 2px;
  padding: 0;
  width: 40px;
  height: 40px; }
  .pagination .page-numbers.next, .pagination .page-numbers.prev {
    font-size: 18px;
    margin: 0;
    text-indent: -999px;
    overflow: hidden;
    position: absolute;
    top: 0; }
    .pagination .page-numbers.next:hover, .pagination .page-numbers.prev:hover {
      border-color: transparent;
      color: #000000; }
    .pagination .page-numbers.next:before, .pagination .page-numbers.prev:before {
      position: absolute;
      top: 0;
      display: block;
      width: 100%;
      text-indent: 0; }
  .pagination .page-numbers.next {
    right: 0; }
    .pagination .page-numbers.next:before {
      font-family: "delphinus";
      content: "";
      font-style: normal;
      font-weight: normal;
      speak: none;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      right: 0;
      text-align: right; }
  .pagination .page-numbers.prev {
    left: 0; }
    .pagination .page-numbers.prev:before {
      font-family: "delphinus";
      content: "";
      font-style: normal;
      font-weight: normal;
      speak: none;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      text-decoration: none;
      left: 0; }
.pagination a.page-numbers:hover,
.pagination a.page-numbers:focus,
.pagination .page-numbers.current {
  border-color: #f0f0f0; }

.pagination-button:before, .pagination-button:after {
  content: " ";
  display: table; }
.pagination-button:after {
  clear: both; }
.pagination-button .nav-previous {
  float: left; }
.pagination-button .nav-next {
  float: right; }

.pagination-loadmore {
  text-align: center; }

.searchform {
  margin: 0 auto;
  position: relative; }
  .searchform input[type=text] {
    background: transparent;
    width: 100%;
    padding: 8px 50px 8px 16px; }
  .searchform button {
    background: none;
    border: none;
    height: 42px;
    padding: 0;
    right: 2px;
    width: 42px;
    line-height: 42px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%; }
    .searchform button i {
      line-height: 42px; }
    .searchform button span {
      display: none; }

.widget {
  margin-bottom: 30px; }
  .widget .widget-title {
    font-size: 18px;
    margin: 0 0 30px;
    letter-spacing: 0.075em; }
  .widget.null-instagram-feed ul {
    margin: 0 -7px;
    padding: 0;
    list-style: none; }
    .widget.null-instagram-feed ul:before, .widget.null-instagram-feed ul:after {
      content: " ";
      display: table; }
    .widget.null-instagram-feed ul:after {
      clear: both; }
    .widget.null-instagram-feed ul li {
      width: 33.3333%;
      padding: 0 7px;
      display: inline-block;
      float: left;
      margin-bottom: 14px; }
      .widget.null-instagram-feed ul li a {
        display: block;
        position: relative; }
        .widget.null-instagram-feed ul li a:before, .widget.null-instagram-feed ul li a:after {
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          -webkit-opacity: 0;
          -khtml-opacity: 0;
          -moz-opacity: 0;
          -ms-opacity: 0;
          -o-opacity: 0;
          opacity: 0;
          -webkit-transition: all 0.2s ease-in-out 0s;
          -khtml-transition: all 0.2s ease-in-out 0s;
          -moz-transition: all 0.2s ease-in-out 0s;
          -ms-transition: all 0.2s ease-in-out 0s;
          -o-transition: all 0.2s ease-in-out 0s;
          transition: all 0.2s ease-in-out 0s;
          position: absolute; }
        .widget.null-instagram-feed ul li a:before {
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.6);
          top: 0;
          left: 0;
          content: '';
          z-index: 1; }
        .widget.null-instagram-feed ul li a:after {
          font-family: "FontAwesome";
          content: "";
          font-style: normal;
          font-weight: normal;
          speak: none;
          font-variant: normal;
          text-transform: none;
          -webkit-font-smoothing: antialiased;
          text-decoration: none;
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -khtml-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          top: 50%;
          left: 50%;
          z-index: 1;
          color: #FFFFFF; }
        .widget.null-instagram-feed ul li a:hover:before, .widget.null-instagram-feed ul li a:hover:after {
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          -webkit-opacity: 1;
          -khtml-opacity: 1;
          -moz-opacity: 1;
          -ms-opacity: 1;
          -o-opacity: 1;
          opacity: 1; }
  .widget.null-instagram-feed p {
    text-align: center;
    margin: 0; }
  .widget.widget_categories ul, .widget.widget_archive ul, .widget.widget_product_categories ul, .widget.widget_pages ul, .widget.widget_nav_menu ul, .widget.widget_recent_entries ul, .widget.widget_meta ul, .widget.widget_rss ul, .widget.widget_layered_nav ul, .widget.widget_color_filter ul, .widget.widget_delphinus_price_filter ul, .widget.widget_delphinus_orderby ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .widget.widget_categories ul li, .widget.widget_archive ul li, .widget.widget_product_categories ul li, .widget.widget_pages ul li, .widget.widget_nav_menu ul li, .widget.widget_recent_entries ul li, .widget.widget_meta ul li, .widget.widget_rss ul li, .widget.widget_layered_nav ul li, .widget.widget_color_filter ul li, .widget.widget_delphinus_price_filter ul li, .widget.widget_delphinus_orderby ul li {
      padding-bottom: 6px;
      position: relative; }
      .widget.widget_categories ul li a, .widget.widget_archive ul li a, .widget.widget_product_categories ul li a, .widget.widget_pages ul li a, .widget.widget_nav_menu ul li a, .widget.widget_recent_entries ul li a, .widget.widget_meta ul li a, .widget.widget_rss ul li a, .widget.widget_layered_nav ul li a, .widget.widget_color_filter ul li a, .widget.widget_delphinus_price_filter ul li a, .widget.widget_delphinus_orderby ul li a {
        color: #666666; }
        .widget.widget_categories ul li a:hover, .widget.widget_archive ul li a:hover, .widget.widget_product_categories ul li a:hover, .widget.widget_pages ul li a:hover, .widget.widget_nav_menu ul li a:hover, .widget.widget_recent_entries ul li a:hover, .widget.widget_meta ul li a:hover, .widget.widget_rss ul li a:hover, .widget.widget_layered_nav ul li a:hover, .widget.widget_color_filter ul li a:hover, .widget.widget_delphinus_price_filter ul li a:hover, .widget.widget_delphinus_orderby ul li a:hover {
          color: #000000; }
      .widget.widget_categories ul li .count, .widget.widget_archive ul li .count, .widget.widget_product_categories ul li .count, .widget.widget_pages ul li .count, .widget.widget_nav_menu ul li .count, .widget.widget_recent_entries ul li .count, .widget.widget_meta ul li .count, .widget.widget_rss ul li .count, .widget.widget_layered_nav ul li .count, .widget.widget_color_filter ul li .count, .widget.widget_delphinus_price_filter ul li .count, .widget.widget_delphinus_orderby ul li .count {
        padding-left: 17px;
        font-size: 12px;
        color: #cacaca; }
  .widget.widget_recent_comments {
    color: #999999; }
    .widget.widget_recent_comments ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .widget.widget_recent_comments ul li {
        padding-bottom: 6px; }
        .widget.widget_recent_comments ul li a {
          color: #666666; }
          .widget.widget_recent_comments ul li a:hover, .widget.widget_recent_comments ul li a:focus {
            color: #000000; }
  .widget.widget_layered_nav li.chosen a:before, .widget.widget_color_filter li.chosen a:before {
    display: none; }
  .widget.widget_layered_nav li.chosen a:after, .widget.widget_color_filter li.chosen a:after {
    font-family: "WooCommerce";
    content: "";
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    color: #a00;
    font-size: 12px;
    margin-left: 15px; }
  .widget .widget_layered_nav_filters ul li a:before {
    display: none; }
  .widget .widget_layered_nav_filters ul li a:after {
    font-family: "WooCommerce";
    content: "";
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-size: 12px;
    margin-left: 15px; }
  .widget.widget_delphinus_price_filter li.selected, .widget.widget_delphinus_orderby li.selected {
    color: #000000; }
  .widget.widget_product_categories ul, .widget.widget_product_categories ul, .widget.widget_pages ul, .widget.widget_nav_menu ul {
    margin-top: 5px; }
    .widget.widget_product_categories ul.children, .widget.widget_product_categories ul.children, .widget.widget_pages ul.children, .widget.widget_nav_menu ul.children {
      padding-left: 25px;
      position: relative; }
      .widget.widget_product_categories ul.children:before, .widget.widget_product_categories ul.children:before, .widget.widget_pages ul.children:before, .widget.widget_nav_menu ul.children:before {
        background: #e3e3e3;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 1px; }
      .widget.widget_product_categories ul.children > li:before, .widget.widget_product_categories ul.children > li:before, .widget.widget_pages ul.children > li:before, .widget.widget_nav_menu ul.children > li:before {
        background: #e3e3e3;
        content: "";
        height: 1px;
        left: -25px;
        position: absolute;
        top: 15px;
        width: 12px; }
  .widget.widget_delphinus_socials .socials-icon-wrapper {
    margin-bottom: 0; }
  .widget.widget_delphinus_posts ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .widget.widget_delphinus_posts ul li {
      margin-bottom: 20px; }
      .widget.widget_delphinus_posts ul li .entry-thumbnail {
        float: left;
        width: 100px;
        margin-right: 20px; }
      .widget.widget_delphinus_posts ul li .content {
        overflow: hidden;
        line-height: 24px; }
      .widget.widget_delphinus_posts ul li .title-link {
        margin-top: -4px;
        font-size: 14px;
        display: block;
        margin-bottom: 5px;
        color: #3b3e43;
        font-weight: bold;
        line-height: 24px; }
        .widget.widget_delphinus_posts ul li .title-link:hover {
          color: #000000; }
      .widget.widget_delphinus_posts ul li .post-meta {
        color: #afb0b1;
        font-size: 13px; }
      .widget.widget_delphinus_posts ul li:after {
        content: " ";
        display: table;
        clear: both; }
      .widget.widget_delphinus_posts ul li:last-child {
        margin: 0; }
  .widget #calendar_wrap {
    border: 1px solid #ebebeb; }
    .widget #calendar_wrap table {
      border-collapse: collapse;
      display: table;
      position: relative;
      table-layout: fixed;
      width: 100%;
      border: none;
      text-align: center;
      text-transform: uppercase; }
      .widget #calendar_wrap table caption {
        text-align: center; }
      .widget #calendar_wrap table tfoot {
        display: block;
        position: absolute;
        top: 0;
        width: 100%; }
        .widget #calendar_wrap table tfoot tr {
          display: block;
          width: 100%; }
          .widget #calendar_wrap table tfoot tr > td {
            border: none;
            float: left;
            padding: 8px 0; }
            .widget #calendar_wrap table tfoot tr > td#prev {
              padding-left: 10px;
              text-align: left;
              width: 75px; }
            .widget #calendar_wrap table tfoot tr > td#next {
              float: right;
              padding-right: 10px;
              text-align: right;
              width: 75px; }
      .widget #calendar_wrap table tbody th, .widget #calendar_wrap table tbody td, .widget #calendar_wrap table thead th, .widget #calendar_wrap table thead td {
        padding: 10px;
        border: 1px solid #ebebeb;
        line-height: normal; }
        .widget #calendar_wrap table tbody th:first-child, .widget #calendar_wrap table tbody td:first-child, .widget #calendar_wrap table thead th:first-child, .widget #calendar_wrap table thead td:first-child {
          border-left: 0; }
        .widget #calendar_wrap table tbody th:last-child, .widget #calendar_wrap table tbody td:last-child, .widget #calendar_wrap table thead th:last-child, .widget #calendar_wrap table thead td:last-child {
          border-right: 0; }
      .widget #calendar_wrap table tbody th, .widget #calendar_wrap table thead th {
        border-bottom: 0;
        text-align: center;
        font-weight: bold; }
      .widget #calendar_wrap table tbody td#today, .widget #calendar_wrap table thead td#today {
        color: #fff;
        background: #000000; }
        .widget #calendar_wrap table tbody td#today a, .widget #calendar_wrap table thead td#today a {
          color: #fff; }
  .widget.widget_tag_cloud a, .widget.widget_product_tag_cloud a {
    font-size: 14px !important;
    line-height: normal !important;
    display: inline-block;
    margin: 0 20px 20px 0;
    color: #666; }
    .widget.widget_tag_cloud a:hover, .widget.widget_product_tag_cloud a:hover {
      color: #000000; }
  .widget.widget_contact_info .contact-info {
    margin: 0; }
  .widget.widget_delphinus_fadein .fadeinwidget {
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -khtml-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; }
  .widget.widget_delphinus_fadein:hover .fadeinwidget {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
  .widget.widget_delphinus_posts_carousel div.post {
    position: relative; }
    .widget.widget_delphinus_posts_carousel div.post a, .widget.widget_delphinus_posts_carousel div.post:before {
      content: '';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute; }
    .widget.widget_delphinus_posts_carousel div.post:before {
      -webkit-transition: all 0.2s ease-in-out 0s;
      -khtml-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s;
      background: rgba(0, 0, 0, 0.4);
      z-index: 5; }
    .widget.widget_delphinus_posts_carousel div.post:hover:before {
      background: rgba(0, 0, 0, 0.6); }
    .widget.widget_delphinus_posts_carousel div.post h4 {
      position: absolute;
      bottom: 15px;
      line-height: 22px;
      left: 20px;
      right: 20px;
      color: white;
      font-size: 14px;
      text-transform: none;
      z-index: 15;
      margin: 0; }

.side-bar .widget {
  border-bottom: 2px solid #f6f6f6;
  padding-bottom: 30px;
  margin-bottom: 40px; }
  .side-bar .widget:last-child {
    border: none; }
  .side-bar .widget .widget-title {
    letter-spacing: 0.075em; }

#footer-bottom .widget,
#footer-top .widget {
  margin-bottom: 0; }
  #footer-bottom .widget .widget-title,
  #footer-top .widget .widget-title {
    text-transform: uppercase; }

#delphinus-shop-filters .widget .widget-title {
  font-family: inherit;
  font-size: 14px; }

/**
 * Media
 */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block; }

/**
 * Captions
 */
.wp-caption {
  margin-bottom: 30px;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto; }
  .wp-caption .wp-caption-text {
    text-align: left;
    padding: .7em 0 0;
    font-size: 12px;
    color: #999999;
    line-height: 1.4; }

/**
 * Galleries
 */
.gallery {
  margin: 0 -1.16667% 30px; }
  .gallery:before, .gallery:after {
    content: " ";
    display: table; }
  .gallery:after {
    clear: both; }
  .gallery .gallery-item {
    display: inline-block;
    max-width: 33.33%;
    padding: 0 1.1400652% 2.2801304%;
    text-align: center;
    vertical-align: top;
    width: 100%; }
    .gallery .gallery-item .gallery-icon a {
      display: block; }
    .gallery .gallery-item .gallery-icon img {
      border: none;
      height: auto;
      margin: 0 auto; }
    .gallery .gallery-item .gallery-caption {
      line-height: 1.4;
      margin: 10px 0 0;
      text-align: center; }
  .gallery.gallery-columns-1 .gallery-item {
    max-width: 100%; }
  .gallery.gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery.gallery-columns-3 .gallery-item {
    max-width: 33.3%; }
  .gallery.gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery.gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery.gallery-columns-6 .gallery-item {
    max-width: 16.666666667%; }
  .gallery.gallery-columns-7 .gallery-item {
    max-width: 14.285714286%; }
  .gallery.gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery.gallery-columns-9 .gallery-item {
    max-width: 11.111111111%; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

/**
 * Embeds
 */
embed,
iframe,
object,
video {
  max-width: 100%; }

.post-single-heading {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: .2em;
  margin-bottom: 25px; }

.comment-navigation {
  margin-top: 40px; }
  .comment-navigation .nav-previous {
    float: left; }
  .comment-navigation .nav-next {
    float: right; }

.bypostauthor > .comment-item .author_name:after {
  font-family: "FontAwesome";
  content: "";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  font-size: 12px;
  padding-right: 10px;
  padding-left: 5px; }

.comment-list {
  margin: 0 0 45px;
  padding: 0;
  list-style: none; }
  .comment-list .children {
    list-style: outside none none;
    margin: 0;
    padding-left: 25px;
    position: relative; }
    .comment-list .children:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 1px;
      background: #e1e1e1; }
    .comment-list .children > li {
      position: relative; }
      .comment-list .children > li:before {
        background: #e1e1e1;
        content: "";
        height: 1px;
        left: -25px;
        position: absolute;
        top: 25px;
        width: 12px; }

.comment_nav {
  display: block; }
  .comment_nav .previous {
    float: right; }
  .comment_nav a {
    margin-bottom: 20px;
    display: inline-block; }
    .comment_nav a:before {
      clear: both;
      content: " ";
      display: block; }

.comment-meta {
  margin-bottom: 10px;
  line-height: 20px; }
  .comment-meta h5 {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 5px 0 0;
    padding: 0;
    color: #000000;
    text-transform: capitalize; }
    .comment-meta h5 a {
      color: #000000; }
      .comment-meta h5 a:hover, .comment-meta h5 a:focus {
        color: #000000; }
  .comment-meta .comment-date {
    display: inline-block;
    color: #999999;
    font-size: 12px; }

.comment-entry.entry-content {
  border: medium none;
  padding: 0;
  line-height: 24px;
  margin-bottom: -10px; }
  .comment-entry.entry-content p:last-child {
    margin: 0; }

.pingback {
  margin-bottom: 30px; }

.comment-item {
  margin-bottom: 30px;
  padding: 25px;
  position: relative;
  border: 1px solid #ebebeb; }
  .comment-item .comment-avatar {
    float: left;
    height: 70px;
    margin-right: 20px;
    width: 70px; }
    .comment-item .comment-avatar img {
      max-width: 100%; }

.comment-content {
  position: relative;
  padding-left: 100px; }

.comment-actions {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 20px; }
  .comment-actions a {
    font-size: 14px;
    color: #000000;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    .comment-actions a:hover, .comment-actions a:focus {
      color: #000000; }
    .comment-actions a + a {
      margin-left: 10px; }
      .comment-actions a + a:before {
        content: "|";
        margin-right: 10px;
        font-weight: normal; }

#cancel-comment-reply-link {
  background: #000000;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  padding: 4px 7px;
  text-transform: uppercase;
  vertical-align: text-bottom; }
  #cancel-comment-reply-link:hover {
    background: #000000; }

p.logged-in-as {
  color: #000000; }
  p.logged-in-as a {
    color: #000000; }
    p.logged-in-as a:hover {
      color: #000000; }

.comment-respond {
  margin-bottom: 25px; }

.comment-notes,
.form-allowed-tags {
  display: none; }

/*
 * 15.5. Comment Form
 */
#commentform p label {
  display: block;
  font-weight: normal; }
#commentform .form-submit input#submit {
  font-size: 12px; }

/*
 * 404 page
 */
.error404 .header-container,
.error404 #footer {
  display: none; }

.wrapper-404 {
  background: #f6f6f6;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

#error404 {
  text-align: center;
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 0 20px;
  z-index: 2;
  width: 100%; }
  #error404 h1 {
    font-size: 200px;
    font-style: italic;
    line-height: 200px;
    margin-bottom: 25px;
    letter-spacing: 0;
    font-weight: 400; }
  #error404 h4 {
    font-size: 16px;
    font-family: "Karla", sans-serif;
    color: #999;
    text-transform: none;
    margin-bottom: 30px;
    font-weight: 400; }
  #error404 p a {
    color: #6fd9e9; }
    #error404 p a i {
      font-size: 20px;
      vertical-align: middle;
      margin-left: 15px; }

.tooltip {
  opacity: 1;
  font-size: 14px;
  font-family: "Karla", sans-serif; }
  .tooltip .tooltip-inner {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 10px 15px; }
  .tooltip.top {
    margin-top: -10px; }
    .tooltip.top .tooltip-arrow {
      border-width: 10px 10px 0;
      bottom: -5px;
      left: 50%;
      margin-left: -7px; }

.delphinus-instagram .widget {
  margin-bottom: 0; }
  .delphinus-instagram .widget.null-instagram-feed ul {
    margin: 0 -15px; }
    .delphinus-instagram .widget.null-instagram-feed ul li {
      padding: 0 15px;
      margin-bottom: 30px; }

.delphinus-contact-form7.layout1 .wpcf7-textarea,
.delphinus-contact-form7.layout1 .wpcf7-text {
  padding: 15px 0;
  line-height: normal;
  border: none;
  border-bottom: 2px solid #e3e3e3;
  height: auto; }
  .delphinus-contact-form7.layout1 .wpcf7-textarea:focus,
  .delphinus-contact-form7.layout1 .wpcf7-text:focus {
    border-color: #999999; }

/* ==============================
   10. Shortcodes
   ============================== */
/*
 * Heading Section
 */
.delphinus-heading {
  margin-bottom: 50px;
  text-transform: uppercase;
  position: relative; }
  .delphinus-heading-divider {
    margin-bottom: 24px; }
    .delphinus-heading-divider span {
      width: 60px;
      height: 28px;
      display: inline-block; }
    .delphinus-heading-divider path {
      fill: #999999; }
  .delphinus-heading-title {
    line-height: 30px;
    margin: 0;
    letter-spacing: 0.2em; }
  .delphinus-heading-content {
    font-size: 12px;
    letter-spacing: 0.3em;
    margin-top: 10px; }
    .delphinus-heading-content a {
      color: #999999; }
      .delphinus-heading-content a:hover {
        color: #000000; }

/*
 * Features Section
 */
.feature-box {
  margin-bottom: 30px; }
  .feature-box-icon {
    margin-bottom: 15px; }
    .feature-box-icon .vc_icon_box.size-xs {
      font-size: 14px; }
    .feature-box-icon .vc_icon_box.size-sm {
      font-size: 25px; }
    .feature-box-icon .vc_icon_box.size-md {
      font-size: 36px; }
    .feature-box-icon .vc_icon_box.size-lg {
      font-size: 44px; }
    .feature-box-icon .vc_icon_box.size-xl {
      font-size: 54px; }
  .feature-box-title {
    margin-bottom: 20px;
    letter-spacing: .075em; }
    .feature-box-title a {
      color: inherit; }
  .feature-box.layout-2 {
    text-align: center; }
  .feature-box.skin-light {
    color: #FFFFFF; }
    .feature-box.skin-light .feature-box-title {
      color: #FFFFFF; }

/*
 * 10.11 banner
 */
.banner {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px; }
  .banner .banner-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 15; }
  .banner .banner-content {
    width: 100%;
    z-index: 10;
    padding: 30px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    letter-spacing: 0;
    color: #FFFFFF;
    position: absolute; }
    .banner .banner-content .banner-title {
      position: relative;
      display: block;
      color: #FFFFFF;
      letter-spacing: 0.2em;
      margin-bottom: 5px; }
    .banner .banner-content > *:last-child {
      margin-bottom: 0; }
  .banner-left {
    text-align: left; }
  .banner-right {
    text-align: right; }
  .banner.position-middle .banner-content {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }
  .banner.position-top .banner-content {
    left: 0;
    top: 0; }
  .banner.position-bottom .banner-content {
    bottom: 0;
    left: 0; }
  .banner-dark:after, .banner-dark2:after, .banner-dark3:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .banner-dark:after {
    background: rgba(0, 0, 0, 0.15); }
  .banner-dark:hover:after {
    background: rgba(0, 0, 0, 0.5); }
  .banner-dark2:after {
    background: rgba(0, 0, 0, 0.4); }
  .banner-dark2:hover:after {
    background: rgba(0, 0, 0, 0.6); }
  .banner-dark3:after {
    background: rgba(0, 0, 0, 0.6); }
  .banner-dark3:hover:after {
    background: rgba(0, 0, 0, 0.8); }

/*
 * 10.16 Client
 */
.clients-carousel {
  margin-bottom: 30px; }
  .clients-carousel .owl-carousel-kt {
    margin-bottom: 0; }

.clients-carousel-item img {
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5; }
.clients-carousel-item:hover img {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }
.overlay-white .clients-carousel-item img {
  -webkit-filter: brightness(0) invert(1);
  -khtml-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }
.overlay-grayscale .clients-carousel-item img {
  -webkit-filter: grayscale(100%);
  -khtml-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1; }

/*
 * 10.16 KT Wrapper
 */
.delphinus-wrapper {
  margin: 0 auto 30px auto; }
  .delphinus-wrapper.delphinus-wrapper-left {
    margin-left: 0; }
  .delphinus-wrapper.delphinus-wrapper-right {
    margin-right: 0; }

/*
 * 10.19 Box colored
 */
.box-colored {
  margin-bottom: 30px;
  text-align: center; }
  .box-colored .box-colored-image {
    margin: 0 0 30px;
    overflow: hidden; }
    .box-colored .box-colored-image img {
      -webkit-transition: all 1s ease-in-out 0s;
      -khtml-transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -ms-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s;
      transition: all 1s ease-in-out 0s;
      -webkit-transform: scale(1);
      -khtml-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      margin: 0 auto; }
  .box-colored:hover img {
    -webkit-transform: scale(1.2);
    -khtml-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .box-colored .box-colored-title {
    font-size: 14px;
    letter-spacing: 0.2em;
    margin: 0;
    padding: 55px 20px;
    color: #FFF;
    background: #ebebeb; }
    .box-colored .box-colored-title a {
      display: block;
      color: inherit; }

/*
 * 10.13 Flip box
 */
.flip-box {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  background: #ffffff none repeat scroll 0 0;
  border-color: #ffffff;
  color: #000000;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 30px; }
  .flip-box .flip-box-before,
  .flip-box .flip-box-after {
    -webkit-transition: all 0.2s ease-out 0s;
    -khtml-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s; }
  .flip-box .flip-box-before {
    font-weight: bold;
    letter-spacing: 0.2em;
    font-family: "Roboto Slab", serif;
    font-size: 24px;
    padding: 44px 40px;
    line-height: 38px;
    text-transform: uppercase;
    -webkit-transform: translate(0px, 0px);
    -khtml-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    margin: 0; }
  .flip-box .flip-box-after {
    font-size: 16px;
    color: #999999;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transform: translate(0px, -100%);
    -khtml-transform: translate(0px, -100%);
    -moz-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    -o-transform: translate(0px, -100%);
    transform: translate(0px, -100%); }
  .flip-box:hover .flip-box-before {
    -webkit-transform: translate(0, 100%);
    -khtml-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%); }
  .flip-box:hover .flip-box-after {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }

/*
 *  15.5 Testimonials
 */
.testimonial-carousel {
  margin-bottom: 30px;
  position: relative;
  text-align: center; }
  .testimonial-carousel .owl-carousel-kt {
    margin-bottom: 0; }
    .testimonial-carousel .owl-carousel-kt .owl-pagination .owl-page {
      width: 8px;
      height: 8px; }
      .testimonial-carousel .owl-carousel-kt .owl-pagination .owl-page + .owl-page {
        margin-left: 25px; }
  .testimonial-carousel .testimonial-item {
    max-width: 770px;
    margin: 0 auto;
    position: relative; }
  .testimonial-carousel .testimonial-image {
    margin: 0 0 20px; }
    .testimonial-carousel .testimonial-image img {
      width: 80px;
      height: auto;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
  .testimonial-carousel .testimonial-info {
    font-size: 12px;
    color: #999999; }
  .testimonial-carousel .testimonial-author {
    font-weight: normal;
    margin-bottom: 0;
    text-transform: none; }
    .testimonial-carousel .testimonial-author a {
      color: inherit; }
  .testimonial-carousel .testimonial-content {
    margin: 0 0 30px;
    font-style: italic;
    position: relative; }
  .testimonial-carousel.testimonial-layout-2 .testimonial-image {
    display: none; }
  .testimonial-carousel.testimonial-layout-2 .testimonial-author {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em; }
  .testimonial-carousel.testimonial-layout-3 {
    text-align: left; }
    .testimonial-carousel.testimonial-layout-3 .testimonial-image,
    .testimonial-carousel.testimonial-layout-3 .testimonial-author-content {
      display: table-cell;
      vertical-align: middle; }
    .testimonial-carousel.testimonial-layout-3 .testimonial-image img {
      margin-right: 20px; }
  .testimonial-carousel.testimonial-layout-4 .testimonial-item {
    padding-top: 80px; }
    .testimonial-carousel.testimonial-layout-4 .testimonial-item:before {
      position: absolute;
      -webkit-transform: translateX(-50%);
      -khtml-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      content: '\201D';
      top: 0;
      font-size: 400px;
      line-height: 400px;
      color: rgba(0, 0, 0, 0.1); }
    .testimonial-carousel.testimonial-layout-4 .testimonial-item .testimonial-image {
      display: none; }
    .testimonial-carousel.testimonial-layout-4 .testimonial-item .testimonial-author,
    .testimonial-carousel.testimonial-layout-4 .testimonial-item .testimonial-info {
      display: inline-block; }
    .testimonial-carousel.testimonial-layout-4 .testimonial-item .testimonial-info {
      padding-left: 8px; }
  .testimonial-carousel.testimonial-layout-4 .carousel-skin-white .testimonial-item:before {
    color: rgba(255, 255, 255, 0.05); }
  .testimonial-carousel .carousel-skin-white {
    color: #FFFFFF; }
    .testimonial-carousel .carousel-skin-white .testimonial-author,
    .testimonial-carousel .carousel-skin-white .testimonial-info {
      color: #FFFFFF; }

/*
 * Google Map
 */
.wrapper-googlemap {
  margin-bottom: 30px; }

/*
 * Vertical menu
 */
.vertical-menu {
  margin-bottom: 30px; }

/*
 * Socials
 */
.socials-icon-wrapper {
  margin: 0 auto 30px; }
  .socials-icon-wrapper ul {
    padding: 0;
    list-style: none;
    margin: 0 0 -10px; }
    .socials-icon-wrapper ul li {
      display: inline-block;
      margin-bottom: 10px; }
      .socials-icon-wrapper ul li a {
        display: inline-block;
        border: 1px solid transparent;
        float: left;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        position: relative;
        -webkit-transition: all 0.5s ease 0s;
        -khtml-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        letter-spacing: 0;
        font-size: 13px;
        height: 40px;
        line-height: 38px;
        width: 40px; }
        .socials-icon-wrapper ul li a:hover {
          filter: alpha(opacity=70);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
          -webkit-opacity: 0.7;
          -khtml-opacity: 0.7;
          -moz-opacity: 0.7;
          -ms-opacity: 0.7;
          -o-opacity: 0.7;
          opacity: 0.7; }

.social-background-rounded-outline a,
.social-background-rounded a {
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; }

.social-background-rounded-less a,
.social-background-rounded-less-outline a,
.social-background-diamond-square a {
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.social-background-diamond-square-outline li,
.social-background-diamond-square li {
  margin: 0;
  padding: 6px; }

.social-background-rounded-less-outline li:last-child,
.social-background-diamond-square li:last-child {
  margin-right: 0; }

.social-background-diamond-square-outline a,
.social-background-diamond-square a {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .social-background-diamond-square-outline a i,
  .social-background-diamond-square a i {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.social-background-empty ul li a {
  border: none !important;
  width: auto;
  height: auto;
  line-height: 1; }

.social-background-fill.social-style-accent a {
  background: #000000 !important;
  color: #FFFFFF !important; }

.social-background-empty.social-style-accent a,
.social-background-outline.social-style-accent a {
  background: none !important;
  border-color: #000000;
  color: #000000 !important; }

.social-background-fill.social-style-dark a {
  background: #000000 !important;
  color: #FFFFFF !important; }

.social-background-empty.social-style-dark a,
.social-background-outline.social-style-dark a {
  background: none !important;
  border-color: #000000;
  color: #000000 !important; }

.social-background-fill.social-style-light a {
  background: #FFFFFF !important;
  color: #999999 !important; }

.social-background-empty.social-style-light a,
.social-background-outline.social-style-light a {
  background: none !important;
  border-color: #FFFFFF;
  color: #FFFFFF !important; }

.social-background-fill.social-style-color .twitter {
  background: #00ACED !important;
  color: #FFFFFF !important; }
.social-background-fill.social-style-color .facebook {
  background: #3B579D !important;
  color: #FFFFFF !important; }
.social-background-fill.social-style-color .googleplus {
  background: #DD4A3A !important;
  color: #FFFFFF !important; }
.social-background-fill.social-style-color .linkedin {
  background: #007BB6 !important;
  color: #FFFFFF !important; }
.social-background-fill.social-style-color .pinterest {
  background: #CB2026 !important;
  color: #FFFFFF !important; }
.social-background-fill.social-style-color .dribbble {
  background: #d0316a !important;
  color: #FFFFFF !important; }
.social-background-fill.social-style-color .vimeo {
  background: #86c9ef !important;
  color: #FFFFFF !important; }
.social-background-fill.social-style-color .tumblr {
  background: #4a6278 !important;
  color: #FFFFFF !important; }
.social-background-fill.social-style-color .skype {
  background: #00aff0 !important;
  color: #FFFFFF !important; }
.social-background-fill.social-style-color .youtube {
  background: #ff021e !important;
  color: #FFFFFF !important; }
.social-background-fill.social-style-color .instagram {
  background: #634d40 !important;
  color: #FFFFFF !important; }

.social-background-empty.social-style-color .twitter,
.social-background-outline.social-style-color .twitter {
  background: none !important;
  border-color: #00ACED;
  color: #00ACED !important; }
.social-background-empty.social-style-color .facebook,
.social-background-outline.social-style-color .facebook {
  background: none !important;
  border-color: #3B579D;
  color: #3B579D !important; }
.social-background-empty.social-style-color .googleplus,
.social-background-outline.social-style-color .googleplus {
  background: none !important;
  border-color: #DD4A3A;
  color: #DD4A3A !important; }
.social-background-empty.social-style-color .linkedin,
.social-background-outline.social-style-color .linkedin {
  background: none !important;
  border-color: #007BB6;
  color: #007BB6 !important; }
.social-background-empty.social-style-color .pinterest,
.social-background-outline.social-style-color .pinterest {
  background: none !important;
  border-color: #CB2026;
  color: #CB2026 !important; }
.social-background-empty.social-style-color .dribbble,
.social-background-outline.social-style-color .dribbble {
  background: none !important;
  border-color: #d0316a;
  color: #d0316a !important; }
.social-background-empty.social-style-color .vimeo,
.social-background-outline.social-style-color .vimeo {
  background: none !important;
  border-color: #86c9ef;
  color: #86c9ef !important; }
.social-background-empty.social-style-color .tumblr,
.social-background-outline.social-style-color .tumblr {
  background: none !important;
  border-color: #4a6278;
  color: #4a6278 !important; }
.social-background-empty.social-style-color .skype,
.social-background-outline.social-style-color .skype {
  background: none !important;
  border-color: #00aff0;
  color: #00aff0 !important; }
.social-background-empty.social-style-color .youtube,
.social-background-outline.social-style-color .youtube {
  background: none !important;
  border-color: #ff021e;
  color: #ff021e !important; }
.social-background-empty.social-style-color .instagram,
.social-background-outline.social-style-color .instagram {
  background: none !important;
  border-color: #634d40;
  color: #634d40 !important; }

.social-icons-small ul li a {
  font-size: 12px;
  height: 26px;
  line-height: 24px;
  width: 26px; }

.social-icons-small.social-background-empty a {
  height: auto;
  line-height: 1;
  width: auto; }

.social-icons-small.social-background-diamond-square-outline li,
.social-icons-small.social-background-diamond-square li {
  margin: 0;
  padding: 4px; }

.social-icons-small.social-background-diamond-square-outline li:last-child,
.social-icons-small.social-background-diamond-square li:last-child {
  margin-right: 0; }

.social-icons-center {
  text-align: center; }

.social-icons-left {
  text-align: left; }

.social-icons-right {
  text-align: right; }
  .social-icons-right ul {
    float: right; }

/*
 * ALERTS
 */
.alert {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 35px 35px 35px 100px;
  position: relative;
  border-color: #dce2ed; }
  .alert:before {
    font-family: "FontAwesome";
    content: "";
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    font-size: 36px;
    width: 100px;
    text-align: center; }
  .alert h3.alert_title {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 10px;
    clear: none;
    text-transform: none; }
  .alert-dismissible .close {
    top: -22px;
    font-size: 18px;
    color: #9fadbd;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.4); }
  .alert-normal {
    background: #ececec;
    color: #818d9a; }
    .alert-normal h3.alert_title {
      color: #7a8692; }
  .alert-danger {
    background: #f9b5aa;
    color: #c86353; }
    .alert-danger:before {
      content: "\f06a";
      color: #f95b46; }
    .alert-danger h3.alert_title {
      color: #c86353; }
    .alert-danger .close {
      color: #ff391f; }
  .alert-success {
    background: #e7f6cd;
    color: #84be20; }
    .alert-success:before {
      content: "\f058";
      color: #84be20; }
    .alert-success h3.alert_title {
      color: #84be20; }
    .alert-success .close {
      color: #84be20; }
  .alert-warning {
    background: #faf4d4;
    color: #d49809; }
    .alert-warning:before {
      content: "\f071";
      color: #d99e12; }
    .alert-warning h3.alert_title {
      color: #d99e12; }
    .alert-warning .close {
      color: #e7ad24; }
  .alert-info {
    background: #252932;
    color: #eff2f5; }
    .alert-info:before {
      content: "\f05a";
      color: #f56048; }
    .alert-info h3.alert_title {
      color: #eff2f5; }
    .alert-info .close {
      color: #f56048; }
  .alert-style-modern {
    background: none; }
    .alert-style-modern.alert-info {
      color: #818d9a; }
      .alert-style-modern.alert-info h3.alert_title {
        color: #6c7884; }

/*
 * Employees
 */
.employees-wrapper {
  margin-bottom: 30px; }
  .employees-wrapper .employees-inner {
    position: relative;
    margin-bottom: 30px; }
    .employees-wrapper .employees-inner:hover .employees-img:before {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }
  .employees-wrapper .employees-socials a {
    color: #FFF;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .employees-wrapper .employees-socials a:hover {
      filter: alpha(opacity=80);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
      -webkit-opacity: 0.8;
      -khtml-opacity: 0.8;
      -moz-opacity: 0.8;
      -ms-opacity: 0.8;
      -o-opacity: 0.8;
      opacity: 0.8; }
    .employees-wrapper .employees-socials a + a {
      padding-left: 40px; }
  .employees-wrapper h4.employees-author {
    margin: 0;
    text-transform: none; }
  .employees-wrapper .employees-info {
    margin-top: 5px;
    font-size: 14px; }
  .employees-wrapper .no-gutters .employees-inner {
    margin-bottom: 0; }
  .employees-wrapper .employees-img {
    position: relative; }
    .employees-wrapper .employees-img:before {
      content: '';
      z-index: 1;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -khtml-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
  .employees-wrapper.layout-circle {
    text-align: center; }
    .employees-wrapper.layout-circle .employees-img {
      margin-bottom: 25px; }
    .employees-wrapper.layout-circle .employees-img img,
    .employees-wrapper.layout-circle .employees-img {
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden; }
    .employees-wrapper.layout-circle .employees-socials {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -khtml-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      -webkit-transition: all 0.4s ease 0s;
      -khtml-transition: all 0.4s ease 0s;
      -moz-transition: all 0.4s ease 0s;
      -ms-transition: all 0.4s ease 0s;
      -o-transition: all 0.4s ease 0s;
      transition: all 0.4s ease 0s;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-opacity: 0;
      -khtml-opacity: 0;
      -moz-opacity: 0;
      -ms-opacity: 0;
      -o-opacity: 0;
      opacity: 0;
      z-index: 5; }
    .employees-wrapper.layout-circle .employees-inner:hover .employees-socials {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -webkit-opacity: 1;
      -khtml-opacity: 1;
      -moz-opacity: 1;
      -ms-opacity: 1;
      -o-opacity: 1;
      opacity: 1; }
    .employees-wrapper.layout-circle .employees-info {
      font-size: 12px;
      color: #999999; }
  .employees-wrapper.layout-square .employees-infos,
  .employees-wrapper.layout-square .employees-socials {
    position: absolute;
    left: 40px;
    color: #FFF;
    z-index: 5; }
  .employees-wrapper.layout-square .employees-infos {
    bottom: 35px;
    line-height: normal; }
  .employees-wrapper.layout-square .employees-socials,
  .employees-wrapper.layout-square h4.employees-author,
  .employees-wrapper.layout-square .employees-info {
    -webkit-transition: all 0.4s ease 0s;
    -khtml-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
  .employees-wrapper.layout-square h4.employees-author,
  .employees-wrapper.layout-square .employees-info {
    -webkit-transform: translate3d(0, 30px, 0);
    -khtml-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  .employees-wrapper.layout-square .employees-socials {
    -webkit-transform: translate3d(0, -30px, 0);
    -khtml-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  .employees-wrapper.layout-square h4.employees-author {
    color: #FFF; }
  .employees-wrapper.layout-square .employees-socials {
    top: 35px; }
  .employees-wrapper.layout-square .employees-inner:hover .employees-socials,
  .employees-wrapper.layout-square .employees-inner:hover h4.employees-author,
  .employees-wrapper.layout-square .employees-inner:hover .employees-info {
    -webkit-transform: translate3d(0, 0, 0);
    -khtml-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
  .employees-wrapper.layout-square .employees-inner:hover .employees-info {
    -webkit-transition-delay: .3s;
    -khtml-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  .employees-wrapper.layout-square .employees-inner:hover .employees-socials {
    -webkit-transition-delay: .4s;
    -khtml-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s; }

/*========= Blog posts ===========*/
.blog-posts-wrapper {
  margin-bottom: 30px; }
  .blog-posts-wrapper .blog-posts {
    margin: 0; }

/*========= Dropcap ===========*/
.delphinus_dropcap {
  display: block;
  float: left;
  margin-right: 15px;
  margin-top: 8px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 60px;
  line-height: 45px; }
  .delphinus_dropcap.dropcap-lg {
    font-size: 100px;
    line-height: 80px;
    margin-top: 5px; }
  .delphinus_dropcap:not(.dropcap-normal).dropcap-lg {
    font-size: 50px;
    height: 75px;
    line-height: 75px;
    width: 75px;
    margin-top: 8px; }
  .delphinus_dropcap:not(.dropcap-normal).dropcap-md {
    font-size: 30px;
    height: 48px;
    line-height: 48px;
    width: 48px; }
  .delphinus_dropcap.dropcap-circle {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .delphinus_dropcap.dropcap-round {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }

/*
 *  Highlights
 */
.delphinus_highlight {
  padding: 0 6px;
  background-color: #ed8b5c;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

/*
 *  List
 */
.delphinus-list {
  margin-bottom: 30px; }
  .delphinus-list > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .delphinus-list > ul > li {
      line-height: 30px;
      margin-bottom: 8px;
      position: relative;
      padding-left: 22px; }
      .delphinus-list > ul > li:before {
        height: 30px;
        left: 0;
        position: absolute;
        top: 0;
        width: 30px;
        font-size: 14px;
        line-height: 30px; }
  .delphinus-list.bg-style > ul > li {
    padding-left: 52px;
    margin-bottom: 20px; }
    .delphinus-list.bg-style > ul > li:before {
      text-align: center; }
  .delphinus-list.list-outline > ul > li:before {
    border: 1px solid transparent;
    line-height: 28px; }
  .delphinus-list.bg-style-rounded-outline > ul > li:before, .delphinus-list.bg-style-rounded > ul > li:before {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .delphinus-list.bg-style-rounded-less-outline > ul > li:before, .delphinus-list.bg-style-rounded-less > ul > li:before {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
  .delphinus-list.style-numbers {
    counter-reset: my-badass-counter; }
    .delphinus-list.style-numbers > ul > li:before {
      content: counter(my-badass-counter,decimal);
      counter-increment: my-badass-counter; }
  .delphinus-list.style-check > ul > li:before {
    font-family: "FontAwesome";
    content: "";
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    font-size: 10px; }
  .delphinus-list.style-angle-right > ul > li:before {
    font-family: "FontAwesome";
    content: "";
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none; }

/*
 * Custom VC Full height
 */
.vc_row-o-full-height {
  min-height: 100vh !important; }

/*
 * Custom VC button
 */
.vc_btn3.vc_general {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: .110em; }
  .vc_btn3.vc_general.vc_btn3-size-xs {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 8px; }
    .vc_btn3.vc_general.vc_btn3-size-xs.vc_btn3-style-outline, .vc_btn3.vc_general.vc_btn3-size-xs.vc_btn3-style-outline-custom {
      padding-left: 20px;
      padding-right: 20px; }
  .vc_btn3.vc_general.vc_btn3-size-sm {
    padding-left: 28px;
    padding-right: 28px;
    font-size: 10px; }
    .vc_btn3.vc_general.vc_btn3-size-sm.vc_btn3-style-outline, .vc_btn3.vc_general.vc_btn3-size-sm.vc_btn3-style-outline-custom {
      padding-left: 28px;
      padding-right: 28px; }
  .vc_btn3.vc_general.vc_btn3-size-md {
    padding-left: 28px;
    padding-right: 28px; }
    .vc_btn3.vc_general.vc_btn3-size-md.vc_btn3-style-outline, .vc_btn3.vc_general.vc_btn3-size-md.vc_btn3-style-outline-custom {
      padding-left: 28px;
      padding-right: 28px; }
  .vc_btn3.vc_general.vc_btn3-size-lg {
    padding-left: 45px;
    padding-right: 45px; }
    .vc_btn3.vc_general.vc_btn3-size-lg.vc_btn3-style-outline, .vc_btn3.vc_general.vc_btn3-size-lg.vc_btn3-style-outline-custom {
      padding-left: 45px;
      padding-right: 45px; }
  .vc_btn3.vc_general.vc_btn3-style-custom {
    background-image: none; }

.wpb_single_image .zoomin,
.wpb_single_image .zoomout,
.wpb_single_image .slide,
.wpb_single_image .shine,
.wpb_single_image .border-box-1,
.wpb_single_image .border-box-2 {
  position: relative;
  overflow: hidden; }
  .wpb_single_image .zoomin img,
  .wpb_single_image .zoomout img,
  .wpb_single_image .slide img,
  .wpb_single_image .shine img,
  .wpb_single_image .border-box-1 img,
  .wpb_single_image .border-box-2 img {
    -webkit-transition: .3s ease-in-out;
    -khtml-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
.wpb_single_image .zoomin img {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.wpb_single_image .zoomin:hover img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }
.wpb_single_image .zoomout img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }
.wpb_single_image .zoomout:hover img {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.wpb_single_image .slide img {
  -webkit-transform: scale(1.2);
  -khtml-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  margin-left: 30px; }
.wpb_single_image .slide:hover img {
  margin-left: 0; }
.wpb_single_image .shine:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 30%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  -khtml-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg); }
.wpb_single_image .shine:hover:before {
  -webkit-animation: shine .75s;
  -khtml-animation: shine .75s;
  -moz-animation: shine .75s;
  -ms-animation: shine .75s;
  -o-animation: shine .75s;
  animation: shine .75s; }
.wpb_single_image .border-box-1,
.wpb_single_image .border-box-2 {
  background: #000000; }
  .wpb_single_image .border-box-1:before, .wpb_single_image .border-box-1:after,
  .wpb_single_image .border-box-2:before,
  .wpb_single_image .border-box-2:after {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: '';
    -webkit-transition: opacity 0.35s, transform 0.35s;
    -khtml-transition: opacity 0.35s, transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s;
    -ms-transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
  .wpb_single_image .border-box-1:hover:before, .wpb_single_image .border-box-1:hover:after,
  .wpb_single_image .border-box-2:hover:before,
  .wpb_single_image .border-box-2:hover:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .wpb_single_image .border-box-1:hover img,
  .wpb_single_image .border-box-2:hover img {
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-opacity: 0.7;
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    -ms-opacity: 0.7;
    -o-opacity: 0.7;
    opacity: 0.7; }
  .wpb_single_image .border-box-1 a,
  .wpb_single_image .border-box-2 a {
    position: relative;
    z-index: 1; }
  .wpb_single_image .border-box-1 img,
  .wpb_single_image .border-box-2 img {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
.wpb_single_image .border-box-1:before {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  -webkit-transform: scale(0, 1);
  -khtml-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1); }
.wpb_single_image .border-box-1:after {
  border-right: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  -webkit-transform: scale(1, 0);
  -khtml-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0); }
.wpb_single_image .border-box-2:before {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  top: 30px;
  right: 20px;
  bottom: 30px;
  left: 20px;
  -webkit-transform: scale(1, 0);
  -khtml-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0); }
.wpb_single_image .border-box-2:after {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  -webkit-transform: scale(0, 1);
  -khtml-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  top: 20px;
  right: 30px;
  bottom: 20px;
  left: 30px; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }
@-moz-keyframes shine {
  100% {
    left: 125%; } }
@-ms-keyframes shine {
  100% {
    left: 125%; } }
@-o-keyframes shine {
  100% {
    left: 125%; } }
@keyframes shine {
  100% {
    left: 125%; } }
/**
** Custom VC ACCORDION
*/
.vc_general.vc_tta.vc_tta-accordion .vc_tta-panel-title {
  font-size: 14px;
  font-family: inherit; }
  .vc_general.vc_tta.vc_tta-accordion .vc_tta-panel-title > a {
    padding-top: 18px;
    padding-bottom: 18px; }
.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel-body,
.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel-heading,
.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-outline .vc_tta-tab > a {
  border-width: 1px; }
.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
  border-left: none;
  border-right: none; }
.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-flat.shadow .vc_tta-panel .vc_tta-panel-heading {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05); }

.vc_general.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading, .vc_general.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover {
  background: #FFFFFF;
  border-color: #FFFFFF; }
  .vc_general.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a, .vc_general.vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title > a {
    color: #000000; }

.vc_general.vc_tta-color-black.vc_tta-style-classic .vc_tta-controls-icon:after, .vc_general.vc_tta-color-black.vc_tta-style-classic .vc_tta-controls-icon:before {
  border-color: #000000; }
.vc_general.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  background: #f6f6f6;
  border-color: #f6f6f6; }
  .vc_general.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
    color: #000000; }
.vc_general.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-heading, .vc_general.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background: #000000;
  border-color: #000000; }
.vc_general.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title > a, .vc_general.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #FFFFFF; }
.vc_general.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-controls-icon:after, .vc_general.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-controls-icon:before, .vc_general.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon:after, .vc_general.vc_tta-color-black.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-controls-icon:before {
  border-color: #FFFFFF; }
.vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
  border-color: #ebebeb; }
  .vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title > a {
    color: #4d4d4d; }
  .vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading:hover .vc_tta-panel-title > a {
    color: #FFFFFF; }
.vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading, .vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading:hover {
  border-color: #ebebeb; }
  .vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title > a, .vc_general.vc_tta-color-black.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-heading:hover .vc_tta-panel-title > a {
    color: #000000; }

/**
** Custom VC ACCORDION
*/
.vc_general.vc_tta.vc_tta-tabs.vc_tta-style-flat.shadow .vc_tta-tab > a {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05); }
.vc_general.vc_tta.vc_tta-tabs .vc_tta-tab > a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 15px;
  padding-top: 15px;
  text-transform: uppercase; }

/**
** Custom VC SEPARATOR
*/
.vc_separator .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  border-width: 1px; }
.vc_separator.vc_separator_align_center:not(.vc_separator-has-text) .vc_icon_element {
  margin-left: 0.8em;
  margin-right: 0.8em; }
.vc_separator.vc_separator_align_left:not(.vc_separator-has-text) .vc_icon_element {
  margin-right: 0.8em; }
.vc_separator.vc_separator_align_right:not(.vc_separator-has-text) .vc_icon_element {
  margin-left: 0.8em; }

/**
** Custom VC CTA
*/
section.vc_cta3-container {
  margin: 0; }

.vc_general.vc_cta3 {
  margin-bottom: 30px; }
  .vc_general.vc_cta3.vc_cta3-style-transparent {
    border: none;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 0; }
    .vc_general.vc_cta3.vc_cta3-style-transparent .vc_cta3_content-container {
      display: table;
      width: 100%; }
    .vc_general.vc_cta3.vc_cta3-style-transparent .vc_cta3-content {
      margin-bottom: 20px; }

/*
 * Owl Carousel
 */
.owl-carousel-kt {
  margin-bottom: 50px;
  position: relative; }
  .owl-carousel-kt .owl-wrapper {
    cursor: url(../images/drag.png) 16 9, ew-resize !important; }
  .owl-carousel-kt.carousel-gutters {
    margin-left: -15px;
    margin-right: -15px; }
    .owl-carousel-kt.carousel-gutters .delphinus-owl-carousel .owl-item {
      padding-left: 15px;
      padding-right: 15px; }
  .owl-carousel-kt .owl-pagination {
    text-align: center; }
    .owl-carousel-kt .owl-pagination .owl-page {
      cursor: pointer;
      height: 14px;
      display: inline-block;
      width: 14px;
      position: relative; }
      .owl-carousel-kt .owl-pagination .owl-page span {
        -webkit-transition: all 0.2s ease-in-out 0s;
        -khtml-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -khtml-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
        overflow: hidden;
        cursor: pointer;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
      .owl-carousel-kt .owl-pagination .owl-page + .owl-page {
        margin-left: 14px; }
  .owl-carousel-kt.pagination-fade .owl-page span {
    background: #000000; }
  .owl-carousel-kt.pagination-fade .owl-page.active span, .owl-carousel-kt.pagination-fade .owl-page:hover span {
    background: rgba(0, 0, 0, 0.5); }
  .owl-carousel-kt.pagination-fade.carousel-skin-white .owl-page span {
    background: #FFFFFF; }
  .owl-carousel-kt.pagination-fade.carousel-skin-white .owl-page.active span, .owl-carousel-kt.pagination-fade.carousel-skin-white .owl-page:hover span {
    background: rgba(255, 255, 255, 0.5); }
  .owl-carousel-kt.pagination-dot-stroke .owl-page span {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 0 8px rgba(0, 0, 0, 0.5);
    -khtml-box-shadow: inset 0 0 0 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 0 0 8px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: inset 0 0 0 8px rgba(0, 0, 0, 0.5);
    -o-box-shadow: inset 0 0 0 8px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 0 8px rgba(0, 0, 0, 0.5); }
  .owl-carousel-kt.pagination-dot-stroke .owl-page.active span, .owl-carousel-kt.pagination-dot-stroke .owl-page:hover span {
    -webkit-box-shadow: inset 0 0 0 1px #000000;
    -khtml-box-shadow: inset 0 0 0 1px #000000;
    -moz-box-shadow: inset 0 0 0 1px #000000;
    -ms-box-shadow: inset 0 0 0 1px #000000;
    -o-box-shadow: inset 0 0 0 1px #000000;
    box-shadow: inset 0 0 0 1px #000000; }
  .owl-carousel-kt.pagination-dot-stroke.carousel-skin-white .owl-page span {
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.5);
    -khtml-box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.5);
    -ms-box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.5);
    -o-box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.5); }
  .owl-carousel-kt.pagination-dot-stroke.carousel-skin-white .owl-page.active span, .owl-carousel-kt.pagination-dot-stroke.carousel-skin-white .owl-page:hover span {
    -webkit-box-shadow: inset 0 0 0 1px #FFFFFF;
    -khtml-box-shadow: inset 0 0 0 1px #FFFFFF;
    -moz-box-shadow: inset 0 0 0 1px #FFFFFF;
    -ms-box-shadow: inset 0 0 0 1px #FFFFFF;
    -o-box-shadow: inset 0 0 0 1px #FFFFFF;
    box-shadow: inset 0 0 0 1px #FFFFFF; }
  .owl-carousel-kt.pagination-fill-up .owl-page span, .owl-carousel-kt.pagination-circle-grow .owl-page span {
    -webkit-box-shadow: inset 0 0 0 2px #000000;
    -khtml-box-shadow: inset 0 0 0 2px #000000;
    -moz-box-shadow: inset 0 0 0 2px #000000;
    -ms-box-shadow: inset 0 0 0 2px #000000;
    -o-box-shadow: inset 0 0 0 2px #000000;
    box-shadow: inset 0 0 0 2px #000000; }
    .owl-carousel-kt.pagination-fill-up .owl-page span:after, .owl-carousel-kt.pagination-circle-grow .owl-page span:after {
      background-color: #000000;
      -webkit-border-radius: 50%;
      -khtml-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      width: 100%; }
  .owl-carousel-kt.pagination-fill-up.carousel-skin-white .owl-page span, .owl-carousel-kt.pagination-circle-grow.carousel-skin-white .owl-page span {
    -webkit-box-shadow: inset 0 0 0 2px #FFFFFF;
    -khtml-box-shadow: inset 0 0 0 2px #FFFFFF;
    -moz-box-shadow: inset 0 0 0 2px #FFFFFF;
    -ms-box-shadow: inset 0 0 0 2px #FFFFFF;
    -o-box-shadow: inset 0 0 0 2px #FFFFFF;
    box-shadow: inset 0 0 0 2px #FFFFFF; }
    .owl-carousel-kt.pagination-fill-up.carousel-skin-white .owl-page span:after, .owl-carousel-kt.pagination-circle-grow.carousel-skin-white .owl-page span:after {
      background-color: #FFFFFF; }
  .owl-carousel-kt.pagination-fill-up .owl-page span:after {
    height: 0;
    -webkit-transition: height 0.3s ease 0s;
    -khtml-transition: height 0.3s ease 0s;
    -moz-transition: height 0.3s ease 0s;
    -ms-transition: height 0.3s ease 0s;
    -o-transition: height 0.3s ease 0s;
    transition: height 0.3s ease 0s; }
  .owl-carousel-kt.pagination-fill-up .owl-page.active span:after, .owl-carousel-kt.pagination-fill-up .owl-page:hover span:after {
    height: 100%; }
  .owl-carousel-kt.pagination-circle-grow .owl-page span:after {
    height: 100%;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50% 0;
    -khtml-transform-origin: 50% 50% 0;
    -moz-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    -o-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: transform 0.3s ease 0s;
    -khtml-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -ms-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s; }
  .owl-carousel-kt.pagination-circle-grow .owl-page.active span:after, .owl-carousel-kt.pagination-circle-grow .owl-page:hover span:after {
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .owl-carousel-kt .owl-buttons {
    -webkit-transition: all 1s ease;
    -khtml-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: relative;
    text-align: center;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0; }
    .owl-carousel-kt .owl-buttons > div {
      font-weight: normal;
      color: #000000;
      font-size: 20px;
      height: 40px;
      width: 40px;
      line-height: 38px;
      display: inline-block;
      text-align: center;
      z-index: 5; }
      .owl-carousel-kt .owl-buttons > div:before {
        font-family: FontAwesome; }
      .owl-carousel-kt .owl-buttons > div.owl-prev:before {
        content: "\f104"; }
      .owl-carousel-kt .owl-buttons > div.owl-next:before {
        content: "\f105"; }
  .owl-carousel-kt.carousel-skin-white .owl-buttons > div {
    color: #FFFFFF; }
  .owl-carousel-kt:hover .owl-buttons {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
  .owl-carousel-kt.visiable-navigation .owl-buttons {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1; }
  .owl-carousel-kt.navigation-center-outside .owl-controls, .owl-carousel-kt.navigation-center .owl-controls {
    margin-top: 0; }
  .owl-carousel-kt.navigation-center-outside .owl-buttons, .owl-carousel-kt.navigation-center .owl-buttons {
    position: static; }
    .owl-carousel-kt.navigation-center-outside .owl-buttons:before, .owl-carousel-kt.navigation-center .owl-buttons:before {
      display: none; }
    .owl-carousel-kt.navigation-center-outside .owl-buttons > div, .owl-carousel-kt.navigation-center .owl-buttons > div {
      position: absolute;
      -webkit-transform: translateY(-50%);
      -khtml-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      top: 50%;
      text-align: center;
      margin: 0; }
      .owl-carousel-kt.navigation-center-outside .owl-buttons > div.owl-prev, .owl-carousel-kt.navigation-center .owl-buttons > div.owl-prev {
        left: -70px; }
      .owl-carousel-kt.navigation-center-outside .owl-buttons > div.owl-next, .owl-carousel-kt.navigation-center .owl-buttons > div.owl-next {
        right: -70px; }
  .owl-carousel-kt.navigation-center .owl-buttons > div.owl-prev {
    left: 20px; }
  .owl-carousel-kt.navigation-center .owl-buttons > div.owl-next {
    right: 20px; }
  .owl-carousel-kt.navigation-top .owl-buttons {
    margin-bottom: 20px; }
  .owl-carousel-kt.navigation-normal .owl-buttons div {
    font-size: 30px; }
  .owl-carousel-kt.navigation-round-background .owl-buttons div, .owl-carousel-kt.navigation-circle-background .owl-buttons div, .owl-carousel-kt.navigation-square-background .owl-buttons div {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    background: #000000;
    color: #FFFFFF;
    width: 50px;
    height: 50px;
    line-height: 50px; }
  .owl-carousel-kt.navigation-round-background.carousel-skin-white .owl-buttons div, .owl-carousel-kt.navigation-circle-background.carousel-skin-white .owl-buttons div, .owl-carousel-kt.navigation-square-background.carousel-skin-white .owl-buttons div {
    color: #999999;
    background: #FFFFFF; }
  .owl-carousel-kt.navigation-round-border .owl-buttons div, .owl-carousel-kt.navigation-circle-border .owl-buttons div, .owl-carousel-kt.navigation-square-border .owl-buttons div {
    border: 1px solid #000000;
    color: #000000; }
  .owl-carousel-kt.navigation-round-border .owl-buttons div, .owl-carousel-kt.navigation-round-background .owl-buttons div {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .owl-carousel-kt.navigation-circle-background .owl-buttons div, .owl-carousel-kt.navigation-circle-border .owl-buttons div {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .owl-carousel-kt.pagination-center-top .owl-pagination {
    margin-bottom: 20px; }
  .owl-carousel-kt.pagination-bottom-left .owl-pagination, .owl-carousel-kt.pagination-center-bottom .owl-pagination {
    margin-top: 20px; }
  .owl-carousel-kt.pagination-bottom-left .owl-pagination {
    text-align: left;
    padding-left: 15px; }
  .owl-carousel-kt .owl-item .blog-post-wrap {
    width: 100%;
    padding: 0; }

body .persephone.tparrows {
  background: rgba(255, 255, 255, 0.8);
  border: none;
  -webkit-box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.05);
  -khtml-box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.05);
  -ms-box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.05);
  -o-box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.05);
  box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.05);
  height: 50px;
  width: 50px; }
  body .persephone.tparrows:before {
    color: #999;
    line-height: 50px;
    font-size: 12px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -khtml-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  body .persephone.tparrows:hover {
    background: #fff; }
    body .persephone.tparrows:hover:before {
      -webkit-transform: scale(1.3);
      -khtml-transform: scale(1.3);
      -moz-transform: scale(1.3);
      -ms-transform: scale(1.3);
      -o-transform: scale(1.3);
      transform: scale(1.3); }

.ares.tp-bullets .tp-bullet-title {
  display: none; }

#sideshow-inner > * {
  margin-bottom: 0; }

/*# sourceMappingURL=style.css.map */
