@charset "UTF-8";
/*
Theme Name: Default theme
Description:Responsive Grid Wordpress Theme based on Boostrap 3, Font Awesome and Isotope.
Version: 	1.0021
Author:		Jan Valo
Tags:		responsive-layout,custom-menu, featured-images, fluid-layout, full-width-template, left-sidebar, right-sidebar, theme-options

Copyright (c) 2015 AUK Global
http://www.aukglobal.com
*/
*, *::after, *::before {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden; }

body {
  margin: 0;
  font-family: sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  letter-spacing: .01em;
  line-height: 1.6;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

iframe {
  border: 0; }

main {
  display: block; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }

li {
  display: block; }

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

dd {
  margin-left: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit; }

blockquote {
  margin: 0;
  padding: 0; }

p {
  margin-top: 0;
  margin-bottom: 0; }

sup {
  position: relative;
  top: -.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0; }

strong {
  font-weight: bold; }

figure {
  margin: 0; }

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

a {
  text-decoration: none;
  color: inherit; }

button {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  overflow: visible; }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

:focus {
  outline: 0; }

svg:not(:root) {
  overflow: hidden; }

hr {
  box-sizing: content-box;
  height: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.is-relative {
  position: relative; }

.is-fixed {
  position: fixed; }

.is-absolute {
  position: absolute; }

.reset {
  margin: 0;
  padding: 0; }

hr {
  margin: 2.33em 0;
  background: #ddd;
  border: none;
  height: 1px; }

ol {
  list-style: decimal outside;
  margin: 1em 2em; }

ul {
  list-style: disc outside;
  margin: 1em 2em; }

ol > li, ul > li {
  display: list-item; }

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

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

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

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

.is-uppercase {
  text-transform: uppercase; }

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

.is-disabled {
  cursor: disabled; }

.is-default {
  color: #4D5D70; }

.is-dark {
  color: #4D5D70; }

.is-primary {
  color: #04B38C; }

.is-muted {
  color: #9c9c9c; }

@keyframes spin-around {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.loader,
.is-loading {
  position: relative;
  color: transparent !important;
  pointer-events: none; }
  .loader:after,
  .is-loading:after {
    animation: spin-around 600ms infinite linear;
    border: 1px solid #9c9c9c;
    border-width: 3px 0 2px 3px;
    border-color: transparent transparent #9c9c9c #9c9c9c;
    border-radius: 100%;
    content: "";
    display: block;
    height: 2rem;
    width: 2rem;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -9px;
    position: absolute; }

body {
  color: #4D5D70; }

a {
  color: #04B38C;
  text-decoration: none; }
  a:hover {
    color: #039373; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-bottom: 2.0rem;
  margin-top: 0; }

h1 {
  font-size: 4.8rem;
  letter-spacing: -.1rem;
  line-height: 1.2;
  margin: 0.67em 0; }

h2 {
  font-size: 3.6rem;
  letter-spacing: -.1rem;
  line-height: 1.25;
  margin: 0.83em 0; }

h3 {
  font-size: 2.4rem;
  letter-spacing: -.1rem;
  line-height: 1.3;
  margin: 1em 0; }

h4 {
  font-size: 1.8rem;
  letter-spacing: -.08rem;
  line-height: 1.35;
  margin: 1.33em 0; }

h5 {
  font-size: 1.6rem;
  letter-spacing: -.05rem;
  line-height: 1.5;
  margin: 1.67em 0; }

h6 {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 2.33em 0; }

p {
  font-weight: 300;
  line-height: 1.6;
  margin-top: 0; }

blockquote {
  border-left: 0.2rem solid #9c9c9c;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem 1.5rem; }
  blockquote small {
    font-style: italic; }
  blockquote *:last-child {
    margin: 0; }

pre {
  overflow: auto; }

code,
pre {
  font-family: monospace;
  font-size: 1em; }

.subtitle {
  color: #9c9c9c; }

.button, .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: transparent;
  border-color: #f6f7f9;
  color: #4D5D70; }
  .button:focus, .button:active:focus, .btn:focus, .btn:active:focus {
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .button:hover, .button:focus, .btn:hover, .btn:focus {
    border-color: #9baabb;
    color: #4D5D70;
    text-decoration: none; }
  .button:active, .btn:active {
    border-color: transparent;
    outline: 0; }
  .button.is-outlined, .btn.is-outlined {
    background: transparent !important;
    border-color: #f6f7f9;
    color: #4D5D70; }
    .button.is-outlined:hover, .button.is-outlined:focus, .btn.is-outlined:hover, .btn.is-outlined:focus {
      border-color: #9baabb;
      color: #4D5D70; }
    .button.is-outlined.is-loading:after, .btn.is-outlined.is-loading:after {
      border-color: transparent transparent white white !important; }
  .button.is-dark, .btn.is-dark {
    background: #4D5D70;
    border-color: transparent;
    color: white; }
    .button.is-dark:hover, .button.is-dark:focus, .btn.is-dark:hover, .btn.is-dark:focus {
      background: #384452;
      border-color: transparent;
      color: white; }
    .button.is-dark:active, .btn.is-dark:active {
      border-color: transparent; }
    .button.is-dark.is-outlined, .btn.is-dark.is-outlined {
      border-color: #4D5D70;
      color: #4D5D70; }
      .button.is-dark.is-outlined:hover, .button.is-dark.is-outlined:focus, .btn.is-dark.is-outlined:hover, .btn.is-dark.is-outlined:focus {
        border-color: #384452;
        color: #384452; }
    .button.is-dark.is-loading:after, .btn.is-dark.is-loading:after {
      border-color: transparent transparent white white !important; }
  .button.is-primary, .btn.is-primary {
    background: #04B38C;
    border-color: transparent;
    color: white; }
    .button.is-primary:hover, .button.is-primary:focus, .btn.is-primary:hover, .btn.is-primary:focus {
      background: #038165;
      border-color: transparent;
      color: white; }
    .button.is-primary:active, .btn.is-primary:active {
      border-color: transparent; }
    .button.is-primary.is-outlined, .btn.is-primary.is-outlined {
      border-color: #04B38C;
      color: #04B38C; }
      .button.is-primary.is-outlined:hover, .button.is-primary.is-outlined:focus, .btn.is-primary.is-outlined:hover, .btn.is-primary.is-outlined:focus {
        border-color: #038165;
        color: #038165; }
    .button.is-primary.is-loading:after, .btn.is-primary.is-loading:after {
      border-color: transparent transparent white white !important; }
  .button.is-large, .btn.is-large {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 4px; }
  .button.is-small, .btn.is-small {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px; }
  .button.is-block, .btn.is-block {
    display: block;
    width: 100%; }
  .button.is-round, .btn.is-round {
    border-radius: 50px; }
  .button.disabled, .button[disabled], .btn.disabled, .btn[disabled] {
    cursor: not-allowed;
    opacity: 0.5; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  position: absolute;
  line-height: normal;
  margin: 0;
  margin-top: 4px \9;
  opacity: 1;
  left: 0;
  top: 3px;
  min-height: 0; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

select.form-control{
  min-height:30px;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.input {
  appearance: none;
  background-color: #fff;
  border: 0.1rem solid #ddd;
  border-bottom: 0.2rem solid #ddd;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  height: 38px;
  padding: 6px 12px;
  width: 100%;
  height: 38px;
  font-size: 16px;
  line-height: 1.5;
  color: #6f6f6f;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .input:focus {
    border-color: #66afe9;
    outline: 0; }
  .input::-ms-expand {
    border: 0;
    background-color: transparent; }
  .input[disabled], .input[readonly] {
    background-color: #f3f3f3;
    opacity: 1; }
  .input[disabled] {
    cursor: not-allowed; }

.select {
  position: relative; }
  .select select {
    background: transparent; }
  .select:after {
    content: '';
    position: absolute;
    width: 3.5rem;
    height: 3.8rem;
    right: 0;
    top: 0;
    z-index: -1;
    background: url('data:image/svg+xml;utf8,<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" height="64" version="1" viewBox="0 0 64 64" width="64" xml:space="preserve"><path d="M12 21 32 42 52 21" style="fill:none;stroke-linecap:round;stroke-width:4;stroke:#6f6f6f"/></svg>') no-repeat center;
    background-size: 2.6rem; }

textarea {
  min-height: 6.5rem;
  overflow: auto; }

label,
legend {
  font-size: 1.6rem;
  font-weight: 700;
  display: block;
  margin-bottom: .5rem; }

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
  min-width: 0; }

.label-inline {
  font-weight: normal;
  display: inline-block;
  margin-left: .5rem; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

legend {
  border: 0;
  padding: 0;
  font-size: 24px;
  line-height: inherit;
  display: block;
  width: 100%; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 400;
  padding: 0 0.8rem;
  font-size: 90%;
  color: #6f6f6f; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].input,
  input[type="time"].input,
  input[type="month"].input {
    line-height: 38px; } }

.form-group {
  margin-bottom: 15px !important; }

.radio,
.checkbox {
  min-height: 24px;
  padding-left: 2.5rem;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  margin: .5rem;
  line-height: 135%;
  display: block; }
  .radio:focus,
  .checkbox:focus {
    outline: 0; }
  .radio.inline,
  .checkbox.inline {
    display: inline-block; }

.checkbox input:before {
  -webkit-transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -o-transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  -moz-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  z-index: 1;
  width: 1.4rem;
  height: 0.8rem;
  border: 0.3rem solid #04B38C;
  border-top-style: none;
  border-right-style: none; }

.checkbox input:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  -moz-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1); }

.checkbox input:checked:after {
  border-color: #fff; }

.checkbox input:after {
  -webkit-transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -o-transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  content: "";
  position: absolute;
  top: -0.3rem;
  left: -0.3rem;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 0.2rem solid #ddd;
  cursor: pointer; }

.radio input:before {
  -webkit-transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -o-transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  transform: scale(0, 0);
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0rem;
  z-index: 1;
  width: 1.2rem;
  height: 1.2rem;
  background: #04B38C;
  border-radius: 50%; }

.radio input:checked:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1); }

.radio input:after {
  -webkit-transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -o-transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  content: "";
  position: absolute;
  top: -0.3rem;
  left: -0.4rem;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border: 0.2rem solid #ddd;
  border-radius: 50%; }

[disabled],
.is-disabled {
  cursor: not-allowed; }

.has-feedback {
  position: relative; }
  .has-feedback .input {
    padding-right: 47.5px; }

.has-success .help-block,
.has-success label,
.has-success .radio,
.has-success .checkbox,
.has-success.radio label,
.has-success.checkbox label {
  color: #15CA8F; }

.has-success .input {
  border-bottom-color: #86f2cf; }
  .has-success .input:focus {
    border-color: #15CA8F; }

.has-success .input-feedback {
  color: #15CA8F; }

.has-error .help-block,
.has-error label,
.has-error .radio,
.has-error .checkbox,
.has-error.radio label,
.has-error.checkbox label {
  color: #E02B5D; }

.has-error .input {
  border-bottom-color: #f4b0c3; }
  .has-error .input:focus {
    border-color: #E02B5D; }

.has-error .input-feedback {
  color: #E02B5D; }

.help-block {
  display: block;
  margin-bottom: 15px;
  padding: 6px 12px;
  color: #484848;
  background: #f3f3f3; }

.table {
  background: white;
  color: #4D5D70;
  margin-bottom: 20px;
  width: 100%; }
  .table th,
  .table td {
    border: 1px solid #ddd;
    border-width: 0 0 1px;
    padding: 8px 10px;
    vertical-align: top; }
    .table th.table-link,
    .table td.table-link {
      padding: 0; }
      .table th.table-link > a,
      .table td.table-link > a {
        display: block;
        padding: 8px 10px; }
        .table th.table-link > a:hover,
        .table td.table-link > a:hover {
          color: #04B38C; }
  .table th {
    color: #4D5D70;
    text-align: left; }
  .table tr:hover {
    background: rgba(243, 243, 243, 0.3);
    color: #6f6f6f; }
  .table tr:last-child td {
    border-bottom-width: 0; }
  .table thead th,
  .table thead td {
    border-width: 0 0 2px;
    color: #9c9c9c; }
  .table tfoot th,
  .table tfoot td {
    border-width: 2px 0 0;
    color: #9c9c9c; }
  .table.is-striped tbody tr:nth-child(2n) {
    background: rgba(243, 243, 243, 0.5); }
    .table.is-striped tbody tr:nth-child(2n):hover {
      background: #f3f3f3; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 47em) {
    .table-responsive {
      width: 100%;
      margin-bottom: 18px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; } }

.alert {
  padding: 1.6rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 3px;
  font-weight: normal;
  margin-bottom: 2rem;
  color: #6f6f6f;
  background-color: #f6f6f6; }
  .alert .title {
    font-size: 2rem; }

.badge {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: #f3f3f3;
  color: #6f6f6f;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4rem;
  border-radius: 0.2rem;
  text-align: center;
  vertical-align: middle; }
  .badge + .badge {
    margin-right: 5px; }

.alert.is-dark,
.badge.is-dark {
  color: white;
  background-color: #4D5D70; }

.alert.is-primary,
.badge.is-primary {
  color: white;
  background-color: #04B38C; }

.media-image.is-32 {
  width: 32px; }

.media-image.is-40 {
  width: 40px; }

@media only screen and (max-width: 30em) {
  .media-image {
    margin-bottom: 10px; } }

@media only screen and (min-width: 30em) {
  .media-image {
    margin-right: 10px;
    width: 60px; } }

.media-number {
  background: #fff;
  border-radius: 290486px;
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 24px;
  min-width: 32px;
  padding: 4px 8px;
  text-align: center;
  vertical-align: top; }
  @media only screen and (max-width: 30em) {
    .media-number {
      margin-bottom: 10px; } }
  @media only screen and (min-width: 30em) {
    .media-number {
      margin-right: 10px; } }

@media only screen and (max-width: 30em) {
  .media-left {
    margin-bottom: 20px; } }

@media only screen and (min-width: 30em) {
  .media-left {
    margin-right: 20px; } }

@media only screen and (max-width: 30em) {
  .media-right {
    margin-top: 20px; } }

@media only screen and (min-width: 30em) {
  .media-right {
    margin-left: 20px; } }

.media-content {
  flex: 1;
  text-align: left; }
  .media-content .textarea {
    min-height: 60px; }
  .media-content .title {
    font-size: 1.6rem;
    margin: 0;
    display: inline-block;
    letter-spacing: 0;
    font-weight: 600; }
    .media-content .title + small {
      margin-left: 5px; }

.media {
  align-items: flex-start;
  text-align: left; }
  .media .content:not(:last-child) {
    margin-bottom: 10px; }
  .media .media {
    display: flex;
    padding-top: 10px; }
    .media .media .media-image {
      margin-bottom: 0;
      margin-right: 10px;
      width: 40px; }
    .media .media .content:not(:last-child) {
      margin-bottom: 5px; }
    .media .media .media {
      font-size: 12px;
      padding-top: 5px; }
      .media .media .media + .media {
        margin-top: 5px; }
  .media + .media {
    border-top: 1px solid rgba(156, 156, 156, 0.2);
    margin-top: 10px;
    padding-top: 10px; }
  .media.is-large + .media {
    margin-top: 20px;
    padding-top: 20px; }
  @media only screen and (min-width: 30em) {
    .media {
      display: flex; }
      .media.is-large .media-number {
        margin-right: 20px; } }

.card-image {
  display: block;
  position: relative; }
  .card-image img {
    display: block; }
  .card-image.is-square img, .card-image.is-4x3 img, .card-image.is-3x2 img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%; }
  .card-image.is-square {
    padding-top: 100%; }
  .card-image.is-4x3 {
    padding-top: 75%; }
  .card-image.is-3x2 {
    padding-top: 66.6666%; }

.card-content {
  padding: 10px; }
  .card-content .title {
    margin-top: 0;
    margin-bottom: 2rem; }
  .card-content .title + .subtitle {
    margin-top: -20px;
    margin-bottom: 0; }

.card-footer {
  background: #fff;
  display: block;
  padding: 10px; }

.card {
  background: white;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  position: relative;
  width: 300px; }
  .card .media:not(:last-child) {
    margin-bottom: 10px; }
  .card small {
    display: block; }
  .card.is-rounded {
    border-radius: 5px; }

.nav ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin: 0; }
  .nav ul:before, .nav ul:after {
    content: " ";
    display: table; }
  .nav ul:after {
    clear: both; }
  .nav ul > li {
    position: relative;
    display: block; }
    .nav ul > li > a {
      position: relative;
      display: block;
      color: #6f6f6f;
      padding: 1rem 1.6rem; }
      .nav ul > li > a:hover {
        color: #04B38C; }

.nav.is-inline ul > li {
  display: inline-block; }

.tabs {
  line-height: 24px;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap; }
  .tabs ul {
    margin: 0; }
  .tabs a {
    border-bottom: 1px solid transparent;
    color: #6f6f6f;
    display: block;
    margin-bottom: -1px;
    padding: 0.6rem 1.2rem;
    vertical-align: top; }
    .tabs a:hover {
      border-bottom-color: #04B38C;
      color: #04B38C; }
  .tabs li {
    display: block;
    vertical-align: top; }
    .tabs li.is-active a {
      border-bottom-color: #04B38C;
      color: #04B38C; }
  .tabs ul {
    border-bottom: 1px solid #f3f3f3;
    display: flex; }
  .tabs.is-centered a {
    padding: 0.6rem 1.2rem; }
  .tabs.is-centered ul {
    justify-content: center;
    text-align: center; }
  .tabs.is-centered li + li {
    margin-left: 0; }
  .tabs.is-boxed a {
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0;
    padding: 0.6rem 1.2rem; }
    .tabs.is-boxed a:hover {
      background: #9c9c9c;
      border-bottom-color: #9c9c9c; }
  .tabs.is-boxed li.is-active a {
    background: #fff;
    border-color: #9c9c9c;
    border-bottom-color: transparent; }
  .tabs.is-boxed.is-centered li {
    margin: 0 2px; }
  .tabs.is-toggle a {
    border: 1px solid #9c9c9c;
    margin-bottom: 0;
    padding: 0.6rem 1.2rem;
    position: relative; }
    .tabs.is-toggle a:hover {
      background: #04B38C;
      border-color: #04B38C;
      z-index: 2; }
  .tabs.is-toggle li + li {
    margin-left: -1px; }
  .tabs.is-toggle li:first-child a {
    border-radius: 3px 0 0 3px; }
  .tabs.is-toggle li:last-child a {
    border-radius: 0 3px 3px 0; }
  .tabs.is-toggle li.is-active a {
    background: #9c9c9c;
    border-color: #9c9c9c;
    color: #fff;
    z-index: 1; }
  .tabs.is-toggle ul {
    border-bottom: none; }
  .tabs:not(:last-child) {
    margin-bottom: 20px; }
  .tabs.is-right ul {
    justify-content: flex-end; }

@media only screen and (min-width: 30em) {
  .tabs.is-fullwidth li {
    flex: 1; }
    .tabs.is-fullwidth li + li {
      margin-left: 0; }
  .tabs.is-fullwidth ul {
    justify-content: center;
    text-align: center; } }

.panel {
  background: #fff;
  padding: 0;
  border: 1px solid #f3f3f3;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px; }
  .panel header {
    background: #f3f3f3;
    padding: 1.5rem 2rem;
    font-weight: 400; }
  .panel-content {
    padding: 1.5rem 2rem; }
    .panel-content.no-padding {
      padding: 0; }
  .panel.is-dark {
    border: 1px solid #4D5D70;
    color: #4D5D70; }
    .panel.is-dark header {
      background: #4D5D70;
      color: white; }
    .panel.is-dark a {
      color: #4D5D70;
      font-weight: 400;
      text-decoration: underline; }
  .panel.is-primary {
    border: 1px solid #04B38C;
    color: #04B38C; }
    .panel.is-primary header {
      background: #04B38C;
      color: white; }
    .panel.is-primary a {
      color: #04B38C;
      font-weight: 400;
      text-decoration: underline; }

.side-panel {
  background-color: #222;
  position: fixed;
  height: 100vh;
  width: 18em;
  z-index: 999;
  display: none; }
  .side-panel .nav {
    transform: translateY(-100%);
    transition: transform .3s;
    transform: translateY(0);
    padding: 5rem 0.5rem 0;
    text-align: left;
    margin: 0; }
    .side-panel .nav li {
      list-style-type: none; }
      .side-panel .nav li a {
        color: #f3f3f3;
        display: block;
        padding: 1rem 1.8rem;
        text-decoration: none;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
  @media only screen and (min-width: 48em) {
    .side-panel {
      display: inline-block; } }

.nav-trigger {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent; }
  .nav-trigger span {
    position: absolute;
    height: 2px;
    width: 20px;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -10px;
    -webkit-transition: background-color 0.3s 0.3s;
    -o-transition: background-color 0.3s 0.3s;
    transition: background-color 0.3s 0.3s; }
    .nav-trigger span::before, .nav-trigger span::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transform: translateZ(0);
      -moz-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      will-change: transform;
      -webkit-transition: transform 0.3s 0.3s;
      -o-transition: transform 0.3s 0.3s;
      transition: transform 0.3s 0.3s; }
    .nav-trigger span::before {
      -webkit-transform: translateY(-6px);
      -moz-transform: translateY(-6px);
      transform: translateY(-6px); }
    .nav-trigger span::after {
      -webkit-transform: translateY(6px);
      -moz-transform: translateY(6px);
      transform: translateY(6px); }
  @media only screen and (min-width: 62em) {
    .nav-trigger {
      display: none; } }

.nav-is-visible .nav-trigger span::before {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg); }

.nav-is-visible .nav-trigger span::after {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg); }

.nav-is-visible .main-nav {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0); }

.has-item .title,
.has-item .subtitle {
  margin-bottom: 0; }

.has-item.nav, .has-item .nav {
  display: inline-block; }
  .has-item.nav ul, .has-item .nav ul {
    margin: 0; }
    .has-item.nav ul li, .has-item .nav ul li {
      display: inline-block; }

@media only screen and (max-width: 30em) {
  .has-item:not(:last-child) {
    margin-bottom: 10px; } }

.navbar {
  padding: 0.5rem 2rem;
  position: relative; }
  .navbar:not(:last-child) {
    margin-bottom: 20px; }
  .navbar img {
    display: inline-block;
    vertical-align: top; }
  .navbar .is-toggle {
    display: none; }
  @media only screen and (min-width: 30em) {
    .navbar {
      align-items: center;
      display: flex;
      display: -ms-flexbox;
      justify-content: space-between; }
      .navbar > .has-item:not(.is-narrow) {
        flex: 1;
        -ms-flex: 0 0 33%; } }

@media only screen and (max-width: 30em) {
  .is-toggle span {
    background: #4D5D70; }
  .is-toggle.is-active span {
    background: #4D5D70; }
  .navbar .has-item {
    border-top-color: rgba(77, 93, 112, 0.2); }
  .is-brand {
    order: -1;
    -ms-flex-order: -1; } }

.navbar-left .has-item.is-flexible,
.navbar-right .has-item.is-flexible {
  flex: 1;
  -ms-flex: 1; }

.navbar-left .has-item:not(:last-child),
.navbar-right .has-item:not(:last-child) {
  margin-right: 10px; }

@media only screen and (max-width: 30em) {
  .navbar-left + .navbar-right {
    margin-top: 20px; } }

@media only screen and (min-width: 30em) {
  .navbar-left {
    align-items: center;
    display: flex;
    display: -ms-flex; } }

@media only screen and (min-width: 30em) {
  .navbar-right {
    align-items: center;
    display: flex;
    display: -ms-flex;
    justify-content: flex-end; } }

/* VARIABLES */
/* RESPONSIVE */
@media only screen and (max-width: 768px) {
  .navbar,
  body {
    height: 100%; }
  .site-container {
    overflow: hidden; }
  .site-pusher {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px); }
  .site-content {
    position: absolute;
    top: 66px;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .navbar .is-toggle {
    display: inline-block;
    width: 3rem;
    height: auto;
    float: left;
    margin-right: 1.2rem; }
    .navbar .is-toggle span {
      background: #4D5D70;
      height: 0.3rem;
      display: block;
      margin: 4px 0;
      border-radius: 8px; }
    .navbar .is-toggle.is-active span {
      background: #4D5D70; }
  .navbar .can-collapse {
    display: none; }
    .navbar .can-collapse .nav li {
      display: block;
      text-align: center; }
  .navbar.is-open .can-collapse {
    display: block; }
    .navbar.is-open .can-collapse nav {
      display: block; }
  .navbar.is-pushy .can-collapse {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    /* overflow-y: scroll;
    -webkit-overflow-scrolling: touch;*/
    width: 250px;
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    transform: translateX(-250px); }
    .navbar.is-pushy .can-collapse a {
      display: block;
      height: 40px;
      text-align: center;
      line-height: 40px;
      border-bottom: 1px solid #3f51b5; }
  .menu-is-open .navbar {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    transform: translateX(250px); }
  .menu-is-open .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); } }

.hero.is-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden; }
  .hero.is-video.is-transparent {
    opacity: 0.3; }
  .hero.is-video video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0); }

.hero-content {
  padding: 40px 20px; }
  @media only screen and (min-width: 48em) {
    .hero-content {
      padding: 40px 0; } }

.has-buttons {
  margin-top: 20px; }
  @media only screen and (max-width: 30em) {
    .has-buttons .button {
      display: block; }
      .has-buttons .button:not(:last-child) {
        margin-bottom: 10px; } }
  @media only screen and (min-width: 30em) {
    .has-buttons {
      display: flex;
      justify-content: center; }
      .has-buttons .button:not(:last-child) {
        margin-right: 20px; } }

.hero {
  background: #fff;
  text-align: center; }
  .hero .navbar {
    background: none; }
  .hero .tabs a, .hero .tabs ul {
    border: none; }
  .hero.is-light {
    background: #f3f3f3;
    color: #6f6f6f; }
    .hero.is-light a {
      color: #6f6f6f !important; }
  .hero.is-default {
    background: #4D5D70;
    color: white; }
    .hero.is-default a {
      color: white !important; }
    .hero.is-default .subtitle {
      color: white; }
  .hero.is-dark {
    background: #4D5D70;
    color: white; }
    .hero.is-dark a {
      color: white !important; }
    .hero.is-dark .subtitle {
      color: white; }
  .hero.is-primary {
    background: #04B38C;
    color: white; }
    .hero.is-primary a {
      color: white !important; }
    .hero.is-primary .subtitle {
      color: white; }
  .hero.is-fullheight {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh; }
    .hero.is-fullheight .hero-content {
      display: flex;
      flex: 1;
      flex-direction: column;
      justify-content: center; }

/* VARIABLES */
@font-face {
  font-family: 'Geotica';
  src: url("fonts/Geotica_Three-webfont.eot");
  src: url("fonts/Geotica_Three-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Geotica_Three-webfont.woff2") format("woff2"), url("fonts/Geotica_Three-webfont.woff") format("woff"), url("fonts/Geotica_Three-webfont.ttf") format("truetype"), url("fonts/Geotica_Three-webfont.svg#geotica_threeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  background: #f3f3f3;
  font-family: Exo, sans-serif;
  overflow-x: hidden; }

header .is-brand a {
  display: inline-block;
  font-size: 3.4rem;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Geotica;
  color: #4D5D70; }
  header .is-brand a:hover {
    text-decoration: none; }

header .is-brand .logo {
  width: 60px;
  top: 0;
  height: 20px;
  margin: 0 auto 0;
  background-size: 40px; }

header.header {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.13);
  margin-bottom: 15px; }

.navbar {
  align-items: flex-start;
  -ms-flex-align: start;
  margin: 0 !important;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-flow: row wrap; }

.navbar .has-item {
  -ms-flex: 0 0 33% !important; }

.navbar .has-item.is-mainmenu {
  flex-grow: 3;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%; }

.navbar .is-toggle {
  position: absolute;
  left: 0;
  top: 25px; }

.navbar.is-secondary {
  align-items: center;
  -ms-flex-align: center; }

.navbar.is-secondary .has-item {
  margin-bottom: -12px;
  -ms-flex: 0 0 100%; }

.navbar .nav ul > li > a {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0; }
  .navbar .nav ul > li > a:hover {
    background: transparent; }

.section-social-links > a > i {
  font-size: 2.6rem; }

.section-social-links ul li i {
  font-size: 1.8rem; }

.section-social-links ul li a {
  padding: 1.5rem 0.6rem !important; }

.wmle_post_title {
  padding: 10px; }

.card {
  margin-bottom: 15px;
  width: auto; }

.wmle_post_title .title {
  margin-bottom: 0;
  color: #333;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1.6rem;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 40px; }

.wmle_post_title h6 {
  margin: 8px 0 0;
  color: #888; }

.wmle_post_title a, .wmle_post_title a:hover {
  text-decoration: none; }

.sing-tit, .page-title {
  background: #64A4B5;
  background-image: linear-gradient(-270deg, #13BDC4 0%, #66A3B4 100%);
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.33);
  color: #fff;
  text-transform: uppercase;
  padding: .8em 0;
  font-size: 3.5em;
  margin: 0 0 20px;
  font-family: Exo;
  text-align: center; }

.wc-description {
  padding: 3% 2%; }

@media only screen and (min-width: 30em) {
  header .is-brand a {
    font-size: 2.8rem; } }

@media only screen and (max-width: 30em) {
  header .is-brand a {
    font-size: 2.8rem; }
    header .is-brand a .logo {
      margin: 0;
      height: 10px; }
  .is-mainmenu {
    flex: none !important;
    -ms-flex: none !important; }
  .summary.entry-summary {
    padding: 0 2rem;
    margin-top: -30px;
    text-align: center; }
  .wc-description {
    padding: 3% 6% 1em; } }

@media (max-width: 768px) {
  .navbar {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center; }
  .navbar .can-collapse .nav.is-inline li {
    display: inline-block; } }

a.block.block-about {
  padding: 0.5rem;
  display: block;
  color: #04B38C;
  text-align: center; }

.logo.is-large {
  margin: 25px auto 0;
  background: url("img/logo_w.svg") no-repeat center center;
  width: 80%;
  height: 130px;
  background-size: contain; }

a.block.block-about h3 {
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: inherit; }

a.block.block-about:hover {
  text-decoration: none; }

.wmle_item_holder {
  padding: 10px; }

.tagline h3 {
  margin: .5em 0;
  letter-spacing: 0.01em;
  font-size: 3rem;
  font-style: italic; }

.tagline {
  margin-bottom: 20px; }

.container {
  max-width: 1240px; }

@media (min-width: 768px) {
  .container {
    width: 95%; } }

.banner-footer-section {
  padding: 10px;
  background: white;
  margin-top: 20px;
  text-align: center;
  color: #4D5D70; }
  .banner-footer-section h4 {
    font-size: 14px; }

.banner-publogos {
  height: 45px;
  background: url(img/publogos.png) no-repeat top center; }

h1.product_title.entry-title {
  font-size: 1.8em;
  padding: 20px 0 10px !important; }

p.price span {
  font-size: 1.3em;
  margin-right: 30px;
  color: #333; }

.price-paperpack {
  margin-top: 10px; }

.price-paperpack h5 {
  color: #aaa;
  margin: 0px 10px 10px; }

.price-paperpack span {
  margin-right: 20px; }

.related.products h2 {
  text-align: center;
  font-size: 1.2em;
  font-weight: 600; }

h4.product_book-author small {
  text-transform: lowercase; }

h3.product_subtitle {
  font-size: 90%;
  font-weight: 400;
  margin: 0 0 35px;
  color: #3E3E3E; }

ul.attributes-list {
  list-style-type: none;
  margin: 20px 0;
  padding: 0px; }

ul.attributes-list li span {
  display: inline-block;
  width: 50%;
  color: #888; }

ul.attributes-list li {
  margin: 0 0 10px; }

.woocommerce ul.products li.product a img {
  margin: 0 !important; }

footer.footer {
  background: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1rem; }

.box-card {
  background: white;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  position: relative; }

.single .box-card {
  padding: 1.5em 2em;
  margin-bottom: 1.5rem; }

.wmle_post_excerpt {
  padding: 1.5rem;
  font-size: 1.3rem; }

form.woocommerce-ordering select {
  width: 80%;
  border: 1px solid #eee;
  font-size: 90%;
  border-radius: 0; }

.widget_product_categories {
  background: #fff;
  padding: 15px; }

ul.product-categories {
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
  margin: 0; }

.widget_product_categories li {
  text-overflow: ellipsis;
  overflow: hidden; }

@media only screen and (max-width: 768px) {
  ul.product-categories {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3; } }

@media only screen and (max-width: 400px) {
  ul.product-categories {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2; }
  .single .box-card {
    padding: 1.5em 1em; } }

.widget_product_categories li a {
  font-weight: 400;
  font-size: 1.5rem;
  padding: 5px !important;
  text-overflow: ellipsis; }

.widget_product_categories {
  background: transparent;
  padding: 15px; }
  .widget_product_categories:before, .widget_product_categories:after {
    display: table;
    content: " "; }
  .widget_product_categories:after {
    clear: both; }

.menu-sidemenu-container {
  background: white;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  position: relative; }

.menu-sidemenu-container ul {
  margin: 0;
  list-style-type: none;
  padding: .5em 0; }

.menu-sidemenu-container ul li a {
  padding: 5px 15px !important;
  display: block;
  color: #4D5D70;
  font-weight: 600; }

.menu-sidemenu-container ul li {
  display: block; }

.menu-sidemenu-container ul li a:hover {
  text-decoration: none; }

input, button, select, textarea {
  width: 100%;
  border: 2px solid #eee;
  min-height: 50px;
  background: #fff; }
  input:focus, button:focus, select:focus, textarea:focus {
    outline: none;
    border: 2px solid #04B38C; }

form.wpcf7-form {
  width: 80%;
  max-width: 600px;
  margin: 20px auto; }

input.wpcf7-form-control.wpcf7-submit {
  margin-top: 20px;
  background: #04B38C;
  color: #fff; }

input, button, select, textarea {
  width: 100%;
  border: 2px solid #E8E8E8;
  min-height: 50px;
  background: #F3F3F3; }

form.woocommerce-product-search input {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding-left: 20px;
  border-right: 0;
  border: none;
  background: none;
  border-bottom: 2px solid #04B38C;
  padding-right: 50px; }

label.screen-reader-text {
  display: none; }

form.woocommerce-product-search button {
  width: 50px;
  border: none;
  border-left: 0;
  text-align: center;
  background: none;
  border-radius: 0 4px 4px 0;
  color: #04B38C;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0; }

form.woocommerce-product-search input:focus >  form.woocommerce-product-search button {
  background: #ccc; }

div#woocommerce_product_search-2 {
  width: 100%;
  max-width: 480px;
  margin: 15px auto 40px;
  z-index: 11;
  position: relative; }

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
  margin: -30px 0 3em !important; }

.woocommerce ul.products li.product .price {
  color: #04B38C !important;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1em !important;
  float: right !important;
  margin-top: -20px !important; }

.row.padding {
  padding: 2% 3%; }

.container.box-card {
  margin-bottom: 15px;
  min-height: 500px; }

main .nav {
  margin: 15px 0; }

main h1 {
  font-size: 3.8rem; }

.lmp_load_more_button .lmp_button,
.lmp_load_more_button .lmp_button:hover {
  color: #fff !important;
  background-color: #04B38C !important; }

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 1.5% 2.992em 0 !important;
  width: 18.5% !important;
  max-height: 418px;
  overflow: hidden; }

@media only screen and (max-width: 960px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 2.9% 2.992em 0 !important;
    width: 22.1% !important; } }

@media only screen and (max-width: 768px) {
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 48% !important;
    margin: 0 0 2.992em !important; } }

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  .is-brand {
    order: -1;
    -ms-flex-order: -1; }
  .is-mainmenu {
    flex: none !important;
    -ms-flex: none !important; }
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 31% !important;
    margin: 0 1.16% 2.992em !important;
    clear: none !important;
    float: left !important; }
  .wmle_post_title .title {
    height: 40px; } }

.row-widget .textwidget {
  background: white;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  position: relative;
  margin-bottom: 20px;
  text-align: center; }

#text-3 .textwidget {
  background: white;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  position: relative;
  margin-bottom: 20px;
  text-align: center; }

#text-3 .card {
  background: none;
  box-shadow: none; }

.row-widget .textwidget a {
  font-size: 3rem;
  padding: 1.5em 0;
  display: block;
  text-decoration: none;
  text-transform: uppercase; }

#text-3 .textwidget a {
  font-size: 3rem;
  padding: 1.5em 0;
  display: block;
  text-decoration: none;
  text-transform: uppercase; }

.row-widget .textwidget a:hover {
  background: #04B38C;
  color: #fff; }

div#text-2 .textwidget {
  background: none;
  box-shadow: none; }

div#text-2 .textwidget a {
  padding: 0; }

div#text-2 .textwidget a:hover {
  background: none; }

.logo.is-large {
  margin: 0 auto 0;
  background: url("img/logo_w.svg") no-repeat center center;
  width: 80%;
  height: 160px;
  background-size: contain; }

.bne_testimonial_list_widget {
  padding: 0 10px; }

.bne-testimonial-description p {
  font-size: 90%; }

ul.publishers {
  list-style-type: none; }

ul.publishers li {
  height: 80px;
  display: inline-block; }

ul.publishers li img {
  height: 100%;
  width: auto;
  padding: 20px; }

.wptg-comparison-table {
  width: 100%; }

.wptg-comparison-table th {
  font-size: 1.2em;
  text-align: center;
  padding-bottom: 10px; }

.wptg-comparison-table th, .wptg-comparison-table td {
  text-align: center; }

.wptg-comparison-table tr td:first-child {
  text-align: left;
  font-weight: normal; }

.wptg-comparison-table tr td {
  padding: 5px; }

tbody.wptg-tbody td {
  border-top: 1px solid #efefef;
  vertical-align: middle;
  font-weight: 600; }

tbody.wptg-tbody .wptg-icon-tick {
  font-size: 1.4em;
  color: #14C496; }

@media only screen and (max-width: 768px) {
  .wptg-comparison-table {
    font-size: 90%; } }

@media only screen and (max-width: 400px) {
  .wptg-comparison-table {
    font-size: 80%; }
  .wptg-comparison-table th {
    font-size: 1.1em;
    padding: 0 2px;
    text-align: center;
    padding-bottom: 10px; }
  form.wpcf7-form {
    width: 100%;
    max-width: 600px;
    margin: 20px auto; } }

.page-template-about-page .banner-footer-section {
  display: none; }

div#text-2 .card {
  background: transparent;
  box-shadow: none; }

.ms-slide .ms-slide-bgcont img, .ms-container, .ms-inner-controls-cont {
  max-width: none; }

.is-search-toggle {
  color: #6f6f6f !important; }

.is-search {
  margin-top: -52px;
  position: relative;
  display: none;
  opacity: 0;
  width: 0;
  transition: all .3s linear; }

.is-search-open .is-search {
  display: block;
  width: 200px;
  opacity: 1;
  transition: all .3s linear; }

.is-search .is-search-toggle {
  display: inline-block;
  position: absolute;
  padding: 0.8rem 0.6rem !important; }

.is-search input {
  padding-left: 35px !important;
  min-height: 40px;
  background: #fff !important; }

.is-search form {
  margin: 0; }

.is-search button {
  min-height: 40px;
  line-height: 20px;
  position: absolute !important;
  top: 0;
  right: 0;
  font-family: FontAwesome !important;
  background: none !important; }

.error404 .container, .search-no-results .container {
  text-align: center; }
  .error404 .container p, .search-no-results .container p {
    padding: 0em 0 2em;
    font-size: 1em; }

.col-md-3 .widget {
  margin-bottom: 15px; }

.publishers-books {
  text-align: center; }
  .publishers-books img {
    display: inline-block;
    box-sizing: border-box;
    padding: 1px;
    width: 33%;
    float: left; }
  .publishers-books.by-2 img {
    width: 50%; }
tr{
  position: relative;
}
tr input[type="checkbox"] {
    position: relative;
    width: auto;
}



.balance ul {
    list-style-type: none;
    margin: 0;
}

.balance ul li {
    text-align: left;
    font-size: 90%;
}
.balance li:last-child {
    font-size: 130%;
    font-weight: 400;
}
.balance ul span {
    float: right;
}

main .nav-tabs a {
    font-weight: 600;
}

main .nav-tabs {
    border-bottom: 3px solid #ddd;
}

main .nav-tabs>li {
    margin-bottom: -4px;
}

main .nav-tabs>li.active>a,main .nav-tabs>li.active>a:focus,main .nav-tabs>li.active>a:hover {
    background: #ffffff;
    border-width: 3px;
}

main .nav-tabs>li>a {
    border: 3px solid transparent;
}

.well.is-clear{
  border:none;
  box-shadow: none;
  background:transparent;
}