/*
 * Metheor Multi-Purpose App Showcase Template
 * Copyright 2016 rokaux
 * Theme Styles
 * Dependencies: Bourbon
 */

  /** TABLE OF CONTENTS **/
 /**
     01. Scaffolding
     02. Typography
     03. Forms
     04. Tables
     05. Buttons
     06. Preloader
     07. Social Buttons
     08. Navbar
     09. Page Title
     10. Grids
     11. Tiles
     12. Post
     13. Intro
     14. Shortcodes
     15. Widgets
     16. Tooltips
     17. Navs
     18. Panels
     19. Carousel
     20. Components
     21. Footer
     22. Specialty
 **/

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,400italic,700);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #808080;
  background-color: #f3f3f3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

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

a {
  color: #ff3366;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover {
  color: #ff3366;
  text-decoration: none;
}

a.link {
  text-decoration: none;
}

a.link:after {
  font-family: "feather";
  font-size: 1.05em;
  content: "\e095";
  margin-left: 5px;
}

img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

.opacity-75 {
  opacity: .75;
}

.opacity-50 {
  opacity: .5;
}

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #e2e2e2;
}

.relative {
  position: relative !important;
}

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

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

::selection {
  color: #fff;
  background: #3d4652;
}

::-moz-selection {
  color: #fff;
  background: #3d4652;
}

kbd {
  background-color: #808080;
  border-radius: 0;
}

.va-middle {
  vertical-align: middle;
}

.va-top {
  vertical-align: top;
}

.va-bottom {
  vertical-align: bottom;
}

.space-top {
  margin-top: 24px !important;
}

.space-top-2x {
  margin-top: 48px !important;
}

.space-top-3x {
  margin-top: 72px !important;
}

.space-bottom {
  margin-bottom: 24px !important;
}

.space-bottom-2x {
  margin-bottom: 48px !important;
}

.space-bottom-3x {
  margin-bottom: 72px !important;
}

.padding-top {
  padding-top: 24px !important;
}

.padding-top-2x {
  padding-top: 48px !important;
}

.padding-top-3x {
  padding-top: 72px !important;
}

.padding-bottom {
  padding-bottom: 24px !important;
}

.padding-bottom-2x {
  padding-bottom: 48px !important;
}

.padding-bottom-3x {
  padding-bottom: 72px !important;
}

@media screen and (max-width: 768px) {
  .space-top {
    margin-top: 16px !important;
  }
  .space-top-2x {
    margin-top: 36px !important;
  }
  .space-top-3x {
    margin-top: 48px !important;
  }
  .space-bottom {
    margin-bottom: 16px !important;
  }
  .space-bottom-2x {
    margin-bottom: 36px !important;
  }
  .space-bottom-3x {
    margin-bottom: 48px !important;
  }
  .padding-top {
    padding-top: 16px !important;
  }
  .padding-top-2x {
    padding-top: 36px !important;
  }
  .padding-top-3x {
    padding-top: 48px !important;
  }
  .padding-bottom {
    padding-bottom: 16px !important;
  }
  .padding-bottom-2x {
    padding-bottom: 36px !important;
  }
  .padding-bottom-3x {
    padding-bottom: 48px !important;
  }
}

.space-top-none {
  margin-top: 0 !important;
}

.space-bottom-none {
  margin-bottom: 0 !important;
}

.padding-top-none {
  padding-top: 0 !important;
}

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

.page-edit .edit-link {
  display: inline-block;
  margin-top: 24px;
}

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

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

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

@media screen and (max-width: 991px) {
  .tablet-center {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .mobile-center {
    text-align: center !important;
  }
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.content-no-sidebar {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  color: #404040;
  margin-top: 0;
}

h1, h2 {
  margin-bottom: 24px;
}

h3, h4 {
  margin-bottom: 17px;
}

h5, h6 {
  margin-bottom: 12px;
}

h1 {
  font-size: 38px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
}

h2 {
  font-size: 32px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
}

h3 {
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
}

h4 {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
}

h5 {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}

h6 {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
}

.block-title {
  margin-bottom: 48px;
}

.block-title > small {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #999;
  padding-top: 12px;
}

.text-light .block-title > small,
.text-white .block-title > small,
.text-light.block-title > small,
.text-white.block-title > small {
  color: #fff;
  opacity: .5;
}

p {
  margin: 0 0 24px;
}

.lead {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 24px;
}

.text-lg {
  font-size: 16px;
  font-weight: 300;
}

.text-sm {
  font-size: 13px;
}

.text-xs {
  font-size: 12px;
}

small,
.small {
  font-size: 90%;
}

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

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-notransform {
  text-transform: none;
}

.text-bold {
  font-weight: bold;
}

.text-normal {
  font-weight: normal;
}

.text-thin {
  font-weight: 300;
}

.text-gray {
  color: #999 !important;
}

.text-muted {
  color: #d0d0d0 !important;
}

.text-light,
.text-white {
  color: #fff !important;
}

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #fff !important;
}

.text-default {
  color: #3d4652;
}

a.text-default:hover {
  color: #272d35;
}

.text-primary {
  color: #ff3366;
}

a.text-primary:hover {
  color: #ff0040;
}

.text-success {
  color: #4fcdbd;
}

a.text-success:hover {
  color: #34b5a5;
}

.text-info {
  color: #3498db;
}

a.text-info:hover {
  color: #217dbb;
}

.text-warning {
  color: #fcab53;
}

a.text-warning:hover {
  color: #fb9321;
}

.text-danger {
  color: #e74c3c;
}

a.text-danger:hover {
  color: #d62c1a;
}

.bg-default,
.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger {
  color: #fff;
}

.bg-default {
  background-color: #3d4652;
}

a.bg-default:hover {
  background-color: #272d35;
}

.bg-primary {
  background-color: #ff3366;
}

a.bg-primary:hover {
  background-color: #ff0040;
}

.bg-success {
  background-color: #4fcdbd;
}

a.bg-success:hover {
  background-color: #34b5a5;
}

.bg-info {
  background-color: #3498db;
}

a.bg-info:hover {
  background-color: #217dbb;
}

.bg-warning {
  background-color: #fcab53;
}

a.bg-warning:hover {
  background-color: #fb9321;
}

.bg-danger {
  background-color: #e74c3c;
}

a.bg-danger:hover {
  background-color: #d62c1a;
}

ul, ol {
  padding-left: 18px;
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.8;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-featured {
  list-style: none;
  padding: 0;
}

.list-featured li {
  position: relative;
  padding-left: 13px;
}

.list-featured li:before {
  position: absolute;
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 11px;
  background-color: #ff3366;
}

.list-featured.text-light li {
  color: #fff;
}

.list-featured.text-light li:before {
  background-color: #fff;
}

.text-light .featured-list li {
  color: #fff;
}

.text-light .featured-list li:before {
  background-color: #fff;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.list-icon {
  list-style: none;
  padding: 0;
}

.list-icon > li {
  position: relative;
  color: #404040;
  padding-left: 24px;
  margin-bottom: 9px;
}

.list-icon > li > i {
  display: block;
  position: absolute;
  font-size: 1.25em;
  color: #999;
  top: 6px;
  left: 0;
}

.list-icon > li > a {
  text-decoration: none;
}

dl {
  margin-top: 0;
  margin-bottom: 24px;
}

dt,
dd {
  line-height: 1.5;
}

dt {
  color: #404040;
  font-weight: bold;
}

dd {
  margin-left: 0;
  margin-bottom: 15px;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  position: relative;
  padding: 12px 0 12px 25px;
  margin: 0;
  margin-bottom: 24px;
  font-size: 18px;
  text-transform: none;
  font-style: italic;
  color: #404040;
  font-weight: 300;
  border-left: 5px solid #e7e7e7;
}

blockquote cite {
  display: block;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  font-style: normal;
  margin-top: 9px;
}

blockquote cite:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #999;
  margin-right: 9px;
}

blockquote p {
  margin-bottom: 0;
}

blockquote.light-skin {
  color: #fff;
}

blockquote.light-skin cite {
  color: #fff;
  opacity: .8;
}

blockquote.blockquote-reverse {
  text-align: right;
  padding: 12px 25px 12px 0;
  border-left: none;
  border-right: 5px solid #e7e7e7;
}

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}

.fa-ul > li {
  margin-bottom: 5px;
}

.fa-li {
  top: 0.44444em !important;
}

