.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #717171;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #717171;
}

.navbar-inverse .navbar-nav > li > a {
  color: #717171;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #ffffff;
}

@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #717171;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #717171;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.navbar-inverse .btn-link {
  color: #717171;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 15px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: tranparent;
  border-radius: 0px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #2a2a2a;
}

.breadcrumb > .active {
  color: #53abe4;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.53846154;
  text-decoration: none;
  color: #7d5e4a;
  background-color: #ffffff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #4d3a2e;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #7d5e4a;
  border-color: #7d5e4a;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #717171;
  background-color: #ffffff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before,
.pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #717171;
  background-color: #ffffff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label,
.post-password-form input[type="submit"] .label,
figure.hover-type-text figcaption .actions .action .label,
figure.hover-type-text figcaption .actions object .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #717171;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #585858;
}

.label-primary {
  background-color: #7d5e4a;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #5d4637;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #ffffff;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #e6e6e6;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #717171;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge,
.post-password-form input[type="submit"] .badge,
figure.hover-type-text figcaption .actions .action .badge,
figure.hover-type-text figcaption .actions object .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge,
.post-password-form .btn-group-xs > input[type="submit"] .badge,
figure.hover-type-text figcaption .actions .btn-group-xs > .action .badge,
figure.hover-type-text figcaption .actions .btn-group-xs > object .badge {
  top: 0;
  padding: 1px 5px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #7d5e4a;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.post-password-form .jumbotron {
  border-radius: 0px;
}

.jumbotron .container,
.jumbotron .post-password-form {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .post-password-form .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 58.5px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.53846154;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #5d5d5d;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #7d5e4a;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #7d5e4a;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
  color: #717171;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #ffffff;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #717171;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #717171;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: transparent;
  background-color: #7d5e4a;
  border-color: #7d5e4a;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #d7c7bc;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #292929;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #292929;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #7d5e4a;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #7d5e4a;
  border-color: #7d5e4a;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #7d5e4a;
}

.panel-primary > .panel-heading .badge {
  color: #7d5e4a;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #7d5e4a;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0px;
}

.well-sm {
  padding: 9px;
  border-radius: 0px;
}

.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #3ba5ea;
  text-shadow: 0 1px 0 #3ba5ea;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #3ba5ea;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate3d(0, -25%, 0);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate3d(0, 0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.53846154px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.53846154;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn,
.modal-footer .post-password-form input[type="submit"] + .btn,
.post-password-form .modal-footer input[type="submit"] + .btn,
.modal-footer figure.hover-type-text figcaption .actions .action + .btn,
figure.hover-type-text figcaption .actions .modal-footer .action + .btn,
.modal-footer figure.hover-type-text figcaption .actions object + .btn,
figure.hover-type-text figcaption .actions .modal-footer object + .btn,
.modal-footer .post-password-form .btn + input[type="submit"],
.post-password-form .modal-footer .btn + input[type="submit"],
.modal-footer .post-password-form input[type="submit"] + input[type="submit"],
.post-password-form .modal-footer input[type="submit"] + input[type="submit"],
.modal-footer figure.hover-type-text figcaption .actions .post-password-form .action + input[type="submit"],
.post-password-form .modal-footer figure.hover-type-text figcaption .actions .action + input[type="submit"],
figure.hover-type-text figcaption .actions .modal-footer .post-password-form .action + input[type="submit"],
.post-password-form figure.hover-type-text figcaption .actions .modal-footer .action + input[type="submit"],
.modal-footer figure.hover-type-text figcaption .actions .post-password-form object + input[type="submit"],
.post-password-form .modal-footer figure.hover-type-text figcaption .actions object + input[type="submit"],
figure.hover-type-text figcaption .actions .modal-footer .post-password-form object + input[type="submit"],
.post-password-form figure.hover-type-text figcaption .actions .modal-footer object + input[type="submit"],
.modal-footer figure.hover-type-text figcaption .actions .btn + .action,
figure.hover-type-text figcaption .actions .modal-footer .btn + .action,
.modal-footer .post-password-form figure.hover-type-text figcaption .actions input[type="submit"] + .action,
figure.hover-type-text figcaption .actions .modal-footer .post-password-form input[type="submit"] + .action,
.post-password-form .modal-footer figure.hover-type-text figcaption .actions input[type="submit"] + .action,
figure.hover-type-text figcaption .actions .post-password-form .modal-footer input[type="submit"] + .action,
.modal-footer figure.hover-type-text figcaption .actions .action + .action,
figure.hover-type-text figcaption .actions .modal-footer .action + .action,
.modal-footer figure.hover-type-text figcaption .actions object + .action,
figure.hover-type-text figcaption .actions .modal-footer object + .action,
.modal-footer figure.hover-type-text figcaption .actions .btn + object,
figure.hover-type-text figcaption .actions .modal-footer .btn + object,
.modal-footer .post-password-form figure.hover-type-text figcaption .actions input[type="submit"] + object,
figure.hover-type-text figcaption .actions .modal-footer .post-password-form input[type="submit"] + object,
.post-password-form .modal-footer figure.hover-type-text figcaption .actions input[type="submit"] + object,
figure.hover-type-text figcaption .actions .post-password-form .modal-footer input[type="submit"] + object,
.modal-footer figure.hover-type-text figcaption .actions .action + object,
figure.hover-type-text figcaption .actions .modal-footer .action + object,
.modal-footer figure.hover-type-text figcaption .actions object + object,
figure.hover-type-text figcaption .actions .modal-footer object + object {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group .post-password-form input[type="submit"] + .btn,
.post-password-form .modal-footer .btn-group input[type="submit"] + .btn,
.modal-footer .btn-group figure.hover-type-text figcaption .actions .action + .btn,
figure.hover-type-text figcaption .actions .modal-footer .btn-group .action + .btn,
.modal-footer .btn-group figure.hover-type-text figcaption .actions object + .btn,
figure.hover-type-text figcaption .actions .modal-footer .btn-group object + .btn,
.modal-footer .btn-group .post-password-form .btn + input[type="submit"],
.post-password-form .modal-footer .btn-group .btn + input[type="submit"],
.modal-footer .btn-group .post-password-form input[type="submit"] + input[type="submit"],
.post-password-form .modal-footer .btn-group input[type="submit"] + input[type="submit"],
.modal-footer .btn-group figure.hover-type-text figcaption .actions .post-password-form .action + input[type="submit"],
.post-password-form .modal-footer .btn-group figure.hover-type-text figcaption .actions .action + input[type="submit"],
figure.hover-type-text figcaption .actions .modal-footer .btn-group .post-password-form .action + input[type="submit"],
.post-password-form figure.hover-type-text figcaption .actions .modal-footer .btn-group .action + input[type="submit"],
.modal-footer .btn-group figure.hover-type-text figcaption .actions .post-password-form object + input[type="submit"],
.post-password-form .modal-footer .btn-group figure.hover-type-text figcaption .actions object + input[type="submit"],
figure.hover-type-text figcaption .actions .modal-footer .btn-group .post-password-form object + input[type="submit"],
.post-password-form figure.hover-type-text figcaption .actions .modal-footer .btn-group object + input[type="submit"],
.modal-footer .btn-group figure.hover-type-text figcaption .actions .btn + .action,
figure.hover-type-text figcaption .actions .modal-footer .btn-group .btn + .action,
.modal-footer .btn-group .post-password-form figure.hover-type-text figcaption .actions input[type="submit"] + .action,
figure.hover-type-text figcaption .actions .modal-footer .btn-group .post-password-form input[type="submit"] + .action,
.post-password-form .modal-footer .btn-group figure.hover-type-text figcaption .actions input[type="submit"] + .action,
figure.hover-type-text figcaption .actions .post-password-form .modal-footer .btn-group input[type="submit"] + .action,
.modal-footer .btn-group figure.hover-type-text figcaption .actions .action + .action,
figure.hover-type-text figcaption .actions .modal-footer .btn-group .action + .action,
.modal-footer .btn-group figure.hover-type-text figcaption .actions object + .action,
figure.hover-type-text figcaption .actions .modal-footer .btn-group object + .action,
.modal-footer .btn-group figure.hover-type-text figcaption .actions .btn + object,
figure.hover-type-text figcaption .actions .modal-footer .btn-group .btn + object,
.modal-footer .btn-group .post-password-form figure.hover-type-text figcaption .actions input[type="submit"] + object,
figure.hover-type-text figcaption .actions .modal-footer .btn-group .post-password-form input[type="submit"] + object,
.post-password-form .modal-footer .btn-group figure.hover-type-text figcaption .actions input[type="submit"] + object,
figure.hover-type-text figcaption .actions .post-password-form .modal-footer .btn-group input[type="submit"] + object,
.modal-footer .btn-group figure.hover-type-text figcaption .actions .action + object,
figure.hover-type-text figcaption .actions .modal-footer .btn-group .action + object,
.modal-footer .btn-group figure.hover-type-text figcaption .actions object + object,
figure.hover-type-text figcaption .actions .modal-footer .btn-group object + object {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.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 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0px;
}

.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: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.05);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.05);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.05);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.05);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #3ba5ea;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #3ba5ea;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #3ba5ea;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #3ba5ea;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #3ba5ea;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn,
.carousel-caption .post-password-form input[type="submit"],
.post-password-form .carousel-caption input[type="submit"],
.carousel-caption figure.hover-type-text figcaption .actions .action,
figure.hover-type-text figcaption .actions .carousel-caption .action,
.carousel-caption figure.hover-type-text figcaption .actions object,
figure.hover-type-text figcaption .actions .carousel-caption object {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/**
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */

/**
 * Styles shared by multiple animations
 */

/**
 * Dots
 */

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  45% {
    transform: scale(0.1);
    opacity: 0.7;
  }

  80% {
    transform: scale(1);
    opacity: 1;
  }
}