.form-control {
  display: block;
  width: 100%;
  line-height: 1.5;
  height: 48px;
  font-size: 14px;
  color: #404040;
  text-transform: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(64, 64, 64, 0.25);
  background-color: transparent;
  padding: 0 1px;
  margin-bottom: 24px;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.form-control:focus {
  border-color: #3d4652;
  outline: none;
}

.form-control::-moz-placeholder {
  color: #404040;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #404040;
}

.form-control::-webkit-input-placeholder {
  color: #404040;
}

.form-control.placeholder {
  color: #404040;
}

textarea.form-control {
  height: auto !important;
  padding: 12px 1px !important;
}

.form-group {
  margin-bottom: 24px;
}

.form-element {
  position: relative;
  margin-bottom: 24px;
  padding-left: 30px;
}

.form-element > i {
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  font-size: 23px;
  color: #999;
}

label {
  display: block;
  color: #808080;
  font-size: 13px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: bold;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select option.placeholder {
  color: #404040;
}

select option {
  color: #404040;
}

.form-control.error,
.form-control.error:focus {
  border-bottom: 1px solid #e74c3c;
}

.form-control.error::-moz-placeholder {
  color: #e74c3c;
}

.form-control.error:-ms-input-placeholder {
  color: #e74c3c;
}

.form-control.error::-webkit-input-placeholder {
  color: #e74c3c;
}

.form-control.valid,
.form-control.valid:focus {
  border-bottom: 1px solid #4fcdbd;
}

.form-control.valid::-moz-placeholder {
  color: #4fcdbd;
}

.form-control.valid:-ms-input-placeholder {
  color: #4fcdbd;
}

.form-control.valid::-webkit-input-placeholder {
  color: #4fcdbd;
}

.response-holder {
  position: absolute;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  padding: 12px 0;
  font-size: 13px;
  line-height: 1.8;
  color: #fff;
  padding: 10px 20px;
  top: 0;
  right: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.response-holder.error, .response-holder.success {
  visibility: visible;
  opacity: 1;
}

.response-holder.error {
  background-color: #e74c3c;
}

.response-holder.success {
  background-color: #4fcdbd;
}

.form-control + .checkbox,
.form-control + .checkbox-inline,
.form-control + .radio,
.form-control + .radio-inline {
  margin-top: 20px;
}

.checkbox,
.radio,
.checkbox-inline,
.radio-inline {
  position: relative;
  display: table;
  width: auto;
  font-size: 14px;
  color: #999;
  text-transform: none;
  font-weight: normal;
  cursor: default;
  padding-left: 25px;
  margin-bottom: 12px;
  margin-left: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox.disabled,
.radio.disabled,
.checkbox-inline.disabled,
.radio-inline.disabled {
  color: #d0d0d0;
  cursor: not-allowed;
}

.text-light.checkbox, .text-light.radio, .text-light.checkbox-inline, .text-light.radio-inline,
.text-light .checkbox,
.text-light .radio,
.text-light .checkbox-inline,
.text-light .radio-inline {
  color: #fff;
}

label.hover {
  cursor: pointer;
}

.checkbox-inline,
.radio-inline {
  display: inline-block;
  margin-right: 18px;
}

.text-right .checkbox-inline,
.text-right .radio-inline {
  margin-left: 15px;
  margin-right: 0;
}

.text-center .checkbox-inline,
.text-center .radio-inline {
  margin-left: 10px;
  margin-right: 10px;
}

.icheckbox,
.iradio {
  position: absolute;
  z-index: 0;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  left: 0;
  top: 3px;
  border: 1px solid #3d4652;
  border-radius: 1px;
  background-clip: padding-box;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.icheckbox.disabled,
.iradio.disabled {
  border-color: #d0d0d0;
  cursor: not-allowed;
}

.text-light .icheckbox,
.text-light .iradio {
  border: 1px solid #fff;
}

.icheckbox.checked {
  left: -6px;
  top: 0;
  width: 10px;
  height: 18px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid #3d4652;
  border-bottom: 1px solid #3d4652;
  -webkit-transform: rotateZ(40deg);
  -moz-transform: rotateZ(40deg);
  -ms-transform: rotateZ(40deg);
  -o-transform: rotateZ(40deg);
  transform: rotateZ(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.icheckbox.checked.disabled {
  border-right-color: #d0d0d0;
  border-bottom-color: #d0d0d0;
  cursor: not-allowed;
}

.iradio,
.iradio:before {
  border-radius: 50%;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.iradio:before {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #3d4652;
  opacity: 0;
  top: 3px;
  left: 3px;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.iradio.checked {
  border-color: #3d4652;
}

.iradio.checked.disabled {
  border-color: #d0d0d0;
  cursor: not-allowed;
}

.iradio.checked.disabled:before {
  background-color: #d0d0d0;
}

.text-light .iradio:before {
  background-color: #fff;
}

.text-light .iradio.checked {
  border-color: #fff;
}

.iradio.checked:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.text-right .checkbox-inline,
.text-right .radio-inline {
  margin-left: 25px;
  margin-right: 0;
}

.contact-form.container,
.comment-respond.container {
  width: 100% !important;
}

.comment-respond.container {
  padding: 0;
}

caption {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #999;
  text-align: left;
}

th {
  text-align: left;
}

table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #e2e2e2;
  margin-bottom: 24px;
}

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: 15px;
  line-height: 1.5;
  vertical-align: top;
  border-bottom: 1px solid #e2e2e2;
}

table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 1px !important;
}

table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e2e2e2;
}

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 #e2e2e2;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > table {
    border: 0;
  }
  .table-responsive > table > thead > tr > th:first-child,
  .table-responsive > table > thead > tr > td:first-child,
  .table-responsive > table > tbody > tr > th:first-child,
  .table-responsive > table > tbody > tr > td:first-child,
  .table-responsive > table > tfoot > tr > th:first-child,
  .table-responsive > table > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > table > thead > tr > th:last-child,
  .table-responsive > table > thead > tr > td:last-child,
  .table-responsive > table > tbody > tr > th:last-child,
  .table-responsive > table > tbody > tr > td:last-child,
  .table-responsive > table > tfoot > tr > th:last-child,
  .table-responsive > table > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > table > tbody > tr:last-child > th,
  .table-responsive > table > tbody > tr:last-child > td,
  .table-responsive > table > tfoot > tr:last-child > th,
  .table-responsive > table > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

.btn {
  display: inline-block;
  height: 48px;
  line-height: 45px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 24px;
  padding: 0 30px;
  margin: 10px 0;
  margin-right: 8px;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background-color 0.3s ease-out;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
  background-color: #3d4652;
}

.btn:hover {
  background-color: #535f6f;
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.btn:focus {
  outline: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
}

.btn.disabled, .btn[disabled] {
  cursor: not-allowed;
  background-color: #e2e2e2 !important;
}

.btn.disabled:hover, .btn[disabled]:hover {
  background-color: #e2e2e2 !important;
}

.btn i, .btn i:before {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-top: -2px;
  font-size: 16px;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  opacity: .5;
  pointer-events: none;
  pointer: not-allowed;
}

.btn-default, .btn-default:hover,
.btn-primary, .btn-primary:hover,
.btn-primary:active, .btn-primary:focus,
.btn-success, .btn-success:hover,
.btn-success:active, .btn-success:focus,
.btn-info, .btn-info:hover,
.btn-info:active, .btn-info:focus,
.btn-warning, .btn-warning:hover,
.btn-warning:active, .btn-warning:focus,
.btn-danger, .btn-danger:hover,
.btn-danger:active, .btn-danger:focus {
  color: #fff;
}

.btn-default {
  background-color: #3d4652;
}

.btn-default:hover {
  background-color: #535f6f;
}

.btn-primary {
  background-color: #ff3366;
}

.btn-primary:hover {
  background-color: #ff668c;
}

.btn-success {
  background-color: #4fcdbd;
}

.btn-success:hover {
  background-color: #77d8cc;
}

.btn-info {
  background-color: #3498db;
}

.btn-info:hover {
  background-color: #5faee3;
}

.btn-warning {
  background-color: #fcab53;
}

.btn-warning:hover {
  background-color: #fdc385;
}

.btn-danger {
  background-color: #e74c3c;
}

.btn-danger:hover {
  background-color: #ed7669;
}

.btn-light {
  background-color: #fff;
  color: #404040;
}

.btn-light:hover {
  background-color: white;
}

.btn-light:hover {
  color: #404040;
}

.btn-ghost {
  background-color: transparent;
  color: #3d4652;
  border-color: #3d4652;
}

.btn-ghost:hover {
  color: #fff;
  background-color: #3d4652;
}

.btn-ghost.btn-default {
  background-color: transparent;
  color: #3d4652;
  border-color: #3d4652;
}

.btn-ghost.btn-default:hover {
  color: #fff;
  background-color: #3d4652;
}

.btn-ghost.btn-primary {
  background-color: transparent;
  color: #ff3366;
  border-color: #ff3366;
}

.btn-ghost.btn-primary:hover {
  color: #fff;
  background-color: #ff3366;
}

.btn-ghost.btn-success {
  background-color: transparent;
  color: #4fcdbd;
  border-color: #4fcdbd;
}

.btn-ghost.btn-success:hover {
  color: #fff;
  background-color: #4fcdbd;
}

.btn-ghost.btn-info {
  background-color: transparent;
  color: #3498db;
  border-color: #3498db;
}

.btn-ghost.btn-info:hover {
  color: #fff;
  background-color: #3498db;
}

.btn-ghost.btn-warning {
  background-color: transparent;
  color: #fcab53;
  border-color: #fcab53;
}

.btn-ghost.btn-warning:hover {
  color: #fff;
  background-color: #fcab53;
}

.btn-ghost.btn-danger {
  background-color: transparent;
  color: #e74c3c;
  border-color: #e74c3c;
}

.btn-ghost.btn-danger:hover {
  color: #fff;
  background-color: #e74c3c;
}

.btn-ghost.btn-light {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-ghost.btn-light:hover {
  color: #fff;
  background-color: #fff;
}

.btn-ghost.btn-light:hover {
  color: #404040;
}

.btn-sm {
  height: 36px;
  font-size: 14px;
  font-weight: normal;
  line-height: 33px;
  padding: 0 25px;
  border-radius: 18px;
}

.btn-sm.btn-ghost {
  font-weight: normal;
}

.btn-inline {
  margin-top: 0;
  margin-bottom: 0;
}

.btn i, .btn i:before {
  display: inline-block;
  margin-top: -3px;
}

.btn-icon-left {
  padding-left: 25px;
}

.btn-icon-left i {
  margin-right: 7px;
}

.btn-icon-left.btn-sm {
  padding-left: 18px;
}

.btn-icon-left.btn-sm i {
  margin-right: 5px;
}

.btn-icon-right {
  padding-right: 25px;
}

.btn-icon-right i {
  margin-left: 7px;
}

.btn-icon-right.btn-sm {
  padding-right: 18px;
}

.btn-icon-right.btn-sm i {
  margin-left: 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0;
}

.btn-block + .btn-block {
  margin-top: 20px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.text-center .btn {
  margin-left: 5px;
  margin-right: 5px;
}

.text-center .btn.btn-block {
  margin-left: 0;
  margin-right: 0;
}

.text-right .btn {
  margin-left: 10px;
  margin-right: 0;
}

.text-right .btn.btn-block {
  margin-left: 0;
}

.scroll-to-top-btn {
  display: block;
  position: fixed;
  text-align: center;
  text-decoration: none;
  z-index: 9700;
  right: -60px;
  bottom: 20px;
  font-size: 24px;
  color: #3d4652;
  border-radius: 50%;
  padding-left: 1px;
  opacity: 0;
  -webkit-transition: right 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, color 0.3s;
  /* older webkit */
  -webkit-transition: right 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, color 0.3s;
  -moz-transition: right 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, color 0.3s;
  transition: right 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, color 0.3s;
  /* easeInOutBack */
}

.scroll-to-top-btn:hover {
  color: #ff3366;
}

.scroll-to-top-btn.visible {
  right: 15px;
  opacity: 1;
}

.load-more-btn {
  width: 100%;
  max-width: 270px;
}

.load-more-btn > i:before {
  font-size: 1.1em;
}

.app-store-btn,
.google-play-btn,
.amazon-btn,
.windows-btn {
  display: inline-block;
  width: 130px;
  height: 40px;
  margin: 10px 14px 10px 0;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: no-repeat;
  background-size: cover;
}

.app-store-btn {
  background-image: url(../img/market-btns/app-store.png);
}

.google-play-btn {
  background-image: url(../img/market-btns/google-play.png);
}

.amazon-btn {
  background-image: url(../img/market-btns/amazon.png);
}

.windows-btn {
  width: 157px;
  height: 40px;
  background-image: url(../img/market-btns/windows.png);
}

.text-center .app-store-btn,
.text-center .google-play-btn,
.text-center .amazon-btn,
.text-center .windows-btn {
  margin-left: 7px;
  margin-right: 7px;
}

.text-left .app-store-btn,
.text-left .google-play-btn,
.text-left .amazon-btn,
.text-left .windows-btn {
  margin-left: 14px;
  margin-right: 0;
}

.is-preloader {
  background-color: #fff;
}

.is-preloader.pace-done {
  background-color: #f3f3f3;
}

.is-preloader > .page-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pace-done > .page-wrapper {
  visibility: visible;
  opacity: 1;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #3d4652;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #3d4652, 0 0 5px #3d4652;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 50%;
  right: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: solid 2px transparent;
  border-top-color: #3d4652;
  border-left-color: #3d4652;
  border-radius: 50%;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Base class */
.social-bar a {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  margin-right: 16px;
  margin-bottom: 7px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.social-bar.text-center a {
  margin-left: 8px;
  margin-right: 8px;
}

.social-bar.text-right a {
  margin-left: 16px;
  margin-right: 0;
}

.text-center .social-bar a {
  margin-left: 8px;
  margin-right: 8px;
}

.text-right .social-bar a {
  margin-left: 16px;
  margin-right: 0;
}

/* Email */
.sb-email {
  color: #3d4652;
}

.sb-email:hover, .sb-email:focus {
  color: #3d4652 !important;
}

/* Behance */
.sb-behance {
  color: #3d4652;
}

.sb-behance:hover, .sb-behance:focus {
  color: #1769ff !important;
}

/* Bitbucket */
.sb-bitbucket {
  color: #3d4652;
}

.sb-bitbucket:hover, .sb-bitbucket:focus {
  color: #205081 !important;
}

/* CodePen */
.sb-codepen {
  color: #3d4652;
}

.sb-codepen:hover, .sb-codepen:focus {
  color: #76daff !important;
}

/* DeviantArt */
.sb-deviantart {
  color: #3d4652;
}

.sb-deviantart:hover, .sb-deviantart:focus {
  color: #4e6252 !important;
}

/* Digg */
.sb-digg {
  color: #3d4652;
}

.sb-digg:hover, .sb-digg:focus {
  color: #000 !important;
}

/* Dribbble */
.sb-dribbble {
  color: #3d4652;
}

.sb-dribbble:hover, .sb-dribbble:focus {
  color: #ea4c89 !important;
}

/* Dropbox */
.sb-dropbox {
  color: #3d4652;
}

.sb-dropbox:hover, .sb-dropbox:focus {
  color: #007ee5 !important;
}

/* Facebook */
.sb-facebook {
  color: #3d4652;
}

.sb-facebook:hover, .sb-facebook:focus {
  color: #3b5998 !important;
}

/* Flickr */
.sb-flickr {
  color: #3d4652;
}

.sb-flickr:hover, .sb-flickr:focus {
  color: #0063dc !important;
}

/* Foursquare */
.sb-foursquare {
  color: #3d4652;
}

.sb-foursquare:hover, .sb-foursquare:focus {
  color: #ef4b78 !important;
}

/* GitHub */
.sb-github {
  color: #3d4652;
}

.sb-github:hover, .sb-github:focus {
  color: #4183c4 !important;
}

/* Google+ */
.sb-google-plus {
  color: #3d4652;
}

.sb-google-plus:hover, .sb-google-plus:focus {
  color: #dd4b39 !important;
}

/* Instagram */
.sb-instagram {
  color: #3d4652;
}

.sb-instagram:hover, .sb-instagram:focus {
  color: #3f729b !important;
}

/* Jsfiddle */
.sb-jsfiddle {
  color: #3d4652;
}

.sb-jsfiddle:hover, .sb-jsfiddle:focus {
  color: #4679bd !important;
}

/* LastFM */
.sb-lastfm {
  color: #3d4652;
}

.sb-lastfm:hover, .sb-lastfm:focus {
  color: #e31b23 !important;
}

/* LinkedIn */
.sb-linkedin {
  color: #3d4652;
}

.sb-linkedin:hover, .sb-linkedin:focus {
  color: #0976b4 !important;
}

/* PayPal */
.sb-paypal {
  color: #3d4652;
}

.sb-paypal:hover, .sb-paypal:focus {
  color: #253b80 !important;
}

/* Pinterest */
.sb-pinterest {
  color: #3d4652;
}

.sb-pinterest:hover, .sb-pinterest:focus {
  color: #cc2127 !important;
}

/* Reddit */
.sb-reddit {
  color: #3d4652;
}

.sb-reddit:hover, .sb-reddit:focus {
  color: #ff4500 !important;
}

/* Skype */
.sb-skype {
  color: #3d4652;
}

.sb-skype:hover, .sb-skype:focus {
  color: #00aff0 !important;
}

/* SoundCloud */
.sb-soundcloud {
  color: #3d4652;
}

.sb-soundcloud:hover, .sb-soundcloud:focus {
  color: #f80 !important;
}

/* Stack Overflow */
.sb-stackoverflow {
  color: #3d4652;
}

.sb-stackoverflow:hover, .sb-stackoverflow:focus {
  color: #fe7a15 !important;
}

/* Steam */
.sb-steam {
  color: #3d4652;
}

.sb-steam:hover, .sb-steam:focus {
  color: #7da10e !important;
}

/* StumbleUpon */
.sb-stumbleupon {
  color: #3d4652;
}

.sb-stumbleupon:hover, .sb-stumbleupon:focus {
  color: #eb4924 !important;
}

/* Trello */
.sb-trello {
  color: #3d4652;
}

.sb-trello:hover, .sb-trello:focus {
  color: #256a92 !important;
}

/* Tumblr */
.sb-tumblr {
  color: #3d4652;
}

.sb-tumblr:hover, .sb-tumblr:focus {
  color: #35465c !important;
}

/* Twitch */
.sb-twitch {
  color: #3d4652;
}

.sb-twitch:hover, .sb-twitch:focus {
  color: #6441a5 !important;
}

/* Twitter */
.sb-twitter {
  color: #3d4652;
}

.sb-twitter:hover, .sb-twitter:focus {
  color: #55acee !important;
}

/* Vimeo */
.sb-vimeo {
  color: #3d4652;
}

.sb-vimeo:hover, .sb-vimeo:focus {
  color: #1ab7ea !important;
}

/* Vine */
.sb-vine {
  color: #3d4652;
}

.sb-vine:hover, .sb-vine:focus {
  color: #00b488 !important;
}

/* VKontakte */
.sb-vk {
  color: #3d4652;
}

.sb-vk:hover, .sb-vk:focus {
  color: #45668e !important;
}

/* WeChat */
.sb-wechat {
  color: #3d4652;
}

.sb-wechat:hover, .sb-wechat:focus {
  color: #98d11c !important;
}

/* WordPress */
.sb-wordpress {
  color: #3d4652;
}

.sb-wordpress:hover, .sb-wordpress:focus {
  color: #21759b !important;
}

/* XING */
.sb-xing {
  color: #3d4652;
}

.sb-xing:hover, .sb-xing:focus {
  color: #026466 !important;
}

/* Yahoo! */
.sb-yahoo {
  color: #3d4652;
}

.sb-yahoo:hover, .sb-yahoo:focus {
  color: #400191 !important;
}

/* Yelp */
.sb-yelp {
  color: #3d4652;
}

.sb-yelp:hover, .sb-yelp:focus {
  color: #af0606 !important;
}

/* YouTube */
.sb-youtube {
  color: #3d4652;
}

.sb-youtube:hover, .sb-youtube:focus {
  color: #e52d27 !important;
}

.navbar {
  position: absolute;
  z-index: 9700;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 24px;
}

.navbar.navbar-fixed {
  position: fixed;
}

@media screen and (max-width: 1200px) {
  .navbar .container {
    width: 100%;
  }
}

.navbar .inner {
  position: relative;
  width: 100%;
  min-height: 96px;
  padding: 21px;
  background-color: #fff;
  -webkit-box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.15);
}

.site-logo {
  position: relative;
  z-index: 5;
  display: inline-block;
  width: 200px;
  min-height: 100px;
  text-decoration: none;
}

.site-logo img {
  width: 100%;
}

.toolbar {
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.toolbar .search-btn,
.toolbar .share-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 23px;
  color: rgba(64, 64, 64, 0.75);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.toolbar .search-btn:hover, .toolbar .search-btn.active,
.toolbar .share-btn:hover,
.toolbar .share-btn.active {
  color: #ff3366;
}

.toolbar .divider {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 24px;
  background-color: #e8e8e8;
  margin-right: 10px;
}

.toolbar .btn {
  margin-left: 6px;
  margin-right: 0;
}

.toolbar .search-btn {
  margin-right: 10px;
}

.toolbar .share-btn > i {
  position: relative;
  z-index: 5;
  padding-right: 15px;
}

.toolbar .share-btn .dropdown {
  position: absolute;
  z-index: 1;
  width: 130px;
  text-align: left;
  list-style: none;
  padding: 45px 14px 10px 14px;
  right: 0;
  top: -9px;
  background-color: #fff;
  -webkit-box-shadow: -3px 4px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -3px 4px 9px 0px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(5px, -15px);
  -moz-transform: translate(5px, -15px);
  -ms-transform: translate(5px, -15px);
  -o-transform: translate(5px, -15px);
  transform: translate(5px, -15px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.toolbar .share-btn .dropdown > li {
  border-top: 1px solid #eeeeee;
}

.toolbar .share-btn .dropdown > li > a {
  display: block;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  padding: 10px 5px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.toolbar .share-btn .dropdown > li > a > i {
  font-size: 14px;
  margin-right: 6px;
}

.toolbar .share-btn .dropdown.expanded {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.search-box {
  display: block;
  position: absolute;
  top: -6px;
  right: 0;
  visibility: hidden;
  opacity: 0;
  padding-bottom: 10px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.search-box input {
  width: 0;
  height: 40px;
  font-size: 14px;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 15px 0 32px;
  color: #404040;
  -webkit-transition: border-color 0.3s, width 0.35s;
  -o-transition: border-color 0.3s, width 0.35s;
  transition: border-color 0.3s, width 0.35s;
}

.search-box input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.search-box input:-ms-input-placeholder {
  color: #999;
}

.search-box input::-webkit-input-placeholder {
  color: #999;
}

.search-box input:focus {
  border-color: #3d4652;
  outline: none;
}

.search-box button[type="submit"] {
  display: block;
  position: absolute;
  top: 4px;
  left: -8px;
  color: #ff3366;
  background: none;
  border: none;
}

.search-box button[type="submit"]:focus {
  outline: none;
}

.search-box.open {
  visibility: visible;
  opacity: 1;
}

.search-box.open input {
  width: 650px;
}

.search-box.static {
  position: relative;
  width: 100%;
  top: auto;
  right: auto;
  visibility: visible;
  opacity: 1;
  margin-bottom: 28px;
}

.search-box.static input {
  width: 100%;
  background-color: transparent;
}

.search-box.static button[type="submit"] {
  font-size: 23px;
  color: #3d4652;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

.search-box.static button[type="submit"]:hover {
  color: #ff3366;
}

.main-navigation {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -25px;
}

.main-navigation > .menu {
  display: block;
  list-style: none;
  text-align: center;
  padding: 0;
  margin-bottom: 2px;
}

.main-navigation > .menu li > a {
  display: block;
  color: #3d4652;
  text-decoration: none;
  font-weight: normal;
  padding: 10px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.main-navigation > .menu li:hover > a,
.main-navigation > .menu li.current-menu-item > a,
.main-navigation > .menu li.current_page_item > a,
.main-navigation > .menu li.current-menu-ancestor > a,
.main-navigation > .menu li.current-menu-parent > a {
  color: #ff3366;
}

.main-navigation > .menu > li {
  display: inline-block;
  cursor: pointer;
}

.main-navigation > .menu > li > a {
  position: relative;
  font-size: 14px;
  padding: 12px 15px;
}

.main-navigation > .menu > li.menu-item-has-children {
  position: relative;
}

.main-navigation > .menu > li.menu-item-has-children > a > span {
  position: absolute;
  margin-left: 4px;
}

.main-navigation > .menu > li.menu-item-has-children > a:after {
  display: inline-block;
  content: "+";
  margin-left: 4px;
  margin-top: -3px;
  font-size: 1.05em;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.main-navigation > .menu > li.menu-item-has-children.active > a {
  z-index: 5;
}

.main-navigation > .menu > li.menu-item-has-children.active > a:after {
  opacity: 0;
}

.main-navigation > .menu > li .sub-menu {
  display: none;
  position: absolute;
  z-index: 1;
  width: 195px;
  text-align: left;
  list-style: none;
  padding: 45px 14px 10px 14px;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.15);
}

.main-navigation > .menu > li .sub-menu > li {
  border-top: 1px solid #eeeeee;
}

.main-navigation > .menu > li .sub-menu > li > a {
  font-size: 13px;
}

.main-navigation > .menu > li:hover .sub-menu {
  display: block;
  -webkit-animation: dropdown 0.35s;
  -o-animation: dropdown 0.35s;
  animation: dropdown 0.35s;
}

.submenu-dark .main-navigation > .menu > li .sub-menu {
  background-color: #3d4652;
}

.submenu-dark .main-navigation > .menu > li .sub-menu > li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.submenu-dark .main-navigation > .menu > li .sub-menu > li > a {
  color: rgba(255, 255, 255, 0.85);
}

.submenu-dark .main-navigation > .menu > li .sub-menu > li:hover > a,
.submenu-dark .main-navigation > .menu > li .sub-menu > li.current-menu-item > a,
.submenu-dark .main-navigation > .menu > li .sub-menu > li.current_page_item > a,
.submenu-dark .main-navigation > .menu > li .sub-menu > li.current-menu-ancestor > a,
.submenu-dark .main-navigation > .menu > li .sub-menu > li.current-menu-parent > a {
  color: #ff3366;
}

.submenu-dark .toolbar .share-btn .dropdown {
  background-color: #3d4652;
}

.submenu-dark .toolbar .share-btn .dropdown > li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.submenu-dark .toolbar .share-btn .dropdown > li > a {
  color: rgba(255, 255, 255, 0.85);
}

@-webkit-keyframes dropdown {
  from {
    opacity: 0;
    -webkit-transform: translate(-5px, -15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}

@-moz-keyframes dropdown {
  from {
    opacity: 0;
    -moz-transform: translate(-5px, -15px);
  }
  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
}

@keyframes dropdown {
  from {
    opacity: 0;
    -webkit-transform: translate(-5px, -15px);
    -moz-transform: translate(-5px, -15px);
    -ms-transform: translate(-5px, -15px);
    -o-transform: translate(-5px, -15px);
    transform: translate(-5px, -15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.mobile-tools {
  display: none;
  padding: 24px 20px;
  background-color: #f3f3f3;
  -webkit-box-shadow: inset 3px 4px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 3px 4px 9px 0px rgba(0, 0, 0, 0.15);
}

.mobile-tools .search-box {
  position: relative;
  top: auto;
  right: auto;
  visibility: visible;
  opacity: 1;
  padding-bottom: 10px;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.mobile-tools .search-box input {
  width: 100%;
  background-color: transparent;
}

.mobile-tools .search-box button[type="submit"] {
  font-size: 23px;
  color: #3d4652;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

.mobile-tools .search-box button[type="submit"]:hover {
  color: #ff3366;
}

.mobile-tools .social-bar > a {
  color: #b5b5b5;
}

.nav-toggle {
  position: relative;
  display: none;
  vertical-align: middle;
  z-index: 1;
  width: 25px;
  height: 36px;
  cursor: pointer;
  margin-left: 11px;
  margin-right: -5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav-toggle span {
  position: absolute;
  width: 25px;
  height: 1px;
  top: 50%;
  margin-top: -1px;
  background-color: #404040;
}

.nav-toggle span:before, .nav-toggle span:after {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  left: 0;
  background-color: #404040;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.nav-toggle span:before {
  top: -7px;
}

.nav-toggle span:after {
  bottom: -7px;
}

.nav-toggle.active span {
  width: 0px;
}

.nav-toggle.active span:before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.nav-toggle.active span:after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

@media screen and (max-width: 991px) {
  .site-logo {
    margin-top: 5px;
    width: 114px;
  }
  .mobile-tools {
    display: block;
  }
  .navbar {
    padding-top: 0;
  }
  .navbar.navbar-fixed {
    position: absolute;
  }
  .navbar .container {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar .toolbar .search-btn,
  .navbar .toolbar .share-btn,
  .navbar .toolbar .divider {
    display: none;
  }
  .navbar .mobile-dropdown {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.45s;
    -o-transition: all 0.45s;
    transition: all 0.45s;
  }
  .navbar .mobile-dropdown .main-navigation {
    position: relative;
    top: auto;
    margin-top: 0;
  }
  .navbar .mobile-dropdown .main-navigation > .menu {
    text-align: left;
  }
  .navbar .mobile-dropdown .main-navigation > .menu > li {
    display: block;
    border-top: 1px solid #eeeeee;
  }
  .navbar .mobile-dropdown .main-navigation > .menu > li > a {
    display: block;
    padding: 12px 40px 12px 22px;
    border-left: 2px solid transparent;
  }
  .navbar .mobile-dropdown .main-navigation > .menu > li.current-menu-item > a,
  .navbar .mobile-dropdown .main-navigation > .menu > li.current_page_item > a,
  .navbar .mobile-dropdown .main-navigation > .menu > li.current-menu-ancestor > a,
  .navbar .mobile-dropdown .main-navigation > .menu > li.current-menu-parent > a {
    border-left: 2px solid #ff3366;
  }
  .navbar .mobile-dropdown .main-navigation > .menu > li.menu-item-has-children > a > span {
    display: none;
  }
  .navbar .mobile-dropdown .main-navigation > .menu > li.menu-item-has-children > a:after {
    position: absolute;
    right: 22px;
  }
  .navbar .mobile-dropdown .main-navigation > .menu > li.menu-item-has-children.active a:after {
    opacity: 1;
  }
  .navbar .mobile-dropdown .main-navigation > .menu > li.menu-item-has-children.open > a {
    color: #ff3366;
  }
  .navbar .mobile-dropdown .main-navigation > .menu > li.menu-item-has-children.open > a:after {
    content: "–";
  }
  .navbar .mobile-dropdown .main-navigation > .menu > li .sub-menu {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 14px;
    background-color: #f3f3f3;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar .mobile-dropdown .main-navigation > .menu > li .sub-menu > li {
    border-top: 1px solid #e6e6e6;
  }
  .navbar .mobile-dropdown .main-navigation > .menu > li .sub-menu > li > a {
    color: #3d4652;
  }
  .navbar .mobile-dropdown .main-navigation > .menu > li .sub-menu > li > a:hover {
    color: #ff3366;
  }
  .navbar .mobile-dropdown .main-navigation > .menu > li .sub-menu > li.current-menu-item > a,
  .navbar .mobile-dropdown .main-navigation > .menu > li .sub-menu > li.current_page_item > a {
    color: #ff3366;
  }
  .navbar .mobile-dropdown .main-navigation > .menu > li .sub-menu.expanded {
    max-height: 1000px;
  }
  .navbar .mobile-dropdown .main-navigation > .menu > li:hover .sub-menu {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }
  .navbar .mobile-dropdown.expanded {
    display: block;
    -webkit-animation: slideDown 0.3s;
    -o-animation: slideDown 0.3s;
    animation: slideDown 0.3s;
  }
  .navbar .nav-toggle {
    display: inline-block;
  }
}

@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}

@-moz-keyframes slideDown {
  from {
    opacity: 0;
    -moz-transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.page-title {
  position: relative;
  width: 100%;
  background-color: #ebebeb;
  padding: 228px 0 84px 0;
  margin-bottom: 72px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-title .overlay {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #453f84;
  background: -moz-linear-gradient(top, #453f84 0%, #3a2d46 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #453f84), color-stop(100%, #3a2d46));
  background: -webkit-linear-gradient(top, #453f84 0%, #3a2d46 100%);
  background: -o-linear-gradient(top, #453f84 0%, #3a2d46 100%);
  background: -ms-linear-gradient(top, #453f84 0%, #3a2d46 100%);
  background: linear-gradient(to bottom, #453f84 0%, #3a2d46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.page-title .container {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 1200px) {
  .page-title .container {
    width: 100%;
  }
}

.page-title .inner {
  display: table;
  width: 100%;
}

.page-title .title {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 65%;
  padding-right: 30px;
  padding-left: 29px;
}

.page-title .title .back-btn {
  display: block;
  position: absolute;
  color: #404040;
  font-size: 18px;
  left: 0;
  top: 4px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.page-title .title .back-btn:hover {
  color: #ff3366;
}

.page-title h1 {
  font-size: 20px;
  text-transform: uppercase;
  font-style: normal;
  margin-bottom: 12px;
}

.page-title .page-description {
  font-size: 14px;
  color: #999;
}

.page-title .breadcrumbs {
  position: relative;
  display: table-cell;
  vertical-align: top;
  text-align: right;
  width: 35%;
  width: 100%;
}

.page-title .breadcrumbs a, .page-title .breadcrumbs span {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  color: #404040;
  text-decoration: none;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

.page-title .breadcrumbs a:before, .page-title .breadcrumbs span:before {
  display: inline-block;
  color: #404040;
  content: "/";
  margin: 0 5px;
}

.page-title .breadcrumbs a:first-child:before, .page-title .breadcrumbs span:first-child:before {
  display: none;
}

.page-title .breadcrumbs a:hover {
  color: #ff3366;
}

.page-title .breadcrumbs span {
  color: #999;
  cursor: default;
}

.page-title.pt-dark {
  background-color: #3d4652;
}

.page-title.pt-dark .title .back-btn {
  color: #fff;
}

.page-title.pt-dark .title .back-btn:hover {
  color: #ff3366;
}

.page-title.pt-dark h1 {
  color: #fff;
}

.page-title.pt-dark .breadcrumbs a, .page-title.pt-dark .breadcrumbs span {
  color: #fff;
}

.page-title.pt-dark .breadcrumbs a:before, .page-title.pt-dark .breadcrumbs span:before {
  color: #fff;
}

.page-title.pt-dark .breadcrumbs span {
  color: rgba(255, 255, 255, 0.5);
}

.page-title.pt-dark .breadcrumbs a:hover {
  color: #ff3366;
}

.page-title.pt-dark .page-description {
  color: #fff;
  opacity: .5;
}

@media screen and (max-width: 991px) {
  .page-title {
    padding: 192px 0 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .page-title {
    padding: 168px 0 48px 0;
    margin-bottom: 48px;
  }
  .page-title .inner, .page-title .title,
  .page-title .breadcrumbs {
    display: block;
    width: 100%;
    text-align: center;
  }
  .page-title .title {
    padding: 0;
  }
  .page-title .title .back-btn {
    display: none;
  }
}

.no-csstransitions .page-title .overlay {
  filter: none;
}

.grid {
  position: relative;
}

.grid .gutter-sizer {
  width: 2.5%;
}

@media screen and (max-width: 768px) {
  .grid .gutter-sizer {
    width: 4%;
  }
}

.grid .grid-item {
  position: relative;
  float: left;
  margin-bottom: 2.8%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid .grid-item .tile {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .grid .grid-item {
    margin-bottom: 4%;
  }
}

.grid.isotope-grid {
  overflow: hidden;
}

.grid.isotope-grid:before, .grid.isotope-grid:after {
  content: " ";
  display: table;
}

.grid.isotope-grid:after {
  clear: both;
}

.grid.isotope-grid.col-1 .grid-sizer,
.grid.isotope-grid.col-1 .grid-item {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}

.grid.isotope-grid.col-2 .grid-sizer,
.grid.isotope-grid.col-2 .grid-item {
  width: 48.75%;
}

@media screen and (max-width: 768px) {
  .grid.isotope-grid.col-2 .grid-sizer,
  .grid.isotope-grid.col-2 .grid-item {
    width: 48%;
  }
}

@media screen and (max-width: 600px) {
  .grid.isotope-grid.col-2 .grid-sizer,
  .grid.isotope-grid.col-2 .grid-item {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

.grid.isotope-grid.col-3 .grid-sizer,
.grid.isotope-grid.col-3 .grid-item {
  width: 31.66667%;
}

@media screen and (max-width: 991px) {
  .grid.isotope-grid.col-3 .grid-sizer,
  .grid.isotope-grid.col-3 .grid-item {
    width: 48.75%;
  }
}

@media screen and (max-width: 768px) {
  .grid.isotope-grid.col-3 .grid-sizer,
  .grid.isotope-grid.col-3 .grid-item {
    width: 48%;
  }
}

@media screen and (max-width: 600px) {
  .grid.isotope-grid.col-3 .grid-sizer,
  .grid.isotope-grid.col-3 .grid-item {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

.grid.isotope-grid.col-4 .grid-sizer,
.grid.isotope-grid.col-4 .grid-item {
  width: 23.125%;
}

@media screen and (max-width: 991px) {
  .grid.isotope-grid.col-4 .grid-sizer,
  .grid.isotope-grid.col-4 .grid-item {
    width: 48.75%;
  }
}

@media screen and (max-width: 768px) {
  .grid.isotope-grid.col-4 .grid-sizer,
  .grid.isotope-grid.col-4 .grid-item {
    width: 48%;
  }
}

@media screen and (max-width: 600px) {
  .grid.isotope-grid.col-4 .grid-sizer,
  .grid.isotope-grid.col-4 .grid-item {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}

.grid.isotope-masonry-grid {
  overflow: hidden;
}

.grid.isotope-masonry-grid:before, .grid.isotope-masonry-grid:after {
  content: " ";
  display: table;
}

.grid.isotope-masonry-grid:after {
  clear: both;
}

.grid.isotope-masonry-grid .gutter-sizer {
  width: 1.8%;
}

.grid.isotope-masonry-grid .grid-sizer,
.grid.isotope-masonry-grid .grid-item {
  width: 32.13333%;
  height: 380px;
  margin-bottom: 33px;
}

.grid.isotope-masonry-grid .grid-sizer.h2,
.grid.isotope-masonry-grid .grid-item.h2 {
  height: 793px;
}

.grid.isotope-masonry-grid .grid-sizer.w2,
.grid.isotope-masonry-grid .grid-item.w2 {
  width: 66%;
}

.container .grid.isotope-masonry-grid .gutter-sizer {
  width: 2.4%;
}

.container .grid.isotope-masonry-grid .grid-sizer,
.container .grid.isotope-masonry-grid .grid-item {
  width: 31.73333%;
  height: 300px;
  margin-bottom: 33px;
}

.container .grid.isotope-masonry-grid .grid-sizer.h2,
.container .grid.isotope-masonry-grid .grid-item.h2 {
  height: 633px;
}

.container .grid.isotope-masonry-grid .grid-sizer.w2,
.container .grid.isotope-masonry-grid .grid-item.w2 {
  width: 66%;
}

@media screen and (min-width: 1350px) {
  .container-fluid .grid .gutter-sizer {
    width: 1.8%;
  }
  .container-fluid .grid .grid-item {
    margin-bottom: 1.8%;
  }
  .container-fluid .grid.isotope-grid.col-1 .grid-sizer,
  .container-fluid .grid.isotope-grid.col-1 .grid-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .container-fluid .grid.isotope-grid.col-2 .grid-sizer,
  .container-fluid .grid.isotope-grid.col-2 .grid-item {
    width: 49.1%;
  }
  .container-fluid .grid.isotope-grid.col-3 .grid-sizer,
  .container-fluid .grid.isotope-grid.col-3 .grid-item {
    width: 32.13333%;
  }
  .container-fluid .grid.isotope-grid.col-4 .grid-sizer,
  .container-fluid .grid.isotope-grid.col-4 .grid-item {
    width: 23.65%;
  }
}

@media screen and (max-width: 1700px) {
  .grid.isotope-masonry-grid .grid-item,
  .container .grid.isotope-masonry-grid .grid-item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1480px) {
  .grid.isotope-masonry-grid .grid-sizer,
  .grid.isotope-masonry-grid .grid-item,
  .container .grid.isotope-masonry-grid .grid-sizer,
  .container .grid.isotope-masonry-grid .grid-item {
    width: 31.86667%;
  }
  .grid.isotope-masonry-grid .gutter-sizer,
  .container .grid.isotope-masonry-grid .gutter-sizer {
    width: 2.2%;
  }
}

@media screen and (max-width: 1200px) {
  .grid.isotope-masonry-grid .gutter-sizer {
    width: 2.6%;
  }
  .grid.isotope-masonry-grid .grid-sizer,
  .grid.isotope-masonry-grid .grid-item {
    width: 31.6%;
    height: 270px;
  }
  .grid.isotope-masonry-grid .grid-sizer.h2,
  .grid.isotope-masonry-grid .grid-item.h2 {
    height: 570px;
  }
  .container .grid.isotope-masonry-grid .grid-item {
    margin-bottom: 24px;
  }
  .container-fluid .grid.isotope-grid.col-4 .gutter-sizer {
    width: 2%;
  }
  .container-fluid .grid.isotope-grid.col-4 .grid-item {
    margin-bottom: 2%;
  }
  .container-fluid .grid.isotope-grid.col-4 .grid-sizer,
  .container-fluid .grid.isotope-grid.col-4 .grid-item {
    width: 32%;
  }
}

@media screen and (max-width: 991px) {
  .grid.isotope-masonry-grid .gutter-sizer,
  .container .grid.isotope-masonry-grid .gutter-sizer {
    width: 3.5%;
  }
  .grid.isotope-masonry-grid .grid-sizer,
  .grid.isotope-masonry-grid .grid-item,
  .container .grid.isotope-masonry-grid .grid-sizer,
  .container .grid.isotope-masonry-grid .grid-item {
    width: 48.25%;
    margin-bottom: 24px;
    height: 260px;
  }
  .grid.isotope-masonry-grid .grid-sizer.h2,
  .grid.isotope-masonry-grid .grid-item.h2,
  .container .grid.isotope-masonry-grid .grid-sizer.h2,
  .container .grid.isotope-masonry-grid .grid-item.h2 {
    height: 544px;
  }
  .grid.isotope-masonry-grid .grid-sizer.w2,
  .grid.isotope-masonry-grid .grid-item.w2,
  .container .grid.isotope-masonry-grid .grid-sizer.w2,
  .container .grid.isotope-masonry-grid .grid-item.w2 {
    width: 100%;
  }
  .container-fluid .grid.isotope-grid.col-4 .gutter-sizer {
    width: 3.5%;
  }
  .container-fluid .grid.isotope-grid.col-4 .grid-item {
    margin-bottom: 3.5%;
  }
  .container-fluid .grid.isotope-grid.col-4 .grid-sizer,
  .container-fluid .grid.isotope-grid.col-4 .grid-item {
    width: 48.25%;
  }
}

@media screen and (max-width: 600px) {
  .grid.isotope-masonry-grid .gutter-sizer,
  .container .grid.isotope-masonry-grid .gutter-sizer {
    width: 0;
  }
  .grid.isotope-masonry-grid .grid-sizer,
  .grid.isotope-masonry-grid .grid-item,
  .container .grid.isotope-masonry-grid .grid-sizer,
  .container .grid.isotope-masonry-grid .grid-item {
    width: 100%;
  }
  .container-fluid .grid.isotope-grid.col-4 .gutter-sizer {
    width: 0px;
  }
  .container-fluid .grid.isotope-grid.col-4 .grid-sizer,
  .container-fluid .grid.isotope-grid.col-4 .grid-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .grid.isotope-masonry-grid .grid-item,
  .container .grid.isotope-masonry-grid .grid-item {
    height: 230px;
  }
  .grid.isotope-masonry-grid .grid-item.h2,
  .container .grid.isotope-masonry-grid .grid-item.h2 {
    height: 460px;
  }
}

.grid.isotope-grid .grid-item .tile {
  position: relative;
}

.tile {
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.tile .tile-body {
  padding: 22px;
}

.tile .list-icon {
  margin-bottom: 0;
}

.tile.tile-transparent {
  max-width: 300px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tile.tile-transparent .tile-body {
  padding: 22px 0;
}

.tile a {
  text-decoration: none;
}

.tile > form {
  padding: 30px 22px 25px 22px;
}

.tile > form h1, .tile > form h2, .tile > form h3, .tile > form h4, .tile > form h5 {
  margin-bottom: 12px;
}

.tile.tile-with-icon {
  text-align: center;
}

.tile.tile-with-icon .tile-body {
  padding-bottom: 25px;
}

.tile.tile-with-icon i {
  display: block;
  font-size: 46px;
  color: #404040;
  margin: 6px auto 18px auto;
}

.tile.tile-with-icon h3, .tile.tile-with-icon h4 {
  font-size: 20px;
}

.tile.tile-with-icon h3:after, .tile.tile-with-icon h4:after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #404040;
  margin: 12px auto;
}

.tile.tile-with-icon p {
  margin-bottom: 12px;
}

.gallery-tile {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.gallery-tile:focus, .gallery-tile:active {
  outline: none;
}

.gallery-tile .image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.gallery-tile:before {
  display: block;
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background: #453f84;
  background: -moz-linear-gradient(top, #453f84 0%, #3a2d46 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #453f84), color-stop(100%, #3a2d46));
  background: -webkit-linear-gradient(top, #453f84 0%, #3a2d46 100%);
  background: -o-linear-gradient(top, #453f84 0%, #3a2d46 100%);
  background: -ms-linear-gradient(top, #453f84 0%, #3a2d46 100%);
  background: linear-gradient(to bottom, #453f84 0%, #3a2d46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.gallery-tile .icon {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 122px;
  text-align: center;
  top: 50%;
  left: 0;
  margin-top: -61px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.gallery-tile .icon > i {
  display: inline-block;
  width: 122px;
  height: 122px;
  line-height: 122px;
  font-size: 46px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}

.gallery-tile:hover .image {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.gallery-tile:hover .icon {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.gallery-tile:hover:before {
  opacity: 0.7;
}

.post-share-btn {
  position: relative;
  display: inline-block;
}

.post-share-btn > a {
  display: block;
  font-size: 21px;
  text-align: center;
  color: #3d4652;
  background-color: #fff;
  border-radius: 50%;
}

.post-share-btn > a > i {
  width: 42px;
  height: 42px;
  line-height: 42px;
}

.post-share-btn.active > a,
.post-share-btn > a:hover {
  color: #ff3366;
}

.post-share-btn .share-dropup {
  position: absolute;
  width: 130px;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  left: 0;
  top: -57px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.post-share-btn .share-dropup:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -8px;
  left: 15px;
  border-width: 8px 6px 0;
  border-top-color: #fff;
}

.post-share-btn .share-dropup > a {
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
  font-size: 1.1em;
  text-decoration: none;
}

.post-share-btn .share-dropup > a > .fa-facebook {
  color: #3b5998;
}

.post-share-btn .share-dropup > a > .fa-twitter {
  color: #55acee;
}

.post-share-btn .share-dropup > a > .fa-google-plus {
  color: #dd4b39;
}

.post-share-btn .share-dropup > a > .fa-instagram {
  color: #3f729b;
}

.post-share-btn.dropup-right .share-dropup {
  left: auto;
  right: 0;
}

.post-share-btn.dropup-right .share-dropup:before {
  left: auto;
  right: 15px;
}

.post-share-btn.active .share-dropup {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.post-tile .post-meta {
  display: table;
  width: 100%;
  margin-bottom: 16px;
}

.post-tile .post-meta .delimiter {
  color: #aeaeae;
  margin-right: 8px;
}

.post-tile .post-meta .post-date,
.post-tile .post-meta .comments-count {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  color: #aeaeae;
}

.post-tile .post-meta .post-date a,
.post-tile .post-meta .comments-count a {
  font-size: 12px;
  color: #aeaeae;
  text-decoration: none;
}

.post-tile .post-meta .post-date a:hover,
.post-tile .post-meta .comments-count a:hover {
  color: #ff3366;
}

.post-tile .post-meta .comments-count {
  text-align: right;
}

.post-tile .post-meta .post-author,
.post-tile .post-meta .post-taxonomy {
  display: inline-block;
  font-size: 13px;
  color: #aeaeae;
  margin-right: 8px;
}

.post-tile .post-meta .post-author a,
.post-tile .post-meta .post-taxonomy a {
  color: #aeaeae;
  text-decoration: none;
}

.post-tile .post-meta .post-author a:hover,
.post-tile .post-meta .post-taxonomy a:hover {
  color: #ff3366;
}

.post-tile .post-thumb {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.post-tile .post-thumb:before {
  display: block;
  position: absolute;
  content: "";
  border-bottom: 68px solid #fff;
  border-left: 880px solid transparent;
  left: 0;
  bottom: 0;
}

.post-tile .post-thumb .post-meta {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 20px;
  padding: 0 22px;
}

.post-tile .post-thumb .post-meta .post-date a,
.post-tile .post-thumb .post-meta .comments-count a {
  color: #aeaeae;
}

.post-tile .post-thumb .post-share-btn {
  position: absolute;
  z-index: 5;
  left: 22px;
  bottom: 32px;
}

.post-tile .post-body {
  position: relative;
  z-index: 5;
}

.post-tile .post-body .post-title {
  font-size: 24px;
}

.post-tile .post-body .post-title > a {
  text-decoration: none;
  color: #404040;
}

.post-tile .post-body .post-title > a:hover {
  color: #ff3366;
}

.post-tile .post-body p {
  margin-bottom: 16px;
}

.sticky .post-format,
.format-image .post-format,
.format-gallery .post-format,
.format-video .post-format,
.format-audio .post-format,
.format-quote .post-format,
.format-link .post-format,
.format-chat .post-format {
  display: block;
  position: absolute;
  z-index: 2;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-family: 'Pe-icon-7-stroke';
  font-size: 27px;
  color: #fff;
  background-color: #ff3366;
  border-radius: 50%;
  top: -90px;
  right: 22px;
  -webkit-box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0 4px 8px 0px rgba(0, 0, 0, 0.21);
}

.format-standard .post-format {
  display: none;
}

.format-standard.sticky .post-format {
  display: block;
}

.sticky .post-format {
  background-color: #3d4652;
}

.sticky .post-format:before {
  content: "\e69b";
}

.format-image .post-format:before {
  content: "\e6bf";
}

.format-gallery .post-format:before {
  content: "\e626";
}

.format-video .post-format:before {
  content: "\e6a5";
}

.format-audio .post-format:before {
  content: "\e630";
}

.format-quote .post-format:before {
  content: "\e61a";
}

.format-link .post-format:before {
  content: "\e641";
}

.format-chat .post-format:before {
  content: "\e66d";
}

.container .grid.isotope-grid.col-2 .grid-item .post-tile .post-format {
  top: -70px;
}

@media screen and (max-width: 991px) {
  .container .grid.isotope-grid.col-2 .grid-item .post-tile .post-format {
    top: -55px;
  }
}

.container .grid.isotope-grid.col-3 .grid-item .post-tile .post-format {
  top: -55px;
}

.container .grid.isotope-grid.col-4 .grid-item .post-tile .post-format {
  top: -45px;
}

@media screen and (max-width: 600px) {
  .container .grid.isotope-grid.col-1 .grid-item .post-tile .post-format, .container .grid.isotope-grid.col-2 .grid-item .post-tile .post-format, .container .grid.isotope-grid.col-3 .grid-item .post-tile .post-format, .container .grid.isotope-grid.col-4 .grid-item .post-tile .post-format {
    top: -68px;
  }
}

@media screen and (max-width: 360px) {
  .container .grid.isotope-grid.col-1 .grid-item .post-tile .post-format, .container .grid.isotope-grid.col-2 .grid-item .post-tile .post-format, .container .grid.isotope-grid.col-3 .grid-item .post-tile .post-format, .container .grid.isotope-grid.col-4 .grid-item .post-tile .post-format {
    top: -50px;
  }
}

.container-fluid .grid.isotope-grid.col-3 .grid-item .post-tile .post-format {
  top: -75px;
}

@media screen and (max-width: 1530px) {
  .container-fluid .grid.isotope-grid.col-3 .grid-item .post-tile .post-format {
    top: -60px;
  }
}

.container-fluid .grid.isotope-grid.col-4 .grid-item .post-tile .post-format {
  top: -60px;
}

@media screen and (max-width: 360px) {
  .container-fluid .grid.isotope-grid.col-1 .grid-item .post-tile .post-format, .container-fluid .grid.isotope-grid.col-2 .grid-item .post-tile .post-format, .container-fluid .grid.isotope-grid.col-3 .grid-item .post-tile .post-format, .container-fluid .grid.isotope-grid.col-4 .grid-item .post-tile .post-format {
    top: -50px;
  }
}

@media screen and (max-width: 1200px) {
  .container .col-lg-9 .post-tile .post-format {
    top: -75px;
  }
}

@media screen and (max-width: 991px) {
  .container .col-lg-9 .post-tile .post-format {
    top: -60px;
  }
}

@media screen and (max-width: 768px) {
  .container .col-lg-9 .post-tile .post-format,
  .content-no-sidebar .post-tile .post-format {
    top: -80px;
  }
}

@media screen and (max-width: 600px) {
  .container .col-lg-9 .post-tile .post-format,
  .content-no-sidebar .post-tile .post-format {
    top: -55px;
  }
}

.pagination {
  display: table;
  margin: 0 auto;
  padding: 24px 0;
}

.pagination .nav-links a, .pagination .nav-links span {
  display: inline-block;
  font-size: 14px;
  color: #3d4652;
  text-decoration: none;
  word-wrap: no-wrap;
  overflow-wrap: no-wrap;
  margin: 0 6px 10px 6px;
}

.pagination .nav-links a.current, .pagination .nav-links span.current {
  color: #ff3366;
}

.pagination .nav-links a > i, .pagination .nav-links span > i {
  font-size: 1.1em;
}

.pagination .nav-links span {
  cursor: default;
}

.pagination .nav-links a:hover {
  color: #ff3366;
}

.pagination .nav-links .prev > i {
  margin-right: 5px;
}

.pagination .nav-links .next > i {
  margin-left: 5px;
}

.single-post-toolbar {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}

.single-post-toolbar .column {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 12px 25px;
}

.single-post-toolbar .column:first-child {
  width: 70%;
  padding-left: 0;
}

.single-post-toolbar .column:last-child {
  width: 30%;
  text-align: right;
}

.single-post-toolbar .delimiter {
  color: #aeaeae;
  margin-right: 8px;
}

.single-post-toolbar .post-date,
.single-post-toolbar .post-author,
.single-post-toolbar .post-taxonomy {
  display: inline-block;
  font-size: 13px;
  color: #aeaeae;
  margin-right: 8px;
}

.single-post-toolbar .post-date a,
.single-post-toolbar .post-author a,
.single-post-toolbar .post-taxonomy a {
  color: #aeaeae;
  text-decoration: none;
}

.single-post-toolbar .post-date a:hover,
.single-post-toolbar .post-author a:hover,
.single-post-toolbar .post-taxonomy a:hover {
  color: #ff3366;
}

@media screen and (max-width: 991px) {
  .single-post-toolbar .column {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .single-post-toolbar .column:last-child {
    text-align: left;
  }
  .single-post-toolbar .post-share-btn.dropup-right .share-dropup {
    left: 0;
    right: auto;
  }
  .single-post-toolbar .post-share-btn.dropup-right .share-dropup:before {
    left: 15px;
    right: auto;
  }
}

.post-author-tile .inner {
  display: table;
  width: 100%;
}

.post-author-tile .inner .author-ava,
.post-author-tile .inner .author-info {
  display: table-cell;
  vertical-align: top;
}

.post-author-tile .inner .author-ava {
  width: 128px;
  padding: 0 18px 18px 0;
}

.post-author-tile .inner .author-ava > img {
  border-radius: 50%;
}

.post-author-tile .inner .author-name {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 3px;
}

.post-author-tile .inner .author-position {
  display: block;
  font-size: 13px;
  color: #999;
  margin-bottom: 7px;
}

.post-author-tile h3 {
  margin-bottom: 21px;
}

.post-author-tile p {
  margin-bottom: 12px;
}

.post-author-tile .social-bar a {
  color: #b3b3b3;
}

@media screen and (max-width: 530px) {
  .post-author-tile .inner .author-ava,
  .post-author-tile .inner .author-info {
    display: block;
  }
  .post-author-tile .inner .author-info {
    width: 100%;
  }
}

.comments-title {
  position: relative;
  width: 100%;
  padding: 0 70px 18px 0;
  margin-bottom: 0;
}

.comments-title .comments-count {
  display: block;
  position: absolute;
  line-height: 36px;
  padding: 0 11px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  top: 0;
  right: 0;
}

.comment-respond .tile form h3 {
  margin-bottom: 24px;
}

.comment {
  padding: 33px 0;
  border-top: 1px solid #e2e2e2;
}

.comment .inner {
  display: table;
  width: 100%;
}

.comment .comment-author-ava,
.comment .comment-body {
  display: table-cell;
  vertical-align: top;
}

.comment .comment-author-ava {
  width: 98px;
  padding: 0 18px 18px 0;
}

.comment .comment-author-ava > img {
  border-radius: 50%;
}

.comment p {
  margin-bottom: 0;
}

.comment .comment-meta {
  display: table;
  width: 100%;
  margin-bottom: 12px;
}

.comment .comment-meta .column {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.comment .comment-meta .column:last-child {
  text-align: right;
}

.comment .comment-meta .comment-author-name {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 3px;
}

.comment .comment-meta .comment-date,
.comment .comment-meta .comment-like,
.comment .comment-meta .comment-reply-link {
  display: inline-block;
  margin-left: 11px;
}

.comment .comment-meta .comment-date {
  font-size: 13px;
  color: #999;
}

.comment .comment-meta .comment-like,
.comment .comment-meta .comment-reply-link {
  font-size: 14px;
  color: #3d4652;
  text-decoration: none;
}

.comment .comment-meta .comment-like > i,
.comment .comment-meta .comment-reply-link > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
  color: #999;
  margin: -2px 4px 0 0;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.comment .comment-meta .comment-like:hover,
.comment .comment-meta .comment-like:hover > i,
.comment .comment-meta .comment-reply-link:hover,
.comment .comment-meta .comment-reply-link:hover > i {
  color: #ff3366;
}

.comment .comment-meta .comment-like.active > i,
.comment .comment-meta .comment-reply-link.active > i {
  color: #ff3366;
}

.comment.depth-2 {
  border: none;
  padding: 26px 0 0 98px;
}

@media screen and (max-width: 630px) {
  .comment .comment-meta .column {
    display: block;
    width: 100%;
  }
  .comment .comment-meta .column:last-child {
    text-align: left;
  }
  .comment .comment-meta .comment-author-name {
    margin-bottom: 8px;
  }
  .comment .comment-meta .comment-date,
  .comment .comment-meta .comment-like,
  .comment .comment-meta .comment-reply-link {
    margin-left: 0;
    margin-right: 11px;
  }
  .comment.depth-2 {
    padding-left: 40px;
  }
}

@media screen and (max-width: 500px) {
  .comment .comment-author-ava,
  .comment .comment-body {
    display: block;
  }
  .comment .comment-body {
    width: 100%;
  }
  .comment.depth-2 {
    padding-left: 30px;
  }
}

.intro-section {
  position: relative;
  width: 100%;
  padding-top: 216px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.intro-section .overlay {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #453f84;
  background: -moz-linear-gradient(top, #453f84 0%, #3a2d46 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #453f84), color-stop(100%, #3a2d46));
  background: -webkit-linear-gradient(top, #453f84 0%, #3a2d46 100%);
  background: -o-linear-gradient(top, #453f84 0%, #3a2d46 100%);
  background: -ms-linear-gradient(top, #453f84 0%, #3a2d46 100%);
  background: linear-gradient(to bottom, #453f84 0%, #3a2d46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.intro-section .container,
.intro-section .container-fluid,
.intro-section .row {
  position: relative;
  z-index: 5;
}

.intro-section .intro-logo {
  display: inline-block;
  width: 100%;
  max-width: 100px;
}

.intro-section .btn {
  margin: 0;
}

.intro-section.parallax {
  background-attachment: fixed;
}

.intro-section .intro-phone-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1300px;
  height: 520px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}

.intro-section .intro-phone-wrap .phone {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.intro-section .intro-phone-wrap .phone .screen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 26.5% 11.75% 0 11.75%;
}

.intro-section .intro-phone-wrap .screen-first-left,
.intro-section .intro-phone-wrap .screen-first-right,
.intro-section .intro-phone-wrap .screen-second-left,
.intro-section .intro-phone-wrap .screen-second-right {
  position: absolute;
  width: 100%;
  max-width: 306px;
  -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.4);
}

.intro-section .intro-phone-wrap .screen-first-left,
.intro-section .intro-phone-wrap .screen-first-right {
  z-index: 3;
  top: 20% !important;
}

.intro-section .intro-phone-wrap .screen-first-right {
  right: 16.8% !important;
  left: auto !important;
}

.intro-section .intro-phone-wrap .screen-first-left {
  left: 16.8% !important;
}

.intro-section .intro-phone-wrap .screen-second-left,
.intro-section .intro-phone-wrap .screen-second-right {
  z-index: 2;
  top: 30% !important;
}

.intro-section .intro-phone-wrap .screen-second-left {
  left: 15px !important;
}

.intro-section .intro-phone-wrap .screen-second-right {
  right: 15px !important;
  left: auto !important;
}

@media screen and (max-width: 991px) {
  .intro-section .intro-phone-wrap .screen-first-left {
    left: 30px !important;
  }
  .intro-section .intro-phone-wrap .screen-first-right {
    right: 30px !important;
  }
  .intro-section .intro-phone-wrap .screen-second-left,
  .intro-section .intro-phone-wrap .screen-second-right {
    display: none !important;
  }
}

@media screen and (max-width: 720px) {
  .intro-section .intro-phone-wrap .screen-first-left,
  .intro-section .intro-phone-wrap .screen-first-right {
    display: none !important;
  }
}

@media screen and (max-width: 400px) {
  .intro-section .intro-phone-wrap {
    height: 420px;
  }
}

.intro-section .inner-shadow {
  display: block;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: -10px;
  -webkit-box-shadow: 0px -5px 25px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px -5px 25px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 991px) {
  .intro-section {
    padding-top: 168px;
  }
}

.intro-section .intro-bubble {
  position: relative;
  width: 100%;
  max-width: 515px;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
}

.intro-section .intro-bubble:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -21px;
  left: 50%;
  margin-left: -21px;
  border-width: 21px 21px 0;
  border-top-color: rgba(255, 255, 255, 0.92);
}

.intro-section .intro-layers-wrap {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.intro-section .tablet-layer {
  top: 0 !important;
  right: -320px !important;
  left: auto !important;
}

@media screen and (max-width: 991px) {
  .intro-section .intro-layers-wrap {
    position: relative;
    margin-top: -20%;
  }
  .intro-section .tablet-layer {
    right: 0 !important;
  }
}

.phone-carousel {
  max-width: 400px;
  padding-top: 20px;
  height: 510px;
  margin: auto;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.phone-carousel .phone {
  position: relative;
  z-index: 5;
  width: 100%;
}

.phone-carousel .phone .inner {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 26.5% 11.75% 0 11.75%;
}

.phone-carousel .owl-controls {
  position: absolute;
  width: 100%;
  left: 0;
  top: -22px;
}

.phone-carousel.light-controls .owl-controls .owl-dots .owl-dot {
  background-color: #fff;
  opacity: .9;
}

.phone-carousel.light-controls .owl-controls .owl-dots .owl-dot.active {
  background-color: transparent;
  border-color: #fff;
}

.video-popup-placeholder {
  display: inline-block;
  width: 100%;
  max-width: 520px;
  position: relative;
  background-color: #000;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  margin-bottom: 28px;
}

.video-popup-placeholder > img {
  opacity: .8;
}

.video-popup-placeholder .play-btn {
  position: absolute;
  z-index: 2;
  display: block;
  width: 68px;
  height: 68px;
  border: 1px solid #ff3366;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin: -34px 0 0 -34px;
}

.video-popup-placeholder .play-btn:focus, .video-popup-placeholder .play-btn:active {
  outline: none;
}

.video-popup-placeholder .play-btn:before {
  left: 50%;
  top: 50%;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 20px solid #ff3366;
  margin: -11px 0 0 -7px;
}

.touch .intro-section.parallax {
  background-attachment: scroll;
}

.no-csstransitions .intro-section .overlay {
  filter: none;
}

.box-with-icon,
.box-with-image {
  background-color: transparent;
  padding: 35px 22px 28px 22px;
  cursor: default;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.box-with-icon .box-with-icon-icon,
.box-with-icon .box-with-image-image,
.box-with-image .box-with-icon-icon,
.box-with-image .box-with-image-image {
  display: inline-block;
  width: 122px;
  height: 122px;
  text-align: center;
  margin-bottom: 22px;
  color: #3d4652;
  background-color: rgba(61, 70, 82, 0.04);
  border: 1px solid transparent;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.box-with-icon .box-with-icon-icon > i,
.box-with-icon .box-with-image-image > i,
.box-with-image .box-with-icon-icon > i,
.box-with-image .box-with-image-image > i {
  font-size: 48px;
  line-height: 120px;
}

.box-with-icon .box-with-icon-title,
.box-with-icon .box-with-image-title,
.box-with-image .box-with-icon-title,
.box-with-image .box-with-image-title {
  font-size: 18px;
}

.box-with-icon .box-with-icon-title small,
.box-with-icon .box-with-image-title small,
.box-with-image .box-with-icon-title small,
.box-with-image .box-with-image-title small {
  display: block;
  color: #808080;
  font-size: 15px;
  font-weight: 300;
  margin-top: 8px;
}

.box-with-icon .social-bar,
.box-with-image .social-bar {
  padding-top: 5px;
}

.box-with-icon p,
.box-with-image p {
  color: #999;
  margin-bottom: 13px;
}

.box-with-icon:hover,
.box-with-image:hover {
  background-color: rgba(61, 70, 82, 0.04);
}

.box-with-icon:hover .box-with-icon-icon,
.box-with-image:hover .box-with-icon-icon {
  color: #ff3366;
  border-color: #ff3366;
  background-color: transparent;
}

.box-with-icon.light-skin,
.box-with-image.light-skin {
  color: #fff;
}

.box-with-icon.light-skin .box-with-icon-title,
.box-with-icon.light-skin .box-with-image-title, .box-with-icon.light-skin p,
.box-with-image.light-skin .box-with-icon-title,
.box-with-image.light-skin .box-with-image-title,
.box-with-image.light-skin p {
  color: #fff;
  font-weight: 300;
}

.box-with-icon.light-skin p,
.box-with-image.light-skin p {
  opacity: .6;
}

.box-with-icon.light-skin .box-with-icon-icon,
.box-with-image.light-skin .box-with-icon-icon {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.box-with-icon.light-skin:hover,
.box-with-image.light-skin:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.box-with-icon.light-skin:hover .box-with-icon-icon,
.box-with-image.light-skin:hover .box-with-icon-icon {
  border-color: #fff;
  background-color: transparent;
}

.box-with-icon.horizontal-box,
.box-with-image.horizontal-box {
  display: table;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
}

.box-with-icon.horizontal-box .box-with-icon-icon,
.box-with-image.horizontal-box .box-with-icon-icon {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  width: 80px;
  padding-left: 15px;
  background: none;
  border: none;
  height: auto;
}

.box-with-icon.horizontal-box .box-with-icon-icon > i,
.box-with-image.horizontal-box .box-with-icon-icon > i {
  line-height: 1;
}

.box-with-icon.horizontal-box .box-with-icon-content,
.box-with-image.horizontal-box .box-with-icon-content {
  display: table-cell;
  vertical-align: top;
}

.box-with-icon.horizontal-box:hover,
.box-with-image.horizontal-box:hover {
  background-color: transparent;
}

.client {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 20px auto;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.client:hover {
  opacity: 0.9;
}

.contacts-split {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  height: 300px;
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.13);
}

.contacts-split .column {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.contacts-split .contact-form {
  background-color: #fff;
  padding: 52px 60px 50px 40px;
}

.contacts-split .contact-form h1, .contacts-split .contact-form h2, .contacts-split .contact-form h3, .contacts-split .contact-form h4 {
  margin-bottom: 12px;
}

.contacts-split.contacts-reverse .contact-form {
  padding: 52px 40px 50px 60px;
}

@media screen and (max-width: 1200px) {
  .contacts-split .contact-form {
    padding-right: 40px;
  }
  .contacts-split.contacts-reverse .contact-form {
    padding-left: 40px;
  }
}

@media screen and (max-width: 991px) {
  .contacts-split .column {
    display: block;
    width: 100%;
  }
  .contacts-split .contact-form,
  .contacts-split.contacts-reverse .contact-form {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 480px) {
  .contacts-split .contact-form,
  .contacts-split.contacts-reverse .contact-form {
    padding: 40px 20px;
  }
}

.split-section {
  position: relative;
  display: table;
  width: 100%;
}

.split-section .image, .split-section .content,
.split-section .tab-content {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.split-section .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.split-section .content {
  padding: 50px 85px;
  background-color: #fff;
}

.split-section .tab-content {
  position: relative;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}

.split-section .tab-content > .tab-pane {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

@media screen and (max-width: 1480px) {
  .split-section .content {
    padding: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .split-section .tab-content,
  .split-section .tab-content + .content {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  .split-section .content {
    padding: 50px 25px;
  }
  .split-section .tab-content {
    height: 500px;
  }
}

@media screen and (max-width: 991px) {
  .split-section .image, .split-section .image + .content {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
  }
  .split-section .image {
    height: 400px;
  }
  .split-section .content {
    padding: 50px 15px;
  }
}

@media screen and (max-width: 768px) {
  .split-section .image, .split-section .tab-content {
    height: 320px;
  }
}

@media screen and (max-width: 480px) {
  .split-section .image, .split-section .tab-content {
    height: 250px;
  }
}

.fw-section {
  position: relative;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fw-section.bg-white {
  background-color: #fff;
}

.fw-section .overlay {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #453f84;
  background: -moz-linear-gradient(top, #453f84 0%, #3a2d46 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #453f84), color-stop(100%, #3a2d46));
  background: -webkit-linear-gradient(top, #453f84 0%, #3a2d46 100%);
  background: -o-linear-gradient(top, #453f84 0%, #3a2d46 100%);
  background: -ms-linear-gradient(top, #453f84 0%, #3a2d46 100%);
  background: linear-gradient(to bottom, #453f84 0%, #3a2d46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
}

.fw-section .container,
.fw-section .container-fluid {
  position: relative;
  z-index: 5;
}

.fw-section.parallax {
  background-attachment: fixed;
}

.fw-section.border-top {
  border-top: 1px solid #e2e2e2;
}

.fw-section.border-bottom {
  border-bottom: 1px solid #e2e2e2;
}

.touch .fw-section.parallax {
  background-attachment: scroll;
}

.no-csstransitions .fw-section .overlay {
  filter: none;
}

.counters {
  list-style: none;
  padding: 0;
  margin: 0;
}

.counters:before, .counters:after {
  content: " ";
  display: table;
}

.counters:after {
  clear: both;
}

.counters > li {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 24px 0;
  padding: 0 50px;
}

.counters > li:before {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  background-color: #e2e2e2;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}

.counters > li:last-child:before {
  display: none;
}

.counters > li:first-child {
  padding-left: 0;
}

.counters > li:last-child {
  padding-right: 0;
}

.counters > li > i {
  font-size: 48px;
  color: #ff3366;
  margin-bottom: 10px;
}

.counters > li h3 {
  font-size: 50px;
  margin-bottom: 8px;
}

.counters > li span {
  font-size: 18px;
  color: #999;
  font-weight: 300;
}

@media screen and (max-width: 1530px) {
  .counters > li {
    padding: 0 40px;
  }
  .counters > li:first-child {
    padding-left: 0;
  }
  .counters > li:last-child {
    padding-right: 0;
  }
}

.video-popup-btn {
  display: inline-block;
  width: 122px;
  height: 122px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(61, 70, 82, 0.04);
  color: #3d4652;
  border: 1px solid transparent;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.video-popup-btn > i {
  font-size: 44px;
  line-height: 120px;
}

.video-popup-btn:focus, .video-popup-btn:active {
  outline: none;
}

.video-popup-btn:hover {
  color: #ff3366;
  background-color: transparent;
  border-color: #ff3366;
}

.video-popup-btn.light-skin {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.video-popup-btn.light-skin:hover {
  color: #ff3366;
  background-color: white;
  border-color: transparent;
}

.sharing-links {
  display: inline-block;
  list-style: none;
  padding: 0;
  padding-bottom: 5px;
}

.sharing-links:before, .sharing-links:after {
  content: " ";
  display: table;
}

.sharing-links:after {
  clear: both;
}

.sharing-links > li {
  position: relative;
  display: block;
  float: left;
  padding: 9px 23px;
}

.sharing-links > li:before {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e2e2e2;
  top: 0;
  right: 0;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}

.sharing-links > li > a {
  font-size: 13px;
  color: #3d4652;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.sharing-links > li > a > i {
  font-size: 1.2em;
  color: #999;
  margin-right: 7px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.sharing-links > li > a:hover {
  color: #ff3366;
}

.sharing-links > li > a:hover > i {
  color: #ff3366;
}

.sharing-links > li:first-child {
  padding-left: 0;
}

.sharing-links > li:last-child {
  padding-right: 0;
}

.sharing-links > li:last-child:before {
  display: none;
}

.sharing-links.light-skin > li:before {
  background-color: #fff;
  opacity: .25;
}

.sharing-links.light-skin > li > a {
  color: #fff;
}

.sharing-links.light-skin > li > a > i {
  color: #fff;
  opacity: .4;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.sharing-links.light-skin > li > a:hover > i {
  opacity: 1;
}

.pricing-table-container {
  position: relative;
  width: 100%;
}

.pricing-table-container .pricing-header {
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.pricing-table-container .pricing-header .overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #453f84;
  background: -moz-linear-gradient(top, #453f84 0%, #3a2d46 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #453f84), color-stop(100%, #3a2d46));
  background: -webkit-linear-gradient(top, #453f84 0%, #3a2d46 100%);
  background: -o-linear-gradient(top, #453f84 0%, #3a2d46 100%);
  background: -ms-linear-gradient(top, #453f84 0%, #3a2d46 100%);
  background: linear-gradient(to bottom, #453f84 0%, #3a2d46 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2', GradientType=0 );
  opacity: 0.75;
}

@media screen and (max-width: 1200px) {
  .pricing-table-container > .container {
    width: 100%;
  }
}

.touch .pricing-table-container .pricing-header {
  background-attachment: scroll;
}

.no-csstransitions .pricing-table-container .pricing-header .overlay {
  filter: none;
}

.pricing-table {
  position: relative;
  z-index: 5;
  overflow-x: auto;
  min-height: 0.01%;
  padding-top: 62px;
}

.pricing-table > table {
  width: 100%;
  min-width: 980px;
  table-layout: fixed;
  border: none;
}

.pricing-table > table thead {
  color: #fff;
}

.pricing-table > table thead td {
  vertical-align: top;
  padding: 20px 20px 0 0;
  border-bottom: none;
}

.pricing-table > table thead .plan-name {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: #fff;
  margin-bottom: 0;
}

.pricing-table > table thead .plan-name .label {
  display: block;
  position: absolute;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  top: -15px;
  right: -85px;
}

.pricing-table > table thead .plan-name .label.label-primary {
  background-color: #ff3366;
}

.pricing-table > table thead .plan-name .label.label-warning {
  background-color: #fcab53;
}

.pricing-table > table thead .plan-name .label.label-danger {
  background-color: #e74c3c;
}

.pricing-table > table thead .plan-name .label.label-success {
  background-color: #4fcdbd;
}

.pricing-table > table thead .plan-price {
  position: relative;
  font-size: 80px;
  color: #fff;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 65px;
}

.pricing-table > table thead .plan-price span {
  font-size: 20px;
  font-weight: 300;
  opacity: .7;
}

.pricing-table > table thead .plan-price .currency {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  margin-right: 6px;
}

.pricing-table > table tbody {
  font-size: 15px;
  color: #404040;
}

.pricing-table > table tbody td {
  padding: 25px;
  border-left: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.pricing-table > table tbody td:first-child {
  padding-left: 0;
  border-left: none;
}

.pricing-table > table tbody tr:last-child td {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .pricing-table {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .pricing-table > table {
    margin-bottom: 0;
  }
  .pricing-table > table > thead > tr > th,
  .pricing-table > table > thead > tr > td,
  .pricing-table > table > tbody > tr > th,
  .pricing-table > table > tbody > tr > td,
  .pricing-table > table > tfoot > tr > th,
  .pricing-table > table > tfoot > tr > td {
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .pricing-table-container .pricing-header {
    height: 350px;
  }
  .pricing-table > table {
    min-width: 700px;
  }
  .pricing-table > table thead td {
    padding: 0 20px 0 0;
  }
  .pricing-table > table thead .plan-name {
    font-size: 27px;
  }
  .pricing-table > table thead .plan-price {
    font-size: 68px;
    margin-bottom: 60px;
  }
}

/** iPhone 5 **/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px)
{
  .pricing-table-container .pricing-header {
    height: 300px;
  }
  .pricing-table > table {
    min-width: 290px;
  }
  .pricing-table > table thead td {
    padding: 0 10px 0 0;
  }
   .pricing-table > table thead tr td{
    height: 60px;
  }    
    
  .pricing-table > table thead .plan-name {
    font-size: 24px;
  }
  .pricing-table > table thead .plan-price {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .pricing-table > table thead .plan-price .currency {
  margin-top: 2px;
  margin-right: 6px;
  }
  .pricing-table > table thead .plan-name .label {
    right: -45px;
  }
    .pricing-table > table tbody td {      
    padding: 5px;    
  }
  .pricing-table > table tbody {
    font-size: 12px;
  }
  .pricing-table > table tbody a.btn {
    font-size: 12px;
  }
}

/** iPhone 6 **/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px)
{
  .pricing-table-container .pricing-header {
    height: 280px;
  }
  .pricing-table > table {
    min-width: 340px;
  }
  .pricing-table > table thead td {
    padding: 0 20px 0 0;
  }
    .pricing-table > table thead{
    height: 40px;
  }   
  .pricing-table > table thead .plan-name {
    font-size: 27px;
  }
  .pricing-table > table thead .plan-price {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .pricing-table > table thead .plan-price .currency {
  margin-top: 2px;
  margin-right: 6px;
  }
  .pricing-table > table thead .plan-name .label {
    right: -45px;
  }
    .pricing-table > table tbody td {      
    padding: 5px;    
  }
    .pricing-table > table tbody {
    font-size: 14px;
  }
}

/** iPhone 6+ **/
@media only screen 
    and (min-device-width : 414px) 
    and (max-device-width : 736px)
{
  .pricing-table-container .pricing-header {
    height: 270px;
  }   
  .pricing-table > table {
    min-width: 390px;      
  }
  .pricing-table > table thead td {
    padding: 0px 20px 0 0;
    height: inherit;
  }
    .pricing-table > table thead{
    height: 40px;
  }   
  .pricing-table > table thead .plan-name {
    font-size: 27px;
  }
  .pricing-table > table thead .plan-price {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .pricing-table > table thead .plan-price .currency {
  margin-top: 5px;
  margin-right: 6px;
  }
  .pricing-table > table thead .plan-name .label {
    right: -45px;
  }
  .pricing-table > table tbody td {      
   padding: 5px;    
  }    
  .pricing-table > table thead .plan-price .currency {
  margin-top: 2px;
  margin-right: 6px;
  }
}





.testimonials-carousel {
  width: 100%;
  max-width: 685px;
  margin: auto;
}

.testimonials-carousel .inner {
  padding: 0 50px;
}

.testimonials-carousel .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.testimonials-carousel .owl-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
}

@media screen and (max-width: 480px) {
  .testimonials-carousel .inner {
    padding: 0;
  }
  .testimonials-carousel .owl-carousel .owl-controls .owl-nav {
    display: none;
  }
}

.testimonial {
  text-align: center;
}

.testimonial .testimonial-author-ava {
  width: 72px;
  margin: 0 auto 20px auto;
}

.testimonial .testimonial-author-ava img {
  border-radius: 36px;
}

.testimonial img {
  display: block;
  margin: 0 auto;
}

.testimonial .testimonial-author-name {
  font-size: 16px;
  font-weight: normal;
}

.device-gallery-thumbs {
  display: block;
  overflow: hidden;
  padding: 12px 0;
}

.device-gallery-thumbs .mCustomScrollBox,
.device-gallery-thumbs .mCSB_container {
  padding: 12px 0;
}

.device-gallery-thumbs .thumb-list {
  white-space: nowrap;
  list-style: none;
  padding: 0;
}

.device-gallery-thumbs .thumb-list .thumb {
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 18px 0px transparent;
  box-shadow: 0px 0px 18px 0px transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.device-gallery-thumbs .thumb-list .thumb a {
  display: block;
  width: 176px;
  height: 144px;
  background-color: #f9f9f9;
}

.device-gallery-thumbs .thumb-list .thumb a > img {
  opacity: 0.65;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.device-gallery-thumbs .thumb-list .thumb.active a > img,
.device-gallery-thumbs .thumb-list .thumb a:hover > img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.device-gallery-thumbs .thumb-list .thumb.active {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.2);
}

.device-gallery-thumbs .thumb-list .thumb.active a {
  cursor: default;
}

.device-gallery-device {
  position: relative;
  width: 100%;
  max-width: 368px;
  height: 505px;
  margin: auto;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.device-gallery-device .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25% 6.5% 0 6.6%;
  margin: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 380px) {
  .device-gallery-device {
    height: 395px;
  }
}

.image-carousel .owl-controls .owl-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  margin-top: 0 !important;
}

.image-carousel.light-controls .owl-controls .owl-nav .owl-prev,
.image-carousel.light-controls .owl-controls .owl-nav .owl-next {
  color: #fff;
}

.image-carousel.light-controls .owl-controls .owl-dots .owl-dot {
  background-color: #fff;
}

.image-carousel.light-controls .owl-controls .owl-dots .owl-dot.active {
  background-color: transparent;
  border-color: #fff;
}

.sidebar,
.wpb_widgetised_column {
  width: 100%;
  max-width: 340px !important;
}

.sidebar {
  padding: 24px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.widget-title {
  font-size: 15px;
  color: #404040;
  font-style: normal;
  font-weight: normal;
  border-bottom: 1px solid #eeeeee;
  padding: 0 24px 16px 24px;
  margin-bottom: 11px;
  margin-left: -24px;
  margin-right: -24px;
}

.widget-title i {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  font-size: 1.3em;
  margin-right: 4px;
}

.widget-title i.fa {
  font-size: 1em;
  margin-top: -2px;
}

.icon-list {
  position: relative;
}

.icon-list span {
  position: relative;
  display: block;
  width: 16px;
  height: 7px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-top: -5px;
}

.icon-list span:after, .icon-list span:before {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 1px;
  left: 0;
  background-color: #999;
}

.icon-list span:before {
  top: 2px;
}

.icon-list span:after {
  top: 8px;
}

.widget {
  margin-bottom: 38px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.widget:last-child {
  margin-bottom: 5px;
}

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_recent_comments ul {
  list-style: none;
}

.widget_archive > ul,
.widget_categories > ul,
.widget_pages > ul,
.widget_recent_comments > ul {
  font-size: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_archive > ul li,
.widget_categories > ul li,
.widget_pages > ul li,
.widget_recent_comments > ul li {
  border-top: 1px solid #eeeeee;
}

.widget_archive > ul li a,
.widget_categories > ul li a,
.widget_pages > ul li a,
.widget_recent_comments > ul li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #3d4652;
  text-decoration: none;
  padding: 11px 0;
}

.widget_archive > ul li a .count,
.widget_categories > ul li a .count,
.widget_pages > ul li a .count,
.widget_recent_comments > ul li a .count {
  display: block;
  position: absolute;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  top: 50%;
  right: 0;
  color: #3d4652;
  background-color: #eeeeee;
  padding: 0 6px;
  margin-top: -10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget_archive > ul li a:hover,
.widget_categories > ul li a:hover,
.widget_pages > ul li a:hover,
.widget_recent_comments > ul li a:hover {
  color: #ff3366;
}

.widget_archive > ul li a:hover .count,
.widget_categories > ul li a:hover .count,
.widget_pages > ul li a:hover .count,
.widget_recent_comments > ul li a:hover .count {
  color: #fff;
  background-color: #ff3366;
}

.widget_archive > ul li:first-child,
.widget_categories > ul li:first-child,
.widget_pages > ul li:first-child,
.widget_recent_comments > ul li:first-child {
  border-top: none;
}

.widget_archive > ul li:first-child > a,
.widget_categories > ul li:first-child > a,
.widget_pages > ul li:first-child > a,
.widget_recent_comments > ul li:first-child > a {
  margin-top: -11px;
}

.widget_archive > ul li:last-child > a,
.widget_categories > ul li:last-child > a,
.widget_pages > ul li:last-child > a,
.widget_recent_comments > ul li:last-child > a {
  padding-bottom: 6px;
}

.widget_archive > ul li.active a,
.widget_archive > ul li.current-cat a,
.widget_categories > ul li.active a,
.widget_categories > ul li.current-cat a,
.widget_pages > ul li.active a,
.widget_pages > ul li.current-cat a,
.widget_recent_comments > ul li.active a,
.widget_recent_comments > ul li.current-cat a {
  color: #ff3366;
  text-decoration: none;
}

.widget_archive > ul li.active a .count,
.widget_archive > ul li.current-cat a .count,
.widget_categories > ul li.active a .count,
.widget_categories > ul li.current-cat a .count,
.widget_pages > ul li.active a .count,
.widget_pages > ul li.current-cat a .count,
.widget_recent_comments > ul li.active a .count,
.widget_recent_comments > ul li.current-cat a .count {
  color: #fff;
  background-color: #ff3366;
}

.widget_archive > ul li:last-child,
.widget_categories > ul li:last-child,
.widget_pages > ul li:last-child,
.widget_recent_comments > ul li:last-child {
  margin-bottom: 0;
}

.widget_archive > ul li a,
.widget_categories > ul li a {
  padding-right: 30px;
}

.widget_calendar table {
  width: 100%;
  border: none;
  color: #404040;
}

.widget_calendar table caption {
  text-align: right;
  padding-right: 6px;
  padding-top: 5px;
}

.widget_calendar table td, .widget_calendar table th {
  padding: 6px;
  text-align: center;
  border: none;
  line-height: 1.25;
}

.widget_calendar table td#today, .widget_calendar table th#today {
  color: #ff3366;
  font-weight: bold;
}

.widget_calendar table td > a, .widget_calendar table th > a {
  color: #3d4652;
  font-weight: bold;
  text-decoration: none;
}

.widget_calendar table td > a:hover, .widget_calendar table th > a:hover {
  color: #ff3366;
}

.widget_calendar table .pad, .widget_calendar table #prev, .widget_calendar table #next {
  position: relative;
}

.widget_calendar table .pad > a, .widget_calendar table #prev > a, .widget_calendar table #next > a {
  font-weight: normal;
}

.widget_calendar table .pad > a:before, .widget_calendar table #prev > a:before, .widget_calendar table #next > a:before {
  position: absolute;
  display: block;
  font-family: "feather";
}

.widget_calendar table #prev {
  text-align: left;
  padding-left: 18px;
}

.widget_calendar table #prev > a:before {
  content: "\e094";
  left: 0;
}

.widget_calendar table #next {
  text-align: right;
  padding-right: 18px;
}

.widget_calendar table #next > a:before {
  content: "\e095";
  right: 0;
}

.widget_calendar table tfoot td {
  padding-top: 8px;
}

.widget_recent_comments > ul li,
.widget_recent_posts > ul li {
  padding-bottom: 11px;
}

.widget_recent_comments > ul li:last-child,
.widget_recent_posts > ul li:last-child {
  padding-bottom: 5px;
}

.widget_recent_comments > ul li > a,
.widget_recent_posts > ul li > a {
  font-size: 15px;
  padding-bottom: 0 !important;
}

.widget_recent_comments .comment-meta,
.widget_recent_posts .comment-meta {
  display: table;
  width: 100%;
}

.widget_recent_comments .comment-meta > span,
.widget_recent_posts .comment-meta > span {
  display: table-cell;
  vertical-align: top;
  color: #999;
  font-size: 13px;
}

.widget_recent_comments .comment-meta > span:last-child,
.widget_recent_posts .comment-meta > span:last-child {
  text-align: right;
}

.widget_instagram .instagram-feed {
  margin: 0 -1.6%;
}

.widget_instagram .instagram-feed:before, .widget_instagram .instagram-feed:after {
  content: " ";
  display: table;
}

.widget_instagram .instagram-feed:after {
  clear: both;
}

.widget_instagram .instagram-feed > a {
  position: relative;
  display: block;
  float: left;
  width: 30%;
  margin: 1.6%;
  overflow: hidden;
}

.widget_instagram .instagram-feed > a > img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.widget_instagram .instagram-feed > a:before {
  display: block;
  position: absolute;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #3d4652;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.widget_instagram .instagram-feed > a > i {
  display: block;
  position: absolute;
  z-index: 5;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #fff;
  top: 50%;
  margin-top: -11px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.widget_instagram .instagram-feed > a:hover > img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.widget_instagram .instagram-feed > a:hover > i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.widget_instagram .instagram-feed > a:hover:before {
  opacity: 0.65;
}

.widget_tags .tag,
.post-tags .tag {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #3d4652;
  text-decoration: none;
  border: 1px solid #dddddd;
  border-radius: 15px;
  padding: 0 5px 0 12px;
  word-wrap: no-wrap;
  overflow-wrap: no-wrap;
  margin: 0 5px 10px 0;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.widget_tags .tag span,
.post-tags .tag span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  padding: 0 6px;
  margin-left: 5px;
  color: #3d4652;
  background-color: #eeeeee;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget_tags .tag:last-child,
.post-tags .tag:last-child {
  margin-right: 0;
}

.widget_tags .tag:hover,
.post-tags .tag:hover {
  color: #ff3366;
}

.widget_tags .tag:hover span,
.post-tags .tag:hover span {
  color: #fff;
  background-color: #ff3366;
}

.widget_tags {
  margin-bottom: 30px;
}

.widget_authors {
  margin-left: -24px;
  margin-right: -24px;
}

.widget_authors .widget-title {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.widget_authors .author-row {
  display: table;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.widget_authors .author-row:before, .widget_authors .author-row:after {
  content: " ";
  display: table;
}

.widget_authors .author-row:after {
  clear: both;
}

.widget_authors .author-row .author {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  text-align: center;
  text-decoration: none;
  padding: 14px 10px;
  border-right: 1px solid #eeeeee;
}

.widget_authors .author-row .author:last-child {
  border-right: none;
}

.widget_authors .author-row .author .ava {
  width: 60px;
  height: 60px;
  margin: 0 auto 8px auto;
}

.widget_authors .author-row .author .ava img {
  border-radius: 50%;
}

.widget_authors .author-row .author h4 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.widget_authors .author-row .author span {
  color: #999;
  font-size: 12px;
}

.widget_authors .author-row .author:hover h4 {
  color: #ff3366;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  white-space: nowrap;
  font-size: 12px;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 10px;
  color: #fff;
  text-align: center;
  background-color: #202020;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #202020;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #202020;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #202020;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #202020;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #202020;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #202020;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #202020;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #202020;
}

.side-nav {
  display: block;
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.15);
}

.side-nav > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.side-nav > ul > li {
  display: block;
  border-top: 1px solid #eeeeee;
}

.side-nav > ul > li:first-child {
  border-top: none;
}

.side-nav > ul > li > a {
  display: block;
  font-size: 14px;
  color: #3d4652;
  text-decoration: none;
  padding: 12px 22px;
  border-left: 3px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.side-nav > ul > li:hover > a,
.side-nav > ul > li.active > a {
  color: #ff3366;
}

.side-nav > ul > li.active > a {
  border-left-color: #ff3366;
  cursor: default;
}

.side-nav > ul > li.info {
  position: relative;
  padding: 14px 22px 18px 46px;
  font-size: 13px;
  color: #999;
}

.side-nav > ul > li.info > i {
  display: block;
  position: absolute;
  font-size: 1.35em;
  top: 15px;
  left: 22px;
}

.side-nav.dark-skin {
  background-color: #3d4652;
}

.side-nav.dark-skin > ul > li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.side-nav.dark-skin > ul > li > a {
  color: rgba(255, 255, 255, 0.85);
}

.side-nav.dark-skin > ul > li:hover > a,
.side-nav.dark-skin > ul > li.active > a {
  color: #ff3366;
}

.nav-tabs {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border: none;
}

.nav-tabs > li {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}

.nav-tabs > li > a {
  position: relative;
  z-index: 0;
  display: block;
  color: #3d4652;
  font-size: 15px;
  text-decoration: none;
  font-weight: normal;
  padding: 11px 20px;
  line-height: 1.5;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  text-decoration: none;
  outline: none;
}

.nav-tabs > li > a:hover {
  color: #ff3366;
  background-color: transparent;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #ff3366;
  background-color: #fff;
  border: none;
  cursor: default;
}

.tab-content {
  padding: 24px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tab-content.transparent {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.transition.fade {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.transition.fade.in {
  opacity: 1;
}

.transition.scale.fade {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

.transition.scaledown.fade {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.transition.scale.fade.in, .transition.scaledown.fade.in {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.transition.left.fade {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
}

.transition.right.fade {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
}

.transition.left.fade.in, .transition.right.fade.in {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.transition.top.fade {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}

.transition.bottom.fade {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}

.transition.top.fade.in, .transition.bottom.fade.in {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}

.transition.flip.fade {
  -webkit-transform: rotateY(-90deg) scale(1.1);
  -moz-transform: rotateY(-90deg) scale(1.1);
  -ms-transform: rotateY(-90deg) scale(1.1);
  -o-transform: rotateY(-90deg) scale(1.1);
  transform: rotateY(-90deg) scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.transition.flip.fade.in {
  -webkit-transform: rotateY(0deg) scale(1);
  -moz-transform: rotateY(0deg) scale(1);
  -ms-transform: rotateY(0deg) scale(1);
  -o-transform: rotateY(0deg) scale(1);
  transform: rotateY(0deg) scale(1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.filters-bar {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}

.filters-bar .column {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding-left: 25px;
}

.filters-bar .column:first-child {
  padding-left: 0;
}

.filters-bar .column:last-child {
  text-align: right;
}

.filters-bar .label {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  margin-right: 15px;
  margin-bottom: 13px;
}

@media screen and (max-width: 991px) {
  .filters-bar .column {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .filters-bar .column:last-child {
    text-align: left;
  }
}

.nav-filters {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.nav-filters > li {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 13px;
}

.nav-filters > li:last-child {
  margin-right: 0;
}

.nav-filters > li > a {
  color: #3d4652;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.nav-filters > li > a > i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25em;
  color: #999;
  margin-right: 3px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.nav-filters > li > a > span:before {
  content: "+";
  margin-left: 4px;
}

.nav-filters > li > a:hover,
.nav-filters > li > a:hover > i,
.nav-filters > li.active > a,
.nav-filters > li.active > a > i {
  color: #ff3366;
}

.nav-filters > li > a:hover .icon-list span,
.nav-filters > li.active > a .icon-list span {
  border-top: 1px solid #ff3366;
  border-bottom: 1px solid #ff3366;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.nav-filters > li > a:hover .icon-list span:after, .nav-filters > li > a:hover .icon-list span:before,
.nav-filters > li.active > a .icon-list span:after,
.nav-filters > li.active > a .icon-list span:before {
  background-color: #ff3366;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.custom-controls {
  margin-left: -12px;
}

.custom-controls .prev-btn,
.custom-controls .next-btn,
.custom-controls .bullets {
  display: inline-block;
  vertical-align: middle;
}

.custom-controls .prev-btn,
.custom-controls .next-btn {
  color: #3d4652;
  font-size: 37px;
  text-align: center;
  line-height: 1;
  opacity: .5;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.custom-controls .prev-btn:hover,
.custom-controls .next-btn:hover {
  opacity: 1;
}

.custom-controls .bullets {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 8px 0 0 0;
}

.custom-controls .bullets > li {
  display: inline-block;
}

.custom-controls .bullets > li > a {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3d4652;
  border: 1px solid transparent;
  opacity: 0.5;
  margin: 0 3px 7px 3px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.custom-controls .bullets > li.active > a {
  background-color: transparent;
  border-color: #3d4652;
  -webkit-transform: scale(1.35);
  -moz-transform: scale(1.35);
  -ms-transform: scale(1.35);
  -o-transform: scale(1.35);
  transform: scale(1.35);
}

.text-center.custom-controls,
.text-center .custom-controls {
  margin-left: 0;
}

.text-right.custom-controls,
.text-right .custom-controls {
  margin-left: 0;
  margin-right: -12px;
}

.blog-filters {
  position: relative;
  z-index: 10;
}

.blog-filters .label {
  margin-bottom: 0;
}

.blog-filters .nav-filters > li {
  position: relative;
  margin-right: 18px;
  margin-bottom: 0;
}

.blog-filters .nav-filters > li:last-child {
  margin-right: 0;
}

.blog-filters .nav-filters > li > a {
  position: relative;
  height: 49px;
  line-height: 49px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.blog-filters .nav-filters > li > a > i {
  margin-right: 6px;
}

.blog-filters .nav-filters > li.active > a {
  z-index: 2;
}

.blog-filters .nav-filters > li .dropdown {
  position: absolute;
  z-index: 1;
  width: 248px;
  background-color: #fff;
  right: -18px;
  top: 0;
  padding: 49px 0 0 0;
  -webkit-box-shadow: -3px 4px 9px 0px rgba(0, 0, 0, 0.15);
  box-shadow: -3px 4px 9px 0px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(5px, -15px);
  -moz-transform: translate(5px, -15px);
  -ms-transform: translate(5px, -15px);
  -o-transform: translate(5px, -15px);
  transform: translate(5px, -15px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-filters .nav-filters > li .dropdown .widget {
  text-align: left;
  padding: 16px 18px 15px 18px;
  border-top: 1px solid #eeeeee;
}

.blog-filters .nav-filters > li .dropdown .widget.widget_authors {
  padding: 0;
  margin: 0;
}

.blog-filters .nav-filters > li .dropdown .widget.widget_authors .author-row:last-child {
  border-bottom: none;
}

.blog-filters .nav-filters > li .dropdown.expanded {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (max-width: 991px) {
  .blog-filters .nav-filters > li .dropdown {
    right: auto;
    left: -18px;
    -webkit-transform: translate(-5px, -15px);
    -moz-transform: translate(-5px, -15px);
    -ms-transform: translate(-5px, -15px);
    -o-transform: translate(-5px, -15px);
    transform: translate(-5px, -15px);
    -webkit-box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 580px) {
  .blog-filters .column:last-child .nav-filters > li {
    display: block;
  }
}

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  border-color: #ddd;
  border: none;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.panel > .panel-heading {
  color: #333333;
  background-color: transparent;
  border-color: #ddd;
}

.panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel > .panel-heading .badge {
  color: transparent;
  background-color: #333333;
}

.panel > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-body {
  padding: 0 20px 25px 20px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  border-bottom: none;
  border-radius: 0;
}

.panel-heading .panel-title {
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin: 0;
  border-radius: 0;
}

.panel-heading .panel-title:not(a) {
  padding: 20px;
}

.panel-heading > a {
  position: relative;
  padding: 19px 40px 19px 20px;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.panel-heading > a:before {
  display: block;
  position: absolute;
  content: "–";
  top: 50%;
  right: 20px;
  margin-top: -16px;
}

.panel-heading .panel-title.collapsed {
  color: #3d4652;
}

.panel-heading .panel-title.collapsed:hover {
  color: #ff3366;
  background-color: transparent;
}

.panel-heading .panel-title.collapsed:before {
  content: "+";
}

.panel-group {
  margin-bottom: 24px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 10px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: none;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease, visibility 0.35s ease;
  -o-transition: height 0.35s ease, visibility 0.35s ease;
  transition: height 0.35s ease, visibility 0.35s ease;
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 400ms;
  -o-transition: height 400ms;
  transition: height 400ms;
}

/*
 *  Core Owl Carousel Styles
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls {
  text-align: center;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 28px;
  color: #3d4652;
  opacity: 0.5;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:before, .owl-carousel .owl-controls .owl-nav .owl-next:before {
  font-family: "feather";
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  opacity: 1;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 15px;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 15px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.owl-carousel .owl-controls .owl-nav .owl-next:before {
  display: block;
  line-height: 28px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:before {
  content: "\e094";
}

.owl-carousel .owl-controls .owl-nav .owl-next:before {
  content: "\e095";
}

.owl-carousel .owl-controls .owl-dots {
  position: relative;
  margin-top: 10px;
  z-index: 10;
}

.owl-carousel .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3d4652;
  border: 1px solid transparent;
  opacity: 0.5;
  margin: 0 4px 7px 4px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.owl-carousel .owl-controls .owl-dots .owl-dot.active {
  background-color: transparent;
  border-color: #3d4652;
  -webkit-transform: scale(1.35);
  -moz-transform: scale(1.35);
  -ms-transform: scale(1.35);
  -o-transform: scale(1.35);
  transform: scale(1.35);
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  margin: 0 auto;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.google-map {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .google-map {
    height: 350px !important;
  }
}

@media screen and (max-width: 480px) {
  .google-map {
    height: 250px !important;
  }
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9980;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
}

.mfp-zoom-out-cur .navbar,
.mfp-zoom-out-cur .navbar.stuck,
.mfp-fade ~ .page-wrapper .navbar,
.mfp-fade ~ .page-wrapper .navbar.stuck {
  padding-right: 17px;
}

.mfp-zoom-out-cur .scroll-to-top-btn,
.mfp-fade ~ .page-wrapper .scroll-to-top-btn {
  right: 37px;
}

.mac, .touch, .ie {
  margin-right: 0 !important;
}

.mac body,
.mac .mfp-zoom-out-cur .navbar,
.mac .mfp-zoom-out-cur .navbar.stuck,
.mac .mfp-fade + .page-wrapper .navbar,
.mac .mfp-fade + .page-wrapper .navbar.stuck, .touch body,
.touch .mfp-zoom-out-cur .navbar,
.touch .mfp-zoom-out-cur .navbar.stuck,
.touch .mfp-fade + .page-wrapper .navbar,
.touch .mfp-fade + .page-wrapper .navbar.stuck, .ie body,
.ie .mfp-zoom-out-cur .navbar,
.ie .mfp-zoom-out-cur .navbar.stuck,
.ie .mfp-fade + .page-wrapper .navbar,
.ie .mfp-fade + .page-wrapper .navbar.stuck {
  padding-right: 0 !important;
}

.mac .mfp-zoom-out-cur .scroll-to-top-btn,
.mac .mfp-fade ~ .page-wrapper .scroll-to-top-btn, .touch .mfp-zoom-out-cur .scroll-to-top-btn,
.touch .mfp-fade ~ .page-wrapper .scroll-to-top-btn, .ie .mfp-zoom-out-cur .scroll-to-top-btn,
.ie .mfp-fade ~ .page-wrapper .scroll-to-top-btn {
  right: 20px !important;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9990;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #ccc;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 48px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: -5px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-weight: 300;
  font-size: 36px;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:before {
  font-family: "feather";
  font-size: 34px;
  color: #fff;
  line-height: 110px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:before {
  content: "\e094";
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:before {
  content: "\e095";
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 27px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  font-size: 13px;
  margin-top: -20px;
  padding-bottom: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  opacity: .9;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #fff;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

/* Overlay Transition with Zoom Effect  */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
  1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
  2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
  3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
  4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
  5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
  6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
    6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
  /* MSPointer events - direct all pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.offcanvas-nav .mCSB_outside + .mCSB_scrollTools {
  right: 7px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.offcanvas-nav .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: 7px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 6px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 10px;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,
 margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
 margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
 opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/*
  ----------------------------------------
  6.1 THEME
  ----------------------------------------
  */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #3d4652;
  opacity: .06;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #3d4652;
  opacity: .7;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.offcanvas-nav .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  opacity: .9;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.offcanvas-nav .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  opacity: .9;
}

.offcanvas-nav .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  opacity: .25;
}

.footer {
  width: 100%;
  background-color: #fff;
}

.footer .subscription {
  padding-top: 60px;
}

.footer .subscription .btn {
  margin-top: 0;
}

.footer .subscription .text-muted {
  display: block;
  margin-top: 15px;
}

.footer .copyright {
  padding: 13px 0;
  border-top: 1px solid #e2e2e2;
}

.footer .copyright .inner {
  display: table;
  width: 100%;
}

.footer .copyright .inner .column {
  display: table-cell;
  vertical-align: middle;
  padding-right: 25px;
}

.footer .copyright .inner .column:last-child {
  text-align: right;
  padding-right: 0;
}

.footer .copyright .site-logo {
  vertical-align: middle;
  margin: 10px 15px 0px 0;
}

.footer .copyright .copy-text {
  display: inline-block;
  vertical-align: middle;
  color: #d0d0d0;
  font-size: 13px;
  margin: 10px 0;
}

.footer .copyright .social-bar > a {
  color: #b3b3b3;
}

.footer .copyright .social-bar > a:last-child {
  margin-right: 0;
}

.footer .footer-nav {
  display: block;
  margin: 10px 0;
}

.footer .footer-nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-nav > ul > li {
  display: inline-block;
  margin-right: 22px;
}

.footer .footer-nav > ul > li:last-child {
  margin-right: 0;
}

.footer .footer-nav > ul > li > a {
  text-decoration: none;
  color: #3d4652;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

.footer .footer-nav > ul > li > a:hover {
  color: #ff3366;
}

.footer.footer-dark {
  background-color: #3d4652;
}

.footer.footer-dark textarea,
.footer.footer-dark select,
.footer.footer-dark input[type=text],
.footer.footer-dark input[type=email],
.footer.footer-dark input[type=password],
.footer.footer-dark input[type=number],
.footer.footer-dark input[type=url],
.footer.footer-dark input[type=time],
.footer.footer-dark input[type=tel],
.footer.footer-dark input[type=search] {
  color: #fff;
  font-weight: 300;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.footer.footer-dark textarea:focus,
.footer.footer-dark select:focus,
.footer.footer-dark input[type=text]:focus,
.footer.footer-dark input[type=email]:focus,
.footer.footer-dark input[type=password]:focus,
.footer.footer-dark input[type=number]:focus,
.footer.footer-dark input[type=url]:focus,
.footer.footer-dark input[type=time]:focus,
.footer.footer-dark input[type=tel]:focus,
.footer.footer-dark input[type=search]:focus {
  border-color: rgba(255, 255, 255, 0.75);
}

.footer.footer-dark textarea::-moz-placeholder,
.footer.footer-dark select::-moz-placeholder,
.footer.footer-dark input[type=text]::-moz-placeholder,
.footer.footer-dark input[type=email]::-moz-placeholder,
.footer.footer-dark input[type=password]::-moz-placeholder,
.footer.footer-dark input[type=number]::-moz-placeholder,
.footer.footer-dark input[type=url]::-moz-placeholder,
.footer.footer-dark input[type=time]::-moz-placeholder,
.footer.footer-dark input[type=tel]::-moz-placeholder,
.footer.footer-dark input[type=search]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.footer.footer-dark textarea:-ms-input-placeholder,
.footer.footer-dark select:-ms-input-placeholder,
.footer.footer-dark input[type=text]:-ms-input-placeholder,
.footer.footer-dark input[type=email]:-ms-input-placeholder,
.footer.footer-dark input[type=password]:-ms-input-placeholder,
.footer.footer-dark input[type=number]:-ms-input-placeholder,
.footer.footer-dark input[type=url]:-ms-input-placeholder,
.footer.footer-dark input[type=time]:-ms-input-placeholder,
.footer.footer-dark input[type=tel]:-ms-input-placeholder,
.footer.footer-dark input[type=search]:-ms-input-placeholder {
  color: #fff;
}

.footer.footer-dark textarea::-webkit-input-placeholder,
.footer.footer-dark select::-webkit-input-placeholder,
.footer.footer-dark input[type=text]::-webkit-input-placeholder,
.footer.footer-dark input[type=email]::-webkit-input-placeholder,
.footer.footer-dark input[type=password]::-webkit-input-placeholder,
.footer.footer-dark input[type=number]::-webkit-input-placeholder,
.footer.footer-dark input[type=url]::-webkit-input-placeholder,
.footer.footer-dark input[type=time]::-webkit-input-placeholder,
.footer.footer-dark input[type=tel]::-webkit-input-placeholder,
.footer.footer-dark input[type=search]::-webkit-input-placeholder {
  color: #fff;
}

.footer.footer-dark textarea.placeholder,
.footer.footer-dark select.placeholder,
.footer.footer-dark input[type=text].placeholder,
.footer.footer-dark input[type=email].placeholder,
.footer.footer-dark input[type=password].placeholder,
.footer.footer-dark input[type=number].placeholder,
.footer.footer-dark input[type=url].placeholder,
.footer.footer-dark input[type=time].placeholder,
.footer.footer-dark input[type=tel].placeholder,
.footer.footer-dark input[type=search].placeholder {
  color: #fff;
}

.footer.footer-dark .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer.footer-dark .copyright .copy-text {
  font-weight: 300;
  color: #fff;
  opacity: .5;
}

.footer.footer-dark .subscription .text-muted {
  font-weight: 300;
  color: #fff;
  opacity: .5;
}

.footer.footer-dark .footer-nav > ul > li > a {
  color: #fff;
  font-weight: 300;
}

.footer.footer-dark .footer-nav > ul > li > a:hover {
  color: #ff3366;
}

@media screen and (max-width: 991px) {
  .footer .copyright .inner,
  .footer .copyright .inner .column {
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .footer .copyright .inner:last-child,
  .footer .copyright .inner .column:last-child {
    text-align: center;
  }
  .footer .copyright .social-bar {
    margin-top: 24px;
  }
  .footer .copyright .social-bar > a {
    margin-left: 8px;
    margin-right: 8px;
  }
  .footer .copyright .social-bar > a:last-child {
    margin-right: 8px;
  }
  .footer .footer-nav > ul > li {
    margin-left: 11px;
    margin-right: 11px;
  }
  .footer .footer-nav > ul > li:last-child {
    margin-right: 11px;
  }
}

.market-counter {
  color: #b3b3b3;
  font-size: 20px;
  font-weight: 300;
  margin-top: 6px;
}

.market-counter > span, .market-counter i {
  font-size: 30px;
}

.market-counter i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -9px;
}

.error404 .page-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.page-404 {
  text-align: center;
  padding: 240px 0 96px 0;
}

.page-404 h1 {
  position: relative;
  font-size: 60px;
  font-weight: 300;
}

.page-404 h1:before {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -3px;
  border-radius: 50%;
  background-color: #ff3366;
}

.page-404 h2 {
  font-size: 24px;
}

.page-404.light-skin h1, .page-404.light-skin h2, .page-404.light-skin h3, .page-404.light-skin h4, .page-404.light-skin h5, .page-404.light-skin h6, .page-404.light-skin p {
  color: #fff;
}

.page-404.light-skin .btn-default {
  background-color: #fff;
  color: #3d4652;
}

.page-404.light-skin .btn-default.btn-ghost {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.page-404.light-skin .btn-default.btn-ghost:hover {
  background-color: #fff;
  color: #3d4652;
}

@media screen and (max-width: 991px) {
  .page-404 {
    padding: 192px 0 48px 0;
  }
}

@media screen and (max-width: 480px) {
  .page-404 {
    padding: 168px 0 24px 0;
  }
}