.ball-pulse > div:nth-child(0) {
  animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(1) {
  animation: scale 0.75s 0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(2) {
  animation: scale 0.75s 0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div:nth-child(3) {
  animation: scale 0.75s 0.36s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.ball-pulse > div {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
}

@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px);
  }

  66% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.ball-pulse-sync > div:nth-child(0) {
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(1) {
  animation: ball-pulse-sync 0.6s 0.07s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(2) {
  animation: ball-pulse-sync 0.6s 0.14s infinite ease-in-out;
}

.ball-pulse-sync > div:nth-child(3) {
  animation: ball-pulse-sync 0.6s 0.21s infinite ease-in-out;
}

.ball-pulse-sync > div {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
}

@keyframes ball-scale {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.ball-scale > div {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  animation: ball-scale 1s 0 ease-in-out infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.ball-rotate {
  position: relative;
}

.ball-rotate > div {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: relative;
}

.ball-rotate > div:first-child {
  animation: rotate 1s 0 cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
}

.ball-rotate > div:before,
.ball-rotate > div:after {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  content: "";
  position: absolute;
  opacity: 0.8;
}

.ball-rotate > div:before {
  top: 0px;
  left: -28px;
}

.ball-rotate > div:after {
  top: 0px;
  left: 25px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(0.6);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

.ball-clip-rotate > div {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  border: 2px solid #ffffff;
  border-bottom-color: transparent;
  height: 25px;
  width: 25px;
  background: transparent !important;
  display: inline-block;
  animation: rotate 0.75s 0 linear infinite;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(0.6);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes scale {
  30% {
    transform: scale(0.3);
  }

  100% {
    transform: scale(1);
  }
}

.ball-clip-rotate-pulse {
  position: relative;
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.ball-clip-rotate-pulse > div {
  animation-fill-mode: both;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 100%;
}

.ball-clip-rotate-pulse > div:first-child {
  background: #ffffff;
  height: 16px;
  width: 16px;
  top: 9px;
  left: 9px;
  animation: scale 1s 0 cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

.ball-clip-rotate-pulse > div:last-child {
  position: absolute;
  border: 2px solid #ffffff;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 2px solid;
  border-color: #ffffff transparent #ffffff transparent;
  animation: rotate 1s 0 cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation-duration: 1s;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(0.6);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

.ball-clip-rotate-multiple {
  position: relative;
}

.ball-clip-rotate-multiple > div {
  animation-fill-mode: both;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 2px solid #ffffff;
  border-bottom-color: transparent;
  border-top-color: transparent;
  border-radius: 100%;
  height: 35px;
  width: 35px;
  animation: rotate 1s 0 ease-in-out infinite;
}

.ball-clip-rotate-multiple > div:last-child {
  display: inline-block;
  top: 10px;
  left: 10px;
  width: 15px;
  height: 15px;
  animation-duration: 0.5s;
  border-color: #ffffff transparent #ffffff transparent;
  animation-direction: reverse;
}

@keyframes ball-scale-ripple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }

  70% {
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    opacity: 0.0;
  }
}

.ball-scale-ripple > div {
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  animation: ball-scale-ripple 1s 0 infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@keyframes ball-scale-ripple-multiple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }

  70% {
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    opacity: 0.0;
  }
}

.ball-scale-ripple-multiple {
  position: relative;
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

.ball-scale-ripple-multiple > div:nth-child(0) {
  animation-delay: -0.2s;
}

.ball-scale-ripple-multiple > div:nth-child(1) {
  animation-delay: 0s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
  animation-delay: 0.2s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
  animation-delay: 0.4s;
}

.ball-scale-ripple-multiple > div {
  animation-fill-mode: both;
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  animation: ball-scale-ripple-multiple 1.25s 0 infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.ball-beat > div {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  animation: ball-beat 0.7s 0 infinite linear;
}

.ball-beat > div:nth-child(2n-1) {
  animation-delay: 0.35s !important;
}

@keyframes ball-scale-multiple {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.ball-scale-multiple {
  position: relative;
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.ball-scale-multiple > div:nth-child(2) {
  animation-delay: 0.2s;
}

.ball-scale-multiple > div:nth-child(3) {
  animation-delay: 0.4s;
}

.ball-scale-multiple > div {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  animation: ball-scale-multiple 1s 0 linear infinite;
}

@keyframes ball-triangle-path-1 {
  33% {
    transform: translate(25px, -50px);
  }

  66% {
    transform: translate(50px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes ball-triangle-path-2 {
  33% {
    transform: translate(25px, 50px);
  }

  66% {
    transform: translate(-25px, 50px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes ball-triangle-path-3 {
  33% {
    transform: translate(-50px, 0px);
  }

  66% {
    transform: translate(-25px, -50px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.ball-triangle-path {
  position: relative;
  -ms-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px);
}

.ball-triangle-path > div:nth-child(1) {
  animation-name: "ball-triangle-path-1";
  animation-delay: 0;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.ball-triangle-path > div:nth-child(2) {
  animation-name: "ball-triangle-path-2";
  animation-delay: 0;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.ball-triangle-path > div:nth-child(3) {
  animation-name: "ball-triangle-path-3";
  animation-delay: 0;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.ball-triangle-path > div {
  animation-fill-mode: both;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #ffffff;
}

.ball-triangle-path > div:nth-of-type(1) {
  top: 50px;
}

.ball-triangle-path > div:nth-of-type(2) {
  left: 25px;
}

.ball-triangle-path > div:nth-of-type(3) {
  top: 50px;
  left: 50px;
}

@keyframes ball-pulse-rise-even {
  0% {
    transform: scale(1.1);
  }

  25% {
    transform: translateY(-30px);
  }

  50% {
    transform: scale(0.4);
  }

  75% {
    transform: translateY(30px);
  }

  100% {
    transform: translateY(0);
    transform: scale(1);
  }
}

@keyframes ball-pulse-rise-odd {
  0% {
    transform: scale(0.4);
  }

  25% {
    transform: translateY(30px);
  }

  50% {
    transform: scale(1.1);
  }

  75% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
    transform: scale(0.75);
  }
}

.ball-pulse-rise > div {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  animation-iteration-count: infinite;
  animation-delay: 0;
}

.ball-pulse-rise > div:nth-child(2n) {
  animation-name: ball-pulse-rise-even;
}

.ball-pulse-rise > div:nth-child(2n-1) {
  animation-name: ball-pulse-rise-odd;
}

@keyframes ball-grid-beat {
  50% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

.ball-grid-beat {
  width: 57px;
}

.ball-grid-beat > div:nth-child(1) {
  animation-delay: 0.08s;
  animation-duration: 1.09s;
}

.ball-grid-beat > div:nth-child(2) {
  animation-delay: 0.16s;
  animation-duration: 1.21s;
}

.ball-grid-beat > div:nth-child(3) {
  animation-delay: -0.06s;
  animation-duration: 0.89s;
}

.ball-grid-beat > div:nth-child(4) {
  animation-delay: -0.01s;
  animation-duration: 1.53s;
}

.ball-grid-beat > div:nth-child(5) {
  animation-delay: 0.12s;
  animation-duration: 1.22s;
}

.ball-grid-beat > div:nth-child(6) {
  animation-delay: 0.68s;
  animation-duration: 0.98s;
}

.ball-grid-beat > div:nth-child(7) {
  animation-delay: 0.07s;
  animation-duration: 1.46s;
}

.ball-grid-beat > div:nth-child(8) {
  animation-delay: 0.14s;
  animation-duration: 0.95s;
}

.ball-grid-beat > div:nth-child(9) {
  animation-delay: 0.63s;
  animation-duration: 0.97s;
}

.ball-grid-beat > div {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  animation-name: ball-grid-beat;
  animation-iteration-count: infinite;
  animation-delay: 0;
}

@keyframes ball-grid-pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.5);
    opacity: 0.7;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.ball-grid-pulse {
  width: 57px;
}

.ball-grid-pulse > div:nth-child(1) {
  animation-delay: -0.1s;
  animation-duration: 0.79s;
}

.ball-grid-pulse > div:nth-child(2) {
  animation-delay: 0.76s;
  animation-duration: 1.57s;
}

.ball-grid-pulse > div:nth-child(3) {
  animation-delay: 0.23s;
  animation-duration: 0.68s;
}

.ball-grid-pulse > div:nth-child(4) {
  animation-delay: 0.36s;
  animation-duration: 1.45s;
}

.ball-grid-pulse > div:nth-child(5) {
  animation-delay: 0.05s;
  animation-duration: 0.77s;
}

.ball-grid-pulse > div:nth-child(6) {
  animation-delay: 0.57s;
  animation-duration: 1.23s;
}

.ball-grid-pulse > div:nth-child(7) {
  animation-delay: 0.32s;
  animation-duration: 1.07s;
}

.ball-grid-pulse > div:nth-child(8) {
  animation-delay: 0.72s;
  animation-duration: 1.39s;
}

.ball-grid-pulse > div:nth-child(9) {
  animation-delay: 0.74s;
  animation-duration: 0.66s;
}

.ball-grid-pulse > div {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  animation-name: ball-grid-pulse;
  animation-iteration-count: infinite;
  animation-delay: 0;
}

@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    transform: scale(0.4);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.ball-spin-fade-loader {
  position: relative;
}

.ball-spin-fade-loader > div:nth-child(1) {
  top: 25px;
  left: 0;
  animation: ball-spin-fade-loader 1s 0s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(2) {
  top: 17.0454545455px;
  left: 17.0454545455px;
  animation: ball-spin-fade-loader 1s 0.12s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  animation: ball-spin-fade-loader 1s 0.24s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(4) {
  top: -17.0454545455px;
  left: 17.0454545455px;
  animation: ball-spin-fade-loader 1s 0.36s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(5) {
  top: -25px;
  left: 0;
  animation: ball-spin-fade-loader 1s 0.48s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(6) {
  top: -17.0454545455px;
  left: -17.0454545455px;
  animation: ball-spin-fade-loader 1s 0.6s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  animation: ball-spin-fade-loader 1s 0.72s infinite linear;
}

.ball-spin-fade-loader > div:nth-child(8) {
  top: 17.0454545455px;
  left: -17.0454545455px;
  animation: ball-spin-fade-loader 1s 0.84s infinite linear;
}

.ball-spin-fade-loader > div {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
}

@keyframes ball-spin-loader {
  75% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

.ball-spin-loader {
  position: relative;
}

.ball-spin-loader > span:nth-child(1) {
  top: 45px;
  left: 0;
  animation: ball-spin-loader 2s 0.9s infinite linear;
}

.ball-spin-loader > span:nth-child(2) {
  top: 30.6818181818px;
  left: 30.6818181818px;
  animation: ball-spin-loader 2s 1.8s infinite linear;
}

.ball-spin-loader > span:nth-child(3) {
  top: 0;
  left: 45px;
  animation: ball-spin-loader 2s 2.7s infinite linear;
}

.ball-spin-loader > span:nth-child(4) {
  top: -30.6818181818px;
  left: 30.6818181818px;
  animation: ball-spin-loader 2s 3.6s infinite linear;
}

.ball-spin-loader > span:nth-child(5) {
  top: -45px;
  left: 0;
  animation: ball-spin-loader 2s 4.5s infinite linear;
}

.ball-spin-loader > span:nth-child(6) {
  top: -30.6818181818px;
  left: -30.6818181818px;
  animation: ball-spin-loader 2s 5.4s infinite linear;
}

.ball-spin-loader > span:nth-child(7) {
  top: 0;
  left: -45px;
  animation: ball-spin-loader 2s 6.3s infinite linear;
}

.ball-spin-loader > span:nth-child(8) {
  top: 30.6818181818px;
  left: -30.6818181818px;
  animation: ball-spin-loader 2s 7.2s infinite linear;
}

.ball-spin-loader > div {
  animation-fill-mode: both;
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: green;
}

@keyframes ball-zig {
  33% {
    transform: translate(-15px, -30px);
  }

  66% {
    transform: translate(15px, -30px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes ball-zag {
  33% {
    transform: translate(15px, 30px);
  }

  66% {
    transform: translate(-15px, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.ball-zig-zag {
  position: relative;
  -ms-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}

.ball-zig-zag > div {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 30px;
  left: 30px;
}

.ball-zig-zag > div:first-child {
  animation: ball-zig 0.7s 0 infinite linear;
}

.ball-zig-zag > div:last-child {
  animation: ball-zag 0.7s 0 infinite linear;
}

@keyframes ball-zig-deflect {
  17% {
    transform: translate(-15px, -30px);
  }

  34% {
    transform: translate(15px, -30px);
  }

  50% {
    transform: translate(0, 0);
  }

  67% {
    transform: translate(15px, -30px);
  }

  84% {
    transform: translate(-15px, -30px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes ball-zag-deflect {
  17% {
    transform: translate(15px, 30px);
  }

  34% {
    transform: translate(-15px, 30px);
  }

  50% {
    transform: translate(0, 0);
  }

  67% {
    transform: translate(-15px, 30px);
  }

  84% {
    transform: translate(15px, 30px);
  }

  100% {
    transform: translate(0, 0);
  }
}

.ball-zig-zag-deflect {
  position: relative;
  -ms-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}

.ball-zig-zag-deflect > div {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 30px;
  left: 30px;
}

.ball-zig-zag-deflect > div:first-child {
  animation: ball-zig-deflect 1.5s 0 infinite linear;
}

.ball-zig-zag-deflect > div:last-child {
  animation: ball-zag-deflect 1.5s 0 infinite linear;
}

/**
 * Lines
 */

@keyframes line-scale {
  0% {
    transform: scaley(1);
  }

  50% {
    transform: scaley(0.4);
  }

  100% {
    transform: scaley(1);
  }
}

.line-scale > div:nth-child(1) {
  animation: line-scale 1s 0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(2) {
  animation: line-scale 1s 0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(3) {
  animation: line-scale 1s 0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(4) {
  animation: line-scale 1s 0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(5) {
  animation: line-scale 1s 0.5s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div {
  background-color: #ffffff;
  width: 2px;
  height: 11px;
  border-radius: 2px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  animation-fill-mode: both;
  display: inline-block;
}

@keyframes line-scale-party {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

.line-scale-party > div:nth-child(1) {
  animation-delay: 0.64s;
  animation-duration: 0.51s;
}

.line-scale-party > div:nth-child(2) {
  animation-delay: -0.1s;
  animation-duration: 0.48s;
}

.line-scale-party > div:nth-child(3) {
  animation-delay: 0.65s;
  animation-duration: 1.01s;
}

.line-scale-party > div:nth-child(4) {
  animation-delay: -0.06s;
  animation-duration: 0.32s;
}

.line-scale-party > div {
  background-color: #ffffff;
  width: 2px;
  height: 11px;
  border-radius: 2px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  animation-fill-mode: both;
  display: inline-block;
  animation-name: line-scale-party;
  animation-iteration-count: infinite;
  animation-delay: 0;
}

@keyframes line-scale-pulse-out {
  0% {
    transform: scaley(1);
  }

  50% {
    transform: scaley(0.4);
  }

  100% {
    transform: scaley(1);
  }
}

.line-scale-pulse-out > div {
  background-color: #ffffff;
  width: 2px;
  height: 11px;
  border-radius: 2px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  animation-fill-mode: both;
  display: inline-block;
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
  animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1),
.line-scale-pulse-out > div:nth-child(5) {
  animation-delay: -0.2s !important;
}

.line-scale-pulse-out.highlight > div {
  background-color: #53abe4;
  width: 2px;
  height: 11px;
  border-radius: 2px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
}

@keyframes line-scale-pulse-out-rapid {
  0% {
    transform: scaley(1);
  }

  80% {
    transform: scaley(0.3);
  }

  90% {
    transform: scaley(1);
  }
}

.line-scale-pulse-out-rapid > div {
  background-color: #ffffff;
  width: 2px;
  height: 11px;
  border-radius: 2px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  animation-fill-mode: both;
  display: inline-block;
  animation: line-scale-pulse-out-rapid 0.9s 0 infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
}

.line-scale-pulse-out-rapid > div:nth-child(2),
.line-scale-pulse-out-rapid > div:nth-child(4) {
  animation-delay: 0.25s !important;
}

.line-scale-pulse-out-rapid > div:nth-child(1),
.line-scale-pulse-out-rapid > div:nth-child(5) {
  animation-delay: 0.5s !important;
}

@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

.line-spin-fade-loader {
  position: relative;
}

.line-spin-fade-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  animation: line-spin-fade-loader 1.2s 0.12s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(2) {
  top: 13.6363636364px;
  left: 13.6363636364px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  animation: line-spin-fade-loader 1.2s 0.24s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  animation: line-spin-fade-loader 1.2s 0.36s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(4) {
  top: -13.6363636364px;
  left: 13.6363636364px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  animation: line-spin-fade-loader 1.2s 0.48s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  animation: line-spin-fade-loader 1.2s 0.6s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(6) {
  top: -13.6363636364px;
  left: -13.6363636364px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  animation: line-spin-fade-loader 1.2s 0.72s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  animation: line-spin-fade-loader 1.2s 0.84s infinite ease-in-out;
}

.line-spin-fade-loader > div:nth-child(8) {
  top: 13.6363636364px;
  left: -13.6363636364px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  animation: line-spin-fade-loader 1.2s 0.96s infinite ease-in-out;
}

.line-spin-fade-loader > div {
  background-color: #ffffff;
  width: 2px;
  height: 11px;
  border-radius: 2px;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px;
}

/**
 * Misc
 */

@keyframes triangle-skew-spin {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }

  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }

  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }

  100% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}

.triangle-skew-spin > div {
  animation-fill-mode: both;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ffffff;
  animation: triangle-skew-spin 3s 0 cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@keyframes square-spin {
  25% {
    transform: perspective(100px) rotateX(180deg) rotateY(0);
  }

  50% {
    transform: perspective(100px) rotateX(180deg) rotateY(180deg);
  }

  75% {
    transform: perspective(100px) rotateX(0) rotateY(180deg);
  }

  100% {
    transform: perspective(100px) rotateX(0) rotateY(0);
  }
}

.square-spin > div {
  animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #ffffff;
  border: 1px solid red;
  animation: square-spin 3s 0 cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@keyframes pacman-balls {
  75% {
    opacity: 0.7;
  }

  100% {
    transform: translate(-100px, -6.25px);
  }
}

.pacman {
  position: relative;
}

.pacman > div:nth-child(2) {
  animation: pacman-balls 1s 0s infinite linear;
}

.pacman > div:nth-child(3) {
  animation: pacman-balls 1s 0.25s infinite linear;
}

.pacman > div:nth-child(4) {
  animation: pacman-balls 1s 0.5s infinite linear;
}

.pacman > div:nth-child(5) {
  animation: pacman-balls 1s 0.75s infinite linear;
}

.pacman > div:first-of-type {
  width: 0px;
  height: 0px;
  border-right: 25px solid transparent;
  border-top: 25px solid #ffffff;
  border-left: 25px solid #ffffff;
  border-bottom: 25px solid #ffffff;
  border-radius: 25px;
}

.pacman > div:nth-child(2),
.pacman > div:nth-child(3),
.pacman > div:nth-child(4),
.pacman > div:nth-child(5) {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
  -ms-transform: translate(0, -6.25px);
  transform: translate(0, -6.25px);
  top: 25px;
  left: 100px;
}

@keyframes cube-transition {
  25% {
    transform: translateX(50px) scale(0.5) rotate(-90deg);
  }

  50% {
    transform: translate(50px, 50px) rotate(-180deg);
  }

  75% {
    transform: translateY(50px) scale(0.5) rotate(-270deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.cube-transition {
  position: relative;
  -ms-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px);
}

.cube-transition > div {
  animation-fill-mode: both;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  animation: cube-transition 1.6s 0 infinite ease-in-out;
}

.cube-transition > div:last-child {
  animation-delay: -0.8s;
}

body {
  font-family: "Lato", sans-serif;
}

h1 {
  font-family: "Lato";
  letter-spacing: 0.6px;
  font-weight: 900;
  font-style: normal;
  word-spacing: 1px;
  line-height: 22px;
  font-size: 22px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-after: 0;
}

h2 {
  font-family: "Lato";
  letter-spacing: 0.6px;
  font-weight: 900;
  font-style: normal;
  word-spacing: 1px;
  line-height: 22px;
  font-size: 17px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-after: 0;
}

h3 {
  font-family: "Lato";
  letter-spacing: 0.6px;
  font-weight: 900;
  font-style: normal;
  word-spacing: 1px;
  line-height: 22px;
  font-size: 16px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-after: 0;
}

h4 {
  font-family: "Lato";
  letter-spacing: 0.6px;
  font-weight: 900;
  font-style: normal;
  word-spacing: 1px;
  line-height: 22px;
  font-size: 17px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-after: 0;
}

h5 {
  font-family: "Lato";
  letter-spacing: 0.6px;
  font-weight: 900;
  font-style: normal;
  word-spacing: 1px;
  line-height: 22px;
  font-size: 13px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-after: 0;
}

h6 {
  font-family: "Lato";
  letter-spacing: 0.3px;
  font-weight: 900;
  font-style: normal;
  word-spacing: 1px;
  line-height: 22px;
  font-size: 12px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin-after: 0;
}

button,
.ubtn {
  letter-spacing: 0.6px;
}

.text-highlight,
.woocommerce .order-info,
.woocommerce-page .order-info,
.hydrus_core_woocommerce_options .order-info {
  color: #53abe4;
}

.text-highlight a,
.woocommerce .order-info a,
.woocommerce-page .order-info a,
.hydrus_core_woocommerce_options .order-info a {
  color: #53abe4;
}

body {
  color: #838383;
}

h1,
h2,
h3,
h4,
h5,
h5 {
  color: #2a2a2a;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h5 a {
  color: #2a2a2a;
  transition: opacity 0.6s ease, color 0.4s ease;
}

h1 a:hover,
h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h5 a:hover,
h5 a:focus {
  text-decoration: none;
  color: #53abe4;
}

a {
  color: #838383;
  transition: opacity 0.6s ease, color 0.4s ease, background-color 0.4s ease;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #53abe4;
}

p {
  font-family: "Lato";
}

address {
  font-style: normal;
}

.th-row {
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.th-row .th-row-container {
  height: 100%;
}

.th-row .dzsparallaxer {
  width: 100%;
}

.th-row .dzsparallaxer .dzsparallaxer--target {
  background-position: center center;
}

.th-row[data-ride="th-row"] {
  width: 100%;
}

.column-separator {
  position: absolute;
  top: 50%;
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  right: 0;
  z-index: 10;
}

.column-separator.fixedtop {
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: auto;
  width: auto;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "hydrus";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hydrus .slick-prev:before,
.hydrus .slick-next:before {
  font-family: "hydrus";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "hydrus";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

.th-separator {
  margin: 0 auto;
}

/*****************************************/

/* Fade */

/*****************************************/

.fxFade .navOutNext,
.fxFade .navOutPrev {
  animation: fadeOut 0.5s forwards ease-in-out;
}

@keyframes fadeOut {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*
 * Special thanks to Mary Lou ( http://tympanus.net/codrops/author/crnacura/ )
 * ref: http://tympanus.net/codrops/2014/03/18/inspiration-for-item-transitions/
**/

/* 4 classes: navInLeft, navInRight, navOutLeft, navOutRight */

/*****************************************/

/* Soft Scale */

/*****************************************/

.fxSoftScale .navOutNext {
  animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxSoftScale .navInNext {
  animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxSoftScale .navOutPrev {
  animation: scaleDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxSoftScale .navInPrev {
  animation: scaleUpDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

@keyframes scaleUp {
  from {

  }

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes scaleDownUp {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleDown {
  from {

  }

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}

@keyframes scaleUpDown {
  from {
    transform: scale(1.2);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/*****************************************/

/* Press away */

/*****************************************/

.fxPressAway .navOutNext {
  animation: slideOutScaleRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxPressAway .navInNext {
  opacity: 1;
  animation: slideInFromLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxPressAway .navOutPrev {
  animation: slideOutScaleLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxPressAway .navInPrev {
  opacity: 1;
  animation: slideInFromRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

@keyframes slideOutScaleRight {
  from {

  }

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    transform: translateX(100%) scale(0.9);
    opacity: 0;
  }
}

@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideOutScaleLeft {
  from {

  }

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    transform: translateX(-100%) scale(0.9);
    opacity: 0;
  }
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

/*****************************************/

/* Side Swing */

/*****************************************/

.fxSideSwing .navOutNext {
  animation: slideOutScaleRight 1.2s forwards;
  /* older webkit */
  animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}

.fxSideSwing .navInNext {
  opacity: 1;
  animation: slideInFromLeft 1.2s forwards;
  /* older webkit */
  animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}

.fxSideSwing .navOutPrev {
  animation: slideOutScaleLeft 1.2s forwards;
  /* older webkit */
  animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}

.fxSideSwing .navInPrev {
  opacity: 1;
  animation: slideInFromRight 1.2s forwards;
  /* older webkit */
  animation-timing-function: cubic-bezier(1, -0.2, 0, 1);
}

/*****************************************/

/* Fortune wheel */

/*****************************************/

.fxFortuneWheel .itemwrap {
  perspective: 1600px;
}

.fxFortuneWheel .navOutNext {
  animation: slideOutScaleRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxFortuneWheel .navInNext {
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  animation: rotateInFromLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxFortuneWheel .navOutPrev {
  animation: slideOutScaleLeft 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxFortuneWheel .navInPrev {
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  animation: rotateInFromRight 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

@keyframes rotateInFromLeft {
  from {
    transform: translateX(-100%) rotateY(-55deg);
  }

  to {
    transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes rotateInFromRight {
  from {
    transform: translateX(100%) rotateY(55deg);
  }

  to {
    transform: translateX(0) rotateY(0deg);
    opacity: 1;
  }
}

/*****************************************/

/* Swipe */

/*****************************************/

.fxSwipe .navOutNext {
  animation: decreaseHeight 0.8s forwards ease-in-out;
}

.fxSwipe .navInNext {
  animation: show 0.8s forwards ease-in-out;
}

.fxSwipe .navOutPrev {
  animation: hide 0.8s forwards ease-in-out;
}

.fxSwipe .navInPrev {
  z-index: 9;
  opacity: 1;
  animation: increaseHeight 0.8s forwards ease-in-out;
}

@keyframes decreaseHeight {
  from {

  }

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    height: 0;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }

  1%, 100% {
    opacity: 1;
  }
}

@keyframes hide {
  0%, 99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes increaseHeight {
  from {
    height: 0;
  }

  to {
    height: 100%;
  }
}

/*****************************************/

/* Push reveal */

/*****************************************/

.fxPushReveal .navOutNext {
  opacity: 1;
  animation: slideOutBottom 0.7s forwards ease-in-out;
}

.fxPushReveal .navInNext {
  opacity: 1;
  animation: slideInHalfFromTop 0.5s forwards ease-in-out;
}

.fxPushReveal .navOutPrev {
  opacity: 1;
  animation: slideOutHalfTop 0.7s forwards ease-in-out;
}

.fxPushReveal .navInPrev {
  opacity: 1;
  z-index: 9;
  animation: slideInFromBottom 0.7s forwards ease-in-out;
}

@keyframes slideOutBottom {
  from {

  }

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    transform: translateY(100%);
  }
}

@keyframes slideInHalfFromTop {
  from {
    transform: translateY(-50%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideOutHalfTop {
  from {

  }

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    transform: translateY(-50%);
  }
}

@keyframes slideInFromBottom {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

/*****************************************/

/* Snap in */

/*****************************************/

.fxSnapIn .navOutNext {
  animation: slideOutLeft 0.5s forwards ease-in;
}

.fxSnapIn .navInNext {
  z-index: 9;
  opacity: 1;
  animation: slideFromRightFast 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxSnapIn .navOutPrev {
  animation: slideOutRight 0.5s forwards ease-in;
}

.fxSnapIn .navInPrev {
  z-index: 9;
  opacity: 1;
  animation: slideFromLeftFast 0.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxSnapIn li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.4s 0.1s ease-in;
}

.fxSnapIn .navOutPrev::after,
.fxSnapIn .navOutNext::after {
  opacity: 1;
}

@keyframes slideOutLeft {
  from {

  }

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    transform: translateX(-10%);
  }
}

@keyframes slideFromRightFast {
  0%, 50% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes slideOutRight {
  from {

  }

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    transform: translateX(10%);
  }
}

@keyframes slideFromLeftFast {
  0%, 50% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

/*****************************************/

/* Let me in */

/*****************************************/

.fxLetMeIn .itemwrap {
  perspective: 1600px;
}

.fxLetMeIn .navOutNext {
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  animation: rotateOutRight 0.5s forwards ease-in-out;
}

.fxLetMeIn .navInNext {
  z-index: 9;
  opacity: 1;
  animation: slideFromRightFast 0.5s forwards ease;
}

.fxLetMeIn .navOutPrev {
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  animation: rotateOutLeft 0.5s forwards ease-in-out;
}

.fxLetMeIn .navInPrev {
  z-index: 9;
  opacity: 1;
  animation: slideFromLeftFast 0.5s forwards ease;
}

.fxLetMeIn li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity 0.5s ease-in-out;
}

.fxLetMeIn .navOutPrev::after,
.fxLetMeIn .navOutNext::after {
  opacity: 1;
}

@keyframes rotateOutRight {
  from {

  }

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    transform: rotateY(10deg);
  }
}

@keyframes rotateOutLeft {
  from {

  }

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    transform: rotateY(-10deg);
  }
}

/*****************************************/

/* Stick it */

/*****************************************/

.fxStickIt .itemwrap {
  perspective: 1600px;
}

.fxStickIt .navOutNext {
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  animation: rotateBottomSideOut 0.8s forwards ease-in;
}

.fxStickIt .navInNext {
  z-index: 2;
  opacity: 1;
  animation: slideInFromBottomDelayed 0.8s forwards;
}

.fxStickIt .navOutPrev {
  opacity: 1;
  animation: slideOutToBottom 0.8s forwards;
}

.fxStickIt .navInPrev {
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  animation: rotateBottomSideIn 0.8s 0.1s forwards ease-in;
}

@keyframes rotateBottomSideOut {
  from {

  }

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  40% {
    transform: rotateX(-15deg);
    animation-timing-function: ease-out;
  }

  100% {
    opacity: 0;
    transform: scale(0.8) translateZ(-200px);
  }
}

@keyframes slideInFromBottomDelayed {
  0%, 30% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes rotateBottomSideIn {
  0% {
    opacity: 0;
    transform: scale(0.8) translateZ(-200px);
  }

  60% {
    transform: scale(1) translateZ(0) rotateX(-15deg);
    animation-timing-function: ease-out;
  }

  100% {
    opacity: 1;
    transform: scale(1) translateZ(0) rotateX(0deg);
  }
}

/*****************************************/

/* Archive me */

/*****************************************/

.fxArchiveMe .navOutNext {
  animation: scaleHalfDown 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxArchiveMe .navInNext {
  z-index: 9;
  opacity: 1;
  animation: slideInFromBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxArchiveMe .navOutPrev {
  animation: slideOutToBottom 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxArchiveMe .navInPrev {
  animation: scaleHalfUp 0.7s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxArchiveMe li::before,
.fxArchiveMe li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.7s cubic-bezier(0.7, 0, 0.3, 1);
}

.fxArchiveMe li::after,
.fxArchiveMe .navOutNext::before {
  opacity: 1;
}

.fxArchiveMe li::before,
.fxArchiveMe li.current::after,
.fxArchiveMe .navInNext::after,
.fxArchiveMe .navInPrev::after {
  opacity: 0;
}

.fxArchiveMe .navInNext::after {
  transition: none;
}

@keyframes scaleHalfDown {
  from {

  }

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    transform: scale(0.6);
    opacity: 0;
  }
}

@keyframes slideOutToBottom {
  from {

  }

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    transform: translateY(100%);
  }
}

@keyframes scaleHalfUp {
  from {
    opacity: 0;
    transform: scale(0.6);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/*****************************************/

/* Vertical growth */

/*****************************************/

.fxVGrowth .navOutNext {
  animation: scaleDown 0.6s forwards cubic-bezier(0.6, 0, 0.4, 1);
}

.fxVGrowth .navInNext {
  z-index: 9;
  opacity: 1;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  animation: maximize 0.6s forwards cubic-bezier(0.6, 0, 0.4, 1);
}

.fxVGrowth .navOutPrev {
  animation: scaleDown 0.6s forwards cubic-bezier(0.6, 0, 0.4, 1);
}

.fxVGrowth .navInPrev {
  z-index: 9;
  opacity: 1;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  animation: maximize 0.6s forwards cubic-bezier(0.6, 0, 0.4, 1);
}

@keyframes maximize {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/*****************************************/

/* Slide Behind */

/* From https://github.com/hakimel/kontext by Hakim El Hattab, http://hakim.se */

/*****************************************/

.fxSlideBehind .itemwrap {
  perspective: 1000px;
}

.fxSlideBehind .navOutNext {
  animation: hideLeft 0.8s forwards;
}

.fxSlideBehind .navInNext {
  animation: showRight 0.8s forwards;
}

.fxSlideBehind .navOutPrev {
  animation: hideRight 0.8s forwards;
}

.fxSlideBehind .navInPrev {
  animation: showLeft 0.8s forwards;
}

@keyframes hideLeft {
  0% {
    transform: translateZ(0px);
  }

  40% {
    transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    z-index: 9999;
  }

  100% {
    opacity: 1;
    transform: translateZ(-400px);
  }
}

@keyframes showRight {
  0% {
    transform: translateZ(-400px);
    opacity: 1;
  }

  40% {
    transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    opacity: 1;
  }

  41% {
    transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    opacity: 1;
    z-index: 9999;
  }

  100% {
    transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}

@keyframes hideRight {
  0% {
    transform: translateZ(0px);
  }

  40% {
    transform: translate(0, 40%) scale(0.8) rotateX(20deg);
    z-index: 9999;
  }

  100% {
    opacity: 1;
    transform: translateZ(-400px);
  }
}

@keyframes showLeft {
  0% {
    transform: translateZ(-400px);
    opacity: 1;
  }

  40% {
    transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    opacity: 1;
  }

  41% {
    transform: translate(0, -40%) scale(0.8) rotateX(-20deg);
    opacity: 1;
    z-index: 9999;
  }

  100% {
    transform: translateZ(0px);
    opacity: 1;
    z-index: 9999;
  }
}

/*****************************************/

/* Soft Pulse */

/*****************************************/

.fxSoftPulse .navOutPrev,
.fxSoftPulse .navOutNext {
  animation: scaleUpFadeOut 0.8s forwards ease-in;
}

.fxSoftPulse .navInPrev,
.fxSoftPulse .navInNext {
  animation: scaleDownFadeIn 0.8s forwards ease-out;
}

@keyframes scaleUpFadeOut {
  from {

  }

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    transform: scale(1.2);
    opacity: 1;
  }

  75% {
    transform: scale(1.1);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes scaleDownFadeIn {
  from {

  }

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  50% {
    opacity: 1;
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*****************************************/

/* Cliff diving */

/*****************************************/

.fxCliffDiving li {
  -ms-transform-origin: 50% 400%;
  transform-origin: 50% 400%;
}

.fxCliffDiving .navOutNext {
  opacity: 1;
  animation: rotateOutCircLeft 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxCliffDiving .navInNext {
  opacity: 1;
  animation: rotateInCircRight 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxCliffDiving .navOutPrev {
  opacity: 1;
  animation: rotateOutCircRight 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxCliffDiving .navInPrev {
  opacity: 1;
  animation: rotateInCircLeft 0.9s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

.fxCliffDiving li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  background-color: black;
  transition: opacity 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.fxCliffDiving .navOutPrev::after,
.fxCliffDiving .navOutNext::after {
  opacity: 1;
}

@keyframes rotateOutCircLeft {
  from {

  }

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    transform: rotate(-20deg) translateX(-100%);
  }
}

@keyframes rotateInCircRight {
  from {
    transform: rotate(20deg) translateX(100%);
  }

  to {
    transform: rotate(0deg) translateX(0);
  }
}

@keyframes rotateOutCircRight {
  from {

  }

  /* Fixes Chrome issue 35.0.1916.114 (easing breaks) */
  to {
    transform: rotate(20deg) translateX(100%);
  }
}

@keyframes rotateInCircLeft {
  from {
    transform: rotate(-20deg) translateX(-100%);
  }

  to {
    transform: rotate(0deg) translateX(0);
  }
}

img {
  height: auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.uvc-heading .heading_line {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #53abe4;
  margin: 0 11px;
  vertical-align: super;
}

.gallery {
  margin-bottom: 0px;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
  color: #838383;
  font-size: 13px;
}

.th-gallery .dropdown .btn:focus,
.th-gallery .dropdown .post-password-form input[type="submit"]:focus,
.post-password-form .th-gallery .dropdown input[type="submit"]:focus,
.th-gallery .dropdown figure.hover-type-text figcaption .actions .action:focus,
figure.hover-type-text figcaption .actions .th-gallery .dropdown .action:focus,
.th-gallery .dropdown figure.hover-type-text figcaption .actions object:focus,
figure.hover-type-text figcaption .actions .th-gallery .dropdown object:focus {
  outline: 0;
}

.th-gallery .dropdown.open .dropdown-toggle {
  background-color: transparent;
}

.th-gallery .dropdown-toggle {
  border: 0 none;
}

.th-gallery .dropdown-toggle i {
  margin-left: 10px;
  font-size: 10px;
}

.th-gallery .filter > li {
  transition: color 0.3s ease, background-color 0.3s ease;
  color: #2a2a2a;
}

.th-gallery .filter > li.active {
  text-decoration: none;
  color: #53abe4;
}

.th-gallery .filter > li.active > a {
  color: #53abe4;
}

.th-gallery .filter > li:hover,
.th-gallery .filter > li:focus {
  text-decoration: none;
  color: #53abe4;
}

.th-gallery .filter > li:hover a,
.th-gallery .filter > li:focus a {
  text-decoration: none;
  color: #53abe4;
}

.calltoaction,
.comments .comment-respond #submitform,
.widget.contact-form .form-group input.btn,
.widget.contact-form .form-group .post-password-form input[type="submit"],
.post-password-form .widget.contact-form .form-group input[type="submit"],
.widget.contact-form .form-group figure.hover-type-text figcaption .actions input.action,
figure.hover-type-text figcaption .actions .widget.contact-form .form-group input.action,
.widget.widget_price_filter .price_slider_amount button.button,
.woocommerce div.product form.cart .button,
.woocommerce #content div.product form.cart .button,
.woocommerce-page div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button,
.hydrus_core_woocommerce_options div.product form.cart .button,
.hydrus_core_woocommerce_options #content div.product form.cart .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submitform,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submitform,
.woocommerce-page #content input.button,
.hydrus_core_woocommerce_options a.button,
.hydrus_core_woocommerce_options button.button,
.hydrus_core_woocommerce_options input.button,
.hydrus_core_woocommerce_options #respond input#submitform,
.hydrus_core_woocommerce_options #content input.button {
  font-family: "Lato";
  font-style: normal;
  vertical-align: middle;
  fill: #2a2a2a;
  display: inline-block;
  background-color: #53abe4;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 30px;
  font-size: 13px;
  cursor: pointer;
  letter-spacing: 2px;
  margin: 0 auto;
  border: 0 none;
  white-space: nowrap;
  box-sizing: border-box;
  box-shadow: none;
  text-shadow: none;
}

.calltoaction:hover,
.comments .comment-respond #submitform:hover,
.widget.contact-form .form-group input.btn:hover,
.widget.contact-form .form-group .post-password-form input[type="submit"]:hover,
.post-password-form .widget.contact-form .form-group input[type="submit"]:hover,
.widget.contact-form .form-group figure.hover-type-text figcaption .actions input.action:hover,
figure.hover-type-text figcaption .actions .widget.contact-form .form-group input.action:hover,
.widget.widget_price_filter .price_slider_amount button.button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce #content div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .button:hover,
.woocommerce-page #content div.product form.cart .button:hover,
.hydrus_core_woocommerce_options div.product form.cart .button:hover,
.hydrus_core_woocommerce_options #content div.product form.cart .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submitform:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submitform:hover,
.woocommerce-page #content input.button:hover,
.hydrus_core_woocommerce_options a.button:hover,
.hydrus_core_woocommerce_options button.button:hover,
.hydrus_core_woocommerce_options input.button:hover,
.hydrus_core_woocommerce_options #respond input#submitform:hover,
.hydrus_core_woocommerce_options #content input.button:hover,
.calltoaction:active,
.comments .comment-respond #submitform:active,
.widget.contact-form .form-group input.btn:active,
.widget.contact-form .form-group .post-password-form input[type="submit"]:active,
.post-password-form .widget.contact-form .form-group input[type="submit"]:active,
.widget.contact-form .form-group figure.hover-type-text figcaption .actions input.action:active,
figure.hover-type-text figcaption .actions .widget.contact-form .form-group input.action:active,
.widget.widget_price_filter .price_slider_amount button.button:active,
.woocommerce div.product form.cart .button:active,
.woocommerce #content div.product form.cart .button:active,
.woocommerce-page div.product form.cart .button:active,
.woocommerce-page #content div.product form.cart .button:active,
.hydrus_core_woocommerce_options div.product form.cart .button:active,
.hydrus_core_woocommerce_options #content div.product form.cart .button:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce #respond input#submitform:active,
.woocommerce #content input.button:active,
.woocommerce-page a.button:active,
.woocommerce-page button.button:active,
.woocommerce-page input.button:active,
.woocommerce-page #respond input#submitform:active,
.woocommerce-page #content input.button:active,
.hydrus_core_woocommerce_options a.button:active,
.hydrus_core_woocommerce_options button.button:active,
.hydrus_core_woocommerce_options input.button:active,
.hydrus_core_woocommerce_options #respond input#submitform:active,
.hydrus_core_woocommerce_options #content input.button:active {
  box-shadow: none;
  color: #ffffff;
  opacity: 0.9;
}

.calltoaction:focus,
.comments .comment-respond #submitform:focus,
.widget.contact-form .form-group input.btn:focus,
.widget.contact-form .form-group .post-password-form input[type="submit"]:focus,
.post-password-form .widget.contact-form .form-group input[type="submit"]:focus,
.widget.contact-form .form-group figure.hover-type-text figcaption .actions input.action:focus,
figure.hover-type-text figcaption .actions .widget.contact-form .form-group input.action:focus,
.widget.widget_price_filter .price_slider_amount button.button:focus,
.woocommerce div.product form.cart .button:focus,
.woocommerce #content div.product form.cart .button:focus,
.woocommerce-page div.product form.cart .button:focus,
.woocommerce-page #content div.product form.cart .button:focus,
.hydrus_core_woocommerce_options div.product form.cart .button:focus,
.hydrus_core_woocommerce_options #content div.product form.cart .button:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submitform:focus,
.woocommerce #content input.button:focus,
.woocommerce-page a.button:focus,
.woocommerce-page button.button:focus,
.woocommerce-page input.button:focus,
.woocommerce-page #respond input#submitform:focus,
.woocommerce-page #content input.button:focus,
.hydrus_core_woocommerce_options a.button:focus,
.hydrus_core_woocommerce_options button.button:focus,
.hydrus_core_woocommerce_options input.button:focus,
.hydrus_core_woocommerce_options #respond input#submitform:focus,
.hydrus_core_woocommerce_options #content input.button:focus {
  box-shadow: none;
  outline: none;
}

.ubtn-sep-icon.ubtn-sep-icon-at-right .ubtn-icon {
  right: 15px;
}

.ubtn-sep-icon.ubtn-sep-icon-at-left .ubtn-icon {
  left: 15px;
}

.ubtn {
  font-family: "Lato";
  font-style: normal;
  transition: background-color 2s ease;
}

/*-----------------*/

/***** Outline *****/

/*-----------------*/

.btn-outline,
figure.hover-type-text figcaption .actions .action,
figure.hover-type-text figcaption .actions object {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
  padding-left: 14px;
  line-height: 23px;
}

.btn-outline:hover,
figure.hover-type-text figcaption .actions .action:hover,
figure.hover-type-text figcaption .actions object:hover,
.btn-outline:focus,
figure.hover-type-text figcaption .actions .action:focus,
figure.hover-type-text figcaption .actions object:focus,
.btn-outline:active,
figure.hover-type-text figcaption .actions .action:active,
figure.hover-type-text figcaption .actions object:active,
.btn-outline.active,
figure.hover-type-text figcaption .actions .active.action,
figure.hover-type-text figcaption .actions object.active,
.open .dropdown-toggle.btn-outline,
.open figure.hover-type-text figcaption .actions .dropdown-toggle.action,
figure.hover-type-text figcaption .actions
.open .dropdown-toggle.action,
.open figure.hover-type-text figcaption .actions object.dropdown-toggle,
figure.hover-type-text figcaption .actions
.open object.dropdown-toggle {
  color: #ffffff;
  background-color: #53abe4;
  border-color: #53abe4;
}

.btn-outline:active,
figure.hover-type-text figcaption .actions .action:active,
figure.hover-type-text figcaption .actions object:active,
.btn-outline.active,
figure.hover-type-text figcaption .actions .active.action,
figure.hover-type-text figcaption .actions object.active,
.open .dropdown-toggle.btn-outline,
.open figure.hover-type-text figcaption .actions .dropdown-toggle.action,
figure.hover-type-text figcaption .actions
.open .dropdown-toggle.action,
.open figure.hover-type-text figcaption .actions object.dropdown-toggle,
figure.hover-type-text figcaption .actions
.open object.dropdown-toggle {
  background-image: none;
}

.btn-outline.disabled,
figure.hover-type-text figcaption .actions .disabled.action,
figure.hover-type-text figcaption .actions object.disabled,
.btn-outline[disabled],
figure.hover-type-text figcaption .actions [disabled].action,
figure.hover-type-text figcaption .actions object[disabled],
fieldset[disabled] .btn-outline,
fieldset[disabled] figure.hover-type-text figcaption .actions .action,
figure.hover-type-text figcaption .actions
fieldset[disabled] .action,
fieldset[disabled] figure.hover-type-text figcaption .actions object,
figure.hover-type-text figcaption .actions
fieldset[disabled] object,
.btn-outline.disabled:hover,
figure.hover-type-text figcaption .actions .disabled.action:hover,
figure.hover-type-text figcaption .actions object.disabled:hover,
.btn-outline[disabled]:hover,
figure.hover-type-text figcaption .actions [disabled].action:hover,
figure.hover-type-text figcaption .actions object[disabled]:hover,
fieldset[disabled] .btn-outline:hover,
fieldset[disabled] figure.hover-type-text figcaption .actions .action:hover,
figure.hover-type-text figcaption .actions
fieldset[disabled] .action:hover,
fieldset[disabled] figure.hover-type-text figcaption .actions object:hover,
figure.hover-type-text figcaption .actions
fieldset[disabled] object:hover,
.btn-outline.disabled:focus,
figure.hover-type-text figcaption .actions .disabled.action:focus,
figure.hover-type-text figcaption .actions object.disabled:focus,
.btn-outline[disabled]:focus,
figure.hover-type-text figcaption .actions [disabled].action:focus,
figure.hover-type-text figcaption .actions object[disabled]:focus,
fieldset[disabled] .btn-outline:focus,
fieldset[disabled] figure.hover-type-text figcaption .actions .action:focus,
figure.hover-type-text figcaption .actions
fieldset[disabled] .action:focus,
fieldset[disabled] figure.hover-type-text figcaption .actions object:focus,
figure.hover-type-text figcaption .actions
fieldset[disabled] object:focus,
.btn-outline.disabled:active,
figure.hover-type-text figcaption .actions .disabled.action:active,
figure.hover-type-text figcaption .actions object.disabled:active,
.btn-outline[disabled]:active,
figure.hover-type-text figcaption .actions [disabled].action:active,
figure.hover-type-text figcaption .actions object[disabled]:active,
fieldset[disabled] .btn-outline:active,
fieldset[disabled] figure.hover-type-text figcaption .actions .action:active,
figure.hover-type-text figcaption .actions
fieldset[disabled] .action:active,
fieldset[disabled] figure.hover-type-text figcaption .actions object:active,
figure.hover-type-text figcaption .actions
fieldset[disabled] object:active,
.btn-outline.disabled.active,
figure.hover-type-text figcaption .actions .disabled.active.action,
figure.hover-type-text figcaption .actions object.disabled.active,
.btn-outline[disabled].active,
figure.hover-type-text figcaption .actions [disabled].active.action,
figure.hover-type-text figcaption .actions object[disabled].active,
fieldset[disabled] .btn-outline.active,
fieldset[disabled] figure.hover-type-text figcaption .actions .active.action,
figure.hover-type-text figcaption .actions
fieldset[disabled] .active.action,
fieldset[disabled] figure.hover-type-text figcaption .actions object.active,
figure.hover-type-text figcaption .actions
fieldset[disabled] object.active {
  background-color: transparent;
  border-color: #2a2a2a;
}

.btn-outline .badge,
figure.hover-type-text figcaption .actions .action .badge,
figure.hover-type-text figcaption .actions object .badge {
  color: #2a2a2a;
  background-color: #2a2a2a;
}

.btn.btn-lg,
.btn-group-lg > .btn,
.post-password-form .btn-group-lg > input[type="submit"],
figure.hover-type-text figcaption .actions .btn-group-lg > .action,
figure.hover-type-text figcaption .actions .btn-group-lg > object,
.post-password-form input.btn-lg[type="submit"],
figure.hover-type-text figcaption .actions .btn-lg.action,
figure.hover-type-text figcaption .actions object.btn-lg {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

.btn:hover,
.post-password-form input[type="submit"]:hover,
figure.hover-type-text figcaption .actions .action:hover,
figure.hover-type-text figcaption .actions object:hover,
.btn:active,
.post-password-form input[type="submit"]:active,
figure.hover-type-text figcaption .actions .action:active,
figure.hover-type-text figcaption .actions object:active {
  box-shadow: none;
  color: #ffffff;
}

.hline_chart {
  margin: 0 auto;
  width: 90%;
  margin-top: 20px;
}

.hline_chart .progress_title_holder {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}

.hline_chart .progress_content_outer {
  display: block;
  position: relative;
  overflow: hidden;
  height: 16px;
  width: 100%;
}

.hline_chart .progress_content_outer .progress_content {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  overflow: hidden;
  height: 16px;
  width: 0%;
  transition: width 2s linear;
}

.hline_chart:first-of-type {
  margin-top: 40px;
}

.carousel {
  position: relative;
}

.carousel .logo {
  width: 100%;
  max-width: 436px;
}

.carousel .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel .carousel-inner > .item {
  display: none;
  position: relative;
  transition: left 0.6s ease-in-out;
}

.carousel .carousel-inner > .item > img,
.carousel .carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.carousel .carousel-inner > .active,
.carousel .carousel-inner > .next,
.carousel .carousel-inner > .prev {
  display: block;
}

.carousel .carousel-inner > .active {
  left: 0;
}

.carousel .carousel-inner > .active.left {
  left: -100%;
}

.carousel .carousel-inner > .active.right {
  left: 100%;
}

.carousel .carousel-inner > .next,
.carousel .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel .carousel-inner > .next {
  left: 100%;
}

.carousel .carousel-inner > .prev {
  left: -100%;
}

.carousel .carousel-inner > .next.left,
.carousel .carousel-inner > .prev.right {
  left: 0;
}

.carousel.main .carousel-inner .item .image {
  padding: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}

.carousel.main .carousel-inner .item .image.c1 {
  background-position: calc(50% - 300px) -184px;
}

.carousel.main .carousel-inner .item .image.c2 {
  background-position: calc(50% - 205px) -114px;
}

.carousel.main .carousel-inner .item .image img {
  display: none;
  transition: none;
  transition: none;
  animation: none;
}

.carousel.clients figure img {
  width: 60%;
}

.carousel.highlights .carousel-inner .item figure {
  width: 100%;
}

.carousel .carousel-indicators-wrapper {
  width: 100%;
  position: absolute;
  bottom: 2px;
  height: 45px;
  background-color: #3ba5ea;
  z-index: 10;
}

.carousel .carousel-indicators {
  bottom: 0;
  height: 30px;
  margin-bottom: 0;
}

.carousel .carousel-indicators.in-transition li .bullet {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.carousel .carousel-indicators li {
  height: 30px !important;
  width: 30px;
  border: 0 none;
  margin: 0;
  position: relative;
  transition: width 0.6s linear, height 0.6s linear, margin 0.6s linear;
}

.carousel .carousel-indicators li::after {
  background-color: transparent;
}

.carousel .carousel-indicators li .bullet {
  vertical-align: middle;
  width: 7px;
  height: 7px;
  text-indent: -999px;
  margin: 0 auto;
  opacity: 1;
  padding-top: 1px;
  border: 1px solid;
  border-color: #3ba5ea;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 6px);
  left: 12px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.7s cubic-bezier(0, 0.61, 0.43, 0.95), width 0.6s linear, height 0.6s linear, margin 0.6s linear, left 0.6s linear;
  background-color: #000000 \9;
  background-color: transparent;
  background-color: #3ba5ea;
}

.carousel .carousel-indicators li.active {
  background-color: transparent;
  width: 36px;
}

.carousel .carousel-indicators li.active .bullet {
  width: 15px;
  height: 15px;
  background-color: #3ba5ea;
  opacity: 1;
  left: 11px;
}

.carousel .carousel-indicators li.active_l1 {
  background-color: transparent;
}

.carousel .carousel-indicators li.active_l1 .bullet {
  width: 11px;
  height: 11px;
  background-color: #3ba5ea;
  opacity: 1;
  left: 10px;
}

.carousel .carousel-indicators li.active_l2 {
  background-color: transparent;
}

.carousel .carousel-indicators li.active_l2 .bullet {
  width: 9px;
  height: 9px;
  background-color: #3ba5ea;
  opacity: 1;
  left: 11px;
}

.carousel .carousel-control {
  width: 0;
}

.carousel .carousel-control.left,
.carousel .carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}

.carousel .carousel-control.left .svg,
.carousel .carousel-control.right .svg {
  max-width: 16px;
  max-height: 25px;
}

.carousel .carousel-control.left span,
.carousel .carousel-control.right span {
  padding: 15px;
  background-color: #3ba5ea;
}

.carousel .carousel-control.left span:hover,
.carousel .carousel-control.right span:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.carousel .carousel-control .glyphicon-chevron-left,
.carousel .carousel-control .glyphicon-chevron-right,
.carousel .carousel-control .icon-prev,
.carousel .carousel-control .icon-next {
  position: absolute;
  top: 45%;
  z-index: 5;
  display: inline-block;
}

.carousel .carousel-control .glyphicon-chevron-left,
.carousel .carousel-control .icon-prev {
  left: 0;
}

.carousel .carousel-control .glyphicon-chevron-right,
.carousel .carousel-control .icon-next {
  right: 0;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .carousel .logo {
    width: 85%;
  }

  .carousel.main .carousel-inner .item .image.c2 {
    background-position: auto;
  }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .carousel .logo {
    width: 436px;
  }

  .carousel.main .carousel-inner .item .image.c1 {
    background-position: auto;
  }
}

.carousel.fx .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: none;
}

.carousel.fx .carousel-inner > .item {
  display: none;
  position: relative;
  left: 0;
}

.carousel.fx .carousel-inner > .active,
.carousel.fx .carousel-inner > .next,
.carousel.fx .carousel-inner > .prev {
  display: block;
}

.carousel.fx .carousel-inner > .active {
  z-index: 2;
}

.carousel.fx .carousel-inner > .next,
.carousel.fx .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/*****************************************/

/* Fade */

/*****************************************/

.carousel.fx.fxFade .carousel-inner > .active {
  z-index: 3;
}

.carousel.fx.fxFade .carousel-inner > .next.left {
  z-index: 2;
}

.carousel.fx.fxFade .carousel-inner > .prev.right {
  z-index: 2;
}

/*****************************************/

/* Soft Pulse */

/*****************************************/

/*****************************************/

/* Push reveal */

/*****************************************/

/*****************************************/

/* Snap in */

/*****************************************/

/*****************************************/

/* Swipe */

/*****************************************/

.carousel.fxSwipe .carousel-inner {
  height: 100%;
}

.carousel.fxSwipe .carousel-inner > .item {
  overflow: hidden;
  height: 100%;
}

/*****************************************/

/* fxSoftScale */

/*****************************************/

.carousel.fx.fxSoftScale .carousel-inner > .next.left {
  height: 200%;
}

/*****************************************/

/* PressAway */

/*****************************************/

/*****************************************/

/* Side Swing */

/*****************************************/

/*****************************************/

/* Fortune wheel */

/*****************************************/

.carousel.fx.fxFortuneWheel .carousel-inner {
  perspective: 1600px;
  background: transparent;
}

/*****************************************/

/* Let me in */

/*****************************************/

.carousel.fx.fxLetMeIn .carousel-inner {
  perspective: 1600px;
}

/*****************************************/

/* Stick it */

/*****************************************/

.carousel.fx.fxStickIt .carousel-inner {
  background: transparent;
}

/*****************************************/

/* Archive me */

/*****************************************/

.carousel.fx.fxArchiveMe .carousel-inner {
  background: transparent;
}

/*****************************************/

/* Vertical growth */

/*****************************************/

.carousel.fx.fxVGrowth .carousel-inner {
  background: transparent;
}

/*****************************************/

/* Slide Behind */

/* From https://github.com/hakimel/kontext by Hakim El Hattab, http://hakim.se */

/*****************************************/

.carousel.fx.fxSlideBehind .carousel-inner {
  perspective: 1000px;
  background: transparent;
}

.carousel.fx.fxSlideBehind .carousel-inner > .next,
.carousel.fx.fxSlideBehind .carousel-inner > .prev {
  z-index: 3;
}

/*****************************************/

/* Earthquake */

/* From http://elrumordelaluz.github.io/csshake/ by Lionel, http://t.co/thCECnx1Yg */

/*****************************************/

.carousel.fx.fxEarthquake .carousel-inner {
  background: transparent;
}

/*****************************************/

/* Cliff diving */

/*****************************************/

.carousel.fx.fxCliffDiving .carousel-inner {
  background: transparent;
}

.carousel-clients-wrapper {
  overflow: hidden !important;
}

.th-carousel-slick {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  width: 98%;
  position: relative;
  /* Dots */
}

.th-carousel-slick .slick-list {
  margin-left: 30px;
  margin-right: 30px;
}

.slick-loading .th-carousel-slick {
  background: #fff center center no-repeat;
}

.th-carousel-slick .slick-prev {
  left: 0px;
}

[dir="rtl"] .th-carousel-slick .slick-prev {
  right: 0px;
}

.th-carousel-slick .slick-next {
  right: -5px;
}

[dir="rtl"] .th-carousel-slick .slick-next {
  left: 0px;
}

.th-carousel-slick .slick-dots li button:hover,
.th-carousel-slick .slick-dots li button:focus {
  outline: none;
}

.th-carousel-slick .slick-dots li button:hover:before,
.th-carousel-slick .slick-dots li button:focus:before {
  color: #53abe4;
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .th-carousel-slick {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    width: 99%;
  }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .th-carousel-slick {
    width: 98%;
  }
}

/* Large devices (large desktops, 1200px and up) */

.carousel-highlights-wrapper .th-carousel-slick {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 auto;
  width: calc(100% - 1px);
  position: relative;
  /* Dots */
}

.carousel-highlights-wrapper .th-carousel-slick .slick-list {
  padding-left: 60px;
  padding-right: 60px;
}

.carousel-highlights-wrapper .th-carousel-slick .slick-list .text-center {
  padding-left: 10px;
  padding-right: 10px;
}

.carousel-highlights-wrapper .th-carousel-slick .slick-loading {
  background: #fff center center no-repeat;
}

.carousel-highlights-wrapper .th-carousel-slick .slick-prev,
.carousel-highlights-wrapper .th-carousel-slick .slick-next {
  width: 80px;
  fill: #3ba5ea;
  margin: 0;
  width: 80px;
  background-color: #2a2a2a;
  color: #2a2a2a;
  fill: #3ba5ea;
  height: calc(100% + 1px);
  z-index: 100;
  transition: background-color 0.3s ease;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel-highlights-wrapper .th-carousel-slick .slick-prev i,
.carousel-highlights-wrapper .th-carousel-slick .slick-next i {
  font-size: 28px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.carousel-highlights-wrapper .th-carousel-slick .slick-prev:hover,
.carousel-highlights-wrapper .th-carousel-slick .slick-next:hover {
  background-color: #53abe4;
  color: #2a2a2a;
}

.carousel-highlights-wrapper .th-carousel-slick .slick-prev:hover:before,
.carousel-highlights-wrapper .th-carousel-slick .slick-next:hover:before {
  color: #2a2a2a;
}

.carousel-highlights-wrapper .th-carousel-slick .slick-prev:before,
.carousel-highlights-wrapper .th-carousel-slick .slick-next:before {
  font-size: 28px;
  position: absolute;
  color: #2a2a2a;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.carousel-highlights-wrapper .th-carousel-slick .slick-prev {
  left: 0px;
}

[dir="rtl"] .carousel-highlights-wrapper .th-carousel-slick .slick-prev {
  right: 0px;
}

.carousel-highlights-wrapper .th-carousel-slick .slick-prev:before {
  font-family: "hydrus";
  content: "\e634";
}

.carousel-highlights-wrapper .th-carousel-slick .slick-prev:hover:before {
  animation: toLeftFromRightVcenter 0.3s forwards;
}

.carousel-highlights-wrapper .th-carousel-slick .slick-next {
  right: -1px;
}

[dir="rtl"] .carousel-highlights-wrapper .th-carousel-slick .slick-next {
  left: 0px;
}

.carousel-highlights-wrapper .th-carousel-slick .slick-next:before {
  font-family: "hydrus";
  content: "\e633";
}

.carousel-highlights-wrapper .th-carousel-slick .slick-next:hover:before {
  animation: toRightFromLeftVcenter 0.3s forwards;
}

.carousel-highlights-wrapper .th-carousel-slick .slick-dots li button:hover,
.carousel-highlights-wrapper .th-carousel-slick .slick-dots li button:focus {
  outline: none;
}

.carousel-highlights-wrapper .th-carousel-slick .slick-dots li button:hover:before,
.carousel-highlights-wrapper .th-carousel-slick .slick-dots li button:focus:before {
  color: #53abe4;
}

.th-slider {
  margin-left: -10px;
  margin-right: -10px;
}

.th-slider.fullscreen {
  height: 100%;
}

.th-slider.fullscreen .item,
.th-slider.fullscreen .active {
  height: 100%;
}

.th-slider.fullscreen .carousel-inner {
  height: 100%;
}

.th-slider.carousel.fullscreen .item {
  height: 100%;
}

.th-slider.carousel.fullscreen .item .image {
  height: 105%;
  background-size: cover;
}

.th-slider.carousel.fullscreen .item .carousel-inner.static {
  height: 100%;
}

.th-slider.carousel.fullscreen .item .carousel-inner .slide_inner_content .content.middle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.th-slider.carousel .carousel-indicators-wrapper {
  bottom: 0;
}

.th-slider.carousel .text.one_by_one {
  animation: none;
  opacity: 1;
}

.th-slider.carousel .carousel-inner .slide_inner_content {
  height: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.th-slider.carousel .carousel-inner .slide_inner_content .content.middle {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.th-slider.carousel .carousel-inner .slide_inner_content .content .container,
.th-slider.carousel .carousel-inner .slide_inner_content .content .post-password-form {
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  width: 160%;
  margin-left: -30%;
}

.th-slider.carousel .carousel-inner .slide_inner_content .content .container .content-text,
.th-slider.carousel .carousel-inner .slide_inner_content .content .post-password-form .content-text {
  display: inline-block;
  width: auto;
  max-width: 100%;
}

.th-slider.carousel .carousel-inner .slide_inner_content h1,
.th-slider.carousel .carousel-inner .slide_inner_content h2,
.th-slider.carousel .carousel-inner .slide_inner_content h3,
.th-slider.carousel .carousel-inner .slide_inner_content h4,
.th-slider.carousel .carousel-inner .slide_inner_content h5,
.th-slider.carousel .carousel-inner .slide_inner_content h6,
.th-slider.carousel .carousel-inner .slide_inner_content p {
  letter-spacing: 4px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

.th-slider.carousel .carousel-inner .slide_inner_content .text.one_by_one > div {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
}

.th-slider.carousel .carousel-inner .active .slide_inner_content .text.one_by_one > div {
  animation: text-from-bottom-one-by-one 1.2s 1 cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  animation-fill-mode: both;
  opacity: 1;
  filter: alpha(opacity=100);
}

.th-slider.carousel .carousel-inner .active .slide_inner_content .text.one_by_one > div:nth-child(1) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.th-slider.carousel .carousel-inner .active .slide_inner_content .text.one_by_one > div:nth-child(2) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.th-slider.carousel .carousel-inner .active .slide_inner_content .text.one_by_one > div:nth-child(3) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.th-slider.carousel .carousel-inner .active .slide_inner_content .text.one_by_one > div:nth-child(4) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.th-slider.carousel .carousel-inner .active .slide_inner_content .text.one_by_one > div:nth-child(5) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.th-slider.carousel .carousel-inner .active .slide_inner_content .text.one_by_one > div:nth-child(6) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.th-slider.carousel .carousel-inner .active .slide_inner_content .text.one_by_one > div:nth-child(7) {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}

.th-slider.carousel .carousel-inner .active .slide_inner_content .text.one_by_one > div:nth-child(8) {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}

.th-slider.carousel .carousel-inner .active .slide_inner_content .text.one_by_one > div:nth-child(9) {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}

.th-slider .slider-inner-content-bar-top {
  display: block;
  margin-bottom: 11px;
  height: 2px;
  border-top: 2px solid;
  border-top-color: #2a2a2a;
  width: 100%;
}

.th-slider .slider-inner-content-bar-bottom {
  display: block;
  height: 2px;
  border-top: 2px solid;
  border-top-color: #2a2a2a;
  width: 100%;
  margin-top: 11px;
}

@media (max-width: 768px) and (orientation: landscape) {
  .th-slider.carousel.fullscreen .item .carousel-inner .slide_inner_content .content.middle {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .th-slider.carousel.fullscreen .item .carousel-inner .slide_inner_content .content .container,
  .th-slider.carousel.fullscreen .item .carousel-inner .slide_inner_content .content .post-password-form {
    width: 160%;
    margin-left: -30%;
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }

  .th-slider.carousel .carousel-inner .slide_inner_content .content.middle {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .th-slider.carousel .carousel-inner .slide_inner_content .content .container,
  .th-slider.carousel .carousel-inner .slide_inner_content .content .post-password-form {
    width: 160%;
    margin-left: -30%;
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .th-slider {
    margin-left: -10px;
    margin-right: -10px;
  }

  .th-slider.carousel.fullscreen .carousel-inner .item {
    height: 100%;
  }

  .th-slider.carousel.fullscreen .carousel-inner .item .image {
    height: 120%;
    background-size: cover;
  }

  .th-slider.carousel.fullscreen .carousel-inner .item .slide_inner_content .content.middle {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .th-slider.carousel.fullscreen .carousel-inner .item .slide_inner_content .content .container,
  .th-slider.carousel.fullscreen .carousel-inner .item .slide_inner_content .content .post-password-form {
    width: 132%;
    margin-left: -16%;
    -ms-transform: scale(0.68);
    transform: scale(0.68);
  }

  .th-slider.carousel.fullscreen .carousel-inner .item .slide_inner_content .content .container .content-text,
  .th-slider.carousel.fullscreen .carousel-inner .item .slide_inner_content .content .post-password-form .content-text {
    display: inline-block;
    width: auto;
    max-width: 100%;
  }

  .th-slider.carousel .carousel-inner {
    height: 100%;
  }

  .th-slider.carousel .carousel-inner .slide_inner_content {
    height: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .th-slider.carousel .carousel-inner .slide_inner_content .content.middle {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .th-slider.carousel .carousel-inner .slide_inner_content .content .container,
  .th-slider.carousel .carousel-inner .slide_inner_content .content .post-password-form {
    width: 132%;
    margin-left: -16%;
    -ms-transform: scale(0.68);
    transform: scale(0.68);
  }

  .th-slider.carousel .carousel-inner .slide_inner_content .content .container .content-text,
  .th-slider.carousel .carousel-inner .slide_inner_content .content .post-password-form .content-text {
    display: inline-block;
    width: auto;
    max-width: 100%;
  }

  .navbar-integrated .th-slider.carousel.fullscreen .carousel-inner .item .slide_inner_content .content.middle {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .navbar-integrated .th-slider .carousel-inner .item .slide_inner_content .content.middle {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .th-slider.carousel.fullscreen .carousel-inner .item {
    height: 100%;
  }

  .th-slider.carousel.fullscreen .carousel-inner .item .image {
    height: 105%;
    background-size: cover;
  }

  .th-slider.carousel.fullscreen .carousel-inner .item .slide_inner_content .content.middle {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .th-slider.carousel.fullscreen .carousel-inner .item .slide_inner_content .content .container,
  .th-slider.carousel.fullscreen .carousel-inner .item .slide_inner_content .content .post-password-form {
    width: 100%;
    margin-left: 0;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .th-slider.carousel.fullscreen .carousel-inner .item .slide_inner_content .content .container .content-text,
  .th-slider.carousel.fullscreen .carousel-inner .item .slide_inner_content .content .post-password-form .content-text {
    display: inline-block;
    width: auto;
  }

  .th-slider.carousel .carousel-inner .item .slide_inner_content .content.middle {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .th-slider.carousel .carousel-inner .item .slide_inner_content .content .container,
  .th-slider.carousel .carousel-inner .item .slide_inner_content .content .post-password-form {
    width: 100%;
    margin-left: 0;
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .th-slider.carousel .carousel-inner .item .slide_inner_content .content .container .content-text,
  .th-slider.carousel .carousel-inner .item .slide_inner_content .content .post-password-form .content-text {
    display: inline-block;
    width: auto;
  }

  .vc_row.vc_inner .th-slider {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Large devices (large desktops, 1200px and up) */

@keyframes text-from-bottom-one-by-one {
  0% {
    top: 70px;
    opacity: 0;
  }

  50% {
    top: 45px;
    opacity: 0;
  }

  100% {
    top: 0px;
    opacity: 1;
  }
}

.dropdown.transparent {
  background-color: transparent;
}

.dropdown .btn,
.dropdown .post-password-form input[type="submit"],
.post-password-form .dropdown input[type="submit"],
.dropdown figure.hover-type-text figcaption .actions .action,
figure.hover-type-text figcaption .actions .dropdown .action,
.dropdown figure.hover-type-text figcaption .actions object,
figure.hover-type-text figcaption .actions .dropdown object {
  background-color: transparent;
  color: #2a2a2a;
  border-color: transparent;
  font-family: "Lato";
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.5px;
  word-spacing: 0px;
  outline: none;
  transition: color 0.4s linear;
}

.dropdown .btn.transparent,
.dropdown .post-password-form input.transparent[type="submit"],
.post-password-form .dropdown input.transparent[type="submit"],
.dropdown figure.hover-type-text figcaption .actions .transparent.action,
figure.hover-type-text figcaption .actions .dropdown .transparent.action,
.dropdown figure.hover-type-text figcaption .actions object.transparent,
figure.hover-type-text figcaption .actions .dropdown object.transparent {
  background-color: transparent;
  border: 0 none;
}

.dropdown .btn:hover,
.dropdown .post-password-form input[type="submit"]:hover,
.post-password-form .dropdown input[type="submit"]:hover,
.dropdown figure.hover-type-text figcaption .actions .action:hover,
figure.hover-type-text figcaption .actions .dropdown .action:hover,
.dropdown figure.hover-type-text figcaption .actions object:hover,
figure.hover-type-text figcaption .actions .dropdown object:hover {
  color: #53abe4;
}

.dropdown.open .dropdown-toggle {
  background-color: transparent;
  border-color: #53abe4;
  color: #53abe4;
}

.dropdown .dropdown-menu {
  background-image: none !important;
  top: calc(100% + 30px);
  background-color: #f7f7f7;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.18);
  /* drop shadow */
  padding-top: 20px;
  padding-bottom: 20px;
  border: 0 none;
  width: 321px;
  background-clip: border-box;
}

.dropdown .dropdown-menu.position-left {
  left: initial;
  right: 0;
}

.dropdown .dropdown-menu > li {
  margin-right: 0;
  width: 321px;
  min-height: 37px;
  position: relative;
}

.dropdown .dropdown-menu > li a {
  font-family: "Lato";
  font-weight: 400;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 1px;
  word-spacing: 1px;
  white-space: normal;
  width: 321px;
  line-height: 20px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.dropdown .dropdown-menu > li > a:after {
  position: absolute;
  font-family: 'hydrus';
  top: calc(50% - 10px);
  right: 25px;
  content: "\e918";
  font-size: 11px;
}

.dropdown .dropdown-menu > li > a {
  padding-right: 60px;
}

.dropdown .dropdown-menu > li.dropdown-submenu > ul.dropdown-menu {
  left: 100%;
  top: -20px;
}

.dropdown .dropdown-menu > li.dropdown-submenu > ul.dropdown-menu > li > a {
  padding-right: 60px;
}

.dropdown .dropdown-menu > li.dropdown-submenu > ul.dropdown-menu.position-left {
  left: initial;
  right: 100%;
}

.dropdown .dropdown-menu > li > a {
  display: block;
  padding: 12px 30px;
  padding-right: 60px;
  clear: both;
  color: #2a2a2a;
  font-family: "Lato";
  font-weight: 400;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 1px;
  word-spacing: 1px;
  width: 321px;
  transition: color 0.3s ease, background-color 0.3s ease;
  -webkit-font-smoothing: subpixel-antialiased;
}

.dropdown .dropdown-menu > li.active {
  text-decoration: none;
  color: #53abe4;
  background-color: #ffffff;
}

.dropdown .dropdown-menu > li.active > a {
  color: #53abe4;
  background-color: #ffffff;
}

.dropdown .dropdown-menu > li > a:hover,
.dropdown .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #53abe4;
  background-color: #ffffff;
}

.dropdown .dropdown-menu > li > a:hover a,
.dropdown .dropdown-menu > li > a:focus a {
  text-decoration: none;
  color: #53abe4;
  background-color: #ffffff;
}

.dropdown.open > a,
.dropdown.open > a:hover,
.dropdown.open > a:focus,
.dropdown.open .dropdown-menu .dropdown-submenu.open > a {
  background-color: transparent;
  border-color: #53abe4;
  color: #53abe4;
}

.dropdown.open .dropdown-menu {
  animation: linearFromLeft 0.4s 0.2s both;
  margin-top: 0px;
}

.breadcrumb {
  padding: 0;
  margin-right: 0;
  margin-top: 40px;
  margin-bottom: 35px;
  text-align: right;
  font-family: "Lato";
  word-break: break-all;
}

.breadcrumb > li {
  display: inline-block;
  color: #53abe4;
  text-transform: capitalize;
}

.breadcrumb > li.no-link {
  color: #2a2a2a;
}

.breadcrumb > li.no-link:last-of-type {
  color: #53abe4;
}

.breadcrumb > li a {
  color: #2a2a2a;
  line-height: 16px;
  font-weight: 400;
}

.breadcrumb > li a:hover,
.breadcrumb > li a :active,
.breadcrumb > li a :focus {
  color: #53abe4;
  text-decoration: none;
}

.breadcrumb > li:before {
  display: none;
}

.breadcrumb > li:after {
  content: "/";
  color: #2a2a2a;
  padding: 0 8px 0 8px;
}

.breadcrumb > li:last-of-type:after {
  display: none;
}

/* Small devices (tablets, 768px and up) */

/* Medium devices (desktops, 992px and up) */

/* Large devices (large desktops, 1200px and up) */

.comments h3 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Lato";
  font-style: normal;
}

.comments .comment-respond {
  font-family: "Lato";
}

.comments .comment-respond .row {
  margin-left: 0;
  margin-right: 0;
}

.comments .comment-respond .row [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.comments .comment-respond .comment-form-comment textarea {
  height: 122px;
}

.comments .comment-respond .comment-notes {
  float: none;
  padding-top: 8px;
  padding-bottom: 20px;
  display: block;
}

.comments .comment-respond #submitform {
  font-size: 13px;
  line-height: 1.33;
  font-weight: 600;
  padding: 15px 50px;
  border: 0;
}

.comments .comment-respond #submitform:hover,
.comments .comment-respond #submitform:active {
  box-shadow: none;
  color: #ffffff;
  opacity: 0.9;
}

.comments .comment-respond #submitform:focus {
  box-shadow: none;
  outline: none;
}

.comments .responses {
  margin-bottom: 20px;
}

.comments .responses .comment-list .pingback .comment-body {
  margin-bottom: 30px;
  padding: 20px;
  background: #f7f7f7;
}

.comments .responses .comment-list .comment .comment-body {
  margin-bottom: 30px;
  padding: 20px;
  background: #f7f7f7;
}

.comments .responses .comment-list .comment .comment-body .comment-meta:before,
.comments .responses .comment-list .comment .comment-body .comment-meta:after {
  content: " ";
  display: table;
}

.comments .responses .comment-list .comment .comment-body .comment-meta:after {
  clear: both;
}

.comments .responses .comment-list .comment .comment-body .comment-meta .comment-author .avatar {
  float: left;
  margin-right: 18px;
  border-radius: 27px;
  width: 54px;
  height: 54px;
}

.comments .responses .comment-list .comment .comment-body .comment-meta .comment-author .fn {
  font-weight: normal;
}

.comments .responses .comment-list .comment .comment-body .comment-meta .comment-author .says {
  display: none;
}

.comments .responses .comment-list .comment .comment-body .comment-content {
  margin-top: 30px;
}

.comments .responses .comment-list .comment .depth-2,
.comments .responses .comment-list .comment .depth-3,
.comments .responses .comment-list .comment .depth-4,
.comments .responses .comment-list .comment .depth-5,
.comments .responses .comment-list .comment .depth-6,
.comments .responses .comment-list .comment .depth-7,
.comments .responses .comment-list .comment .depth-8,
.comments .responses .comment-list .comment .depth-9,
.comments .responses .comment-list .comment .depth-10 {
  margin-left: 25px;
}

.comment-navigation {
  margin-bottom: 30px;
}

.comment-navigation:before,
.comment-navigation:after {
  content: " ";
  display: table;
}

.comment-navigation:after {
  clear: both;
}

.comment-navigation .nav-previous {
  float: left;
}

.comment-navigation .nav-next {
  float: right;
}

.comment-navigation a {
  color: #53abe4;
}

/* Small devices (tablets, 768px and up) */

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .comments {
    padding-left: 0;
    padding-right: 0;
  }

  .comments .comment-respond {
    margin-bottom: 30px;
  }

  .comments .comment-respond .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .comments .comment-respond .row [class*="col-"]:first-child,
  .comments .comment-respond .row [class*="col-"]:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .comments .comment-respond .comment-notes {
    display: inline-block;
    float: right;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .comments .comment-respond .comment-notes:before,
  .comments .comment-respond .comment-notes:after {
    content: " ";
    display: table;
  }

  .comments .comment-respond .comment-notes:after {
    clear: both;
  }

  .comments .comment-respond #submitform {
    display: inline-block;
  }
}

/* Large devices (large desktops, 1200px and up) */

.hydrus_core_item {
  text-align: center;
}

.hydrus_core_item .th_subtitle {
  margin-top: 15px;
}

.hydrus_core_item .th_content {
  margin-top: 35px;
  padding-right: 20px;
  padding-left: 20px;
}

.shape_rhombus {
  margin: 50px auto;
  display: block;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 0px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  position: relative;
}

.shape_rhombus img {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Safari and Chrome */
  position: absolute;
  width: 232px;
  max-width: 232px;
  top: -41px;
  left: -41px;
}

.shape_circle {
  margin: 50px auto;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0;
  position: relative;
}

.shape_circle img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.shape_square {
  margin: 50px auto;
  display: block;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 0;
  position: relative;
}

.shape_square img {
  width: 150px;
  max-width: 150px;
}

.vc_element-container .wpcf7-form {
  margin-left: -10px;
  margin-right: -10px;
}

div.wpcf7 {
  margin-right: -10px;
}

.widget div.wpcf7 {
  margin-right: 0;
}

.wpcf7-form .form-control,
.wpcf7-form select a,
select .wpcf7-form a,
.wpcf7-form
.chosen-container-single a,
.chosen-container-single .wpcf7-form a,
.wpcf7-form input.input-text,
.wpcf7-form textarea,
.wpcf7-form .select2-container .select2-choice,
.select2-container .wpcf7-form .select2-choice,
.wpcf7-form .post-password-form input[type="password"],
.post-password-form .wpcf7-form input[type="password"],
.wpcf7-form .woocommerce form .form-row select a,
.woocommerce form .form-row select .wpcf7-form a,
.wpcf7-form .woocommerce form .form-row .chosen-container-single a,
.woocommerce form .form-row .chosen-container-single .wpcf7-form a,
.wpcf7-form .woocommerce-page form .form-row select a,
.woocommerce-page form .form-row select .wpcf7-form a,
.wpcf7-form .woocommerce-page form .form-row .chosen-container-single a,
.woocommerce-page form .form-row .chosen-container-single .wpcf7-form a,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row select a,
.hydrus_core_woocommerce_options form .form-row select .wpcf7-form a,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row .chosen-container-single a,
.hydrus_core_woocommerce_options form .form-row .chosen-container-single .wpcf7-form a,
.wpcf7-form .woocommerce form .form-row .select2-container .select2-choice,
.woocommerce form .form-row .select2-container .wpcf7-form .select2-choice,
.wpcf7-form .woocommerce-page form .form-row .select2-container .select2-choice,
.woocommerce-page form .form-row .select2-container .wpcf7-form .select2-choice,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row .select2-container .select2-choice,
.hydrus_core_woocommerce_options form .form-row .select2-container .wpcf7-form .select2-choice,
.wpcf7-form .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .wpcf7-form input.input-text,
.wpcf7-form .woocommerce form .form-row textarea,
.woocommerce form .form-row .wpcf7-form textarea,
.wpcf7-form .woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row .wpcf7-form input.input-text,
.wpcf7-form .woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row .wpcf7-form textarea,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row input.input-text,
.hydrus_core_woocommerce_options form .form-row .wpcf7-form input.input-text,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row textarea,
.hydrus_core_woocommerce_options form .form-row .wpcf7-form textarea,
.comments .comment-respond .form-control,
.comments .comment-respond select a,
select
.comments .comment-respond a,
.comments .comment-respond
.chosen-container-single a,
.chosen-container-single
.comments .comment-respond a,
.comments .comment-respond input.input-text,
.comments .comment-respond textarea,
.comments .comment-respond .select2-container .select2-choice,
.select2-container
.comments .comment-respond .select2-choice,
.comments .comment-respond .post-password-form input[type="password"],
.post-password-form
.comments .comment-respond input[type="password"],
.comments .comment-respond .woocommerce form .form-row select a,
.woocommerce form .form-row select
.comments .comment-respond a,
.comments .comment-respond .woocommerce form .form-row .chosen-container-single a,
.woocommerce form .form-row .chosen-container-single
.comments .comment-respond a,
.comments .comment-respond .woocommerce-page form .form-row select a,
.woocommerce-page form .form-row select
.comments .comment-respond a,
.comments .comment-respond .woocommerce-page form .form-row .chosen-container-single a,
.woocommerce-page form .form-row .chosen-container-single
.comments .comment-respond a,
.comments .comment-respond .hydrus_core_woocommerce_options form .form-row select a,
.hydrus_core_woocommerce_options form .form-row select
.comments .comment-respond a,
.comments .comment-respond .hydrus_core_woocommerce_options form .form-row .chosen-container-single a,
.hydrus_core_woocommerce_options form .form-row .chosen-container-single
.comments .comment-respond a,
.comments .comment-respond .woocommerce form .form-row .select2-container .select2-choice,
.woocommerce form .form-row .select2-container
.comments .comment-respond .select2-choice,
.comments .comment-respond .woocommerce-page form .form-row .select2-container .select2-choice,
.woocommerce-page form .form-row .select2-container
.comments .comment-respond .select2-choice,
.comments .comment-respond .hydrus_core_woocommerce_options form .form-row .select2-container .select2-choice,
.hydrus_core_woocommerce_options form .form-row .select2-container
.comments .comment-respond .select2-choice,
.comments .comment-respond .woocommerce form .form-row input.input-text,
.woocommerce form .form-row
.comments .comment-respond input.input-text,
.comments .comment-respond .woocommerce form .form-row textarea,
.woocommerce form .form-row
.comments .comment-respond textarea,
.comments .comment-respond .woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row
.comments .comment-respond input.input-text,
.comments .comment-respond .woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row
.comments .comment-respond textarea,
.comments .comment-respond .hydrus_core_woocommerce_options form .form-row input.input-text,
.hydrus_core_woocommerce_options form .form-row
.comments .comment-respond input.input-text,
.comments .comment-respond .hydrus_core_woocommerce_options form .form-row textarea,
.hydrus_core_woocommerce_options form .form-row
.comments .comment-respond textarea,
#reviews .comment-respond .form-control,
#reviews .comment-respond select a,
select
#reviews .comment-respond a,
#reviews .comment-respond
.chosen-container-single a,
.chosen-container-single
#reviews .comment-respond a,
#reviews .comment-respond input.input-text,
#reviews .comment-respond textarea,
#reviews .comment-respond .select2-container .select2-choice,
.select2-container
#reviews .comment-respond .select2-choice,
#reviews .comment-respond .post-password-form input[type="password"],
.post-password-form
#reviews .comment-respond input[type="password"],
#reviews .comment-respond .woocommerce form .form-row select a,
.woocommerce form .form-row select
#reviews .comment-respond a,
#reviews .comment-respond .woocommerce-page form .form-row select a,
.woocommerce-page form .form-row select
#reviews .comment-respond a,
#reviews .comment-respond .hydrus_core_woocommerce_options form .form-row select a,
.hydrus_core_woocommerce_options form .form-row select
#reviews .comment-respond a,
#reviews .comment-respond .woocommerce form .form-row textarea,
.woocommerce form .form-row
#reviews .comment-respond textarea,
#reviews .comment-respond .woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row
#reviews .comment-respond textarea,
#reviews .comment-respond .hydrus_core_woocommerce_options form .form-row textarea,
.hydrus_core_woocommerce_options form .form-row
#reviews .comment-respond textarea {
  font-size: 13px;
  padding: 10px 16px;
}

.wpcf7-form input.form-control,
.wpcf7-form input.input-text,
.wpcf7-form .select2-container input.select2-choice,
.select2-container .wpcf7-form input.select2-choice,
.wpcf7-form .post-password-form input[type="password"],
.post-password-form .wpcf7-form input[type="password"],
.wpcf7-form .woocommerce form .form-row .select2-container input.select2-choice,
.woocommerce form .form-row .select2-container .wpcf7-form input.select2-choice,
.wpcf7-form .woocommerce-page form .form-row .select2-container input.select2-choice,
.woocommerce-page form .form-row .select2-container .wpcf7-form input.select2-choice,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row .select2-container input.select2-choice,
.hydrus_core_woocommerce_options form .form-row .select2-container .wpcf7-form input.select2-choice,
.wpcf7-form .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .wpcf7-form input.input-text,
.wpcf7-form .woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row .wpcf7-form input.input-text,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row input.input-text,
.hydrus_core_woocommerce_options form .form-row .wpcf7-form input.input-text,
.wpcf7-form select.form-control,
.wpcf7-form .select2-container select.select2-choice,
.select2-container
.wpcf7-form select.select2-choice,
.wpcf7-form .woocommerce form .form-row .select2-container select.select2-choice,
.woocommerce form .form-row .select2-container
.wpcf7-form select.select2-choice,
.wpcf7-form .woocommerce-page form .form-row .select2-container select.select2-choice,
.woocommerce-page form .form-row .select2-container
.wpcf7-form select.select2-choice,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row .select2-container select.select2-choice,
.hydrus_core_woocommerce_options form .form-row .select2-container
.wpcf7-form select.select2-choice,
.comments .comment-respond input.form-control,
.comments .comment-respond input.input-text,
.comments .comment-respond .select2-container input.select2-choice,
.select2-container
.comments .comment-respond input.select2-choice,
.comments .comment-respond .post-password-form input[type="password"],
.post-password-form
.comments .comment-respond input[type="password"],
.comments .comment-respond .woocommerce form .form-row input.input-text,
.woocommerce form .form-row
.comments .comment-respond input.input-text,
.comments .comment-respond .woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row
.comments .comment-respond input.input-text,
.comments .comment-respond .hydrus_core_woocommerce_options form .form-row input.input-text,
.hydrus_core_woocommerce_options form .form-row
.comments .comment-respond input.input-text,
.comments .comment-respond select.form-control,
.comments .comment-respond .select2-container select.select2-choice,
.select2-container
.comments .comment-respond select.select2-choice,
#reviews .comment-respond input.form-control,
#reviews .comment-respond input.input-text,
#reviews .comment-respond .select2-container input.select2-choice,
.select2-container
#reviews .comment-respond input.select2-choice,
#reviews .comment-respond .post-password-form input[type="password"],
.post-password-form
#reviews .comment-respond input[type="password"],
#reviews .comment-respond select.form-control,
#reviews .comment-respond .select2-container select.select2-choice,
.select2-container
#reviews .comment-respond select.select2-choice {
  height: 42px;
}

.wpcf7-form .wpcf7-checkbox.form-control,
.wpcf7-form select a.wpcf7-checkbox,
select .wpcf7-form a.wpcf7-checkbox,
.wpcf7-form
.chosen-container-single a.wpcf7-checkbox,
.chosen-container-single .wpcf7-form a.wpcf7-checkbox,
.wpcf7-form input.wpcf7-checkbox.input-text,
.wpcf7-form textarea.wpcf7-checkbox,
.wpcf7-form .select2-container .wpcf7-checkbox.select2-choice,
.select2-container .wpcf7-form .wpcf7-checkbox.select2-choice,
.wpcf7-form .post-password-form input.wpcf7-checkbox[type="password"],
.post-password-form .wpcf7-form input.wpcf7-checkbox[type="password"],
.wpcf7-form .woocommerce form .form-row select a.wpcf7-checkbox,
.woocommerce form .form-row select .wpcf7-form a.wpcf7-checkbox,
.wpcf7-form .woocommerce form .form-row .chosen-container-single a.wpcf7-checkbox,
.woocommerce form .form-row .chosen-container-single .wpcf7-form a.wpcf7-checkbox,
.wpcf7-form .woocommerce-page form .form-row select a.wpcf7-checkbox,
.woocommerce-page form .form-row select .wpcf7-form a.wpcf7-checkbox,
.wpcf7-form .woocommerce-page form .form-row .chosen-container-single a.wpcf7-checkbox,
.woocommerce-page form .form-row .chosen-container-single .wpcf7-form a.wpcf7-checkbox,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row select a.wpcf7-checkbox,
.hydrus_core_woocommerce_options form .form-row select .wpcf7-form a.wpcf7-checkbox,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row .chosen-container-single a.wpcf7-checkbox,
.hydrus_core_woocommerce_options form .form-row .chosen-container-single .wpcf7-form a.wpcf7-checkbox,
.wpcf7-form .woocommerce form .form-row .select2-container .wpcf7-checkbox.select2-choice,
.woocommerce form .form-row .select2-container .wpcf7-form .wpcf7-checkbox.select2-choice,
.wpcf7-form .woocommerce-page form .form-row .select2-container .wpcf7-checkbox.select2-choice,
.woocommerce-page form .form-row .select2-container .wpcf7-form .wpcf7-checkbox.select2-choice,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row .select2-container .wpcf7-checkbox.select2-choice,
.hydrus_core_woocommerce_options form .form-row .select2-container .wpcf7-form .wpcf7-checkbox.select2-choice,
.wpcf7-form .woocommerce form .form-row input.wpcf7-checkbox.input-text,
.woocommerce form .form-row .wpcf7-form input.wpcf7-checkbox.input-text,
.wpcf7-form .woocommerce form .form-row textarea.wpcf7-checkbox,
.woocommerce form .form-row .wpcf7-form textarea.wpcf7-checkbox,
.wpcf7-form .woocommerce-page form .form-row input.wpcf7-checkbox.input-text,
.woocommerce-page form .form-row .wpcf7-form input.wpcf7-checkbox.input-text,
.wpcf7-form .woocommerce-page form .form-row textarea.wpcf7-checkbox,
.woocommerce-page form .form-row .wpcf7-form textarea.wpcf7-checkbox,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row input.wpcf7-checkbox.input-text,
.hydrus_core_woocommerce_options form .form-row .wpcf7-form input.wpcf7-checkbox.input-text,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row textarea.wpcf7-checkbox,
.hydrus_core_woocommerce_options form .form-row .wpcf7-form textarea.wpcf7-checkbox,
.wpcf7-form .wpcf7-radio.form-control,
.wpcf7-form select a.wpcf7-radio,
select
.wpcf7-form a.wpcf7-radio,
.wpcf7-form
.chosen-container-single a.wpcf7-radio,
.chosen-container-single
.wpcf7-form a.wpcf7-radio,
.wpcf7-form input.wpcf7-radio.input-text,
.wpcf7-form textarea.wpcf7-radio,
.wpcf7-form .select2-container .wpcf7-radio.select2-choice,
.select2-container
.wpcf7-form .wpcf7-radio.select2-choice,
.wpcf7-form .post-password-form input.wpcf7-radio[type="password"],
.post-password-form
.wpcf7-form input.wpcf7-radio[type="password"],
.wpcf7-form .woocommerce form .form-row select a.wpcf7-radio,
.woocommerce form .form-row select
.wpcf7-form a.wpcf7-radio,
.wpcf7-form .woocommerce form .form-row .chosen-container-single a.wpcf7-radio,
.woocommerce form .form-row .chosen-container-single
.wpcf7-form a.wpcf7-radio,
.wpcf7-form .woocommerce-page form .form-row select a.wpcf7-radio,
.woocommerce-page form .form-row select
.wpcf7-form a.wpcf7-radio,
.wpcf7-form .woocommerce-page form .form-row .chosen-container-single a.wpcf7-radio,
.woocommerce-page form .form-row .chosen-container-single
.wpcf7-form a.wpcf7-radio,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row select a.wpcf7-radio,
.hydrus_core_woocommerce_options form .form-row select
.wpcf7-form a.wpcf7-radio,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row .chosen-container-single a.wpcf7-radio,
.hydrus_core_woocommerce_options form .form-row .chosen-container-single
.wpcf7-form a.wpcf7-radio,
.wpcf7-form .woocommerce form .form-row .select2-container .wpcf7-radio.select2-choice,
.woocommerce form .form-row .select2-container
.wpcf7-form .wpcf7-radio.select2-choice,
.wpcf7-form .woocommerce-page form .form-row .select2-container .wpcf7-radio.select2-choice,
.woocommerce-page form .form-row .select2-container
.wpcf7-form .wpcf7-radio.select2-choice,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row .select2-container .wpcf7-radio.select2-choice,
.hydrus_core_woocommerce_options form .form-row .select2-container
.wpcf7-form .wpcf7-radio.select2-choice,
.wpcf7-form .woocommerce form .form-row input.wpcf7-radio.input-text,
.woocommerce form .form-row
.wpcf7-form input.wpcf7-radio.input-text,
.wpcf7-form .woocommerce form .form-row textarea.wpcf7-radio,
.woocommerce form .form-row
.wpcf7-form textarea.wpcf7-radio,
.wpcf7-form .woocommerce-page form .form-row input.wpcf7-radio.input-text,
.woocommerce-page form .form-row
.wpcf7-form input.wpcf7-radio.input-text,
.wpcf7-form .woocommerce-page form .form-row textarea.wpcf7-radio,
.woocommerce-page form .form-row
.wpcf7-form textarea.wpcf7-radio,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row input.wpcf7-radio.input-text,
.hydrus_core_woocommerce_options form .form-row
.wpcf7-form input.wpcf7-radio.input-text,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row textarea.wpcf7-radio,
.hydrus_core_woocommerce_options form .form-row
.wpcf7-form textarea.wpcf7-radio,
.comments .comment-respond .wpcf7-checkbox.form-control,
.comments .comment-respond select a.wpcf7-checkbox,
select
.comments .comment-respond a.wpcf7-checkbox,
.comments .comment-respond
.chosen-container-single a.wpcf7-checkbox,
.chosen-container-single
.comments .comment-respond a.wpcf7-checkbox,
.comments .comment-respond input.wpcf7-checkbox.input-text,
.comments .comment-respond textarea.wpcf7-checkbox,
.comments .comment-respond .select2-container .wpcf7-checkbox.select2-choice,
.select2-container
.comments .comment-respond .wpcf7-checkbox.select2-choice,
.comments .comment-respond .post-password-form input.wpcf7-checkbox[type="password"],
.post-password-form
.comments .comment-respond input.wpcf7-checkbox[type="password"],
.comments .comment-respond .woocommerce form .form-row select a.wpcf7-checkbox,
.woocommerce form .form-row select
.comments .comment-respond a.wpcf7-checkbox,
.comments .comment-respond .woocommerce-page form .form-row select a.wpcf7-checkbox,
.woocommerce-page form .form-row select
.comments .comment-respond a.wpcf7-checkbox,
.comments .comment-respond .hydrus_core_woocommerce_options form .form-row select a.wpcf7-checkbox,
.hydrus_core_woocommerce_options form .form-row select
.comments .comment-respond a.wpcf7-checkbox,
.comments .comment-respond .woocommerce form .form-row textarea.wpcf7-checkbox,
.woocommerce form .form-row
.comments .comment-respond textarea.wpcf7-checkbox,
.comments .comment-respond .woocommerce-page form .form-row textarea.wpcf7-checkbox,
.woocommerce-page form .form-row
.comments .comment-respond textarea.wpcf7-checkbox,
.comments .comment-respond .hydrus_core_woocommerce_options form .form-row textarea.wpcf7-checkbox,
.hydrus_core_woocommerce_options form .form-row
.comments .comment-respond textarea.wpcf7-checkbox,
.comments .comment-respond .wpcf7-radio.form-control,
.comments .comment-respond select a.wpcf7-radio,
select
.comments .comment-respond a.wpcf7-radio,
.comments .comment-respond
.chosen-container-single a.wpcf7-radio,
.chosen-container-single
.comments .comment-respond a.wpcf7-radio,
.comments .comment-respond input.wpcf7-radio.input-text,
.comments .comment-respond textarea.wpcf7-radio,
.comments .comment-respond .select2-container .wpcf7-radio.select2-choice,
.select2-container
.comments .comment-respond .wpcf7-radio.select2-choice,
.comments .comment-respond .post-password-form input.wpcf7-radio[type="password"],
.post-password-form
.comments .comment-respond input.wpcf7-radio[type="password"],
.comments .comment-respond .woocommerce form .form-row select a.wpcf7-radio,
.woocommerce form .form-row select
.comments .comment-respond a.wpcf7-radio,
.comments .comment-respond .woocommerce-page form .form-row select a.wpcf7-radio,
.woocommerce-page form .form-row select
.comments .comment-respond a.wpcf7-radio,
.comments .comment-respond .hydrus_core_woocommerce_options form .form-row select a.wpcf7-radio,
.hydrus_core_woocommerce_options form .form-row select
.comments .comment-respond a.wpcf7-radio,
.comments .comment-respond .woocommerce form .form-row textarea.wpcf7-radio,
.woocommerce form .form-row
.comments .comment-respond textarea.wpcf7-radio,
.comments .comment-respond .woocommerce-page form .form-row textarea.wpcf7-radio,
.woocommerce-page form .form-row
.comments .comment-respond textarea.wpcf7-radio,
.comments .comment-respond .hydrus_core_woocommerce_options form .form-row textarea.wpcf7-radio,
.hydrus_core_woocommerce_options form .form-row
.comments .comment-respond textarea.wpcf7-radio,
#reviews .comment-respond .wpcf7-checkbox.form-control,
#reviews .comment-respond select a.wpcf7-checkbox,
select
#reviews .comment-respond a.wpcf7-checkbox,
#reviews .comment-respond
.chosen-container-single a.wpcf7-checkbox,
.chosen-container-single
#reviews .comment-respond a.wpcf7-checkbox,
#reviews .comment-respond input.wpcf7-checkbox.input-text,
#reviews .comment-respond textarea.wpcf7-checkbox,
#reviews .comment-respond .select2-container .wpcf7-checkbox.select2-choice,
.select2-container
#reviews .comment-respond .wpcf7-checkbox.select2-choice,
#reviews .comment-respond .post-password-form input.wpcf7-checkbox[type="password"],
.post-password-form
#reviews .comment-respond input.wpcf7-checkbox[type="password"],
#reviews .comment-respond .woocommerce form .form-row select a.wpcf7-checkbox,
.woocommerce form .form-row select
#reviews .comment-respond a.wpcf7-checkbox,
#reviews .comment-respond .woocommerce-page form .form-row select a.wpcf7-checkbox,
.woocommerce-page form .form-row select
#reviews .comment-respond a.wpcf7-checkbox,
#reviews .comment-respond .hydrus_core_woocommerce_options form .form-row select a.wpcf7-checkbox,
.hydrus_core_woocommerce_options form .form-row select
#reviews .comment-respond a.wpcf7-checkbox,
#reviews .comment-respond .woocommerce form .form-row textarea.wpcf7-checkbox,
.woocommerce form .form-row
#reviews .comment-respond textarea.wpcf7-checkbox,
#reviews .comment-respond .woocommerce-page form .form-row textarea.wpcf7-checkbox,
.woocommerce-page form .form-row
#reviews .comment-respond textarea.wpcf7-checkbox,
#reviews .comment-respond .hydrus_core_woocommerce_options form .form-row textarea.wpcf7-checkbox,
.hydrus_core_woocommerce_options form .form-row
#reviews .comment-respond textarea.wpcf7-checkbox,
#reviews .comment-respond .wpcf7-radio.form-control,
#reviews .comment-respond select a.wpcf7-radio,
select
#reviews .comment-respond a.wpcf7-radio,
#reviews .comment-respond
.chosen-container-single a.wpcf7-radio,
.chosen-container-single
#reviews .comment-respond a.wpcf7-radio,
#reviews .comment-respond input.wpcf7-radio.input-text,
#reviews .comment-respond textarea.wpcf7-radio,
#reviews .comment-respond .select2-container .wpcf7-radio.select2-choice,
.select2-container
#reviews .comment-respond .wpcf7-radio.select2-choice,
#reviews .comment-respond .post-password-form input.wpcf7-radio[type="password"],
.post-password-form
#reviews .comment-respond input.wpcf7-radio[type="password"],
#reviews .comment-respond .woocommerce form .form-row select a.wpcf7-radio,
.woocommerce form .form-row select
#reviews .comment-respond a.wpcf7-radio,
#reviews .comment-respond .woocommerce-page form .form-row select a.wpcf7-radio,
.woocommerce-page form .form-row select
#reviews .comment-respond a.wpcf7-radio,
#reviews .comment-respond .hydrus_core_woocommerce_options form .form-row select a.wpcf7-radio,
.hydrus_core_woocommerce_options form .form-row select
#reviews .comment-respond a.wpcf7-radio,
#reviews .comment-respond .woocommerce form .form-row textarea.wpcf7-radio,
.woocommerce form .form-row
#reviews .comment-respond textarea.wpcf7-radio,
#reviews .comment-respond .woocommerce-page form .form-row textarea.wpcf7-radio,
.woocommerce-page form .form-row
#reviews .comment-respond textarea.wpcf7-radio,
#reviews .comment-respond .hydrus_core_woocommerce_options form .form-row textarea.wpcf7-radio,
.hydrus_core_woocommerce_options form .form-row
#reviews .comment-respond textarea.wpcf7-radio {
  height: auto;
  min-height: 42px;
}

.wpcf7-form .wpcf7-checkbox.form-control .wpcf7-list-item,
.wpcf7-form select a.wpcf7-checkbox .wpcf7-list-item,
select .wpcf7-form a.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form
  .chosen-container-single a.wpcf7-checkbox .wpcf7-list-item,
.chosen-container-single .wpcf7-form a.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form input.wpcf7-checkbox.input-text .wpcf7-list-item,
.wpcf7-form textarea.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .select2-container .wpcf7-checkbox.select2-choice .wpcf7-list-item,
.select2-container .wpcf7-form .wpcf7-checkbox.select2-choice .wpcf7-list-item,
.wpcf7-form .post-password-form input.wpcf7-checkbox[type="password"] .wpcf7-list-item,
.post-password-form .wpcf7-form input.wpcf7-checkbox[type="password"] .wpcf7-list-item,
.wpcf7-form .woocommerce form .form-row select a.wpcf7-checkbox .wpcf7-list-item,
.woocommerce form .form-row select .wpcf7-form a.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .woocommerce-page form .form-row select a.wpcf7-checkbox .wpcf7-list-item,
.woocommerce-page form .form-row select .wpcf7-form a.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row select a.wpcf7-checkbox .wpcf7-list-item,
.hydrus_core_woocommerce_options form .form-row select .wpcf7-form a.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .woocommerce form .form-row textarea.wpcf7-checkbox .wpcf7-list-item,
.woocommerce form .form-row .wpcf7-form textarea.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .woocommerce-page form .form-row textarea.wpcf7-checkbox .wpcf7-list-item,
.woocommerce-page form .form-row .wpcf7-form textarea.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row textarea.wpcf7-checkbox .wpcf7-list-item,
.hydrus_core_woocommerce_options form .form-row .wpcf7-form textarea.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-form .wpcf7-radio.form-control .wpcf7-list-item,
.wpcf7-form select a.wpcf7-radio .wpcf7-list-item,
select
  .wpcf7-form a.wpcf7-radio .wpcf7-list-item,
.wpcf7-form
  .chosen-container-single a.wpcf7-radio .wpcf7-list-item,
.chosen-container-single
  .wpcf7-form a.wpcf7-radio .wpcf7-list-item,
.wpcf7-form input.wpcf7-radio.input-text .wpcf7-list-item,
.wpcf7-form textarea.wpcf7-radio .wpcf7-list-item,
.wpcf7-form .select2-container .wpcf7-radio.select2-choice .wpcf7-list-item,
.select2-container
  .wpcf7-form .wpcf7-radio.select2-choice .wpcf7-list-item,
.wpcf7-form .post-password-form input.wpcf7-radio[type="password"] .wpcf7-list-item,
.post-password-form
  .wpcf7-form input.wpcf7-radio[type="password"] .wpcf7-list-item,
.wpcf7-form .woocommerce form .form-row select a.wpcf7-radio .wpcf7-list-item,
.woocommerce form .form-row select
  .wpcf7-form a.wpcf7-radio .wpcf7-list-item,
.wpcf7-form .woocommerce-page form .form-row select a.wpcf7-radio .wpcf7-list-item,
.woocommerce-page form .form-row select
  .wpcf7-form a.wpcf7-radio .wpcf7-list-item,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row select a.wpcf7-radio .wpcf7-list-item,
.hydrus_core_woocommerce_options form .form-row select
  .wpcf7-form a.wpcf7-radio .wpcf7-list-item,
.wpcf7-form .woocommerce form .form-row textarea.wpcf7-radio .wpcf7-list-item,
.woocommerce form .form-row
  .wpcf7-form textarea.wpcf7-radio .wpcf7-list-item,
.wpcf7-form .woocommerce-page form .form-row textarea.wpcf7-radio .wpcf7-list-item,
.woocommerce-page form .form-row
  .wpcf7-form textarea.wpcf7-radio .wpcf7-list-item,
.wpcf7-form .hydrus_core_woocommerce_options form .form-row textarea.wpcf7-radio .wpcf7-list-item,
.hydrus_core_woocommerce_options form .form-row
  .wpcf7-form textarea.wpcf7-radio .wpcf7-list-item,
.comments .comment-respond .wpcf7-checkbox.form-control .wpcf7-list-item,
.comments .comment-respond select a.wpcf7-checkbox .wpcf7-list-item,
select
  .comments .comment-respond a.wpcf7-checkbox .wpcf7-list-item,
.comments .comment-respond
  .chosen-container-single a.wpcf7-checkbox .wpcf7-list-item,
.chosen-container-single
  .comments .comment-respond a.wpcf7-checkbox .wpcf7-list-item,
.comments .comment-respond input.wpcf7-checkbox.input-text .wpcf7-list-item,
.comments .comment-respond textarea.wpcf7-checkbox .wpcf7-list-item,
.comments .comment-respond .select2-container .wpcf7-checkbox.select2-choice .wpcf7-list-item,
.select2-container
  .comments .comment-respond .wpcf7-checkbox.select2-choice .wpcf7-list-item,
.comments .comment-respond .post-password-form input.wpcf7-checkbox[type="password"] .wpcf7-list-item,
.post-password-form
  .comments .comment-respond input.wpcf7-checkbox[type="password"] .wpcf7-list-item,
.comments .comment-respond .woocommerce form .form-row select a.wpcf7-checkbox .wpcf7-list-item,
.woocommerce form .form-row select
  .comments .comment-respond a.wpcf7-checkbox .wpcf7-list-item,
.comments .comment-respond .woocommerce-page form .form-row select a.wpcf7-checkbox .wpcf7-list-item,
.woocommerce-page form .form-row select
  .comments .comment-respond a.wpcf7-checkbox .wpcf7-list-item,
.comments .comment-respond .hydrus_core_woocommerce_options form .form-row select a.wpcf7-checkbox .wpcf7-list-item,
.hydrus_core_woocommerce_options form .form-row select
  .comments .comment-respond a.wpcf7-checkbox .wpcf7-list-item,
.comments .comment-respond .woocommerce form .form-row textarea.wpcf7-checkbox .wpcf7-list-item,
.woocommerce form .form-row
  .comments .comment-respond textarea.wpcf7-checkbox .wpcf7-list-item,
.comments .comment-respond .woocommerce-page form .form-row textarea.wpcf7-checkbox .wpcf7-list-item,
.woocommerce-page form .form-row
  .comments .comment-respond textarea.wpcf7-checkbox .wpcf7-list-item,
.comments .comment-respond .hydrus_core_woocommerce_options form .form-row textarea.wpcf7-checkbox .wpcf7-list-item,
.hydrus_core_woocommerce_options form .form-row
  .comments .comment-respond textarea.wpcf7-checkbox .wpcf7-list-item,
.comments .comment-respond .wpcf7-radio.form-control .wpcf7-list-item,
.comments .comment-respond select a.wpcf7-radio .wpcf7-list-item,
select
  .comments .comment-respond a.wpcf7-radio .wpcf7-list-item,
.comments .comment-respond
  .chosen-container-single a.wpcf7-radio .wpcf7-list-item,
.chosen-container-single
  .comments .comment-respond a.wpcf7-radio .wpcf7-list-item,
.comments .comment-respond input.wpcf7-radio.input-text .wpcf7-list-item,
.comments .comment-respond textarea.wpcf7-radio .wpcf7-list-item,
.comments .comment-respond .select2-container .wpcf7-radio.select2-choice .wpcf7-list-item,
.select2-container
  .comments .comment-respond .wpcf7-radio.select2-choice .wpcf7-list-item,
.comments .comment-respond .post-password-form input.wpcf7-radio[type="password"] .wpcf7-list-item,
.post-password-form
  .comments .comment-respond input.wpcf7-radio[type="password"] .wpcf7-list-item,
.comments .comment-respond .woocommerce form .form-row select a.wpcf7-radio .wpcf7-list-item,
.woocommerce form .form-row select
  .comments .comment-respond a.wpcf7-radio .wpcf7-list-item,
.comments .comment-respond .woocommerce-page form .form-row select a.wpcf7-radio .wpcf7-list-item,
.woocommerce-page form .form-row select
  .comments .comment-respond a.wpcf7-radio .wpcf7-list-item,
.comments .comment-respond .hydrus_core_woocommerce_options form .form-row select a.wpcf7-radio .wpcf7-list-item,
.hydrus_core_woocommerce_options form .form-row select
  .comments .comment-respond a.wpcf7-radio .wpcf7-list-item,
.comments .comment-respond .woocommerce form .form-row textarea.wpcf7-radio .wpcf7-list-item,
.woocommerce form .form-row
  .comments .comment-respond textarea.wpcf7-radio .wpcf7-list-item,
.comments .comment-respond .woocommerce-page form .form-row textarea.wpcf7-radio .wpcf7-list-item,
.woocommerce-page form .form-row
  .comments .comment-respond textarea.wpcf7-radio .wpcf7-list-item,
.comments .comment-respond .hydrus_core_woocommerce_options form .form-row textarea.wpcf7-radio .wpcf7-list-item,
.hydrus_core_woocommerce_options form .form-row
  .comments .comment-respond textarea.wpcf7-radio .wpcf7-list-item,
#reviews .comment-respond .wpcf7-checkbox.form-control .wpcf7-list-item,
#reviews .comment-respond select a.wpcf7-checkbox .wpcf7-list-item,
select
  #reviews .comment-respond a.wpcf7-checkbox .wpcf7-list-item,
#reviews .comment-respond
  .chosen-container-single a.wpcf7-checkbox .wpcf7-list-item,
.chosen-container-single
  #reviews .comment-respond a.wpcf7-checkbox .wpcf7-list-item,
#reviews .comment-respond input.wpcf7-checkbox.input-text .wpcf7-list-item,
#reviews .comment-respond textarea.wpcf7-checkbox .wpcf7-list-item,
#reviews .comment-respond .select2-container .wpcf7-checkbox.select2-choice .wpcf7-list-item,
.select2-container
  #reviews .comment-respond .wpcf7-checkbox.select2-choice .wpcf7-list-item,
#reviews .comment-respond .post-password-form input.wpcf7-checkbox[type="password"] .wpcf7-list-item,
.post-password-form
  #reviews .comment-respond input.wpcf7-checkbox[type="password"] .wpcf7-list-item,
#reviews .comment-respond .woocommerce form .form-row select a.wpcf7-checkbox .wpcf7-list-item,
.woocommerce form .form-row select
  #reviews .comment-respond a.wpcf7-checkbox .wpcf7-list-item,
#reviews .comment-respond .woocommerce-page form .form-row select a.wpcf7-checkbox .wpcf7-list-item,
.woocommerce-page form .form-row select
  #reviews .comment-respond a.wpcf7-checkbox .wpcf7-list-item,
#reviews .comment-respond .hydrus_core_woocommerce_options form .form-row select a.wpcf7-checkbox .wpcf7-list-item,
.hydrus_core_woocommerce_options form .form-row select
  #reviews .comment-respond a.wpcf7-checkbox .wpcf7-list-item,
#reviews .comment-respond .woocommerce form .form-row textarea.wpcf7-checkbox .wpcf7-list-item,
.woocommerce form .form-row
  #reviews .comment-respond textarea.wpcf7-checkbox .wpcf7-list-item,
#reviews .comment-respond .woocommerce-page form .form-row textarea.wpcf7-checkbox .wpcf7-list-item,
.woocommerce-page form .form-row
  #reviews .comment-respond textarea.wpcf7-checkbox .wpcf7-list-item,
#reviews .comment-respond .hydrus_core_woocommerce_options form .form-row textarea.wpcf7-checkbox .wpcf7-list-item,
.hydrus_core_woocommerce_options form .form-row
  #reviews .comment-respond textarea.wpcf7-checkbox .wpcf7-list-item,
#reviews .comment-respond .wpcf7-radio.form-control .wpcf7-list-item,
#reviews .comment-respond select a.wpcf7-radio .wpcf7-list-item,
select
  #reviews .comment-respond a.wpcf7-radio .wpcf7-list-item,
#reviews .comment-respond
  .chosen-container-single a.wpcf7-radio .wpcf7-list-item,
.chosen-container-single
  #reviews .comment-respond a.wpcf7-radio .wpcf7-list-item,
#reviews .comment-respond input.wpcf7-radio.input-text .wpcf7-list-item,
#reviews .comment-respond textarea.wpcf7-radio .wpcf7-list-item,
#reviews .comment-respond .select2-container .wpcf7-radio.select2-choice .wpcf7-list-item,
.select2-container
  #reviews .comment-respond .wpcf7-radio.select2-choice .wpcf7-list-item,
#reviews .comment-respond .post-password-form input.wpcf7-radio[type="password"] .wpcf7-list-item,
.post-password-form
  #reviews .comment-respond input.wpcf7-radio[type="password"] .wpcf7-list-item,
#reviews .comment-respond .woocommerce form .form-row select a.wpcf7-radio .wpcf7-list-item,
.woocommerce form .form-row select
  #reviews .comment-respond a.wpcf7-radio .wpcf7-list-item,
#reviews .comment-respond .woocommerce-page form .form-row select a.wpcf7-radio .wpcf7-list-item,
.woocommerce-page form .form-row select
  #reviews .comment-respond a.wpcf7-radio .wpcf7-list-item,
#reviews .comment-respond .hydrus_core_woocommerce_options form .form-row select a.wpcf7-radio .wpcf7-list-item,
.hydrus_core_woocommerce_options form .form-row select
  #reviews .comment-respond a.wpcf7-radio .wpcf7-list-item,
#reviews .comment-respond .woocommerce form .form-row textarea.wpcf7-radio .wpcf7-list-item,
.woocommerce form .form-row
  #reviews .comment-respond textarea.wpcf7-radio .wpcf7-list-item,
#reviews .comment-respond .woocommerce-page form .form-row textarea.wpcf7-radio .wpcf7-list-item,
.woocommerce-page form .form-row
  #reviews .comment-respond textarea.wpcf7-radio .wpcf7-list-item,
#reviews .comment-respond .hydrus_core_woocommerce_options form .form-row textarea.wpcf7-radio .wpcf7-list-item,
.hydrus_core_woocommerce_options form .form-row
  #reviews .comment-respond textarea.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
}

.wpcf7-form select.form-control[multiple],
.wpcf7-form .select2-container select[multiple].select2-choice,
.select2-container .wpcf7-form select[multiple].select2-choice,
.comments .comment-respond select.form-control[multiple],
.comments .comment-respond .select2-container select[multiple].select2-choice,
.select2-container
.comments .comment-respond select[multiple].select2-choice,
#reviews .comment-respond select.form-control[multiple],
#reviews .comment-respond .select2-container select[multiple].select2-choice,
.select2-container
#reviews .comment-respond select[multiple].select2-choice {
  height: auto;
}

.wpcf7-form .comment-form-author,
.comments .comment-respond .comment-form-author,
#reviews .comment-respond .comment-form-author {
  position: relative;
}

.wpcf7-form .comment-form-author .form-control-wrap:before,
.wpcf7-form .comment-form-author .form-control-wrap:after,
.comments .comment-respond .comment-form-author .form-control-wrap:before,
.comments .comment-respond .comment-form-author .form-control-wrap:after,
#reviews .comment-respond .comment-form-author .form-control-wrap:before,
#reviews .comment-respond .comment-form-author .form-control-wrap:after {
  content: " ";
  display: table;
}

.wpcf7-form .comment-form-author .form-control-wrap:after,
.comments .comment-respond .comment-form-author .form-control-wrap:after,
#reviews .comment-respond .comment-form-author .form-control-wrap:after {
  clear: both;
}

.wpcf7-form .comment-form-author .form-control-wrap:after,
.comments .comment-respond .comment-form-author .form-control-wrap:after,
#reviews .comment-respond .comment-form-author .form-control-wrap:after {
  position: absolute;
  font-family: 'hydrus';
  font-size: 18px;
  font-style: normal;
  top: 11px;
  right: 10px;
  content: '\e642';
}

.wpcf7-form .comment-form-email .form-control-wrap:after,
.comments .comment-respond .comment-form-email .form-control-wrap:after,
#reviews .comment-respond .comment-form-email .form-control-wrap:after {
  position: absolute;
  font-family: 'hydrus';
  font-size: 18px;
  font-style: normal;
  top: 11px;
  right: 20px;
  content: '\e641';
}

.wpcf7-form .form-group.th-icon-form,
.comments .comment-respond .form-group.th-icon-form,
#reviews .comment-respond .form-group.th-icon-form {
  position: relative;
}

.wpcf7-form .form-group.th-icon-form .form-control,
.wpcf7-form .form-group.th-icon-form select a,
select .wpcf7-form .form-group.th-icon-form a,
.wpcf7-form .form-group.th-icon-form
  .chosen-container-single a,
.chosen-container-single .wpcf7-form .form-group.th-icon-form a,
.wpcf7-form .form-group.th-icon-form input.input-text,
.wpcf7-form .form-group.th-icon-form textarea,
.wpcf7-form .form-group.th-icon-form .select2-container .select2-choice,
.select2-container .wpcf7-form .form-group.th-icon-form .select2-choice,
.wpcf7-form .form-group.th-icon-form .post-password-form input[type="password"],
.post-password-form .wpcf7-form .form-group.th-icon-form input[type="password"],
.wpcf7-form .form-group.th-icon-form .woocommerce form .form-row select a,
.woocommerce form .form-row select .wpcf7-form .form-group.th-icon-form a,
.wpcf7-form .form-group.th-icon-form .woocommerce-page form .form-row select a,
.woocommerce-page form .form-row select .wpcf7-form .form-group.th-icon-form a,
.wpcf7-form .form-group.th-icon-form .hydrus_core_woocommerce_options form .form-row select a,
.hydrus_core_woocommerce_options form .form-row select .wpcf7-form .form-group.th-icon-form a,
.wpcf7-form .form-group.th-icon-form .woocommerce form .form-row textarea,
.woocommerce form .form-row .wpcf7-form .form-group.th-icon-form textarea,
.wpcf7-form .form-group.th-icon-form .woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row .wpcf7-form .form-group.th-icon-form textarea,
.wpcf7-form .form-group.th-icon-form .hydrus_core_woocommerce_options form .form-row textarea,
.hydrus_core_woocommerce_options form .form-row .wpcf7-form .form-group.th-icon-form textarea,
.comments .comment-respond .form-group.th-icon-form .form-control,
.comments .comment-respond .form-group.th-icon-form select a,
select
  .comments .comment-respond .form-group.th-icon-form a,
.comments .comment-respond .form-group.th-icon-form
  .chosen-container-single a,
.chosen-container-single
  .comments .comment-respond .form-group.th-icon-form a,
.comments .comment-respond .form-group.th-icon-form input.input-text,
.comments .comment-respond .form-group.th-icon-form textarea,
.comments .comment-respond .form-group.th-icon-form .select2-container .select2-choice,
.select2-container
  .comments .comment-respond .form-group.th-icon-form .select2-choice,
.comments .comment-respond .form-group.th-icon-form .post-password-form input[type="password"],
.post-password-form
  .comments .comment-respond .form-group.th-icon-form input[type="password"],
.comments .comment-respond .form-group.th-icon-form .woocommerce form .form-row select a,
.woocommerce form .form-row select
  .comments .comment-respond .form-group.th-icon-form a,
.comments .comment-respond .form-group.th-icon-form .woocommerce-page form .form-row select a,
.woocommerce-page form .form-row select
  .comments .comment-respond .form-group.th-icon-form a,
.comments .comment-respond .form-group.th-icon-form .hydrus_core_woocommerce_options form .form-row select a,
.hydrus_core_woocommerce_options form .form-row select
  .comments .comment-respond .form-group.th-icon-form a,
.comments .comment-respond .form-group.th-icon-form .woocommerce form .form-row textarea,
.woocommerce form .form-row
  .comments .comment-respond .form-group.th-icon-form textarea,
.comments .comment-respond .form-group.th-icon-form .woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row
  .comments .comment-respond .form-group.th-icon-form textarea,
.comments .comment-respond .form-group.th-icon-form .hydrus_core_woocommerce_options form .form-row textarea,
.hydrus_core_woocommerce_options form .form-row
  .comments .comment-respond .form-group.th-icon-form textarea,
#reviews .comment-respond .form-group.th-icon-form .form-control,
#reviews .comment-respond .form-group.th-icon-form select a,
select
  #reviews .comment-respond .form-group.th-icon-form a,
#reviews .comment-respond .form-group.th-icon-form
  .chosen-container-single a,
.chosen-container-single
  #reviews .comment-respond .form-group.th-icon-form a,
#reviews .comment-respond .form-group.th-icon-form input.input-text,
#reviews .comment-respond .form-group.th-icon-form textarea,
#reviews .comment-respond .form-group.th-icon-form .select2-container .select2-choice,
.select2-container
  #reviews .comment-respond .form-group.th-icon-form .select2-choice,
#reviews .comment-respond .form-group.th-icon-form .post-password-form input[type="password"],
.post-password-form
  #reviews .comment-respond .form-group.th-icon-form input[type="password"],
#reviews .comment-respond .form-group.th-icon-form .woocommerce form .form-row select a,
.woocommerce form .form-row select
  #reviews .comment-respond .form-group.th-icon-form a,
#reviews .comment-respond .form-group.th-icon-form .woocommerce-page form .form-row select a,
.woocommerce-page form .form-row select
  #reviews .comment-respond .form-group.th-icon-form a,
#reviews .comment-respond .form-group.th-icon-form .hydrus_core_woocommerce_options form .form-row select a,
.hydrus_core_woocommerce_options form .form-row select
  #reviews .comment-respond .form-group.th-icon-form a,
#reviews .comment-respond .form-group.th-icon-form .woocommerce form .form-row textarea,
.woocommerce form .form-row
  #reviews .comment-respond .form-group.th-icon-form textarea,
#reviews .comment-respond .form-group.th-icon-form .woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row
  #reviews .comment-respond .form-group.th-icon-form textarea,
#reviews .comment-respond .form-group.th-icon-form .hydrus_core_woocommerce_options form .form-row textarea,
.hydrus_core_woocommerce_options form .form-row
  #reviews .comment-respond .form-group.th-icon-form textarea {
  padding-right: 38px;
}

.wpcf7-form .form-group.th-icon-form .wpcf7-form-control-wrap,
.wpcf7-form .form-group.th-icon-form .form-control-wrap,
.comments .comment-respond .form-group.th-icon-form .wpcf7-form-control-wrap,
.comments .comment-respond .form-group.th-icon-form .form-control-wrap,
#reviews .comment-respond .form-group.th-icon-form .wpcf7-form-control-wrap,
#reviews .comment-respond .form-group.th-icon-form .form-control-wrap {
  display: block;
  position: relative;
}

.wpcf7-form .form-group.th-icon-form .wpcf7-form-control-wrap:after,
.wpcf7-form .form-group.th-icon-form .form-control-wrap:after,
.comments .comment-respond .form-group.th-icon-form .wpcf7-form-control-wrap:after,
.comments .comment-respond .form-group.th-icon-form .form-control-wrap:after,
#reviews .comment-respond .form-group.th-icon-form .wpcf7-form-control-wrap:after,
#reviews .comment-respond .form-group.th-icon-form .form-control-wrap:after {
  position: absolute;
  right: 22px;
  top: 10px;
  font-style: normal;
  font-family: 'hydrus';
  font-size: 18px;
  color: #838383;
}

.wpcf7-form .form-group.th-icon-form.th-icon-form-country .wpcf7-form-control-wrap:after,
.wpcf7-form .form-group.th-icon-form.th-icon-form-country .form-control-wrap:after,
.comments .comment-respond .form-group.th-icon-form.th-icon-form-country .wpcf7-form-control-wrap:after,
.comments .comment-respond .form-group.th-icon-form.th-icon-form-country .form-control-wrap:after,
#reviews .comment-respond .form-group.th-icon-form.th-icon-form-country .wpcf7-form-control-wrap:after,
#reviews .comment-respond .form-group.th-icon-form.th-icon-form-country .form-control-wrap:after {
  content: '\e63f';
}

.wpcf7-form .form-group.th-icon-form.th-icon-form-telephone .wpcf7-form-control-wrap:after,
.wpcf7-form .form-group.th-icon-form.th-icon-form-telephone .form-control-wrap:after,
.comments .comment-respond .form-group.th-icon-form.th-icon-form-telephone .wpcf7-form-control-wrap:after,
.comments .comment-respond .form-group.th-icon-form.th-icon-form-telephone .form-control-wrap:after,
#reviews .comment-respond .form-group.th-icon-form.th-icon-form-telephone .wpcf7-form-control-wrap:after,
#reviews .comment-respond .form-group.th-icon-form.th-icon-form-telephone .form-control-wrap:after {
  content: '\e640';
}

.wpcf7-form .form-group.th-icon-form.th-icon-form-mail .wpcf7-form-control-wrap:after,
.wpcf7-form .form-group.th-icon-form.th-icon-form-mail .form-control-wrap:after,
.comments .comment-respond .form-group.th-icon-form.th-icon-form-mail .wpcf7-form-control-wrap:after,
.comments .comment-respond .form-group.th-icon-form.th-icon-form-mail .form-control-wrap:after,
#reviews .comment-respond .form-group.th-icon-form.th-icon-form-mail .wpcf7-form-control-wrap:after,
#reviews .comment-respond .form-group.th-icon-form.th-icon-form-mail .form-control-wrap:after {
  content: '\e641';
}

.wpcf7-form .form-group.th-icon-form.th-icon-form-customer .wpcf7-form-control-wrap:after,
.wpcf7-form .form-group.th-icon-form.th-icon-form-customer .form-control-wrap:after,
.comments .comment-respond .form-group.th-icon-form.th-icon-form-customer .wpcf7-form-control-wrap:after,
.comments .comment-respond .form-group.th-icon-form.th-icon-form-customer .form-control-wrap:after,
#reviews .comment-respond .form-group.th-icon-form.th-icon-form-customer .wpcf7-form-control-wrap:after,
#reviews .comment-respond .form-group.th-icon-form.th-icon-form-customer .form-control-wrap:after {
  content: '\e642';
}

.wpcf7-form span.wpcf7-not-valid-tip,
.comments .comment-respond span.wpcf7-not-valid-tip,
#reviews .comment-respond span.wpcf7-not-valid-tip {
  margin: 7px 0 0;
  color: #53abe4;
}

.wpcf7-form div.wpcf7-validation-errors,
.comments .comment-respond div.wpcf7-validation-errors,
#reviews .comment-respond div.wpcf7-validation-errors {
  margin: 0;
  padding: 0;
  border: none;
  color: #53abe4;
}

.form-control,
select a,
.chosen-container-single a,
input.input-text,
textarea,
.select2-container .select2-choice,
.post-password-form input[type="password"],
.woocommerce form .form-row select a,
.woocommerce form .form-row .chosen-container-single a,
.woocommerce-page form .form-row select a,
.woocommerce-page form .form-row .chosen-container-single a,
.hydrus_core_woocommerce_options form .form-row select a,
.hydrus_core_woocommerce_options form .form-row .chosen-container-single a,
.woocommerce form .form-row .select2-container .select2-choice,
.woocommerce-page form .form-row .select2-container .select2-choice,
.hydrus_core_woocommerce_options form .form-row .select2-container .select2-choice,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea,
.hydrus_core_woocommerce_options form .form-row input.input-text,
.hydrus_core_woocommerce_options form .form-row textarea {
  height: 39px;
  box-shadow: none;
}

.form-control:focus,
select a:focus,
.chosen-container-single a:focus,
input.input-text:focus,
textarea:focus,
.select2-container .select2-choice:focus,
.post-password-form input[type="password"]:focus,
.woocommerce form .form-row select a:focus,
.woocommerce form .form-row .chosen-container-single a:focus,
.woocommerce-page form .form-row select a:focus,
.woocommerce-page form .form-row .chosen-container-single a:focus,
.hydrus_core_woocommerce_options form .form-row select a:focus,
.hydrus_core_woocommerce_options form .form-row .chosen-container-single a:focus,
.woocommerce form .form-row .select2-container .select2-choice:focus,
.woocommerce-page form .form-row .select2-container .select2-choice:focus,
.hydrus_core_woocommerce_options form .form-row .select2-container .select2-choice:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce-page form .form-row input.input-text:focus,
.woocommerce-page form .form-row textarea:focus,
.hydrus_core_woocommerce_options form .form-row input.input-text:focus,
.hydrus_core_woocommerce_options form .form-row textarea:focus {
  border-color: #53abe4;
  box-shadow: none;
}

select,
.chosen-container-single {
  height: 43px;
}

select a,
.chosen-container-single a {
  display: inline-block;
  height: 43px;
  width: 100%;
  cursor: pointer;
  margin: 0;
}

input.button,
input[type="submit"] {
  border-radius: 0px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}

.select2-container .select2-choice {
  display: block;
  height: 43px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  line-height: 43px;
  text-decoration: none;
}

.select2-drop {
  border: 1px solid #f7f7f7;
}

#submitform,
.wpcf7-submit1 {
  margin: 0;
  height: auto !important;
}

.help-block,
.control-label,
.radio,
.checkbox,
.radio-inline,
.checkbox-inline {
  color: #53abe4;
}

.has-success .help-block {
  color: #53abe4;
}

.has-success .form-control,
.has-success select a,
select .has-success a,
.has-success
.chosen-container-single a,
.chosen-container-single .has-success a,
.has-success input.input-text,
.has-success textarea,
.has-success .select2-container .select2-choice,
.select2-container .has-success .select2-choice,
.has-success .post-password-form input[type="password"],
.post-password-form .has-success input[type="password"],
.has-success .woocommerce form .form-row select a,
.woocommerce form .form-row select .has-success a,
.has-success .woocommerce form .form-row .chosen-container-single a,
.woocommerce form .form-row .chosen-container-single .has-success a,
.has-success .woocommerce-page form .form-row select a,
.woocommerce-page form .form-row select .has-success a,
.has-success .woocommerce-page form .form-row .chosen-container-single a,
.woocommerce-page form .form-row .chosen-container-single .has-success a,
.has-success .hydrus_core_woocommerce_options form .form-row select a,
.hydrus_core_woocommerce_options form .form-row select .has-success a,
.has-success .hydrus_core_woocommerce_options form .form-row .chosen-container-single a,
.hydrus_core_woocommerce_options form .form-row .chosen-container-single .has-success a,
.has-success .woocommerce form .form-row .select2-container .select2-choice,
.woocommerce form .form-row .select2-container .has-success .select2-choice,
.has-success .woocommerce-page form .form-row .select2-container .select2-choice,
.woocommerce-page form .form-row .select2-container .has-success .select2-choice,
.has-success .hydrus_core_woocommerce_options form .form-row .select2-container .select2-choice,
.hydrus_core_woocommerce_options form .form-row .select2-container .has-success .select2-choice,
.has-success .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .has-success input.input-text,
.has-success .woocommerce form .form-row textarea,
.woocommerce form .form-row .has-success textarea,
.has-success .woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row .has-success input.input-text,
.has-success .woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row .has-success textarea,
.has-success .hydrus_core_woocommerce_options form .form-row input.input-text,
.hydrus_core_woocommerce_options form .form-row .has-success input.input-text,
.has-success .hydrus_core_woocommerce_options form .form-row textarea,
.hydrus_core_woocommerce_options form .form-row .has-success textarea {
  outline: none;
  box-shadow: none;
  border-color: transparent;
}

.has-success .form-control:focus,
.has-success select a:focus,
select .has-success a:focus,
.has-success
  .chosen-container-single a:focus,
.chosen-container-single .has-success a:focus,
.has-success input.input-text:focus,
.has-success textarea:focus,
.has-success .select2-container .select2-choice:focus,
.select2-container .has-success .select2-choice:focus,
.has-success .post-password-form input[type="password"]:focus,
.post-password-form .has-success input[type="password"]:focus,
.has-success .woocommerce form .form-row select a:focus,
.woocommerce form .form-row select .has-success a:focus,
.has-success .woocommerce form .form-row .chosen-container-single a:focus,
.woocommerce form .form-row .chosen-container-single .has-success a:focus,
.has-success .woocommerce-page form .form-row select a:focus,
.woocommerce-page form .form-row select .has-success a:focus,
.has-success .woocommerce-page form .form-row .chosen-container-single a:focus,
.woocommerce-page form .form-row .chosen-container-single .has-success a:focus,
.has-success .hydrus_core_woocommerce_options form .form-row select a:focus,
.hydrus_core_woocommerce_options form .form-row select .has-success a:focus,
.has-success .hydrus_core_woocommerce_options form .form-row .chosen-container-single a:focus,
.hydrus_core_woocommerce_options form .form-row .chosen-container-single .has-success a:focus,
.has-success .woocommerce form .form-row .select2-container .select2-choice:focus,
.woocommerce form .form-row .select2-container .has-success .select2-choice:focus,
.has-success .woocommerce-page form .form-row .select2-container .select2-choice:focus,
.woocommerce-page form .form-row .select2-container .has-success .select2-choice:focus,
.has-success .hydrus_core_woocommerce_options form .form-row .select2-container .select2-choice:focus,
.hydrus_core_woocommerce_options form .form-row .select2-container .has-success .select2-choice:focus,
.has-success .woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row .has-success input.input-text:focus,
.has-success .woocommerce form .form-row textarea:focus,
.woocommerce form .form-row .has-success textarea:focus,
.has-success .woocommerce-page form .form-row input.input-text:focus,
.woocommerce-page form .form-row .has-success input.input-text:focus,
.has-success .woocommerce-page form .form-row textarea:focus,
.woocommerce-page form .form-row .has-success textarea:focus,
.has-success .hydrus_core_woocommerce_options form .form-row input.input-text:focus,
.hydrus_core_woocommerce_options form .form-row .has-success input.input-text:focus,
.has-success .hydrus_core_woocommerce_options form .form-row textarea:focus,
.hydrus_core_woocommerce_options form .form-row .has-success textarea:focus {
  border-color: #53abe4;
  box-shadow: none;
}

.has-warning .help-block {
  color: #53abe4;
}

.has-warning .form-control,
.has-warning select a,
select .has-warning a,
.has-warning
.chosen-container-single a,
.chosen-container-single .has-warning a,
.has-warning input.input-text,
.has-warning textarea,
.has-warning .select2-container .select2-choice,
.select2-container .has-warning .select2-choice,
.has-warning .post-password-form input[type="password"],
.post-password-form .has-warning input[type="password"],
.has-warning .woocommerce form .form-row select a,
.woocommerce form .form-row select .has-warning a,
.has-warning .woocommerce form .form-row .chosen-container-single a,
.woocommerce form .form-row .chosen-container-single .has-warning a,
.has-warning .woocommerce-page form .form-row select a,
.woocommerce-page form .form-row select .has-warning a,
.has-warning .woocommerce-page form .form-row .chosen-container-single a,
.woocommerce-page form .form-row .chosen-container-single .has-warning a,
.has-warning .hydrus_core_woocommerce_options form .form-row select a,
.hydrus_core_woocommerce_options form .form-row select .has-warning a,
.has-warning .hydrus_core_woocommerce_options form .form-row .chosen-container-single a,
.hydrus_core_woocommerce_options form .form-row .chosen-container-single .has-warning a,
.has-warning .woocommerce form .form-row .select2-container .select2-choice,
.woocommerce form .form-row .select2-container .has-warning .select2-choice,
.has-warning .woocommerce-page form .form-row .select2-container .select2-choice,
.woocommerce-page form .form-row .select2-container .has-warning .select2-choice,
.has-warning .hydrus_core_woocommerce_options form .form-row .select2-container .select2-choice,
.hydrus_core_woocommerce_options form .form-row .select2-container .has-warning .select2-choice,
.has-warning .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .has-warning input.input-text,
.has-warning .woocommerce form .form-row textarea,
.woocommerce form .form-row .has-warning textarea,
.has-warning .woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row .has-warning input.input-text,
.has-warning .woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row .has-warning textarea,
.has-warning .hydrus_core_woocommerce_options form .form-row input.input-text,
.hydrus_core_woocommerce_options form .form-row .has-warning input.input-text,
.has-warning .hydrus_core_woocommerce_options form .form-row textarea,
.hydrus_core_woocommerce_options form .form-row .has-warning textarea {
  outline: none;
  box-shadow: none;
  border-color: transparent;
}

.has-warning .form-control:focus,
.has-warning select a:focus,
select .has-warning a:focus,
.has-warning
  .chosen-container-single a:focus,
.chosen-container-single .has-warning a:focus,
.has-warning input.input-text:focus,
.has-warning textarea:focus,
.has-warning .select2-container .select2-choice:focus,
.select2-container .has-warning .select2-choice:focus,
.has-warning .post-password-form input[type="password"]:focus,
.post-password-form .has-warning input[type="password"]:focus,
.has-warning .woocommerce form .form-row select a:focus,
.woocommerce form .form-row select .has-warning a:focus,
.has-warning .woocommerce form .form-row .chosen-container-single a:focus,
.woocommerce form .form-row .chosen-container-single .has-warning a:focus,
.has-warning .woocommerce-page form .form-row select a:focus,
.woocommerce-page form .form-row select .has-warning a:focus,
.has-warning .woocommerce-page form .form-row .chosen-container-single a:focus,
.woocommerce-page form .form-row .chosen-container-single .has-warning a:focus,
.has-warning .hydrus_core_woocommerce_options form .form-row select a:focus,
.hydrus_core_woocommerce_options form .form-row select .has-warning a:focus,
.has-warning .hydrus_core_woocommerce_options form .form-row .chosen-container-single a:focus,
.hydrus_core_woocommerce_options form .form-row .chosen-container-single .has-warning a:focus,
.has-warning .woocommerce form .form-row .select2-container .select2-choice:focus,
.woocommerce form .form-row .select2-container .has-warning .select2-choice:focus,
.has-warning .woocommerce-page form .form-row .select2-container .select2-choice:focus,
.woocommerce-page form .form-row .select2-container .has-warning .select2-choice:focus,
.has-warning .hydrus_core_woocommerce_options form .form-row .select2-container .select2-choice:focus,
.hydrus_core_woocommerce_options form .form-row .select2-container .has-warning .select2-choice:focus,
.has-warning .woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row .has-warning input.input-text:focus,
.has-warning .woocommerce form .form-row textarea:focus,
.woocommerce form .form-row .has-warning textarea:focus,
.has-warning .woocommerce-page form .form-row input.input-text:focus,
.woocommerce-page form .form-row .has-warning input.input-text:focus,
.has-warning .woocommerce-page form .form-row textarea:focus,
.woocommerce-page form .form-row .has-warning textarea:focus,
.has-warning .hydrus_core_woocommerce_options form .form-row input.input-text:focus,
.hydrus_core_woocommerce_options form .form-row .has-warning input.input-text:focus,
.has-warning .hydrus_core_woocommerce_options form .form-row textarea:focus,
.hydrus_core_woocommerce_options form .form-row .has-warning textarea:focus {
  border-color: #53abe4;
  box-shadow: none;
}

.has-error .help-block {
  color: #53abe4;
}

.has-error .form-control,
.has-error select a,
select .has-error a,
.has-error
.chosen-container-single a,
.chosen-container-single .has-error a,
.has-error input.input-text,
.has-error textarea,
.has-error .select2-container .select2-choice,
.select2-container .has-error .select2-choice,
.has-error .post-password-form input[type="password"],
.post-password-form .has-error input[type="password"],
.has-error .woocommerce form .form-row select a,
.woocommerce form .form-row select .has-error a,
.has-error .woocommerce form .form-row .chosen-container-single a,
.woocommerce form .form-row .chosen-container-single .has-error a,
.has-error .woocommerce-page form .form-row select a,
.woocommerce-page form .form-row select .has-error a,
.has-error .woocommerce-page form .form-row .chosen-container-single a,
.woocommerce-page form .form-row .chosen-container-single .has-error a,
.has-error .hydrus_core_woocommerce_options form .form-row select a,
.hydrus_core_woocommerce_options form .form-row select .has-error a,
.has-error .hydrus_core_woocommerce_options form .form-row .chosen-container-single a,
.hydrus_core_woocommerce_options form .form-row .chosen-container-single .has-error a,
.has-error .woocommerce form .form-row .select2-container .select2-choice,
.woocommerce form .form-row .select2-container .has-error .select2-choice,
.has-error .woocommerce-page form .form-row .select2-container .select2-choice,
.woocommerce-page form .form-row .select2-container .has-error .select2-choice,
.has-error .hydrus_core_woocommerce_options form .form-row .select2-container .select2-choice,
.hydrus_core_woocommerce_options form .form-row .select2-container .has-error .select2-choice,
.has-error .woocommerce form .form-row input.input-text,
.woocommerce form .form-row .has-error input.input-text,
.has-error .woocommerce form .form-row textarea,
.woocommerce form .form-row .has-error textarea,
.has-error .woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row .has-error input.input-text,
.has-error .woocommerce-page form .form-row textarea,
.woocommerce-page form .form-row .has-error textarea,
.has-error .hydrus_core_woocommerce_options form .form-row input.input-text,
.hydrus_core_woocommerce_options form .form-row .has-error input.input-text,
.has-error .hydrus_core_woocommerce_options form .form-row textarea,
.hydrus_core_woocommerce_options form .form-row .has-error textarea {
  box-shadow: none;
  border-color: transparent;
  outline: none;
}

.has-error .form-control:focus,
.has-error select a:focus,
select .has-error a:focus,
.has-error
  .chosen-container-single a:focus,
.chosen-container-single .has-error a:focus,
.has-error input.input-text:focus,
.has-error textarea:focus,
.has-error .select2-container .select2-choice:focus,
.select2-container .has-error .select2-choice:focus,
.has-error .post-password-form input[type="password"]:focus,
.post-password-form .has-error input[type="password"]:focus,
.has-error .woocommerce form .form-row select a:focus,
.woocommerce form .form-row select .has-error a:focus,
.has-error .woocommerce form .form-row .chosen-container-single a:focus,
.woocommerce form .form-row .chosen-container-single .has-error a:focus,
.has-error .woocommerce-page form .form-row select a:focus,
.woocommerce-page form .form-row select .has-error a:focus,
.has-error .woocommerce-page form .form-row .chosen-container-single a:focus,
.woocommerce-page form .form-row .chosen-container-single .has-error a:focus,
.has-error .hydrus_core_woocommerce_options form .form-row select a:focus,
.hydrus_core_woocommerce_options form .form-row select .has-error a:focus,
.has-error .hydrus_core_woocommerce_options form .form-row .chosen-container-single a:focus,
.hydrus_core_woocommerce_options form .form-row .chosen-container-single .has-error a:focus,
.has-error .woocommerce form .form-row .select2-container .select2-choice:focus,
.woocommerce form .form-row .select2-container .has-error .select2-choice:focus,
.has-error .woocommerce-page form .form-row .select2-container .select2-choice:focus,
.woocommerce-page form .form-row .select2-container .has-error .select2-choice:focus,
.has-error .hydrus_core_woocommerce_options form .form-row .select2-container .select2-choice:focus,
.hydrus_core_woocommerce_options form .form-row .select2-container .has-error .select2-choice:focus,
.has-error .woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row .has-error input.input-text:focus,
.has-error .woocommerce form .form-row textarea:focus,
.woocommerce form .form-row .has-error textarea:focus,
.has-error .woocommerce-page form .form-row input.input-text:focus,
.woocommerce-page form .form-row .has-error input.input-text:focus,
.has-error .woocommerce-page form .form-row textarea:focus,
.woocommerce-page form .form-row .has-error textarea:focus,
.has-error .hydrus_core_woocommerce_options form .form-row input.input-text:focus,
.hydrus_core_woocommerce_options form .form-row .has-error input.input-text:focus,
.has-error .hydrus_core_woocommerce_options form .form-row textarea:focus,
.hydrus_core_woocommerce_options form .form-row .has-error textarea:focus {
  border-color: #53abe4;
  box-shadow: none;
}

.post-password-form {
  max-width: 100%;
}

.post-password-form input[type="password"] {
  display: inline-block;
  width: 130px;
}

.post-password-form input[type="submit"] {
  margin-bottom: 3px;
  margin-left: 6px;
  padding: 9px 16px 8px;
}

.captcha .wpcf7-form-control-wrap .wpcf7-form-control {
  background-color: transparent;
  padding: 10px 0;
}

.form-control.g-recaptcha,
select a.g-recaptcha,
.chosen-container-single a.g-recaptcha,
input.g-recaptcha.input-text,
textarea.g-recaptcha,
.select2-container .g-recaptcha.select2-choice,
.post-password-form input.g-recaptcha[type="password"],
.woocommerce form .form-row select a.g-recaptcha,
.woocommerce form .form-row .chosen-container-single a.g-recaptcha,
.woocommerce-page form .form-row select a.g-recaptcha,
.woocommerce-page form .form-row .chosen-container-single a.g-recaptcha,
.hydrus_core_woocommerce_options form .form-row select a.g-recaptcha,
.hydrus_core_woocommerce_options form .form-row .chosen-container-single a.g-recaptcha,
.woocommerce form .form-row .select2-container .g-recaptcha.select2-choice,
.woocommerce-page form .form-row .select2-container .g-recaptcha.select2-choice,
.hydrus_core_woocommerce_options form .form-row .select2-container .g-recaptcha.select2-choice,
.woocommerce form .form-row input.g-recaptcha.input-text,
.woocommerce form .form-row textarea.g-recaptcha,
.woocommerce-page form .form-row input.g-recaptcha.input-text,
.woocommerce-page form .form-row textarea.g-recaptcha,
.hydrus_core_woocommerce_options form .form-row input.g-recaptcha.input-text,
.hydrus_core_woocommerce_options form .form-row textarea.g-recaptcha {
  background-color: transparent;
}

/* Small devices (tablets, 768px and up) */

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .wpcf7-form .comment-form-author .form-control-wrap:after,
  .comments .comment-respond .comment-form-author .form-control-wrap:after,
  #reviews .comment-respond .comment-form-author .form-control-wrap:after {
    position: absolute;
    font-family: 'hydrus';
    font-size: 18px;
    font-style: normal;
    right: 10px;
    content: '\e642';
  }

  .wpcf7-form .comment-form-email .form-control-wrap:after,
  .comments .comment-respond .comment-form-email .form-control-wrap:after,
  #reviews .comment-respond .comment-form-email .form-control-wrap:after {
    position: absolute;
    font-family: 'hydrus';
    font-size: 18px;
    font-style: normal;
    right: 20px;
    content: '\e641';
  }
}

/* Large devices (large desktops, 1200px and up) */

.widget-area .wpb_widgetised_column_heading,
.wpb_widgetised_column .wpb_widgetised_column_heading {
  margin-bottom: 38px;
  text-align: left;
}

.widget-area .widget,
.wpb_widgetised_column .widget {
  list-style: none;
  font-size: 13px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 55px;
}

.widget-area .widget .widget-title,
.widget-area .widget .widgettitle,
.wpb_widgetised_column .widget .widget-title,
.wpb_widgetised_column .widget .widgettitle {
  margin-bottom: 38px;
  text-align: center;
}

.widget-area .widget .widget-title + ul,
.widget-area .widget .widgettitle + ul,
.wpb_widgetised_column .widget .widget-title + ul,
.wpb_widgetised_column .widget .widgettitle + ul {
  margin-top: -8px;
}

.widget-area .widget .widget-title + .carousel.clients,
.widget-area .widget .widgettitle + .carousel.clients,
.wpb_widgetised_column .widget .widget-title + .carousel.clients,
.wpb_widgetised_column .widget .widgettitle + .carousel.clients {
  margin-top: -8px;
}

.widget-area .widget:last-child,
.wpb_widgetised_column .widget:last-child {
  margin-bottom: 0px;
}

.widget-area .widget.widget_sp_image,
.wpb_widgetised_column .widget.widget_sp_image {
  text-align: center;
}

.widget-area .widget select,
.wpb_widgetised_column .widget select {
  width: 100%;
  max-width: 100%;
  background: #f7f7f7;
  color: #2a2a2a;
  border: solid 1px #ffffff;
}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .widget-area .widget {
    max-width: 70%;
  }
}

/* Medium devices (tablets, 960px and up) */

@media (min-width: 992px) {
  .widget-area .widget {
    max-width: 100%;
  }

  .widget-area .widget .widget-title {
    text-align: left;
  }
}

.widget.contact-info address {
  font-family: "Lato";
  text-align: left;
}

.widget.contact-info address p,
.widget.contact-info address .line {
  line-height: 22px;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
  text-align: center;
}

.widget.contact-info address p a,
.widget.contact-info address .line a {
  color: #2a2a2a;
}

.widget.contact-info address p a:focus,
.widget.contact-info address p a:hover,
.widget.contact-info address .line a:focus,
.widget.contact-info address .line a:hover {
  color: #53abe4;
}

.widget.contact-info address p li,
.widget.contact-info address .line li {
  list-style-type: none;
}

.widget.contact-info .th-icon {
  font-size: 11px;
}

.widget.contact-info .th-arrow-medium-right {
  margin: 0 0 0 5px;
}

.widget.contact-info .separator {
  display: inline-block;
  border-right: 1px solid;
  border-right-color: #838383;
  width: 10px;
  height: 14px;
  position: relative;
  margin-right: 9px;
  top: 2px;
}

/* Medium devices (tablets, 960px and up) */

@media (min-width: 992px) {
  .widget.contact-info address {
    font-family: "Lato";
    text-align: left;
  }

  .widget.contact-info address p,
  .widget.contact-info address .line {
    text-align: left;
  }
}

.widget.contact-form .form-group {
  font-family: "Lato";
  margin-bottom: 22px;
}

.widget.twitter .widget-title {
  margin-bottom: 43px;
}

.widget.twitter a {
  color: #2a2a2a;
}

.widget.twitter a:focus,
.widget.twitter a:hover {
  color: #53abe4;
}

.widget.twitter ul.tweets {
  margin: 0px 0px 0px;
  padding-left: 0px;
  list-style: none;
  font-family: "Lato";
}

.widget.twitter ul.tweets li.tweet {
  display: inline-block;
  width: 100%;
  margin-bottom: 34px;
}

.widget.twitter ul.tweets li.tweet:last-of-type {
  margin-bottom: 0;
}

.widget.twitter ul.tweets li.tweet figure {
  float: left;
  margin: 1px 13px 0 0;
  width: 48px;
}

.widget.twitter ul.tweets li.tweet figure .icon {
  width: 48px;
  height: 48px;
}

.widget.twitter ul.tweets li.tweet .content {
  float: left;
  width: calc(100% - 61px);
}

.widget.twitter ul.tweets li.tweet .content .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
}

.widget.twitter ul.tweets li.tweet .content .name span {
  font-size: 11px;
  font-weight: normal;
}

.widget.twitter ul.tweets li.tweet .content .date {
  float: right;
  font-size: 11px;
  max-width: 100px;
  max-height: 25px;
  overflow: hidden;
  text-align: right;
}

.widget.twitter ul.tweets li.tweet .content .date a {
  margin-right: 10px;
}

.widget.twitter ul.tweets li.tweet .content p {
  margin: 8px 0 14px;
  letter-spacing: 1px;
  line-height: 22px;
  text-align: left;
}

.widget.twitter ul.tweets li.tweet .content p .rt {
  color: #2a2a2a;
}

.widget.twitter ul.tweets li.tweet .content .actions {
  font-size: 12px;
}

.widget.twitter ul.tweets li.tweet .content .actions a {
  margin-right: 14px;
}

.widget.twitter ul.tweets li.tweet .content .actions a .th-icon {
  font-size: 14px;
}

.widget.testimonials .carousel-inner,
.testimonials-wrapper .carousel-inner {
  background-color: #f7f7f7;
}

.widget.testimonials .carousel-inner .item .testimonial,
.testimonials-wrapper .carousel-inner .item .testimonial {
  padding: 25px;
  background: #f7f7f7;
}

.widget.testimonials .carousel-inner .item .testimonial.text-center .content,
.testimonials-wrapper .carousel-inner .item .testimonial.text-center .content {
  text-align: left;
}

.widget.testimonials .carousel-inner .item .testimonial header,
.testimonials-wrapper .carousel-inner .item .testimonial header {
  display: table;
  vertical-align: top;
}

.widget.testimonials .carousel-inner .item .testimonial header figure,
.testimonials-wrapper .carousel-inner .item .testimonial header figure {
  display: table-cell;
  vertical-align: top;
  margin-right: 26px;
}

.widget.testimonials .carousel-inner .item .testimonial header figure img,
.testimonials-wrapper .carousel-inner .item .testimonial header figure img {
  border-radius: 29px;
  width: 58px;
  height: 58px;
}

.widget.testimonials .carousel-inner .item .testimonial header .content,
.testimonials-wrapper .carousel-inner .item .testimonial header .content {
  display: table-cell;
  vertical-align: top;
}

.widget.testimonials .carousel-inner .item .testimonial header .content .name,
.testimonials-wrapper .carousel-inner .item .testimonial header .content .name {
  display: inline-block;
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  margin-top: 2px;
  text-transform: none;
  color: #2a2a2a;
}

.widget.testimonials .carousel-inner .item .testimonial header .content .name a,
.testimonials-wrapper .carousel-inner .item .testimonial header .content .name a {
  color: inherit;
  text-decoration: none;
}

.widget.testimonials .carousel-inner .item .testimonial header .content .line,
.testimonials-wrapper .carousel-inner .item .testimonial header .content .line {
  display: inline-block;
  font-family: "Lato";
  margin-top: 6px;
  color: #838383;
  font-style: italic;
}

.widget.testimonials .carousel-inner .item .testimonial .comment,
.testimonials-wrapper .carousel-inner .item .testimonial .comment {
  font-family: "Lato";
  margin-top: 25px;
  color: #838383;
}

.widget.testimonials .indicators-wrapper,
.testimonials-wrapper .indicators-wrapper {
  position: relative;
  margin-top: 1px;
  background: #f7f7f7;
  width: 100%;
  height: 30px;
}

.widget.testimonials .indicators-wrapper .carousel-indicators,
.testimonials-wrapper .indicators-wrapper .carousel-indicators {
  height: 24px;
}

.widget.testimonials .indicators-wrapper .carousel-indicators li,
.testimonials-wrapper .indicators-wrapper .carousel-indicators li {
  width: 20px;
}

.widget.testimonials .indicators-wrapper .carousel-indicators li.active,
.testimonials-wrapper .indicators-wrapper .carousel-indicators li.active {
  width: 24px;
}

.widget.testimonials .indicators-wrapper .carousel-indicators li.active .bullet,
.testimonials-wrapper .indicators-wrapper .carousel-indicators li.active .bullet {
  width: 12px;
  height: 12px;
}

.widget.testimonials .indicators-wrapper .carousel-indicators li.active_l1 .bullet,
.testimonials-wrapper .indicators-wrapper .carousel-indicators li.active_l1 .bullet {
  width: 9px;
  height: 9px;
}

.widget.testimonials .indicators-wrapper .carousel-indicators li.active_l2 .bullet,
.testimonials-wrapper .indicators-wrapper .carousel-indicators li.active_l2 .bullet {
  width: 7px;
  height: 7px;
}

.widget.testimonials .indicators-wrapper .carousel-indicators li.active_l3 .bullet,
.testimonials-wrapper .indicators-wrapper .carousel-indicators li.active_l3 .bullet {
  width: 5px;
  height: 5px;
}

.widget.team-members .carousel-inner {
  background-color: #f7f7f7;
}

.widget.team-members .carousel-inner .item .team-member {
  padding: 25px;
  background: #f7f7f7;
}

.widget.team-members .carousel-inner .item .team-member header {
  display: table;
  vertical-align: top;
}

.widget.team-members .carousel-inner .item .team-member header figure {
  display: table-cell;
  vertical-align: top;
  margin-right: 26px;
}

.widget.team-members .carousel-inner .item .team-member header figure img {
  border-radius: 29px;
  width: 58px;
  height: 58px;
}

.widget.team-members .carousel-inner .item .team-member header .content {
  display: table-cell;
  vertical-align: top;
}

.widget.team-members .carousel-inner .item .team-member header .content .name {
  display: inline-block;
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  margin-top: 2px;
  text-transform: none;
  color: #2a2a2a;
}

.widget.team-members .carousel-inner .item .team-member header .content .name a {
  color: inherit;
  text-decoration: none;
}

.widget.team-members .carousel-inner .item .team-member header .content .line {
  display: inline-block;
  font-family: "Lato";
  margin-top: 6px;
  color: #838383;
  font-style: italic;
}

.widget.team-members .carousel-inner .item .team-member .comment {
  font-family: "Lato";
  margin-top: 25px;
  color: #838383;
}

.widget.team-members .indicators-wrapper {
  position: relative;
  margin-top: 1px;
  background: #f7f7f7;
  width: 100%;
  height: 30px;
}

.widget.team-members .indicators-wrapper .carousel-indicators {
  height: 24px;
}

.widget.team-members .indicators-wrapper .carousel-indicators li {
  width: 20px;
}

.widget.team-members .indicators-wrapper .carousel-indicators li .bullet {
  left: 8px;
  width: 5px;
  height: 5px;
}

.widget.team-members .indicators-wrapper .carousel-indicators li.active {
  width: 24px;
}

.widget.team-members .indicators-wrapper .carousel-indicators li.active .bullet {
  left: 6px;
  width: 12px;
  height: 12px;
}

.widget.team-members .indicators-wrapper .carousel-indicators li.active_l1 .bullet {
  left: 5px;
  width: 9px;
  height: 9px;
}

.widget.team-members .indicators-wrapper .carousel-indicators li.active_l2 .bullet {
  left: 7px;
  width: 7px;
  height: 7px;
}

.widget.carousel .carousel-inner .item figure {
  margin: 0 auto;
}

.widget.carousel .carousel-inner .item figure img {
  margin: 0 auto;
}

.widget.carousel .carousel-control {
  top: 50%;
  z-index: 10;
  margin-top: -15px;
  width: auto;
  height: 40px;
  font-size: 29px;
  color: #2e2e2e;
}

.widget.carousel .carousel-control:hover {
  color: #3ba5ea;
}

.widget.tag-cloud a,
.widget.widget_product_tag_cloud a {
  text-transform: capitalize;
  font-family: "Lato";
  display: block;
  float: left;
  padding: 16px 19px;
  background: #f7f7f7;
  margin: 0px 1px 1px 0px;
  color: #2a2a2a;
  text-decoration: none;
  outline: none;
}

.widget.tag-cloud a:hover,
.widget.tag-cloud a:focus,
.widget.widget_product_tag_cloud a:hover,
.widget.widget_product_tag_cloud a:focus {
  outline: none;
  color: #ffffff;
  background: #53abe4;
}

.widget.tag-cloud:before,
.widget.tag-cloud:after,
.widget.widget_product_tag_cloud:before,
.widget.widget_product_tag_cloud:after {
  content: " ";
  display: table;
}

.widget.tag-cloud:after,
.widget.widget_product_tag_cloud:after {
  clear: both;
}

.widget.widget_product_tag_cloud a {
  text-transform: capitalize;
  font-size: 13px !important;
}

.widget.links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget.links ul li {
  padding: 18px 0;
  border-bottom: 1px solid;
  border-bottom-color: #eaeaea;
}

.widget.links ul li:last-child {
  border-bottom: none;
}

.widget.links ul li a {
  color: #2a2a2a;
  text-decoration: none;
}

.widget.links ul li a:hover {
  color: #53abe4;
}

.widget.links ul li a i {
  margin-right: 14px;
}

.widget.widget_product_categories ul,
.widget.widget_categories ul,
.widget.widget_nav_menu ul,
.widget.widget_pages ul,
.widget.widget_recent_entries ul,
.widget.widget_meta ul,
.widget.widget_archive ul,
.widget.widget_recent_comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget.widget_product_categories ul > li,
.widget.widget_categories ul > li,
.widget.widget_nav_menu ul > li,
.widget.widget_pages ul > li,
.widget.widget_recent_entries ul > li,
.widget.widget_meta ul > li,
.widget.widget_archive ul > li,
.widget.widget_recent_comments ul > li {
  position: relative;
  padding: 18px 0;
  border-bottom: 1px solid;
  border-bottom-color: #eaeaea;
  word-wrap: break-word;
  word-break: break-all;
}

.widget.widget_product_categories ul > li:before,
.widget.widget_categories ul > li:before,
.widget.widget_nav_menu ul > li:before,
.widget.widget_pages ul > li:before,
.widget.widget_recent_entries ul > li:before,
.widget.widget_meta ul > li:before,
.widget.widget_archive ul > li:before,
.widget.widget_recent_comments ul > li:before {
  position: absolute;
  top: 18px;
  left: 0px;
  margin-right: 8px;
  margin-left: -2px;
  width: 15px;
  height: 15px;
  color: #3ba5ea;
  content: "\e918";
  font-size: 10px;
  font-family: 'hydrus';
}

.widget.widget_product_categories ul > li:last-child,
.widget.widget_categories ul > li:last-child,
.widget.widget_nav_menu ul > li:last-child,
.widget.widget_pages ul > li:last-child,
.widget.widget_recent_entries ul > li:last-child,
.widget.widget_meta ul > li:last-child,
.widget.widget_archive ul > li:last-child,
.widget.widget_recent_comments ul > li:last-child {
  border-bottom: none;
}

.widget.widget_product_categories ul > li a,
.widget.widget_categories ul > li a,
.widget.widget_nav_menu ul > li a,
.widget.widget_pages ul > li a,
.widget.widget_recent_entries ul > li a,
.widget.widget_meta ul > li a,
.widget.widget_archive ul > li a,
.widget.widget_recent_comments ul > li a {
  display: inline-block;
  padding-left: 21px;
  color: #2a2a2a;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Lato";
}

.widget.widget_product_categories ul > li a:hover,
.widget.widget_categories ul > li a:hover,
.widget.widget_nav_menu ul > li a:hover,
.widget.widget_pages ul > li a:hover,
.widget.widget_recent_entries ul > li a:hover,
.widget.widget_meta ul > li a:hover,
.widget.widget_archive ul > li a:hover,
.widget.widget_recent_comments ul > li a:hover {
  color: #53abe4;
}

.widget.widget_product_categories ul > li a i,
.widget.widget_categories ul > li a i,
.widget.widget_nav_menu ul > li a i,
.widget.widget_pages ul > li a i,
.widget.widget_recent_entries ul > li a i,
.widget.widget_meta ul > li a i,
.widget.widget_archive ul > li a i,
.widget.widget_recent_comments ul > li a i {
  margin-right: 14px;
}

.widget.widget_product_categories ul > li .count,
.widget.widget_categories ul > li .count,
.widget.widget_nav_menu ul > li .count,
.widget.widget_pages ul > li .count,
.widget.widget_recent_entries ul > li .count,
.widget.widget_meta ul > li .count,
.widget.widget_archive ul > li .count,
.widget.widget_recent_comments ul > li .count {
  float: right;
  color: #2a2a2a;
}

.widget.widget_product_categories ul > li .children,
.widget.widget_categories ul > li .children,
.widget.widget_nav_menu ul > li .children,
.widget.widget_pages ul > li .children,
.widget.widget_recent_entries ul > li .children,
.widget.widget_meta ul > li .children,
.widget.widget_archive ul > li .children,
.widget.widget_recent_comments ul > li .children {
  margin-top: 9px;
  margin-left: 20px;
  padding-top: 9px;
}

.widget.widget_product_categories ul > li .children li:first-of-type,
.widget.widget_categories ul > li .children li:first-of-type,
.widget.widget_nav_menu ul > li .children li:first-of-type,
.widget.widget_pages ul > li .children li:first-of-type,
.widget.widget_recent_entries ul > li .children li:first-of-type,
.widget.widget_meta ul > li .children li:first-of-type,
.widget.widget_archive ul > li .children li:first-of-type,
.widget.widget_recent_comments ul > li .children li:first-of-type {
  border-top: 1px solid;
  border-top-color: #eaeaea;
}

.widget.widget_product_categories ul > li .children li:last-of-type,
.widget.widget_categories ul > li .children li:last-of-type,
.widget.widget_nav_menu ul > li .children li:last-of-type,
.widget.widget_pages ul > li .children li:last-of-type,
.widget.widget_recent_entries ul > li .children li:last-of-type,
.widget.widget_meta ul > li .children li:last-of-type,
.widget.widget_archive ul > li .children li:last-of-type,
.widget.widget_recent_comments ul > li .children li:last-of-type {
  padding-bottom: 0;
}

.widget.widget_product_categories ul > li .sub-menu,
.widget.widget_categories ul > li .sub-menu,
.widget.widget_nav_menu ul > li .sub-menu,
.widget.widget_pages ul > li .sub-menu,
.widget.widget_recent_entries ul > li .sub-menu,
.widget.widget_meta ul > li .sub-menu,
.widget.widget_archive ul > li .sub-menu,
.widget.widget_recent_comments ul > li .sub-menu {
  margin: 18px 0 0 18px;
}

.widget.widget_product_categories ul > li .sub-menu li:last-of-type,
.widget.widget_categories ul > li .sub-menu li:last-of-type,
.widget.widget_nav_menu ul > li .sub-menu li:last-of-type,
.widget.widget_pages ul > li .sub-menu li:last-of-type,
.widget.widget_recent_entries ul > li .sub-menu li:last-of-type,
.widget.widget_meta ul > li .sub-menu li:last-of-type,
.widget.widget_archive ul > li .sub-menu li:last-of-type,
.widget.widget_recent_comments ul > li .sub-menu li:last-of-type {
  padding-bottom: 0;
}

.widget.widget_recent_comments ul > li {
  padding-left: 21px;
}

.widget.widget_rss .widget-title a.rsswidget:first-of-type {
  display: none;
}

.widget.widget_rss ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget.widget_rss ul > li {
  padding: 18px 0;
  border-bottom: 1px solid;
  border-bottom-color: #eaeaea;
  position: relative;
}

.widget.widget_rss ul > li:before {
  font-family: 'hydrus';
  content: "\e918";
  color: #3ba5ea;
  position: absolute;
  top: 18px;
  left: 0px;
  margin-left: 5px;
  margin-right: 15px;
  width: 15px;
  height: 15px;
}

.widget.widget_rss ul > li:last-child {
  border-bottom: none;
}

.widget.widget_rss ul > li a {
  padding-left: 33px;
  display: inline-block;
  color: #2a2a2a;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Lato";
}

.widget.widget_rss ul > li a:hover {
  color: #53abe4;
}

.widget.widget_rss ul > li a i {
  margin-right: 14px;
}

.widget.widget_rss ul > li .rss-date {
  padding-left: 33px;
  display: block;
}

.widget.widget_rss ul > li .count {
  color: #2a2a2a;
  float: right;
}

.widget.widget_rss ul > li .rssSummary {
  margin-top: 15px;
  padding-left: 0px;
}

.widget.widget_rss ul > li cite {
  margin-top: 10px;
  padding-left: 0px;
  display: inline-block;
}

.widget.widget_rss ul > li cite:before,
.widget.widget_rss ul > li cite:after {
  content: " ";
  display: table;
}

.widget.widget_rss ul > li cite:after {
  clear: both;
}

.widget.widget_rss ul > li .children {
  margin-top: 9px;
  padding-top: 9px;
  margin-left: 20px;
}

.widget.widget_rss ul > li .children li:first-of-type {
  border-top: 1px solid;
  border-top-color: #eaeaea;
}

.widget.widget_search {
  background-color: #f7f7f7;
  padding: 25px;
  border: solid 1px #ffffff;
}

.widget.widget_search:before,
.widget.widget_search:after {
  content: " ";
  display: table;
}

.widget.widget_search:after {
  clear: both;
}

.widget.widget_search form {
  display: inline-block;
  width: 100%;
  margin-top: 4px;
}

.widget.widget_search form div {
  display: inline-block;
  width: 100%;
  position: relative;
}

.widget.widget_search form div:before {
  font-family: 'hydrus';
  content: "\e635";
  color: #3ba5ea;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  font-size: 16px;
}

.widget.widget_search h4.widget-title {
  font-size: 13px;
  font-weight: 900;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 25px;
}

.widget.widget_search label {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}

.widget.widget_search label:before {
  font-family: 'hydrus';
  content: "\e635";
  color: #3ba5ea;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  font-size: 16px;
}

.widget.widget_search #s,
.widget.widget_search .search-field {
  width: 100%;
  float: left;
  height: 41px;
  background-color: #ffffff;
  border: 0 none;
  color: #2a2a2a;
  font-family: "Lato";
  padding-left: 15px;
  padding-right: 35px;
  outline: 0;
}

.widget.widget_search #s:focus,
.widget.widget_search .search-field:focus {
  box-shadow: none;
  padding: 0px;
  margin: 0px;
  border: 0 none;
  outline: 0;
  padding-left: 15px;
  padding-right: 35px;
}

.widget.widget_search #s:placeholder,
.widget.widget_search .search-field:placeholder {
  padding-left: 10px;
  color: #838383;
}

.widget.widget_search #searchsubmit,
.widget.widget_search .search-submit {
  display: none;
  float: right;
  fill: #2a2a2a;
  background-color: #53abe4;
  color: #2a2a2a;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 2px;
  margin: 0 auto;
  border-radius: 0px;
  border: 0 none;
  font-size: 13px !important;
  text-shadow: none;
  box-shadow: none;
  font-weight: normal;
  width: 10%;
  content: 'a';
  transition: background-color 2s linear;
}

.widget.widget_search #searchsubmit:hover,
.widget.widget_search .search-submit:hover {
  animation: fromHighlightToBody 2s forwards;
}

.widget.widget_calendar .calendar_wrap {
  border: solid 1px #ffffff;
  border-bottom: none;
}

.widget.widget_calendar .calendar_wrap > table {
  width: 100%;
}

.widget.widget_calendar .calendar_wrap > table caption {
  padding: 10px 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ffffff;
  text-transform: uppercase;
  font-family: "Lato";
  font-weight: 900;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.6px;
  word-spacing: 1px;
  text-align: left;
  color: #2a2a2a;
}

.widget.widget_calendar .calendar_wrap > table thead {
  padding: 10px 15px;
  background-color: #f7f7f7;
  margin-bottom: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
}

.widget.widget_calendar .calendar_wrap > table thead th {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 5.5%;
  font-size: 13px;
  font-family: "Lato";
  font-weight: 900;
  font-style: normal;
  color: #2a2a2a;
}

.widget.widget_calendar .calendar_wrap > table tbody {
  padding: 10px 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ffffff;
}

.widget.widget_calendar .calendar_wrap > table tbody td {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 5.5%;
}

.widget.widget_calendar .calendar_wrap > table tfoot {
  padding: 10px 15px;
  background-color: #f7f7f7;
  margin-bottom: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff;
}

.widget.widget_calendar .calendar_wrap > table tfoot td {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: "Lato";
  font-style: normal;
  font-style: 900;
  font-size: 13px;
}

.widget.widget_calendar .calendar_wrap > table tfoot td#prev {
  padding-left: 15px;
  color: #2a2a2a;
}

.widget.widget_calendar .calendar_wrap > table tfoot td#next {
  padding-right: 15px;
  color: #2a2a2a;
}

.widget.widget_price_filter {
  background-color: #f7f7f7;
  padding: 25px;
}

.widget.widget_price_filter h4.widget-title {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: 900;
  line-height: 22px;
  letter-spacing: 0.6px;
  word-spacing: 1px;
}

.widget.widget_price_filter .price_slider_wrapper .price_slider.ui-widget-content {
  margin-bottom: 25px;
  border-radius: 0px;
  height: 16px;
  max-width: calc(100% - 12px);
  background: #eaeaea;
}

.widget.widget_price_filter .price_slider_wrapper .price_slider.ui-widget-content .ui-slider-range {
  top: 0px;
  background-image: none;
  background-color: #ffffff;
  border-radius: 0px;
  box-shadow: none;
  height: 16px;
}

.widget.widget_price_filter .price_slider_wrapper .price_slider.ui-widget-content .ui-slider-handle {
  left: 0%;
  background: #53abe4;
  border-radius: 0px;
  box-shadow: none;
  border: 0 none;
  width: 26px;
  height: 16px;
  top: 0px;
}

.widget.widget_price_filter .price_slider_amount button.button {
  padding: 10px 30px;
}

.widget.widget_price_filter .price_slider_amount .price_label {
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  font-size: 11px;
  line-height: 45px;
  font-family: "Lato";
}

.widget.widget_product_search {
  background-color: #f7f7f7;
  padding: 25px;
}

.widget.widget_product_search h4.widget-title {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: 900;
  line-height: 22px;
  letter-spacing: 0.6px;
  word-spacing: 1px;
}

.widget.widget_product_search .woocommerce-product-search {
  display: inline-block;
  width: 100%;
  position: relative;
}

.widget.widget_product_search .woocommerce-product-search:before {
  font-family: 'hydrus';
  content: "\e635";
  color: #3ba5ea;
  position: absolute;
  right: 13px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  font-size: 16px;
}

.widget.widget_product_search .woocommerce-product-search .search-field {
  width: 100%;
  float: left;
  height: 41px;
  background-color: #ffffff;
  border: 0 none;
  color: #2a2a2a;
  font-family: "Lato";
  padding-left: 15px;
  padding-right: 35px;
  outline: 0;
}

.widget.widget_product_search .woocommerce-product-search .search-field:focus {
  box-shadow: none;
  padding: 0px;
  margin: 0px;
  border: 0 none;
  outline: 0;
  padding-left: 15px;
  padding-right: 35px;
}

.widget.widget_product_search .woocommerce-product-search .search-field:placeholder {
  padding-left: 10px;
  color: #838383;
}

.widget.widget_product_search .woocommerce-product-search input[type="submit"] {
  display: none;
  float: right;
  fill: #2a2a2a;
  background-color: #53abe4;
  color: #2a2a2a;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 2px;
  margin: 0 auto;
  border-radius: 0px;
  border: 0 none;
  font-size: 13px !important;
  text-shadow: none;
  box-shadow: none;
  font-weight: normal;
  width: 10%;
  content: 'a';
  transition: background-color 2s linear;
}

.widget.widget_product_search .woocommerce-product-search input[type="submit"]:hover {
  animation: fromHighlightToBody 2s forwards;
}

.widget.woocommerce.widget_products .widget-title,
.widget.woocommerce.widget_recent_reviews .widget-title,
.widget.woocommerce.widget_top_rated_products .widget-title {
  margin-bottom: 43px;
}

.widget.woocommerce.widget_products a,
.widget.woocommerce.widget_recent_reviews a,
.widget.woocommerce.widget_top_rated_products a {
  color: #2a2a2a;
  letter-spacing: 1px;
}

.widget.woocommerce.widget_products a:focus,
.widget.woocommerce.widget_products a:hover,
.widget.woocommerce.widget_recent_reviews a:focus,
.widget.woocommerce.widget_recent_reviews a:hover,
.widget.woocommerce.widget_top_rated_products a:focus,
.widget.woocommerce.widget_top_rated_products a:hover {
  color: #53abe4;
}

.widget.woocommerce.widget_products ul.product_list_widget li a,
.widget.woocommerce.widget_recent_reviews ul.product_list_widget li a,
.widget.woocommerce.widget_top_rated_products ul.product_list_widget li a {
  color: #2a2a2a;
}

.widget.woocommerce.widget_products ul.product_list_widget li img,
.widget.woocommerce.widget_recent_reviews ul.product_list_widget li img,
.widget.woocommerce.widget_top_rated_products ul.product_list_widget li img {
  width: 40px;
  box-shadow: none;
}

.widget.woocommerce.widget_products ul.product_list_widget li del,
.widget.woocommerce.widget_recent_reviews ul.product_list_widget li del,
.widget.woocommerce.widget_top_rated_products ul.product_list_widget li del {
  padding-right: 10px;
}

.widget.woocommerce.widget_products ul.product_list_widget li ins,
.widget.woocommerce.widget_recent_reviews ul.product_list_widget li ins,
.widget.woocommerce.widget_top_rated_products ul.product_list_widget li ins {
  text-decoration: none;
}

.widget.woocommerce.widget_products ul.product_list_widget li .amount,
.widget.woocommerce.widget_recent_reviews ul.product_list_widget li .amount,
.widget.woocommerce.widget_top_rated_products ul.product_list_widget li .amount {
  letter-spacing: 2px;
}

.widget.woocommerce.widget_products ul.product_list_widget li .star-rating,
.widget.woocommerce.widget_recent_reviews ul.product_list_widget li .star-rating,
.widget.woocommerce.widget_top_rated_products ul.product_list_widget li .star-rating {
  margin-top: 6px;
  margin-bottom: 6px;
}

.widget.woocommerce.widget_shopping_cart {
  background-color: #f7f7f7;
  padding: 25px;
}

.widget.woocommerce.widget_shopping_cart h4.widget-title {
  font-size: 13px;
  font-weight: 900;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 25px;
}

.widget.woocommerce.widget_shopping_cart .cart_list.product_list_widget li a,
.widget.woocommerce.widget_shopping_cart .cart_list.product_list_widget li.mini_cart_item a {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 1px;
  color: #2a2a2a;
}

.widget.woocommerce.widget_shopping_cart .cart_list.product_list_widget li a img,
.widget.woocommerce.widget_shopping_cart .cart_list.product_list_widget li.mini_cart_item a img {
  width: 40px;
  box-shadow: none;
}

.widget.woocommerce.widget_shopping_cart .cart_list.product_list_widget li a:hover,
.widget.woocommerce.widget_shopping_cart .cart_list.product_list_widget li.mini_cart_item a:hover {
  color: #53abe4;
}

.widget.woocommerce.widget_shopping_cart .cart_list.product_list_widget li a.remove,
.widget.woocommerce.widget_shopping_cart .cart_list.product_list_widget li.mini_cart_item a.remove {
  margin: 0 auto;
  width: 15px;
  height: 15px;
  display: block;
  background-color: #585858;
  color: #232323;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  background-clip: padding-box;
  border-radius: 100%;
  text-decoration: none;
  padding-left: 1px;
  transition: background-color 0.8s ease;
  top: 3px;
}

.widget.woocommerce.widget_shopping_cart .cart_list.product_list_widget li a.remove:hover,
.widget.woocommerce.widget_shopping_cart .cart_list.product_list_widget li.mini_cart_item a.remove:hover {
  background-color: #53abe4;
}

.widget.woocommerce.widget_shopping_cart .cart_list.product_list_widget li .quantity,
.widget.woocommerce.widget_shopping_cart .cart_list.product_list_widget li.mini_cart_item .quantity {
  text-align: left;
  margin: 7px 0 !important;
  letter-spacing: 2px;
}

.widget.woocommerce.widget_shopping_cart .cart_list.product_list_widget li:last-of-type,
.widget.woocommerce.widget_shopping_cart .cart_list.product_list_widget li.mini_cart_item:last-of-type {
  padding-bottom: 30px;
}

.widget.woocommerce.widget_shopping_cart .total {
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  border-top: 1px solid #eaeaea;
  padding-top: 30px;
  color: #2a2a2a;
}

.widget.woocommerce.widget_shopping_cart .total .amount {
  letter-spacing: 2px;
}

.widget.woocommerce.widget_shopping_cart .buttons {
  padding-top: 0;
}

.widget.woocommerce.widget_shopping_cart .buttons a {
  min-width: 19px;
  margin-right: 10px;
  margin-top: 20px;
  padding: 9px 11px;
  font-size: 12px;
}

.widget.woocommerce.widget_shopping_cart .buttons a:last-of-type {
  margin-right: 0;
}

.widget.th_image:before,
.widget.th_image:after {
  content: " ";
  display: table;
}

.widget.th_image:after {
  clear: both;
}

.widget.th_image img {
  width: 100%;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.widget.th_image img.align-center {
  margin: 0 auto;
}

.widget.th_image img.align-left {
  float: left;
}

.widget.th_image img.align-right {
  float: right;
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .widget.th_image img {
    width: 70%;
  }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .widget.th_image img {
    width: auto;
  }
}

/* Large devices (large desktops, 1200px and up) */

.widget.widget_text .textwidget img,
.widget.widget_text .textwidget select {
  max-width: 100%;
}

html.touch figure figcaption {
  max-height: 0;
  transition: max-height 0s ease 0.1s;
}

html.touch figure:hover figcaption {
  max-height: 100%;
}

figure {
  position: relative;
  overflow: hidden;
  height: auto;
  text-align: center;
  margin: 0 auto;
  z-index: 10;
}

figure a.wrapper-link {
  display: block;
  height: 100%;
  width: 100%;
  top: 50%;
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

figure a.wrapper-link .wrapper-link-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

figure img {
  position: relative;
  display: block;
  opacity: 1;
}

figure figcaption {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  padding: 0;
  color: #ffffff;
  font-size: 1.25em;
  backface-visibility: hidden;
  vertical-align: middle;
  z-index: 10;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  border: transparent solid 0px;
  background-clip: padding-box;
  width: 100%;
  height: 100%;
}

figure figcaption.disable-hover {
  background-color: transparent !important;
}

figure figcaption:before,
figure figcaption:after {
  pointer-events: none;
}

figure figcaption .hover-title,
figure figcaption .hover-info {
  display: none;
}

figure figcaption .actions {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: visible;
  padding-bottom: 1px;
}

figure figcaption .figcaption-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: visible;
  padding: 0 15%;
}

figure figcaption .figcaption-inner .actions {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  -ms-transform: none;
  transform: none;
  overflow: visible;
  padding-bottom: 1px;
  padding-top: 15px;
}

figure figcaption .figcaption-inner .hover-title {
  display: block;
  padding-bottom: 15px;
}

figure figcaption .figcaption-inner .hover-info {
  display: block;
  padding-bottom: 15px;
}

figure.with-hover-img figcaption {
  border: 0 none;
}

figure.hover-type-text figcaption .actions {
  text-transform: uppercase;
}

figure.hover-type-text figcaption .actions .action:last-of-type,
figure.hover-type-text figcaption .actions object:last-of-type {
  margin-right: 0;
}

figure.hover-type-text.filled figcaption .actions .action {
  border-color: white;
  background: white;
}

figure.hover-type-text.filled figcaption .actions .action:hover,
figure.hover-type-text.filled figcaption .actions .action:focus,
figure.hover-type-text.filled figcaption .actions .action:active {
  background-color: #1e1e1e;
}

figure.hover-type-icons figcaption .actions .action,
figure.hover-type-icons figcaption .actions object {
  display: inline-block;
  margin-right: 12px;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
}

figure.hover-type-icons figcaption .actions .action:last-of-type,
figure.hover-type-icons figcaption .actions .action:last-of-type .action,
figure.hover-type-icons figcaption .actions object:last-of-type,
figure.hover-type-icons figcaption .actions object:last-of-type .action {
  margin-right: 0;
}

figure.hover-type-icons figcaption .actions .action:after,
figure.hover-type-icons figcaption .actions .action .action:after,
figure.hover-type-icons figcaption .actions object:after,
figure.hover-type-icons figcaption .actions object .action:after {
  position: relative;
  top: 0;
  display: inline-block;
  border-radius: 28px;
  padding-top: 16px;
  width: 50px;
  height: 50px;
  background: white;
  font-family: 'hydrus';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-align: center;
  font-size: 19px;
  color: #1e1e1e;
  line-height: 1;
  transition: all 0.3s ease;
}

figure.hover-type-icons figcaption .actions .action .action:hover:after,
figure.hover-type-icons figcaption .actions .action .action:focus:after,
figure.hover-type-icons figcaption .actions .action .action:active:after,
figure.hover-type-icons figcaption .actions object .action:hover:after,
figure.hover-type-icons figcaption .actions object .action:focus:after,
figure.hover-type-icons figcaption .actions object .action:active:after {
  top: -5px;
  background: #1e1e1e;
  color: white;
}

figure.hover-type-icons figcaption .actions .action:hover:after,
figure.hover-type-icons figcaption .actions .action:focus:after,
figure.hover-type-icons figcaption .actions .action:active:after,
figure.hover-type-icons figcaption .actions object:hover:after,
figure.hover-type-icons figcaption .actions object:focus:after,
figure.hover-type-icons figcaption .actions object:active:after {
  top: -5px;
  background: #1e1e1e;
  color: white;
}

figure.hover-type-icons figcaption .actions .action.wc-thumbnail-navigation:after,
figure.hover-type-icons figcaption .actions .action.zoom:after,
figure.hover-type-icons figcaption .actions .action.woo-zoom:after,
figure.hover-type-icons figcaption .actions object.wc-thumbnail-navigation:after,
figure.hover-type-icons figcaption .actions object.zoom:after,
figure.hover-type-icons figcaption .actions object.woo-zoom:after {
  content: '\e657';
}

figure.hover-type-icons figcaption .actions .action.go:after,
figure.hover-type-icons figcaption .actions object.go:after {
  content: '\e63a';
}

figure.hover-type-icons figcaption .actions .action.play:after,
figure.hover-type-icons figcaption .actions object.play:after {
  content: '\e649';
  padding-left: 4px;
}

figure .hover-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: rgba(59, 165, 234, 0.85);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s ease 0.2s;
}

figure:hover .hover-overlay {
  transition: opacity 0.4s ease 0.1s;
}

/*----------------------------------*/

/*****  Hover Inner animations  *****/

/*----------------------------------*/

figure.hover-effect-fry figcaption .actions a,
figure.hover-effect-fry figcaption > .figcaption-inner .actions a,
figure.hover-effect-rotate-in figcaption .actions a,
figure.hover-effect-rotate-in figcaption > .figcaption-inner .actions a,
figure.hover-effect-zoom figcaption .actions a,
figure.hover-effect-zoom figcaption > .figcaption-inner .actions a,
figure.hover-follow-the-mouse figcaption .actions a,
figure.hover-follow-the-mouse figcaption > .figcaption-inner .actions a {
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
  opacity: 0;
}

figure.hover-effect-fry figcaption .title,
figure.hover-effect-fry figcaption .hover-title,
figure.hover-effect-fry figcaption > .figcaption-inner .title,
figure.hover-effect-fry figcaption > .figcaption-inner .hover-title,
figure.hover-effect-rotate-in figcaption .title,
figure.hover-effect-rotate-in figcaption .hover-title,
figure.hover-effect-rotate-in figcaption > .figcaption-inner .title,
figure.hover-effect-rotate-in figcaption > .figcaption-inner .hover-title,
figure.hover-effect-zoom figcaption .title,
figure.hover-effect-zoom figcaption .hover-title,
figure.hover-effect-zoom figcaption > .figcaption-inner .title,
figure.hover-effect-zoom figcaption > .figcaption-inner .hover-title,
figure.hover-follow-the-mouse figcaption .title,
figure.hover-follow-the-mouse figcaption .hover-title,
figure.hover-follow-the-mouse figcaption > .figcaption-inner .title,
figure.hover-follow-the-mouse figcaption > .figcaption-inner .hover-title {
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}

figure.hover-effect-fry figcaption .excerpt,
figure.hover-effect-fry figcaption .subtitle,
figure.hover-effect-fry figcaption .hover-info,
figure.hover-effect-fry figcaption > .figcaption-inner .excerpt,
figure.hover-effect-fry figcaption > .figcaption-inner .subtitle,
figure.hover-effect-fry figcaption > .figcaption-inner .hover-info,
figure.hover-effect-rotate-in figcaption .excerpt,
figure.hover-effect-rotate-in figcaption .subtitle,
figure.hover-effect-rotate-in figcaption .hover-info,
figure.hover-effect-rotate-in figcaption > .figcaption-inner .excerpt,
figure.hover-effect-rotate-in figcaption > .figcaption-inner .subtitle,
figure.hover-effect-rotate-in figcaption > .figcaption-inner .hover-info,
figure.hover-effect-zoom figcaption .excerpt,
figure.hover-effect-zoom figcaption .subtitle,
figure.hover-effect-zoom figcaption .hover-info,
figure.hover-effect-zoom figcaption > .figcaption-inner .excerpt,
figure.hover-effect-zoom figcaption > .figcaption-inner .subtitle,
figure.hover-effect-zoom figcaption > .figcaption-inner .hover-info,
figure.hover-follow-the-mouse figcaption .excerpt,
figure.hover-follow-the-mouse figcaption .subtitle,
figure.hover-follow-the-mouse figcaption .hover-info,
figure.hover-follow-the-mouse figcaption > .figcaption-inner .excerpt,
figure.hover-follow-the-mouse figcaption > .figcaption-inner .subtitle,
figure.hover-follow-the-mouse figcaption > .figcaption-inner .hover-info {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: ease-out;
}

figure.hover-effect-fry:hover figcaption .actions a,
figure.hover-effect-fry:hover figcaption .actions object,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions a,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions object,
figure.hover-effect-rotate-in:hover figcaption .actions a,
figure.hover-effect-rotate-in:hover figcaption .actions object,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions a,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions object,
figure.hover-effect-zoom:hover figcaption .actions a,
figure.hover-effect-zoom:hover figcaption .actions object,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions a,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions object,
figure.hover-follow-the-mouse:hover figcaption .actions a,
figure.hover-follow-the-mouse:hover figcaption .actions object,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions a,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions object {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -webkit-backface-visibility: hidden;
}

figure.hover-effect-fry:hover figcaption .actions a:nth-child(2),
figure.hover-effect-fry:hover figcaption .actions object:nth-child(2),
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions a:nth-child(2),
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions object:nth-child(2),
figure.hover-effect-rotate-in:hover figcaption .actions a:nth-child(2),
figure.hover-effect-rotate-in:hover figcaption .actions object:nth-child(2),
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions a:nth-child(2),
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions object:nth-child(2),
figure.hover-effect-zoom:hover figcaption .actions a:nth-child(2),
figure.hover-effect-zoom:hover figcaption .actions object:nth-child(2),
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions a:nth-child(2),
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions object:nth-child(2),
figure.hover-follow-the-mouse:hover figcaption .actions a:nth-child(2),
figure.hover-follow-the-mouse:hover figcaption .actions object:nth-child(2),
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions a:nth-child(2),
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions object:nth-child(2) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

figure.hover-effect-fry:hover figcaption .actions a:nth-child(2) .action,
figure.hover-effect-fry:hover figcaption .actions object:nth-child(2) .action,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions a:nth-child(2) .action,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions object:nth-child(2) .action,
figure.hover-effect-rotate-in:hover figcaption .actions a:nth-child(2) .action,
figure.hover-effect-rotate-in:hover figcaption .actions object:nth-child(2) .action,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions a:nth-child(2) .action,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions object:nth-child(2) .action,
figure.hover-effect-zoom:hover figcaption .actions a:nth-child(2) .action,
figure.hover-effect-zoom:hover figcaption .actions object:nth-child(2) .action,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions a:nth-child(2) .action,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions object:nth-child(2) .action,
figure.hover-follow-the-mouse:hover figcaption .actions a:nth-child(2) .action,
figure.hover-follow-the-mouse:hover figcaption .actions object:nth-child(2) .action,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions a:nth-child(2) .action,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions object:nth-child(2) .action {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

figure.hover-effect-fry:hover figcaption .actions a:nth-child(3),
figure.hover-effect-fry:hover figcaption .actions object:nth-child(3),
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions a:nth-child(3),
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions object:nth-child(3),
figure.hover-effect-rotate-in:hover figcaption .actions a:nth-child(3),
figure.hover-effect-rotate-in:hover figcaption .actions object:nth-child(3),
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions a:nth-child(3),
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions object:nth-child(3),
figure.hover-effect-zoom:hover figcaption .actions a:nth-child(3),
figure.hover-effect-zoom:hover figcaption .actions object:nth-child(3),
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions a:nth-child(3),
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions object:nth-child(3),
figure.hover-follow-the-mouse:hover figcaption .actions a:nth-child(3),
figure.hover-follow-the-mouse:hover figcaption .actions object:nth-child(3),
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions a:nth-child(3),
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions object:nth-child(3) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

figure.hover-effect-fry:hover figcaption .actions a:nth-child(3) .action,
figure.hover-effect-fry:hover figcaption .actions object:nth-child(3) .action,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions a:nth-child(3) .action,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions object:nth-child(3) .action,
figure.hover-effect-rotate-in:hover figcaption .actions a:nth-child(3) .action,
figure.hover-effect-rotate-in:hover figcaption .actions object:nth-child(3) .action,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions a:nth-child(3) .action,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions object:nth-child(3) .action,
figure.hover-effect-zoom:hover figcaption .actions a:nth-child(3) .action,
figure.hover-effect-zoom:hover figcaption .actions object:nth-child(3) .action,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions a:nth-child(3) .action,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions object:nth-child(3) .action,
figure.hover-follow-the-mouse:hover figcaption .actions a:nth-child(3) .action,
figure.hover-follow-the-mouse:hover figcaption .actions object:nth-child(3) .action,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions a:nth-child(3) .action,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions object:nth-child(3) .action {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

figure.hover-effect-fry:hover figcaption .actions a:nth-child(4),
figure.hover-effect-fry:hover figcaption .actions object:nth-child(4),
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions a:nth-child(4),
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions object:nth-child(4),
figure.hover-effect-rotate-in:hover figcaption .actions a:nth-child(4),
figure.hover-effect-rotate-in:hover figcaption .actions object:nth-child(4),
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions a:nth-child(4),
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions object:nth-child(4),
figure.hover-effect-zoom:hover figcaption .actions a:nth-child(4),
figure.hover-effect-zoom:hover figcaption .actions object:nth-child(4),
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions a:nth-child(4),
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions object:nth-child(4),
figure.hover-follow-the-mouse:hover figcaption .actions a:nth-child(4),
figure.hover-follow-the-mouse:hover figcaption .actions object:nth-child(4),
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions a:nth-child(4),
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions object:nth-child(4) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

figure.hover-effect-fry:hover figcaption .actions a:nth-child(4) .action,
figure.hover-effect-fry:hover figcaption .actions object:nth-child(4) .action,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions a:nth-child(4) .action,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions object:nth-child(4) .action,
figure.hover-effect-rotate-in:hover figcaption .actions a:nth-child(4) .action,
figure.hover-effect-rotate-in:hover figcaption .actions object:nth-child(4) .action,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions a:nth-child(4) .action,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions object:nth-child(4) .action,
figure.hover-effect-zoom:hover figcaption .actions a:nth-child(4) .action,
figure.hover-effect-zoom:hover figcaption .actions object:nth-child(4) .action,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions a:nth-child(4) .action,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions object:nth-child(4) .action,
figure.hover-follow-the-mouse:hover figcaption .actions a:nth-child(4) .action,
figure.hover-follow-the-mouse:hover figcaption .actions object:nth-child(4) .action,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions a:nth-child(4) .action,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions object:nth-child(4) .action {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

figure.hover-effect-fry:hover figcaption .actions a:nth-child(5),
figure.hover-effect-fry:hover figcaption .actions object:nth-child(5),
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions a:nth-child(5),
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions object:nth-child(5),
figure.hover-effect-rotate-in:hover figcaption .actions a:nth-child(5),
figure.hover-effect-rotate-in:hover figcaption .actions object:nth-child(5),
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions a:nth-child(5),
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions object:nth-child(5),
figure.hover-effect-zoom:hover figcaption .actions a:nth-child(5),
figure.hover-effect-zoom:hover figcaption .actions object:nth-child(5),
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions a:nth-child(5),
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions object:nth-child(5),
figure.hover-follow-the-mouse:hover figcaption .actions a:nth-child(5),
figure.hover-follow-the-mouse:hover figcaption .actions object:nth-child(5),
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions a:nth-child(5),
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions object:nth-child(5) {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}

figure.hover-effect-fry:hover figcaption .actions a:nth-child(5) .action,
figure.hover-effect-fry:hover figcaption .actions object:nth-child(5) .action,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions a:nth-child(5) .action,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions object:nth-child(5) .action,
figure.hover-effect-rotate-in:hover figcaption .actions a:nth-child(5) .action,
figure.hover-effect-rotate-in:hover figcaption .actions object:nth-child(5) .action,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions a:nth-child(5) .action,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions object:nth-child(5) .action,
figure.hover-effect-zoom:hover figcaption .actions a:nth-child(5) .action,
figure.hover-effect-zoom:hover figcaption .actions object:nth-child(5) .action,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions a:nth-child(5) .action,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions object:nth-child(5) .action,
figure.hover-follow-the-mouse:hover figcaption .actions a:nth-child(5) .action,
figure.hover-follow-the-mouse:hover figcaption .actions object:nth-child(5) .action,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions a:nth-child(5) .action,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions object:nth-child(5) .action {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}

figure.hover-effect-fry:hover figcaption .actions a:nth-child(6),
figure.hover-effect-fry:hover figcaption .actions object:nth-child(6),
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions a:nth-child(6),
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions object:nth-child(6),
figure.hover-effect-rotate-in:hover figcaption .actions a:nth-child(6),
figure.hover-effect-rotate-in:hover figcaption .actions object:nth-child(6),
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions a:nth-child(6),
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions object:nth-child(6),
figure.hover-effect-zoom:hover figcaption .actions a:nth-child(6),
figure.hover-effect-zoom:hover figcaption .actions object:nth-child(6),
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions a:nth-child(6),
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions object:nth-child(6),
figure.hover-follow-the-mouse:hover figcaption .actions a:nth-child(6),
figure.hover-follow-the-mouse:hover figcaption .actions object:nth-child(6),
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions a:nth-child(6),
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions object:nth-child(6) {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

figure.hover-effect-fry:hover figcaption .actions a:nth-child(6) .action,
figure.hover-effect-fry:hover figcaption .actions object:nth-child(6) .action,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions a:nth-child(6) .action,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions object:nth-child(6) .action,
figure.hover-effect-rotate-in:hover figcaption .actions a:nth-child(6) .action,
figure.hover-effect-rotate-in:hover figcaption .actions object:nth-child(6) .action,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions a:nth-child(6) .action,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions object:nth-child(6) .action,
figure.hover-effect-zoom:hover figcaption .actions a:nth-child(6) .action,
figure.hover-effect-zoom:hover figcaption .actions object:nth-child(6) .action,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions a:nth-child(6) .action,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions object:nth-child(6) .action,
figure.hover-follow-the-mouse:hover figcaption .actions a:nth-child(6) .action,
figure.hover-follow-the-mouse:hover figcaption .actions object:nth-child(6) .action,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions a:nth-child(6) .action,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions object:nth-child(6) .action {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}

figure.hover-effect-fry:hover figcaption .actions a:nth-child(7),
figure.hover-effect-fry:hover figcaption .actions object:nth-child(7),
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions a:nth-child(7),
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions object:nth-child(7),
figure.hover-effect-rotate-in:hover figcaption .actions a:nth-child(7),
figure.hover-effect-rotate-in:hover figcaption .actions object:nth-child(7),
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions a:nth-child(7),
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions object:nth-child(7),
figure.hover-effect-zoom:hover figcaption .actions a:nth-child(7),
figure.hover-effect-zoom:hover figcaption .actions object:nth-child(7),
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions a:nth-child(7),
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions object:nth-child(7),
figure.hover-follow-the-mouse:hover figcaption .actions a:nth-child(7),
figure.hover-follow-the-mouse:hover figcaption .actions object:nth-child(7),
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions a:nth-child(7),
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions object:nth-child(7) {
  animation-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
}

figure.hover-effect-fry:hover figcaption .actions a:nth-child(7) .action,
figure.hover-effect-fry:hover figcaption .actions object:nth-child(7) .action,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions a:nth-child(7) .action,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions object:nth-child(7) .action,
figure.hover-effect-rotate-in:hover figcaption .actions a:nth-child(7) .action,
figure.hover-effect-rotate-in:hover figcaption .actions object:nth-child(7) .action,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions a:nth-child(7) .action,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions object:nth-child(7) .action,
figure.hover-effect-zoom:hover figcaption .actions a:nth-child(7) .action,
figure.hover-effect-zoom:hover figcaption .actions object:nth-child(7) .action,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions a:nth-child(7) .action,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions object:nth-child(7) .action,
figure.hover-follow-the-mouse:hover figcaption .actions a:nth-child(7) .action,
figure.hover-follow-the-mouse:hover figcaption .actions object:nth-child(7) .action,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions a:nth-child(7) .action,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions object:nth-child(7) .action {
  animation-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
}

figure.hover-effect-fry:hover figcaption .actions a:nth-child(8),
figure.hover-effect-fry:hover figcaption .actions object:nth-child(8),
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions a:nth-child(8),
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions object:nth-child(8),
figure.hover-effect-rotate-in:hover figcaption .actions a:nth-child(8),
figure.hover-effect-rotate-in:hover figcaption .actions object:nth-child(8),
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions a:nth-child(8),
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions object:nth-child(8),
figure.hover-effect-zoom:hover figcaption .actions a:nth-child(8),
figure.hover-effect-zoom:hover figcaption .actions object:nth-child(8),
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions a:nth-child(8),
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions object:nth-child(8),
figure.hover-follow-the-mouse:hover figcaption .actions a:nth-child(8),
figure.hover-follow-the-mouse:hover figcaption .actions object:nth-child(8),
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions a:nth-child(8),
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions object:nth-child(8) {
  animation-delay: 2.8s;
  -webkit-animation-delay: 2.8s;
}

figure.hover-effect-fry:hover figcaption .actions a:nth-child(8) .action,
figure.hover-effect-fry:hover figcaption .actions object:nth-child(8) .action,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions a:nth-child(8) .action,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions object:nth-child(8) .action,
figure.hover-effect-rotate-in:hover figcaption .actions a:nth-child(8) .action,
figure.hover-effect-rotate-in:hover figcaption .actions object:nth-child(8) .action,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions a:nth-child(8) .action,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions object:nth-child(8) .action,
figure.hover-effect-zoom:hover figcaption .actions a:nth-child(8) .action,
figure.hover-effect-zoom:hover figcaption .actions object:nth-child(8) .action,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions a:nth-child(8) .action,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions object:nth-child(8) .action,
figure.hover-follow-the-mouse:hover figcaption .actions a:nth-child(8) .action,
figure.hover-follow-the-mouse:hover figcaption .actions object:nth-child(8) .action,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions a:nth-child(8) .action,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions object:nth-child(8) .action {
  animation-delay: 2.8s;
  -webkit-animation-delay: 2.8s;
}

figure.hover-effect-fry:hover figcaption .actions a:nth-child(9),
figure.hover-effect-fry:hover figcaption .actions object:nth-child(9),
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions a:nth-child(9),
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions object:nth-child(9),
figure.hover-effect-rotate-in:hover figcaption .actions a:nth-child(9),
figure.hover-effect-rotate-in:hover figcaption .actions object:nth-child(9),
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions a:nth-child(9),
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions object:nth-child(9),
figure.hover-effect-zoom:hover figcaption .actions a:nth-child(9),
figure.hover-effect-zoom:hover figcaption .actions object:nth-child(9),
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions a:nth-child(9),
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions object:nth-child(9),
figure.hover-follow-the-mouse:hover figcaption .actions a:nth-child(9),
figure.hover-follow-the-mouse:hover figcaption .actions object:nth-child(9),
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions a:nth-child(9),
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions object:nth-child(9) {
  animation-delay: 3.2s;
  -webkit-animation-delay: 3.2s;
}

figure.hover-effect-fry:hover figcaption .actions a:nth-child(9) .action,
figure.hover-effect-fry:hover figcaption .actions object:nth-child(9) .action,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions a:nth-child(9) .action,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .actions object:nth-child(9) .action,
figure.hover-effect-rotate-in:hover figcaption .actions a:nth-child(9) .action,
figure.hover-effect-rotate-in:hover figcaption .actions object:nth-child(9) .action,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions a:nth-child(9) .action,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .actions object:nth-child(9) .action,
figure.hover-effect-zoom:hover figcaption .actions a:nth-child(9) .action,
figure.hover-effect-zoom:hover figcaption .actions object:nth-child(9) .action,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions a:nth-child(9) .action,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .actions object:nth-child(9) .action,
figure.hover-follow-the-mouse:hover figcaption .actions a:nth-child(9) .action,
figure.hover-follow-the-mouse:hover figcaption .actions object:nth-child(9) .action,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions a:nth-child(9) .action,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .actions object:nth-child(9) .action {
  animation-delay: 3.2s;
  -webkit-animation-delay: 3.2s;
}

figure.hover-effect-fry:hover figcaption .title,
figure.hover-effect-fry:hover figcaption .hover-title,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .title,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .hover-title,
figure.hover-effect-rotate-in:hover figcaption .title,
figure.hover-effect-rotate-in:hover figcaption .hover-title,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .title,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .hover-title,
figure.hover-effect-zoom:hover figcaption .title,
figure.hover-effect-zoom:hover figcaption .hover-title,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .title,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .hover-title,
figure.hover-follow-the-mouse:hover figcaption .title,
figure.hover-follow-the-mouse:hover figcaption .hover-title,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .title,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .hover-title {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -webkit-backface-visibility: hidden;
}

figure.hover-effect-fry:hover figcaption .excerpt,
figure.hover-effect-fry:hover figcaption .subtitle,
figure.hover-effect-fry:hover figcaption .hover-info,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .excerpt,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .subtitle,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .hover-info,
figure.hover-effect-rotate-in:hover figcaption .excerpt,
figure.hover-effect-rotate-in:hover figcaption .subtitle,
figure.hover-effect-rotate-in:hover figcaption .hover-info,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .excerpt,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .subtitle,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .hover-info,
figure.hover-effect-zoom:hover figcaption .excerpt,
figure.hover-effect-zoom:hover figcaption .subtitle,
figure.hover-effect-zoom:hover figcaption .hover-info,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .excerpt,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .subtitle,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .hover-info,
figure.hover-follow-the-mouse:hover figcaption .excerpt,
figure.hover-follow-the-mouse:hover figcaption .subtitle,
figure.hover-follow-the-mouse:hover figcaption .hover-info,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .excerpt,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .subtitle,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .hover-info {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  position: relative;
  animation-timing-function: ease-out;
  -webkit-backface-visibility: hidden;
}

figure.hover-effect-fry:hover figcaption .subtitle,
figure.hover-effect-fry:hover figcaption .hover-info,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .subtitle,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .hover-info,
figure.hover-effect-rotate-in:hover figcaption .subtitle,
figure.hover-effect-rotate-in:hover figcaption .hover-info,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .subtitle,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .hover-info,
figure.hover-effect-zoom:hover figcaption .subtitle,
figure.hover-effect-zoom:hover figcaption .hover-info,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .subtitle,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .hover-info,
figure.hover-follow-the-mouse:hover figcaption .subtitle,
figure.hover-follow-the-mouse:hover figcaption .hover-info,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .subtitle,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .hover-info {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

figure.hover-effect-fry:hover figcaption .excerpt,
figure.hover-effect-fry:hover figcaption > .figcaption-inner .excerpt,
figure.hover-effect-rotate-in:hover figcaption .excerpt,
figure.hover-effect-rotate-in:hover figcaption > .figcaption-inner .excerpt,
figure.hover-effect-zoom:hover figcaption .excerpt,
figure.hover-effect-zoom:hover figcaption > .figcaption-inner .excerpt,
figure.hover-follow-the-mouse:hover figcaption .excerpt,
figure.hover-follow-the-mouse:hover figcaption > .figcaption-inner .excerpt {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

/*---------------*/

/*****  Fry  *****/

/*---------------*/

figure.hover-effect-fry figcaption {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.4s ease;
  background-color: rgba(59, 165, 234, 0.85);
}

figure.hover-effect-fry:hover figcaption {
  opacity: 1;
}

/* Small devices (phones and tablets, 991px and down) */

@media (max-width: 991px) {
  body:not(.hydrus_force-hovers-enabled) figure.hover-effect-fry figcaption,
  body:not(.hydrus_force-hovers-enabled) figure.hover-effect-rotate-in figcaption,
  body:not(.hydrus_force-hovers-enabled) figure.hover-effect-zoom figcaption,
  body:not(.hydrus_force-hovers-enabled) figure.hover-follow-the-mouse figcaption,
  body:not(.hydrus_force-hovers-enabled) figure.hover-effect-framing figcaption,
  body:not(.hydrus_force-hovers-enabled) figure.hover-effect-read-more figcaption {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.3s ease;
    background-color: rgba(59, 165, 234, 0.85);
  }

  body:not(.hydrus_force-hovers-enabled) figure.hover-effect-fry:hover figcaption,
  body:not(.hydrus_force-hovers-enabled) figure.hover-effect-rotate-in:hover figcaption,
  body:not(.hydrus_force-hovers-enabled) figure.hover-effect-zoom:hover figcaption,
  body:not(.hydrus_force-hovers-enabled) figure.hover-follow-the-mouse:hover figcaption,
  body:not(.hydrus_force-hovers-enabled) figure.hover-effect-framing:hover figcaption,
  body:not(.hydrus_force-hovers-enabled) figure.hover-effect-read-more:hover figcaption {
    opacity: 1;
  }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  /*---------------------*/

  /*****  Rotate In  *****/

  /*---------------------*/

  figure.hover-effect-rotate-in img {
    transition: 0.5s ease;
  }

  figure.hover-effect-rotate-in figcaption {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.4s ease;
    background-color: rgba(59, 165, 234, 0.85);
  }

  figure.hover-effect-rotate-in:hover img {
    -ms-transform: scale(1.4) rotate(-12deg);
    transform: scale(1.4) rotate(-12deg);
  }

  figure.hover-effect-rotate-in:hover figcaption {
    opacity: 1;
  }

  /*----------------*/

  /*****  Zoom  *****/

  /*----------------*/

  figure.hover-effect-zoom img {
    transition: 0.7s ease;
  }

  figure.hover-effect-zoom figcaption {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.3s ease;
    background-color: rgba(59, 165, 234, 0.85);
  }

  figure.hover-effect-zoom:hover img {
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  figure.hover-effect-zoom:hover figcaption {
    opacity: 1;
  }

  /*----------------------------*/

  /*****  Follow the mouse  *****/

  /*----------------------------*/

  figure.hover-follow-the-mouse figcaption {
    position: absolute;
    left: 101%;
    width: 100%;
    height: 100%;
    background-color: rgba(59, 165, 234, 0.85);
  }

  figure.hover-follow-the-mouse figcaption .actions {
    display: block;
  }

  /*-------------------*/

  /*****  Framing  *****/

  /*-------------------*/

  figure.hover-effect-framing .hover-overlay {
    display: block;
  }

  figure.hover-effect-framing .inner-content {
    z-index: 11;
    transition: top 0.4s ease;
  }

  figure.hover-effect-framing figcaption {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 12;
    transition: opacity 0.3s ease;
  }

  figure.hover-effect-framing figcaption .hover-frame {
    content: '';
    position: absolute;
    top: 7%;
    right: 5%;
    bottom: 7%;
    left: 5%;
    border: solid 1px #ffffff;
    transition: transform 0.4s ease;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  figure.hover-effect-framing figcaption .hover-info {
    display: block;
    position: relative;
    top: 50%;
    margin: 0 auto;
    max-width: 70%;
    transition: transform 0.4s ease;
    -ms-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
  }

  figure.hover-effect-framing figcaption .hover-info span {
    display: block;
  }

  figure.hover-effect-framing figcaption .actions {
    transition: transform 0.4s ease;
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }

  figure.hover-effect-framing figcaption .actions .action {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  figure.hover-effect-framing:hover .hover-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    border: transparent solid 0px;
    background-clip: padding-box;
  }

  figure.hover-effect-framing:hover figcaption {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  figure.hover-effect-framing:hover figcaption .hover-frame {
    -ms-transform: scale(1);
    transform: scale(1);
  }

  figure.hover-effect-framing:hover figcaption .hover-info {
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
  }

  figure.hover-effect-framing:hover figcaption .actions {
    -ms-transform: scale(1);
    transform: scale(1);
  }

  figure.hover-effect-framing.with-hover-img:hover .hover-overlay {
    border: 0 none;
  }

  /*---------------------*/

  /*****  Read More  *****/

  /*---------------------*/

  figure.hover-effect-read-more .hover-overlay {
    display: block;
    border: transparent solid 0px;
    background-clip: padding-box;
    bottom: 0;
    height: 100%;
  }

  figure.hover-effect-read-more figcaption {
    z-index: 12;
    top: auto;
    bottom: -64px;
    height: 64px;
    background: #f7f7f7;
    transition: bottom 0.4s ease;
    overflow: visible;
    border: 0 none;
    left: 0px;
    width: calc(100% - 0px);
  }

  figure.hover-effect-read-more figcaption .hover-title {
    display: block;
    float: left;
    margin-left: 20px;
    line-height: 64px;
    font-weight: bold;
    font-size: 18px;
  }

  figure.hover-effect-read-more figcaption .hover-info {
    display: block;
    position: absolute;
    margin: 0 15%;
    max-width: 70%;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.45s ease;
    bottom: 100%;
  }

  figure.hover-effect-read-more figcaption .hover-info span {
    display: table-cell;
    vertical-align: middle;
  }

  figure.hover-effect-read-more figcaption .actions {
    position: absolute;
    top: 0;
    left: auto;
    right: 20px;
    -ms-transform: none;
    transform: none;
  }

  figure.hover-effect-read-more figcaption .actions .action,
  figure.hover-effect-read-more figcaption .actions object {
    display: inline;
    margin-right: 0;
  }

  figure.hover-effect-read-more figcaption .actions .action:after,
  figure.hover-effect-read-more figcaption .actions .action .action:after,
  figure.hover-effect-read-more figcaption .actions object:after,
  figure.hover-effect-read-more figcaption .actions object .action:after {
    bottom: -20px;
    transition: bottom 0s ease 0s;
    padding: 0;
    width: 32px;
    line-height: 64px;
  }

  figure.hover-effect-read-more.hover-type-icons figcaption .actions .action:after,
  figure.hover-effect-read-more.hover-type-icons figcaption .actions .action:hover:after {
    top: auto;
    border: none !important;
    background: transparent !important;
  }

  figure.hover-effect-read-more.hover-type-icons figcaption .actions .action:hover:after {
    color: #53abe4;
  }

  figure.hover-effect-read-more.hover-type-text figcaption .actions {
    top: 20px;
  }

  figure.hover-effect-read-more:hover .hover-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  figure.hover-effect-read-more:hover figcaption {
    bottom: 0px;
  }

  figure.hover-effect-read-more:hover figcaption .hover-info {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  figure.hover-effect-read-more:hover figcaption .actions .action:last-of-type:after,
  figure.hover-effect-read-more:hover figcaption .actions .action:last-of-type .action:after,
  figure.hover-effect-read-more:hover figcaption .actions object:last-of-type:after,
  figure.hover-effect-read-more:hover figcaption .actions object:last-of-type .action:after {
    transition-delay: 0.35s;
  }

  figure.hover-effect-read-more:hover figcaption .actions .action:after,
  figure.hover-effect-read-more:hover figcaption .actions .action .action:after,
  figure.hover-effect-read-more:hover figcaption .actions object:after,
  figure.hover-effect-read-more:hover figcaption .actions object .action:after {
    bottom: 0;
    transition-duration: 0.25s;
    transition-delay: 0.2s;
  }

  figure.hover-effect-read-more.with-hover-img .hover-overlay {
    height: 100%;
    border: 0 none;
  }

  figure.hover-effect-read-more.with-hover-img figcaption {
    left: 0;
    width: 100%;
  }

  figure.hover-effect-read-more.with-hover-img:hover figcaption {
    bottom: 0;
  }
}

body.hydrus_force-hovers-enabled {
  /*---------------------*/
  /*****  Rotate In  *****/
  /*---------------------*/
  /*----------------*/
  /*****  Zoom  *****/
  /*----------------*/
  /*----------------------------*/
  /*****  Follow the mouse  *****/
  /*----------------------------*/
  /*-------------------*/
  /*****  Framing  *****/
  /*-------------------*/
  /*---------------------*/
  /*****  Read More  *****/
  /*---------------------*/
}

body.hydrus_force-hovers-enabled figure.hover-effect-rotate-in img {
  transition: 0.5s ease;
}

body.hydrus_force-hovers-enabled figure.hover-effect-rotate-in figcaption {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.4s ease;
  background-color: rgba(59, 165, 234, 0.85);
}

body.hydrus_force-hovers-enabled figure.hover-effect-rotate-in:hover img {
  -ms-transform: scale(1.4) rotate(-12deg);
  transform: scale(1.4) rotate(-12deg);
}

body.hydrus_force-hovers-enabled figure.hover-effect-rotate-in:hover figcaption {
  opacity: 1;
}

body.hydrus_force-hovers-enabled figure.hover-effect-zoom img {
  transition: 0.7s ease;
}

body.hydrus_force-hovers-enabled figure.hover-effect-zoom figcaption {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s ease;
  background-color: rgba(59, 165, 234, 0.85);
}

body.hydrus_force-hovers-enabled figure.hover-effect-zoom:hover img {
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

body.hydrus_force-hovers-enabled figure.hover-effect-zoom:hover figcaption {
  opacity: 1;
}

body.hydrus_force-hovers-enabled figure.hover-follow-the-mouse figcaption {
  position: absolute;
  left: 101%;
  width: 100%;
  height: 100%;
  background-color: rgba(59, 165, 234, 0.85);
}

body.hydrus_force-hovers-enabled figure.hover-follow-the-mouse figcaption .actions {
  display: block;
}

body.hydrus_force-hovers-enabled figure.hover-effect-framing .hover-overlay {
  display: block;
}

body.hydrus_force-hovers-enabled figure.hover-effect-framing .inner-content {
  z-index: 11;
  transition: top 0.4s ease;
}

body.hydrus_force-hovers-enabled figure.hover-effect-framing figcaption {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 12;
  transition: opacity 0.3s ease;
}

body.hydrus_force-hovers-enabled figure.hover-effect-framing figcaption .hover-frame {
  content: '';
  position: absolute;
  top: 7%;
  right: 5%;
  bottom: 7%;
  left: 5%;
  border: solid 1px #ffffff;
  transition: transform 0.4s ease;
  -ms-transform: scale(0);
  transform: scale(0);
}

body.hydrus_force-hovers-enabled figure.hover-effect-framing figcaption .hover-info {
  display: block;
  position: relative;
  top: 50%;
  margin: 0 auto;
  max-width: 70%;
  transition: transform 0.4s ease;
  -ms-transform: scale(0) translateY(-50%);
  transform: scale(0) translateY(-50%);
}

body.hydrus_force-hovers-enabled figure.hover-effect-framing figcaption .hover-info span {
  display: block;
}

body.hydrus_force-hovers-enabled figure.hover-effect-framing figcaption .actions {
  transition: transform 0.4s ease;
  -ms-transform: scale(0);
  transform: scale(0);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

body.hydrus_force-hovers-enabled figure.hover-effect-framing figcaption .actions .action {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.hydrus_force-hovers-enabled figure.hover-effect-framing:hover .hover-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

body.hydrus_force-hovers-enabled figure.hover-effect-framing:hover figcaption {
  opacity: 1;
  filter: alpha(opacity=100);
}

body.hydrus_force-hovers-enabled figure.hover-effect-framing:hover figcaption .hover-frame {
  -ms-transform: scale(1);
  transform: scale(1);
}

body.hydrus_force-hovers-enabled figure.hover-effect-framing:hover figcaption .hover-info {
  -ms-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}

body.hydrus_force-hovers-enabled figure.hover-effect-framing:hover figcaption .actions {
  -ms-transform: scale(1);
  transform: scale(1);
}

body.hydrus_force-hovers-enabled figure.hover-effect-read-more .hover-overlay {
  display: block;
}

body.hydrus_force-hovers-enabled figure.hover-effect-read-more figcaption {
  z-index: 12;
  top: auto;
  bottom: -64px;
  height: 64px;
  background: #f7f7f7;
  transition: bottom 0.4s ease;
  overflow: visible;
}

body.hydrus_force-hovers-enabled figure.hover-effect-read-more figcaption .hover-title {
  display: block;
  float: left;
  margin-left: 20px;
  line-height: 64px;
  font-weight: bold;
  font-size: 18px;
}

body.hydrus_force-hovers-enabled figure.hover-effect-read-more figcaption .hover-info {
  display: block;
  position: absolute;
  margin: 0 15%;
  max-width: 70%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.45s ease;
  bottom: 100%;
}

body.hydrus_force-hovers-enabled figure.hover-effect-read-more figcaption .hover-info span {
  display: table-cell;
  vertical-align: middle;
}

body.hydrus_force-hovers-enabled figure.hover-effect-read-more figcaption .actions {
  position: absolute;
  top: 0;
  left: auto;
  right: 20px;
  -ms-transform: none;
  transform: none;
}

body.hydrus_force-hovers-enabled figure.hover-effect-read-more figcaption .actions .action {
  display: inline;
  margin-right: 0;
}

body.hydrus_force-hovers-enabled figure.hover-effect-read-more figcaption .actions .action:after {
  bottom: -20px;
  transition: bottom 0s ease 0s;
  padding: 0;
  width: 32px;
  line-height: 64px;
}

body.hydrus_force-hovers-enabled figure.hover-effect-read-more.hover-type-icons figcaption .actions .action:after,
body.hydrus_force-hovers-enabled figure.hover-effect-read-more.hover-type-icons figcaption .actions .action:hover:after {
  top: auto;
  border: none !important;
  background: transparent !important;
}

body.hydrus_force-hovers-enabled figure.hover-effect-read-more.hover-type-icons figcaption .actions .action:hover:after {
  color: #53abe4;
}

body.hydrus_force-hovers-enabled figure.hover-effect-read-more.hover-type-text figcaption .actions {
  top: 20px;
}

body.hydrus_force-hovers-enabled figure.hover-effect-read-more:hover .hover-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

body.hydrus_force-hovers-enabled figure.hover-effect-read-more:hover figcaption {
  bottom: 0;
}

body.hydrus_force-hovers-enabled figure.hover-effect-read-more:hover figcaption .hover-info {
  opacity: 1;
  filter: alpha(opacity=100);
}

body.hydrus_force-hovers-enabled figure.hover-effect-read-more:hover figcaption .actions .action:last-of-type:after {
  transition-delay: 0.35s;
}

body.hydrus_force-hovers-enabled figure.hover-effect-read-more:hover figcaption .actions .action:after {
  bottom: 0;
  transition-duration: 0.25s;
  transition-delay: 0.2s;
}

/*-------------------------------------------*/

/* Hydrus hover effects                     */

/*-------------------------------------------*/

@keyframes fromHighlightToBody {
  1% {
    background-color: #ffffff;
  }

  99% {
    background-color: #53abe4;
  }
}

/*-------------------------------------------*/

/* Hover effects ideas by Mary Lou (Codrops) */

/*-------------------------------------------*/

.toTopFromBottom:hover {
  animation: toTopFromBottom 0.3s forwards;
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}

.toRightFromLeft:hover i {
  animation: toRightFromLeft 0.3s forwards;
}

@keyframes toRightFromLeft {
  49% {
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  50% {
    opacity: 0;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  51% {
    opacity: 1;
  }
}

.toLeftFromRight:hover i {
  animation: toLeftFromRight 0.3s forwards;
}

@keyframes toLeftFromRight {
  49% {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  50% {
    opacity: 0;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }

  51% {
    opacity: 1;
  }
}

@keyframes toRightFromLeftTranslateCentered {
  0% {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  49% {
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    opacity: 0;
  }

  50% {
    opacity: 1;
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }

  99% {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.toRightFromLeftVcenter:hover i {
  animation: toRightFromLeftVcenter 0.3s forwards;
}

@keyframes toRightFromLeftVcenter {
  49% {
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }

  50% {
    opacity: 0;
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }

  51% {
    opacity: 1;
  }
}

.toLeftFromRightVcenter:hover i {
  animation: toLeftFromRightVcenter 0.3s forwards;
}

@keyframes toLeftFromRightVcenter {
  49% {
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }

  50% {
    opacity: 0;
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }

  51% {
    opacity: 1;
  }
}

/*-----------------------------------------------*/

/* End Hover effects ideas by Mary Lou (Codrops) */

/*-----------------------------------------------*/

.th-separator {
  margin: 0 auto;
}

.team-members-wrapper {
  margin-left: 0px;
  margin-right: 0px;
}

.team-members-wrapper .team-member-element {
  margin-bottom: 60px;
}

.team-members-wrapper .team-member-element figure {
  margin-bottom: 36px;
  text-align: center;
}

.team-members-wrapper .team-member-element figure img {
  margin: 0 auto;
}

.team-members-wrapper .team-member-element .name {
  text-align: center;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.team-members-wrapper .team-member-element .line {
  font-family: "Lato";
  text-align: center;
  font-size: 13px;
  font-style: italic;
  color: #838383;
  letter-spacing: 0.5px;
  margin-bottom: 35px;
}

.team-members-wrapper .team-member-element .comment {
  font-family: "Lato";
  text-align: center;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 0 20px;
  font-size: 13px;
}

.team-members-wrapper .team-member-element .competencies {
  margin-top: 58px;
  text-align: center;
}

.team-members-wrapper .team-member-element .competencies h4 {
  font-size: 16px;
  font-weight: 600;
}

.team-members-wrapper .team-member-element .competencies .competency-name {
  font-size: 13px;
  letter-spacing: 1px;
  color: #838383;
  font-family: "Lato";
}

.team-members-wrapper .team-member-element .competencies .mobile-competencies {
  marin-bottom: 15px;
}

.team-members-wrapper .team-member-element .competencies .mobile-competencies .mobile-competence {
  margin-bottom: 15px;
  display: inline-block;
  width: 105px;
  margin-top: 15px;
}

.team-members-wrapper .team-member-element .competencies .mobile-competencies .mobile-competence .competence-value {
  font-weight: 600;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .team-members-wrapper .team-member-element .competencies .mobile-competencies .mobile-competence {
    margin-bottom: 15px;
    display: inline-block;
    width: 80px;
    margin-top: 15px;
  }

  .team-members-wrapper .team-member-element .competencies .mobile-competencies .mobile-competence .competence-value {
    font-weight: 600;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

/* Medium devices (desktops, 992px and up) */

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .navbar-left .team-members-wrapper,
  .navbar-right .team-members-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1400px) {
  .navbar-left .team-members-wrapper,
  .navbar-right .team-members-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.og-grid {
  list-style: none;
  padding: 50px 0 80px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  position: relative;
}

.og-grid > li {
  display: inline-block;
  margin: 34px 7px 0 7px;
  vertical-align: top;
}

.og-grid > li > a {
  border: none;
  outline: none;
  display: block;
  position: relative;
}

.og-grid > li > a img {
  border: none;
  outline: none;
  display: block;
  position: relative;
}

.og-grid > li.og-expanded > a::after {
  top: auto;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #53abe4;
  border-width: 21px;
  left: 50%;
  margin: 23px 0px 0px -21px;
}

.og-expander {
  position: absolute;
  background: #f7f7f7;
  top: auto;
  left: 0;
  width: 100%;
  margin-top: 65px;
  text-align: left;
  height: 0;
  overflow: hidden;
}

.og-expander-inner {
  padding: 50px 30px;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.og-expander-inner:before,
.og-expander-inner:after {
  content: " ";
  display: table;
}

.og-expander-inner:after {
  clear: both;
}

.og-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.og-close::before {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #838383;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.og-close::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #838383;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
  background: #2a2a2a;
}

.og-fullimg {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.og-fullimg img {
  max-width: none !important;
}

.og-details {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 60%;
  padding: 0 40px 0 20px;
}

.og-fullimg {
  width: 40%;
  text-align: center;
}

.og-fullimg figure {
  position: relative;
  width: 215px;
  height: 215px;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.og-fullimg figure .th-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 54px;
  height: 54px;
  padding-top: 16px;
  font-size: 21px;
  color: #3ba5ea;
  text-align: center;
  background: #53abe4;
}

.og-fullimg img {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  height: 100%;
  width: auto;
  border: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.og-details h3 {
  font-weight: normal;
  font-size: 45px;
  padding: 0 0 10px;
  margin: 0;
}

.og-details h3:before {
  display: inline;
  content: '/';
  margin-right: 15px;
  font-size: 45px;
  color: #53abe4;
}

.og-details h4 {
  font-weight: normal;
  font-size: 24px;
  font-style: italic;
  padding: 0 0 25px;
  margin: 0;
}

.og-details div.details {
  font-size: 13px;
}

.og-details a.btn,
.og-details figure.hover-type-text figcaption .actions a.action,
figure.hover-type-text figcaption .actions .og-details a.action {
  margin-top: 30px;
}

.og-details .sshare {
  display: block;
  margin-top: 30px;
}

.og-details .sshare li.sshare-button {
  margin-top: 0;
  margin-bottom: 6px;
}

.og-details .sshare li.sshare-button:first-of-type {
  margin-left: 0;
}

.og-loading {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #dddddd;
  box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #cccccc;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  animation: loader 0.5s infinite ease-in-out both;
}

@keyframes loader {
  0% {
    background: #dddddd;
  }

  33% {
    background: #cccccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
  }

  66% {
    background: #cccccc;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
  }
}

.team-members-grid-wrapper li {
  cursor: pointer;
}

.team-members-grid-wrapper li > a > figure {
  position: relative;
  display: block;
  width: 250px;
  height: 250px;
  overflow: hidden;
}

.team-members-grid-wrapper li > a > figure:before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: transparent;
}

.team-members-grid-wrapper li > a > figure:hover:before {
  display: block;
}

.team-members-grid-wrapper li > a > figure img {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  height: 100%;
  width: auto;
  border: 0;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.team-members-grid-wrapper li > a > figure .th-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 52px;
  padding-top: 15px;
  font-size: 20px;
  color: #3ba5ea;
  text-align: center;
  background: #53abe4;
}

.team-members-grid-wrapper li .info {
  padding: 30px 25px 20px;
  border-bottom: solid 4px #53abe4;
  background: #f7f7f7;
  height: 100px;
  overflow: hidden;
  text-align: left;
}

.team-members-grid-wrapper li .info .name {
  text-transform: none;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 6px;
  color: #2a2a2a;
}

.team-members-grid-wrapper li .info .line {
  font-family: "Lato";
  font-size: 13px;
  font-style: italic;
  color: #838383;
  letter-spacing: 0.5px;
}

.team-members-grid-wrapper li.og-expanded .info,
.team-members-grid-wrapper li:hover .info {
  border-bottom: solid 4px #eaeaea;
}

@media screen and (max-width: 767px) {
  .og-fullimg {
    display: none;
  }

  .og-details {
    float: none;
    width: 100%;
  }
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .og-details h3 {
    font-size: 50px;
  }

  .og-details h3:before {
    font-size: 50px;
  }

  .og-details h4 {
    font-size: 16px;
  }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .og-fullimg figure {
    width: 280px;
    height: 280px;
  }

  .og-details h3 {
    font-size: 60px;
  }

  .og-details h3:before {
    font-size: 60px;
  }

  .og-details h4 {
    font-size: 18px;
  }
}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  .navbar-left .team-members-grid-wrapper,
  .navbar-right .team-members-grid-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

/* Large devices (large desktops, 1400px and up) */

@media (min-width: 1400px) {
  .navbar-left .team-members-grid-wrapper,
  .navbar-right .team-members-grid-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }

  .og-fullimg figure {
    width: 384px;
    height: 384px;
  }

  .og-details h3 {
    font-size: 72px;
  }

  .og-details h3:before {
    font-size: 72px;
  }

  .og-details h4 {
    font-size: 24px;
  }

  .og-details div.details {
    font-size: 13px;
  }
}

.th-infobox-wrapper {
  margin-bottom: 60px;
}

.th-infobox-wrapper .th-infobox {
  padding: 35px;
}

.th-infobox-wrapper .th-infobox .icon i {
  font-size: 42px;
}

.th-infobox-wrapper .th-infobox .header .title {
  margin-top: 20px;
}

.th-infobox-wrapper .th-infobox .header .title h4 {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
}

.th-infobox-wrapper .th-infobox .header .subtitle h5 {
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-style: italic;
}

.th-infobox-wrapper .th-infobox .content {
  font-family: "Lato";
  letter-spacing: 1px;
  line-height: 20px;
}

.th-infobox-wrapper .th-infobox.content {
  margin-bottom: 1px;
}

/* Small devices (tablets, 768px and up) */

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .th-infobox-wrapper {
    margin-bottom: 0px;
  }
}

/* Large devices (large desktops, 1200px and up) */

.th-list-content {
  margin-bottom: 2px;
  padding: 20px;
  display: table;
}

.th-list-content .uavc-list-icon {
  display: table-cell;
  vertical-align: middle;
}

.th-list-content .aio-icon {
  margin-top: 1px;
  margin-left: 5px;
  width: 24px;
  max-height: 35px;
  float: left;
}

.th-list-content .uavc-list-desc {
  display: table-cell;
  vertical-align: middle;
  font-family: "Lato";
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
}

.th-pricebox-wrapper {
  margin-bottom: 60px;
}

.th-pricebox-wrapper .th-pricebox {
  padding-top: 25px;
}

.th-pricebox-wrapper .th-pricebox .price {
  width: 70px;
  height: 70px;
  background: #f7f7f7;
  color: #ffffff;
  margin: 0 auto;
  border-radius: 35px;
  text-align: center;
  line-height: 70px;
  font-weight: 800;
  font-size: 22px;
  font-family: "Lato";
}

.th-pricebox-wrapper .th-pricebox .title {
  padding-top: 20px;
  text-align: center;
}

.th-pricebox-wrapper .th-pricebox .subtitle {
  padding-top: 15px;
  text-align: center;
  font-style: italic;
}

.th-pricebox-wrapper .th-pricebox .content {
  margin-top: 20px;
}

.th-pricebox-wrapper .th-pricebox .content p {
  margin: 0px;
  padding: 20px 30px;
  border-bottom: 1px solid;
  border-bottom-color: #eaeaea;
}

.th-pricebox-wrapper .th-pricebox .content p:first-of-type {
  border-top: 1px solid;
  border-top-color: #eaeaea;
}

.th-pricebox-wrapper .th-pricebox .content p:last-of-type {
  border-bottom: none;
}

.th-pricebox-wrapper .calltoaction-wrapper {
  display: table;
  width: 100%;
}

.th-pricebox-wrapper .calltoaction-wrapper .calltoaction,
.th-pricebox-wrapper .calltoaction-wrapper .comments .comment-respond #submitform,
.comments .comment-respond .th-pricebox-wrapper .calltoaction-wrapper #submitform,
.th-pricebox-wrapper .calltoaction-wrapper .widget.contact-form .form-group input.btn,
.widget.contact-form .form-group .th-pricebox-wrapper .calltoaction-wrapper input.btn,
.th-pricebox-wrapper .calltoaction-wrapper .widget.contact-form .form-group .post-password-form input[type="submit"],
.widget.contact-form .form-group .post-password-form .th-pricebox-wrapper .calltoaction-wrapper input[type="submit"],
.th-pricebox-wrapper .calltoaction-wrapper .post-password-form .widget.contact-form .form-group input[type="submit"],
.post-password-form .widget.contact-form .form-group .th-pricebox-wrapper .calltoaction-wrapper input[type="submit"],
.th-pricebox-wrapper .calltoaction-wrapper .widget.contact-form .form-group figure.hover-type-text figcaption .actions input.action,
.widget.contact-form .form-group figure.hover-type-text figcaption .actions .th-pricebox-wrapper .calltoaction-wrapper input.action,
.th-pricebox-wrapper .calltoaction-wrapper figure.hover-type-text figcaption .actions .widget.contact-form .form-group input.action,
figure.hover-type-text figcaption .actions .widget.contact-form .form-group .th-pricebox-wrapper .calltoaction-wrapper input.action,
.th-pricebox-wrapper .calltoaction-wrapper .widget.widget_price_filter .price_slider_amount button.button,
.widget.widget_price_filter .price_slider_amount .th-pricebox-wrapper .calltoaction-wrapper button.button,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .th-pricebox-wrapper .calltoaction-wrapper .button,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce #content div.product form.cart .button,
.woocommerce #content div.product form.cart .th-pricebox-wrapper .calltoaction-wrapper .button,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce-page div.product form.cart .button,
.woocommerce-page div.product form.cart .th-pricebox-wrapper .calltoaction-wrapper .button,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce-page #content div.product form.cart .button,
.woocommerce-page #content div.product form.cart .th-pricebox-wrapper .calltoaction-wrapper .button,
.th-pricebox-wrapper .calltoaction-wrapper .hydrus_core_woocommerce_options div.product form.cart .button,
.hydrus_core_woocommerce_options div.product form.cart .th-pricebox-wrapper .calltoaction-wrapper .button,
.th-pricebox-wrapper .calltoaction-wrapper .hydrus_core_woocommerce_options #content div.product form.cart .button,
.hydrus_core_woocommerce_options #content div.product form.cart .th-pricebox-wrapper .calltoaction-wrapper .button,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce a.button,
.woocommerce .th-pricebox-wrapper .calltoaction-wrapper a.button,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce button.button,
.woocommerce .th-pricebox-wrapper .calltoaction-wrapper button.button,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce input.button,
.woocommerce .th-pricebox-wrapper .calltoaction-wrapper input.button,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce #respond input#submitform,
.woocommerce #respond .th-pricebox-wrapper .calltoaction-wrapper input#submitform,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce #content input.button,
.woocommerce #content .th-pricebox-wrapper .calltoaction-wrapper input.button,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce-page a.button,
.woocommerce-page .th-pricebox-wrapper .calltoaction-wrapper a.button,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce-page button.button,
.woocommerce-page .th-pricebox-wrapper .calltoaction-wrapper button.button,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce-page input.button,
.woocommerce-page .th-pricebox-wrapper .calltoaction-wrapper input.button,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce-page #respond input#submitform,
.woocommerce-page #respond .th-pricebox-wrapper .calltoaction-wrapper input#submitform,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce-page #content input.button,
.woocommerce-page #content .th-pricebox-wrapper .calltoaction-wrapper input.button,
.th-pricebox-wrapper .calltoaction-wrapper .hydrus_core_woocommerce_options a.button,
.hydrus_core_woocommerce_options .th-pricebox-wrapper .calltoaction-wrapper a.button,
.th-pricebox-wrapper .calltoaction-wrapper .hydrus_core_woocommerce_options button.button,
.hydrus_core_woocommerce_options .th-pricebox-wrapper .calltoaction-wrapper button.button,
.th-pricebox-wrapper .calltoaction-wrapper .hydrus_core_woocommerce_options input.button,
.hydrus_core_woocommerce_options .th-pricebox-wrapper .calltoaction-wrapper input.button,
.th-pricebox-wrapper .calltoaction-wrapper .hydrus_core_woocommerce_options #respond input#submitform,
.hydrus_core_woocommerce_options #respond .th-pricebox-wrapper .calltoaction-wrapper input#submitform,
.th-pricebox-wrapper .calltoaction-wrapper .hydrus_core_woocommerce_options #content input.button,
.hydrus_core_woocommerce_options #content .th-pricebox-wrapper .calltoaction-wrapper input.button {
  padding: 20px 30px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  font-weight: bold;
  animation: none;
  -webkit-animation: none;
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
}

.th-pricebox-wrapper .calltoaction-wrapper .calltoaction:hover,
.th-pricebox-wrapper .calltoaction-wrapper .comments .comment-respond #submitform:hover,
.comments .comment-respond .th-pricebox-wrapper .calltoaction-wrapper #submitform:hover,
.th-pricebox-wrapper .calltoaction-wrapper .widget.contact-form .form-group input.btn:hover,
.widget.contact-form .form-group .th-pricebox-wrapper .calltoaction-wrapper input.btn:hover,
.th-pricebox-wrapper .calltoaction-wrapper .widget.contact-form .form-group .post-password-form input[type="submit"]:hover,
.widget.contact-form .form-group .post-password-form .th-pricebox-wrapper .calltoaction-wrapper input[type="submit"]:hover,
.th-pricebox-wrapper .calltoaction-wrapper .post-password-form .widget.contact-form .form-group input[type="submit"]:hover,
.post-password-form .widget.contact-form .form-group .th-pricebox-wrapper .calltoaction-wrapper input[type="submit"]:hover,
.th-pricebox-wrapper .calltoaction-wrapper .widget.contact-form .form-group figure.hover-type-text figcaption .actions input.action:hover,
.widget.contact-form .form-group figure.hover-type-text figcaption .actions .th-pricebox-wrapper .calltoaction-wrapper input.action:hover,
.th-pricebox-wrapper .calltoaction-wrapper figure.hover-type-text figcaption .actions .widget.contact-form .form-group input.action:hover,
figure.hover-type-text figcaption .actions .widget.contact-form .form-group .th-pricebox-wrapper .calltoaction-wrapper input.action:hover,
.th-pricebox-wrapper .calltoaction-wrapper .widget.widget_price_filter .price_slider_amount button.button:hover,
.widget.widget_price_filter .price_slider_amount .th-pricebox-wrapper .calltoaction-wrapper button.button:hover,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .th-pricebox-wrapper .calltoaction-wrapper .button:hover,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce #content div.product form.cart .button:hover,
.woocommerce #content div.product form.cart .th-pricebox-wrapper .calltoaction-wrapper .button:hover,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce-page div.product form.cart .button:hover,
.woocommerce-page div.product form.cart .th-pricebox-wrapper .calltoaction-wrapper .button:hover,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce-page #content div.product form.cart .button:hover,
.woocommerce-page #content div.product form.cart .th-pricebox-wrapper .calltoaction-wrapper .button:hover,
.th-pricebox-wrapper .calltoaction-wrapper .hydrus_core_woocommerce_options div.product form.cart .button:hover,
.hydrus_core_woocommerce_options div.product form.cart .th-pricebox-wrapper .calltoaction-wrapper .button:hover,
.th-pricebox-wrapper .calltoaction-wrapper .hydrus_core_woocommerce_options #content div.product form.cart .button:hover,
.hydrus_core_woocommerce_options #content div.product form.cart .th-pricebox-wrapper .calltoaction-wrapper .button:hover,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce a.button:hover,
.woocommerce .th-pricebox-wrapper .calltoaction-wrapper a.button:hover,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce button.button:hover,
.woocommerce .th-pricebox-wrapper .calltoaction-wrapper button.button:hover,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce input.button:hover,
.woocommerce .th-pricebox-wrapper .calltoaction-wrapper input.button:hover,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce #respond input#submitform:hover,
.woocommerce #respond .th-pricebox-wrapper .calltoaction-wrapper input#submitform:hover,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce #content input.button:hover,
.woocommerce #content .th-pricebox-wrapper .calltoaction-wrapper input.button:hover,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce-page a.button:hover,
.woocommerce-page .th-pricebox-wrapper .calltoaction-wrapper a.button:hover,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce-page button.button:hover,
.woocommerce-page .th-pricebox-wrapper .calltoaction-wrapper button.button:hover,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce-page input.button:hover,
.woocommerce-page .th-pricebox-wrapper .calltoaction-wrapper input.button:hover,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce-page #respond input#submitform:hover,
.woocommerce-page #respond .th-pricebox-wrapper .calltoaction-wrapper input#submitform:hover,
.th-pricebox-wrapper .calltoaction-wrapper .woocommerce-page #content input.button:hover,
.woocommerce-page #content .th-pricebox-wrapper .calltoaction-wrapper input.button:hover,
.th-pricebox-wrapper .calltoaction-wrapper .hydrus_core_woocommerce_options a.button:hover,
.hydrus_core_woocommerce_options .th-pricebox-wrapper .calltoaction-wrapper a.button:hover,
.th-pricebox-wrapper .calltoaction-wrapper .hydrus_core_woocommerce_options button.button:hover,
.hydrus_core_woocommerce_options .th-pricebox-wrapper .calltoaction-wrapper button.button:hover,
.th-pricebox-wrapper .calltoaction-wrapper .hydrus_core_woocommerce_options input.button:hover,
.hydrus_core_woocommerce_options .th-pricebox-wrapper .calltoaction-wrapper input.button:hover,
.th-pricebox-wrapper .calltoaction-wrapper .hydrus_core_woocommerce_options #respond input#submitform:hover,
.hydrus_core_woocommerce_options #respond .th-pricebox-wrapper .calltoaction-wrapper input#submitform:hover,
.th-pricebox-wrapper .calltoaction-wrapper .hydrus_core_woocommerce_options #content input.button:hover,
.hydrus_core_woocommerce_options #content .th-pricebox-wrapper .calltoaction-wrapper input.button:hover {
  text-decoration: none;
  color: #838383;
  background-color: transparent;
}

.th-pricebox-wrapper a:hover {
  color: #838383;
}

.th-pricebox-wrapper:hover {
  opacity: 0.9;
  color: #838383;
}

.th-pricebox-wrapper:hover .calltoaction,
.th-pricebox-wrapper:hover .comments .comment-respond #submitform,
.comments .comment-respond .th-pricebox-wrapper:hover #submitform,
.th-pricebox-wrapper:hover .widget.contact-form .form-group input.btn,
.widget.contact-form .form-group .th-pricebox-wrapper:hover input.btn,
.th-pricebox-wrapper:hover .widget.contact-form .form-group .post-password-form input[type="submit"],
.widget.contact-form .form-group .post-password-form .th-pricebox-wrapper:hover input[type="submit"],
.th-pricebox-wrapper:hover .post-password-form .widget.contact-form .form-group input[type="submit"],
.post-password-form .widget.contact-form .form-group .th-pricebox-wrapper:hover input[type="submit"],
.th-pricebox-wrapper:hover .widget.contact-form .form-group figure.hover-type-text figcaption .actions input.action,
.widget.contact-form .form-group figure.hover-type-text figcaption .actions .th-pricebox-wrapper:hover input.action,
.th-pricebox-wrapper:hover figure.hover-type-text figcaption .actions .widget.contact-form .form-group input.action,
figure.hover-type-text figcaption .actions .widget.contact-form .form-group .th-pricebox-wrapper:hover input.action,
.th-pricebox-wrapper:hover .widget.widget_price_filter .price_slider_amount button.button,
.widget.widget_price_filter .price_slider_amount .th-pricebox-wrapper:hover button.button,
.th-pricebox-wrapper:hover .woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .th-pricebox-wrapper:hover .button,
.th-pricebox-wrapper:hover .woocommerce #content div.product form.cart .button,
.woocommerce #content div.product form.cart .th-pricebox-wrapper:hover .button,
.th-pricebox-wrapper:hover .woocommerce-page div.product form.cart .button,
.woocommerce-page div.product form.cart .th-pricebox-wrapper:hover .button,
.th-pricebox-wrapper:hover .woocommerce-page #content div.product form.cart .button,
.woocommerce-page #content div.product form.cart .th-pricebox-wrapper:hover .button,
.th-pricebox-wrapper:hover .hydrus_core_woocommerce_options div.product form.cart .button,
.hydrus_core_woocommerce_options div.product form.cart .th-pricebox-wrapper:hover .button,
.th-pricebox-wrapper:hover .hydrus_core_woocommerce_options #content div.product form.cart .button,
.hydrus_core_woocommerce_options #content div.product form.cart .th-pricebox-wrapper:hover .button,
.th-pricebox-wrapper:hover .woocommerce a.button,
.woocommerce .th-pricebox-wrapper:hover a.button,
.th-pricebox-wrapper:hover .woocommerce button.button,
.woocommerce .th-pricebox-wrapper:hover button.button,
.th-pricebox-wrapper:hover .woocommerce input.button,
.woocommerce .th-pricebox-wrapper:hover input.button,
.th-pricebox-wrapper:hover .woocommerce #respond input#submitform,
.woocommerce #respond .th-pricebox-wrapper:hover input#submitform,
.th-pricebox-wrapper:hover .woocommerce #content input.button,
.woocommerce #content .th-pricebox-wrapper:hover input.button,
.th-pricebox-wrapper:hover .woocommerce-page a.button,
.woocommerce-page .th-pricebox-wrapper:hover a.button,
.th-pricebox-wrapper:hover .woocommerce-page button.button,
.woocommerce-page .th-pricebox-wrapper:hover button.button,
.th-pricebox-wrapper:hover .woocommerce-page input.button,
.woocommerce-page .th-pricebox-wrapper:hover input.button,
.th-pricebox-wrapper:hover .woocommerce-page #respond input#submitform,
.woocommerce-page #respond .th-pricebox-wrapper:hover input#submitform,
.th-pricebox-wrapper:hover .woocommerce-page #content input.button,
.woocommerce-page #content .th-pricebox-wrapper:hover input.button,
.th-pricebox-wrapper:hover .hydrus_core_woocommerce_options a.button,
.hydrus_core_woocommerce_options .th-pricebox-wrapper:hover a.button,
.th-pricebox-wrapper:hover .hydrus_core_woocommerce_options button.button,
.hydrus_core_woocommerce_options .th-pricebox-wrapper:hover button.button,
.th-pricebox-wrapper:hover .hydrus_core_woocommerce_options input.button,
.hydrus_core_woocommerce_options .th-pricebox-wrapper:hover input.button,
.th-pricebox-wrapper:hover .hydrus_core_woocommerce_options #respond input#submitform,
.hydrus_core_woocommerce_options #respond .th-pricebox-wrapper:hover input#submitform,
.th-pricebox-wrapper:hover .hydrus_core_woocommerce_options #content input.button,
.hydrus_core_woocommerce_options #content .th-pricebox-wrapper:hover input.button {
  color: #838383;
  background-color: transparent;
}

/* Small devices (tablets, 768px and up) */

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .th-pricebox-wrapper {
    margin-bottom: 0px;
  }
}

/* Large devices (large desktops, 1200px and up) */

ul.sshare,
ul.social-profiles {
  margin: 0;
  padding: 0;
  max-width: 100%;
  list-style: none;
}

ul.sshare:before,
ul.sshare:after,
ul.social-profiles:before,
ul.social-profiles:after {
  content: " ";
  display: table;
}

ul.sshare:after,
ul.social-profiles:after {
  clear: both;
}

ul.sshare.count li.sshare-button,
ul.sshare.count li.like,
ul.social-profiles.count li.sshare-button,
ul.social-profiles.count li.like {
  height: 76px;
}

ul.sshare li.sshare-button,
ul.sshare li.like,
ul.social-profiles li.sshare-button,
ul.social-profiles li.like {
  position: relative;
  float: left;
  margin-right: 6px;
  padding-top: 9px;
  width: 49px;
  height: 38px;
  margin-bottom: 10px;
  color: #2a2a2a;
  text-align: center;
  background: #f7f7f7;
  cursor: pointer;
}

ul.sshare li.sshare-button:last-child,
ul.sshare li.like:last-child,
ul.social-profiles li.sshare-button:last-child,
ul.social-profiles li.like:last-child {
  margin-right: 0;
}

ul.sshare li.sshare-button a,
ul.sshare li.like a,
ul.social-profiles li.sshare-button a,
ul.social-profiles li.like a {
  transition: none;
  color: #2a2a2a;
}

ul.sshare li.sshare-button a:hover,
ul.sshare li.like a:hover,
ul.social-profiles li.sshare-button a:hover,
ul.social-profiles li.like a:hover {
  color: #ffffff;
}

ul.sshare li.sshare-button:hover,
ul.sshare li.like:hover,
ul.social-profiles li.sshare-button:hover,
ul.social-profiles li.like:hover {
  background: #53abe4;
  color: #ffffff;
}

ul.sshare li.sshare-button:hover .sshare-count,
ul.sshare li.like:hover .sshare-count,
ul.social-profiles li.sshare-button:hover .sshare-count,
ul.social-profiles li.like:hover .sshare-count {
  color: #53abe4;
}

ul.sshare li.sshare-button:hover a,
ul.sshare li.like:hover a,
ul.social-profiles li.sshare-button:hover a,
ul.social-profiles li.like:hover a {
  color: #ffffff;
}

ul.sshare li.sshare-button .sshare-count,
ul.sshare li.like .sshare-count,
ul.social-profiles li.sshare-button .sshare-count,
ul.social-profiles li.like .sshare-count {
  font-family: "Lato";
  position: absolute;
  left: 0;
  top: 38px;
  width: 49px;
  height: 38px;
  padding-top: 8px;
  background: #f7f7f7;
  color: #838383;
}

ul.social-profiles {
  display: inline-block;
  width: auto;
}

ul.social-profiles li.sshare-button {
  background: #53abe4;
  color: #ffffff;
}

ul.social-profiles li.sshare-button a {
  color: #ffffff;
}

ul.social-profiles li.sshare-button:hover {
  color: #2a2a2a;
  background: #f7f7f7;
}

ul.social-profiles li.sshare-button:hover a {
  color: #2a2a2a;
}

.sshare-popup .sbutton {
  cursor: pointer;
}

.sshare-popup .spopup {
  position: absolute;
  z-index: 2;
  display: none;
  background: #ffffff;
  margin-top: 5px;
  padding: 20px 20px 10px;
}

.sshare-popup .spopup .stitle {
  float: left;
  margin: 9px 15px 0 0;
  color: #53abe4;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  font-width: 600;
}

.sshare-popup .spopup ul.sshare {
  float: right;
  display: inline-block;
  width: auto;
}

.sshare-popup .sseparator {
  margin: 15px 0 18px;
  border-bottom: solid 2px #f7f7f7;
}

.sshare-popup.sshare-popup-footer .spopup {
  margin-top: 10px;
  left: 0;
  background: transparent;
  padding: 0;
}

/* Small devices (tablets, 768px and up) */

/* Medium devices (desktops, 992px and up) */

/* Large devices (large desktops, 1200px and up) */

[data-icon]:before,
.icon-gear:before,
.icon-like:before,
.icon-unlike:before {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.icon-like:before {
  font-family: "hydrus";
  content: "\e91e";
}

.icon-unlike:before {
  font-family: "hydrus";
  content: "\e914";
}

.icon-gear:before {
  font-family: "FontAwesome";
  content: "\f013";
  margin-left: 5px;
  animation: spin 2s infinite linear;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

a.jm-post-like {
  font-family: "Lato";
  font-weight: normal;
  display: inline-block;
  width: auto;
  -moz-transition: all 0.3s ease-out 0.2s;
  -webkit-transition: all 0.3s ease-out 0.2s;
  -o-transition: all 0.3s ease-out 0.2s;
}

a.jm-post-like.liked {
  color: #2e2e2e;
}

.jp-audio-player {
  display: table;
  margin-bottom: 20px;
  width: 100%;
  color: #2a2a2a;
}

.jp-audio-player .jp-current-time {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
  line-height: 20px;
}

.jp-audio-player .play-pause {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  padding-left: 5px;
  font-size: 12px;
  cursor: pointer;
}

.jp-audio-player .play-pause .jp-play:focus,
.jp-audio-player .play-pause .jp-play:active,
.jp-audio-player .play-pause .jp-play:focus {
  outline: none;
}

.jp-audio-player .play-pause .jp-pause:focus,
.jp-audio-player .play-pause .jp-pause:active,
.jp-audio-player .play-pause .jp-pause:focus {
  outline: none;
}

.jp-audio-player .seek-bar {
  display: table-cell;
  vertical-align: middle;
  padding-right: 5px;
  width: 595px;
  cursor: pointer;
}

.jp-audio-player .seek-bar .jp-seek-bar {
  background: #ffffff;
  height: 12px;
}

.jp-audio-player .seek-bar .jp-seek-bar .jp-play-bar {
  background: #838383;
  height: 12px;
}

.jp-audio-player .mute {
  display: table-cell;
  vertical-align: middle;
  width: 52px;
  font-size: 16px;
  margin-top: -5px;
  margin-bottom: -3px;
  outline: none;
  cursor: pointer;
  text-align: center;
}

.jp-audio-player .mute .jp-mute:focus,
.jp-audio-player .mute .jp-mute:active,
.jp-audio-player .mute .jp-mute:focus {
  outline: none;
}

.jp-audio-player .mute .jp-unmute:focus,
.jp-audio-player .mute .jp-unmute:active,
.jp-audio-player .mute .jp-unmute:focus {
  outline: none;
}

.jp-audio-player .volume-bar {
  display: table-cell;
  vertical-align: middle;
  width: 42px;
  min-width: 30px;
  cursor: pointer;
}

.jp-audio-player .volume-bar .jp-volume-bar {
  background: #ffffff;
  height: 12px;
}

.jp-audio-player .volume-bar .jp-volume-bar .jp-volume-bar-value {
  background: #838383;
  height: 12px;
}

.vc_element-container .th-collapsible-panel {
  margin-left: -10px;
  margin-right: -10px;
}

.th-collapsible-panel {
  position: relative;
  overflow: hidden;
  background: #f7f7f7;
  margin-bottom: 3px;
}

.th-collapsible-panel .cp_title {
  padding: 0 50px 0 20px;
  cursor: pointer;
  position: relative;
}

.th-collapsible-panel .cp_title.collapsed:after {
  content: '\e604';
  font-style: normal;
  opacity: 1;
  filter: alpha(opacity=100);
}

.th-collapsible-panel .cp_title.collapsed:hover:after {
  color: #53abe4;
}

.th-collapsible-panel .cp_title span {
  display: table-cell;
  vertical-align: middle;
  color: #2a2a2a;
  padding-top: 10px;
  padding-bottom: 10px;
}

.th-collapsible-panel .cp_title:after {
  position: absolute;
  right: 20px;
  display: block;
  float: right;
  font-family: 'hydrus';
  font-size: 17px;
  color: #2a2a2a;
  content: '\e603';
  opacity: 0.13;
  filter: alpha(opacity=13);
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.th-collapsible-panel .cp_title:hover:after {
  color: #2a2a2a;
}

.th-collapsible-panel .cp_content {
  color: #838383;
}

.th-collapsible-panel .cp_content.collapsing {
  transition: height 0.35s linear;
}

.th-collapsible-panel .cp_content .panel-body {
  padding: 10px 20px 20px;
}

/* Small devices (tablets, 768px and up) */

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .th-collapsible-panel {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* Large devices (large desktops, 1200px and up) */

.th-collage {
  margin-left: -10px;
  margin-right: -10px;
}

.th-collage .vc_configured.vc_hydrus_core_collage_container > .vc_configured_child,
.th-collage .vc_configured.vc_hydrus_core_collage_item > .vc_configured_child {
  height: 100%;
}

.th-collage .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.th-collage .isotope {
  overflow: hidden;
}

.th-collage .isotope .box {
  overflow: auto;
}

.th-collage .isotope .box.new_item {
  opacity: 0;
}

.th-collage .isotope .box .wpb_content_element {
  margin-bottom: 0;
}

.th-collage .isotope .box .custom-styles {
  height: 100%;
  width: 100%;
  overflow: auto;
}

.th-collage .isotope .box .custom-styles .box-inner-scroller {
  height: 100%;
  width: 100%;
  display: table;
}

.th-collage .isotope .box .custom-styles .box-inner {
  height: 100%;
  width: 100%;
}

.th-collage .isotope .box .custom-styles .box-inner.vertically-middle {
  display: table-cell;
  vertical-align: middle;
  height: auto;
}

.th-collage .isotope .box .custom-styles .box-inner.vertically-top {
  display: table-cell;
  vertical-align: top;
  height: auto;
}

.th-collage .isotope .box .custom-styles .box-inner.vertically-bottom {
  display: table-cell;
  vertical-align: bottom;
  height: auto;
}

.th-collage .isotope .box .custom-styles .box-inner.horizontally-center {
  text-align: center;
}

.th-collage .isotope .box .custom-styles .box-inner.horizontally-left {
  text-align: left;
}

.th-collage .isotope .box .custom-styles .box-inner.horizontally-right {
  text-align: right;
}

.th-collage .isotope .box figure {
  height: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}

.th-collage .isotope .box figure img {
  width: 100%;
  height: 100%;
}

.th-collage .isotope .box figure .inner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}

.th-collage .isotope .box figure .inner-content .content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.th-collage .isotope .box figure .inner-content .content-wrapper .content {
  position: relative;
  width: auto;
  top: 50%;
  margin: 0 auto;
  display: inline-block;
  z-index: 1;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.th-collage .isotope .box figure .inner-content .vc_element.vc_hydrus_core_collage_item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  z-index: 2;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.th-collage .isotope .box.collage_container figure.container-hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -400;
  transition: z-index 0.1s;
}

.th-collage .isotope .box.collage_container:hover figure.container-hover {
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 400;
}

.th-collage .isotope .vc_hydrus_core_collage_item > .col-1,
.th-collage .isotope .vc_hydrus_core_collage_item > .col-2 {
  width: 100%;
  height: 100%;
}

.th-collage:after {
  content: '';
  display: block;
  clear: both;
}

.th-collage .th-adaptative-image {
  height: 100%;
}

.th-collage .th-adaptative-image figure {
  height: 100%;
}

.th-collage .th-adaptative-image figure img {
  display: none;
}

.th-collage .vertically-center .th-adaptative-image {
  height: auto;
}

.th-collage .vertically-center .th-adaptative-image figure {
  height: auto;
}

.th-collage .vertically-center .th-adaptative-image figure img {
  display: block;
}

.th-collage .th-slider {
  margin-left: 0px;
  margin-right: 0px;
  height: 100% !important;
}

.page-template-default .vc_row .th-collage,
.page-template-full-width-boxed .vc_row .th-collage {
  padding-left: 10px;
  padding-right: 10px;
}

.page-template-default .vc_row.vc_inner .th-collage,
.page-template-full-width-boxed .vc_row.vc_inner .th-collage {
  padding-left: 0;
  padding-right: 0;
}

.page-template-sidebar-double .vc_row .th-collage,
.page-template-sidebar-right-13 .vc_row .th-collage,
.page-template-sidebar-right-14 .vc_row .th-collage,
.page-template-sidebar-left-13 .vc_row .th-collage,
.page-template-sidebar-left-14 .vc_row .th-collage {
  margin-left: 0;
  margin-right: 0;
}

.page-template-sidebar-double .vc_row.vc_inner .th-collage,
.page-template-sidebar-right-13 .vc_row.vc_inner .th-collage,
.page-template-sidebar-right-14 .vc_row.vc_inner .th-collage,
.page-template-sidebar-left-13 .vc_row.vc_inner .th-collage,
.page-template-sidebar-left-14 .vc_row.vc_inner .th-collage {
  margin-left: -10px;
  margin-right: -10px;
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .th-collage {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .th-collage {
    margin-left: 0;
    margin-right: 0;
  }

  .page-template-default .vc_row .th-collage,
  .page-template-full-width-boxed .vc_row .th-collage,
  .page-template-sidebar-double .vc_row .th-collage,
  .page-template-sidebar-right-13 .vc_row .th-collage,
  .page-template-sidebar-right-14 .vc_row .th-collage,
  .page-template-sidebar-left-13 .vc_row .th-collage,
  .page-template-sidebar-left-14 .vc_row .th-collage {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .page-template-default .vc_row.vc_inner .th-collage,
  .page-template-full-width-boxed .vc_row.vc_inner .th-collage,
  .page-template-sidebar-double .vc_row.vc_inner .th-collage,
  .page-template-sidebar-right-13 .vc_row.vc_inner .th-collage,
  .page-template-sidebar-right-14 .vc_row.vc_inner .th-collage,
  .page-template-sidebar-left-13 .vc_row.vc_inner .th-collage,
  .page-template-sidebar-left-14 .vc_row.vc_inner .th-collage {
    padding-left: 0;
    padding-right: 0;
  }
}

.vc_hydrus_core_magnifier_item {
  margin-left: 0px;
  margin-right: 0px;
  display: table;
  height: 100%;
  width: 100%;
  float: left;
}

.th-magnifier-control {
  margin-left: 0px;
  margin-right: 0px;
  display: table;
  height: 100%;
  width: 100%;
}

.th-magnifier-control .container-fluid {
  display: table-cell;
  vertical-align: middle;
  max-width: 100%;
}

.th-magnifier-control .box {
  margin: 0 auto;
  margin-bottom: 30px;
  transition: transform 0.6s ease;
}

.th-magnifier-control .box figure .front,
.th-magnifier-control .box figure .back {
  transition: opacity 1s ease-in-out;
}

.th-magnifier-control .box figure .front {
  opacity: 1;
  z-index: 6;
}

.th-magnifier-control .box figure .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 5;
}

.th-magnifier-control .box figure.hover-type-icons figcaption .actions .action {
  width: 49px;
  height: 49px;
}

.th-magnifier-control .box figure.hover-type-icons figcaption .actions .action:first-of-type {
  margin-right: 9px;
}

.th-magnifier-control .box figure.hover-type-icons figcaption .actions .action:after {
  width: 49px;
  height: 49px;
  font-size: 19px;
  padding-top: 15px;
}

.th-magnifier-control .box.fade {
  opacity: 1;
}

.th-magnifier-control .box.fade .front {
  opacity: 1;
}

.th-magnifier-control .box.fade.active .front {
  opacity: 0;
  -ms-transform: scale(1);
  transform: scale(1);
}

.th-magnifier-control .box .inner-content {
  padding: 30px 35px 33px 35px;
  border-style: solid;
}

.th-magnifier-control .box .inner-content .icon {
  margin-bottom: 15px;
}

.th-magnifier-control .box .inner-content .title {
  margin-bottom: 15px;
}

/* Small devices (tablets, 768px and up) */

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .th-magnifier-control {
    margin-left: 0px;
    margin-right: 0px;
  }

  .th-magnifier-control .box {
    margin: 0 auto;
    z-index: 11;
  }

  .th-magnifier-control .box.fade.active {
    z-index: 22;
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  .th-magnifier-control .box .inner-content {
    padding: 30px 35px 33px 35px;
    border-style: solid;
  }

  .th-magnifier-control .box .inner-content .icon {
    margin-bottom: 15px;
  }

  .th-magnifier-control .box .inner-content .title {
    margin-bottom: 15px;
  }

  .th-magnifier-control .box.preload:nth-child(1) {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
  }

  .th-magnifier-control .box.preload:nth-child(2) {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
  }

  .th-magnifier-control .box.preload:nth-child(3) {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
  }

  .th-magnifier-control .box.preload:nth-child(4) {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
  }

  .th-magnifier-control .box.preload:nth-child(5) {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
  }

  .th-magnifier-control .box.preload:nth-child(6) {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
  }

  .th-magnifier-control .box.preload:nth-child(7) {
    animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
  }

  .th-magnifier-control .box.preload:nth-child(8) {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
  }

  .th-magnifier-control .box.preload:nth-child(9) {
    animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s;
  }
}

/* Large devices (large desktops, 1200px and up) */

.promo-header-img {
  margin-bottom: 30px;
}

.promo-header {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.promo-header .parallax-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.promo-header .zoom-out-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

@media only screen and (min-width: 1170px) {
  .promo-header .zoom-out-wrapper {
    margin-left: -10px;
    margin-right: -10px;
    -ms-transform: scale(1.15);
    transform: scale(1.15);
  }

  .promo-header .zoom-out-wrapper .image {
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
}

.promo-header .inner-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.promo-header .inner-content .header-title,
.promo-header .inner-content .header-subtitle {
  display: block;
}

.navbar-integrated .promo-header .inner-content {
  top: 96px;
  height: calc(100% - 96px);
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .promo-header .inner-content .header-title {
    display: block;
  }

  .promo-header .inner-content .header-subtitle {
    display: inline;
  }
}

/* Medium devices (desktops, 992px and up) */

/* Large devices (large desktops, 1200px and up) */

.portfolio.shortcode .works_collage .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.works_collage {
  margin-left: 0;
  margin-right: 0;
}

.works_collage .controls .filter {
  padding-left: 0;
  padding-top: 0;
  display: inline-block;
}

.works_collage .controls .filter > li {
  list-style-type: none;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #2a2a2a;
  padding: 0px 10px;
}

.works_collage .controls .filter > li:first-child {
  margin-left: 0;
}

.works_collage .controls .filter > li.active {
  text-decoration: none;
  color: #ffffff;
  background-color: #53abe4;
}

.works_collage .controls .filter > li.active > a {
  color: #ffffff;
  background-color: #53abe4;
}

.works_collage .controls .filter > li.active:hover,
.works_collage .controls .filter > li.active:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #53abe4;
}

.works_collage .controls .filter > li.active:hover > a,
.works_collage .controls .filter > li.active:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #53abe4;
}

.works_collage .controls .filter > li:hover,
.works_collage .controls .filter > li:focus {
  text-decoration: none;
  color: #53abe4;
}

.works_collage .controls .filter > li:hover > a,
.works_collage .controls .filter > li:focus > a {
  text-decoration: none;
  color: #53abe4;
}

.works_collage .controls .filter .dropdown .dropdown-toggle {
  height: 30px;
  color: #2a2a2a;
  background-color: transparent;
  text-transform: capitalize;
}

.works_collage .controls .filter .dropdown .dropdown-toggle i {
  margin-left: 10px;
  font-size: 10px;
}

.works_collage .controls .filter .dropdown:hover,
.works_collage .controls .filter .dropdown:focus {
  text-decoration: none;
  color: #53abe4;
  background-color: transparent;
}

.works_collage .controls .filter .dropdown:hover .dropdown-toggle,
.works_collage .controls .filter .dropdown:focus .dropdown-toggle {
  text-decoration: none;
  color: #53abe4;
  background-color: transparent;
}

.works_collage .controls .filter .dropdown .dropdown-menu {
  top: 96%;
}

.works_collage .controls .filter.visible-xs-block .dropdown .dropdown-toggle {
  display: block;
  cursor: pointer;
}

.works_collage .controls .sort {
  font-family: "Lato";
  padding-left: 10px;
  display: inline-block;
}

.works_collage .controls .sort .dropdown .dropdown-toggle {
  height: 30px;
  color: #2a2a2a;
}

.works_collage .controls .sort .dropdown .dropdown-toggle i {
  margin-left: 10px;
  font-size: 10px;
}

.works_collage .controls .sort .dropdown .dropdown-menu {
  top: 100%;
}

.works_collage .controls .sort .dropdown:hover,
.works_collage .controls .sort .dropdown:focus {
  text-decoration: none;
  color: #53abe4;
  background-color: transparent;
}

.works_collage .controls .sort .dropdown:hover .dropdown-toggle,
.works_collage .controls .sort .dropdown:focus .dropdown-toggle {
  text-decoration: none;
  color: #53abe4;
  background-color: transparent;
}

.works_collage .controls .sort li {
  list-style-type: none;
  margin-left: 0;
  margin-right: 0;
  letter-spacing: 1px;
  cursor: pointer;
}

.works_collage .controls .sort li .fa {
  margin-left: 10px;
  position: relative;
  top: 2px;
  font-size: 21px;
}

.works_collage .controls .sort li.active {
  color: #53abe4;
}

.works_collage .elements {
  margin-left: -10px;
  margin-right: -10px;
  transition: height 0.4s ease-out;
}

.works_collage .elements .item {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  height: auto;
}

.works_collage .elements .item.new_item {
  opacity: 0 !important;
}

.works_collage .elements .item.is_filtered_hidden {
  display: none !important;
}

.works_collage .elements .item > .title {
  margin-top: 36px;
  margin-bottom: 8px;
  text-transform: none;
  text-align: center;
}

.works_collage .elements .item > .subtitle {
  margin-bottom: 26px;
  font-style: italic;
  text-align: center;
  color: #a6a6a6;
}

.works_collage .elements .item > .subtitle span {
  color: #a6a6a6;
  cursor: pointer;
  transition: color 0.4s;
}

.works_collage .elements .item > .subtitle span:hover {
  color: #53abe4;
}

.works_collage .elements .item > .excerpt {
  text-transform: none;
  text-align: center;
  font-size: 13px;
}

.works_collage .elements .item.alternative-cover-transition .front {
  opacity: 1;
  z-index: 6;
}

.works_collage .elements .item.alternative-cover-transition .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
}

.works_collage .elements .item.alternative-cover-transition:hover .front {
  opacity: 0;
}

.works_collage .elements .item.alternative-cover-transition:hover .back {
  opacity: 1;
}

.works_collage .elements .item figure figcaption > .title,
.works_collage .elements .item figure figcaption > .info-box > .title,
.works_collage .elements .item figure figcaption > a > .info-box > .title {
  margin-top: 54px;
  margin-bottom: 16px;
  text-transform: none;
  text-align: center;
}

.works_collage .elements .item figure figcaption > .subtitle,
.works_collage .elements .item figure figcaption > .info-box > .subtitle,
.works_collage .elements .item figure figcaption > a > .info-box > .subtitle {
  font-size: 13px;
  font-style: italic;
  text-align: center;
  color: white;
}

.works_collage .elements .item figure figcaption > .subtitle span,
.works_collage .elements .item figure figcaption > .info-box > .subtitle span,
.works_collage .elements .item figure figcaption > a > .info-box > .subtitle span {
  color: white;
  cursor: pointer;
}

.works_collage .elements .item figure figcaption .info-box,
.works_collage .elements .item figure figcaption > .info-box .info-box,
.works_collage .elements .item figure figcaption > a > .info-box .info-box {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.works_collage .elements .item figure figcaption .info-box > .title,
.works_collage .elements .item figure figcaption > .info-box .info-box > .title,
.works_collage .elements .item figure figcaption > a > .info-box .info-box > .title {
  margin-top: 0;
  margin-bottom: 16px;
  color: white;
}

.works_collage .elements .item figure figcaption .info-box > .title span,
.works_collage .elements .item figure figcaption > .info-box .info-box > .title span,
.works_collage .elements .item figure figcaption > a > .info-box .info-box > .title span {
  color: white;
  cursor: pointer;
}

.works_collage .elements .item figure figcaption .info-box > .subtitle,
.works_collage .elements .item figure figcaption > .info-box .info-box > .subtitle,
.works_collage .elements .item figure figcaption > a > .info-box .info-box > .subtitle {
  margin-top: 0;
  margin-bottom: 16px;
  color: white;
}

.works_collage .elements .item figure figcaption .info-box > .subtitle span,
.works_collage .elements .item figure figcaption > .info-box .info-box > .subtitle span,
.works_collage .elements .item figure figcaption > a > .info-box .info-box > .subtitle span {
  color: white;
  cursor: pointer;
}

.works_collage .elements .item figure figcaption .info-box > .excerpt,
.works_collage .elements .item figure figcaption > .info-box .info-box > .excerpt,
.works_collage .elements .item figure figcaption > a > .info-box .info-box > .excerpt {
  text-transform: none;
  text-align: center;
  font-size: 12px;
  color: white;
}

.works_collage .elements .item figure figcaption .info-box .actions,
.works_collage .elements .item figure figcaption > .info-box .info-box .actions,
.works_collage .elements .item figure figcaption > a > .info-box .info-box .actions {
  position: static;
  -ms-transform: none;
  transform: none;
}

.works_collage .show-more {
  margin-top: 20px;
}

.works_collage .show-more.no-text {
  margin-top: 50px;
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .works_collage .elements .item {
    width: 50%;
    padding-bottom: 0;
  }

  .works_collage .elements.columns-1 .item {
    width: 100%;
  }
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .works_collage .elements.columns-1 .item {
    width: 100%;
  }

  .works_collage .elements.columns-2 .item {
    width: 50%;
  }

  .works_collage .elements.columns-3 .item {
    width: 33.3333%;
  }

  .works_collage .elements.columns-4 .item {
    width: 25%;
  }

  .works_collage .elements.columns-5 .item {
    width: 20%;
  }

  .works_collage .elements.columns-6 .item {
    width: 16.6666%;
  }
}

/* Large devices (large desktops, 1200px and up) */

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .floating_aside .fa_aside {
    position: relative;
  }

  .floating_aside .fa_aside .fa_floating {
    position: absolute;
    top: 0;
    left: 0;
    transition: top 0.2s ease 0s;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.tos-wrapper *:before,
.tos-wrapper *:after {
  box-sizing: content-box;
}

.tos-wrapper .tos-uibg {
  background: transparent;
}

.tos-wrapper .tos-pagination.tos-bullets a {
  opacity: 0.2;
  filter: alpha(opacity=20);
  background-color: #fff;
}

.tos-wrapper .tos-pagination.tos-bullets a.tos-selected {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-color: #fff;
}

.tos-wrapper .tos-slider .tos-slide.tos-html {
  padding: 20px 60px 130px !important;
}

.tos-wrapper .tos-slider .tos-slide.tos-html > .tos-html {
  padding: 30px;
  background: #ffffff;
  color: #2a2a2a;
}

.admin-bar .tos-wrapper .tos-close {
  top: 40px;
}

/* Small devices (tablets, 768px and up) */

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  .tos-wrapper .tos-slider .tos-slide.tos-html {
    padding: 20px 80px 80px !important;
  }

  .tos-wrapper .tos-slider .tos-slide.tos-html > .tos-html {
    padding: 40px;
  }
}

#search-popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1005;
  width: 100%;
  background: #f7f7f7;
  overflow: hidden;
  height: 120px;
  max-height: 0;
  transition: margin-left .4s ease-in-out, max-height 0.4s ease;
}

#search-popup .search-form-default {
  display: none;
}

#search-popup .search-form-navbar {
  display: block !important;
  visibility: visible !important;
}

#search-popup.fixed {
  position: fixed;
}

#search-popup .container,
#search-popup .post-password-form {
  padding-top: 40px;
  padding-bottom: 40px;
  height: 120px;
}

#search-popup input {
  margin-top: -5px;
  border: 0;
  width: 100%;
  background: transparent;
  color: #2a2a2a;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
  outline: none;
}

#search-popup .title {
  float: right;
  margin: 0 30px 0 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2a2a2a;
  text-align: right;
  line-height: 39px;
}

#search-popup button {
  float: right;
}

#search-popup button i {
  margin-left: 8px;
}

#search-popup .close-popup {
  float: right;
  position: relative;
  margin-left: 30px;
  width: 12px;
  height: 39px;
  cursor: pointer;
}

#search-popup .close-popup:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#search-popup .close-popup:before,
#search-popup .close-popup:after {
  box-sizing: content-box;
  content: '';
  display: block;
  margin: -5px;
  position: absolute;
  top: 50%;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  margin-top: -4px;
  margin-left: 0;
  margin-right: 0;
  border-style: solid;
  border-color: #2a2a2a;
}

#search-popup .close-popup:before {
  border-width: 0 0 3px 3px;
  left: 50%;
}