/**
	This file will be loaded by admin customizer
**/
/** LESS mixins / functions **/
.grad-orange {
  background: #e5493a;
  background: linear-gradient(225deg, #e5493a, #ee6f2c, #f7941e);
  background-size: 600% 600%;
  -webkit-animation: AnimateGradient 4s ease infinite;
  -moz-animation: AnimateGradient 4s ease infinite;
  -o-animation: AnimateGradient 4s ease infinite;
  animation: AnimateGradient 4s ease infinite;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5493a', endColorstr='#f7941e', GradientType=1);
}
/** Gid and layout **/
/**************************************************************************************************************************
	NORMALIZE CSS
**************************************************************************************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
mark {
  background-color: transparent;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:focus {
  outline: none !important;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.alignnone {
  max-width: 100%;
}
.wp-caption-text {
  font-style: italic;
  text-align: center;
}
/**************************************************************************************************************************
	BOOTSTRAP GRID
**************************************************************************************************************************/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.display-on-desktop {
  display: block;
}
.hide-on-desktop {
  display: none;
}
@media screen and (max-width: 992px) {
  .hide-on-tablets {
    display: none !important;
  }
  .display-on-tablets {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-on-phones {
    display: none !important;
  }
  .display-on-phones {
    display: block !important;
  }
}
/**
	=====================================================================================================================================================
	Helper classes
	=====================================================================================================================================================
**/
@media screen and (min-width: 992px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .hidden-sm {
    display: none !important;
  }
  .bgimage-hidden-sm {
    background-image: none !important;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row: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-align-right {
  text-align: right;
}
.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;
}
.centered {
  text-align: center;
}
.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 !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  .bgimage-hidden-xs {
    background-image: none !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: 1199px) {
  .bgimage-hidden-lg {
    background-image: none !important;
  }
}
@media (max-width: 1199px) {
  .bgimage-hidden-md {
    background-image: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  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 !important;
  }
  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 !important;
  }
  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 !important;
  }
  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;
  }
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.owl-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: center;
}
.owl-controls .owl-page {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  padding: 0;
  line-height: 11px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 0 7px;
  border: none;
  outline: none;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.owl-controls .owl-page:hover,
.owl-controls .owl-page.active {
  background-color: #b1d750;
}
/*!
* lazyYT (lazy load YouTube videos)
* v1.1.1 - 2015-07-09
* (CC) This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
* http://creativecommons.org/licenses/by-sa/4.0/
* Contributors: https://github.com/tylerpearson/lazyYT/graphs/contributors || https://github.com/daugilas/lazyYT/graphs/contributors
*/
.lazyYT-container,
.responsive-video-contaner {
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25% 0;
  overflow: hidden;
}
.lazyYT-container iframe,
.responsive-video-contaner iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*
 * Video Title (YouTube style)
 */
.lazyYT-container .html5-info-bar,
.lazyYT-container .html5-title,
.lazyYT-container .html5-title-text,
.video-time {
  display: none;
}
.lazyYT-container .html5-title-text-wrapper {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}
/*
 * Thumbnail
 */
.ytp-thumbnail {
  padding-bottom: inherit;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*
 * Play button (YouTube style)
 */
.ytp-large-play-button {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 86px !important;
  height: 60px !important;
  padding: 0 !important;
  margin: -29px 0 0 -42px !important;
  font-size: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  opacity: .9;
}
.ytp-large-play-button-svg {
  opacity: .9;
  fill: #1f1f1f;
}
.lazyYT-image-loaded:hover .ytp-large-play-button-svg,
.ytp-large-play-button:focus .ytp-large-play-button-svg {
  opacity: 1;
  fill: #cc181e;
}
/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}
.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}
.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}
.nivo-lightbox-nav {
  display: none;
}
.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}
.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}
.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%;
}
.nivo-lightbox-image {
  text-align: center;
}
.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}
/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  -moz-transform: translateZ(300px);
  -ms-transform: translateZ(300px);
  transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #666;
  background: rgba(0, 0, 0, 0.6);
}
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  top: 10%;
  width: 8%;
  height: 80%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
  border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
  border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: -7%;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  border-radius: 30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
/**
	Fraction slider
**/
.fraction-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.fraction-slider .slide {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5000;
}
.fraction-slider .active-slide {
  z-index: 9999;
}
.fraction-slider .fs_obj {
  display: block;
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 7000;
}
.fraction-slider .fs_fixed_obj {
  z-index: 6000;
  left: 0;
}
.fraction-slider .fs_obj * {
  display: inline-block;
  position: relative;
  top: 0px;
  left: 0px;
}
/**
 * Swiper 3.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: August 22, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  cursor: move;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/*!
 * Justified Gallery - v3.6.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2015 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery .item {
  position: absolute;
  display: block;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation: fadeIn 0.5s ease;
  -moz-animation: fadeIn 0.5s ease;
  -o-animation: fadeIn 0.5s ease;
  animation: fadeIn 0.5s ease;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}
.justified-gallery > .entry-visible {
  opacity: 1.0;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery .caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/**
	===========
	shared.less
	===========
	this file contains base styles of body, typography tags, forms, etc.
**/
/**
	=====================================================================================================================================================
	Preloader styles
	=====================================================================================================================================================
**/
#preloader {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(220deg, #b1d750, #00bff3);
  background-size: 400% 400%;
  -webkit-animation: AnimateGradientPreloader 30s ease infinite;
  -moz-animation: AnimateGradientPreloader 30s ease infinite;
  -o-animation: AnimateGradientPreloader 30s ease infinite;
  animation: AnimateGradientPreloader 30s ease infinite;
  /* Timer*/
}
#preloader .timer {
  width: 80px;
  height: 80px;
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 2px #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}
#preloader .timer:after,
#preloader .timer:before {
  position: absolute;
  content: "";
  background-color: #fff;
}
#preloader .timer:after {
  width: 30px;
  height: 2px;
  top: 40px;
  left: 40px;
  -webkit-transform-origin: 1px 1px;
  -moz-transform-origin: 1px 1px;
  transform-origin: 1px 1px;
  -webkit-animation: minhand 2s linear infinite;
  -moz-animation: minhand 2s linear infinite;
  animation: minhand 2s linear infinite;
}
#preloader .timer:before {
  width: 20px;
  height: 2px;
  top: 40px;
  left: 40px;
  -webkit-transform-origin: 1px 1px;
  -moz-transform-origin: 1px 1px;
  transform-origin: 1px 1px;
  -webkit-animation: hrhand 8s linear infinite;
  -moz-animation: hrhand 8s linear infinite;
  animation: hrhand 8s linear infinite;
}
#preloader .ball-pulse > div,
#preloader .ball-pulse-sync > div,
#preloader .ball-scale > div,
#preloader .ball-rotate > div,
#preloader .ball-rotate > div:before,
#preloader .ball-rotate > div:after,
#preloader .ball-clip-rotate > div,
#preloader .ball-clip-rotate-pulse > div:first-child,
#preloader .ball-beat > div,
#preloader .ball-scale-multiple > div,
#preloader .ball-pulse-rise > div,
#preloader .ball-grid-beat > div,
#preloader .ball-grid-pulse > div,
#preloader .ball-spin-fade-loader > div,
#preloader .ball-zig-zag > div,
#preloader .ball-zig-zag-deflect > div,
#preloader .line-scale > div,
#preloader .line-scale-party > div,
#preloader .line-scale-pulse-out > div,
#preloader .line-scale-pulse-out-rapid > div,
#preloader .line-spin-fade-loader > div,
#preloader .square-spin > div,
#preloader .pacman > div:nth-child(3),
#preloader .pacman > div:nth-child(4),
#preloader .pacman > div:nth-child(5),
#preloader .pacman > div:nth-child(6),
#preloader .cube-transition > div {
  background-color: #ffffff;
}
#preloader .ball-clip-rotate > div,
#preloader .ball-clip-rotate-pulse > div:last-child,
#preloader .ball-clip-rotate-multiple > div,
#preloader .ball-scale-ripple > div,
#preloader .ball-scale-ripple-multiple > div {
  border: 2px solid #ffffff;
}
#preloader .ball-clip-rotate-pulse > div:last-child,
#preloader .ball-clip-rotate-multiple > div:last-child {
  border-color: #ffffff transparent #ffffff transparent;
}
#preloader .ball-triangle-path > div,
#preloader .ballborder {
  border: 1px solid #ffffff;
}
#preloader .triangle-skew-spin > div {
  border-bottom: 20px solid #ffffff;
}
#preloader .pacman > div:first-of-type,
#preloader .pacman > div:nth-child(2) {
  border-top: 25px solid #ffffff;
  border-left: 25px solid #ffffff;
  border-bottom: 25px solid #ffffff;
}
#preloader .semi-circle-spin > div {
  background-image: -webkit-linear-gradient(transparent 0%, transparent 70%, #ffffff 30%, #ffffff 100%);
  background-image: linear-gradient(transparent 0%, transparent 70%, #ffffff 30%, #ffffff 100%);
}
#preloader.custom img {
  position: absolute;
  top: 50%;
  left: 50%;
}
#preloader-inner {
  position: absolute;
  top: 49%;
  left: 49%;
}
@-webkit-keyframes AnimateGradientPreloader {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes AnimateGradientPreloader {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-o-keyframes AnimateGradientPreloader {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes AnimateGradientPreloader {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-webkit-keyframes minhand {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes minhand {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes minhand {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes hrhand {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes hrhand {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes hrhand {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
	=====================================================================================================================================================
	Body styles
	=====================================================================================================================================================
**/
::selection {
  background: #b1d750;
  color: #ffffff;
}
::-moz-selection {
  background: #b1d750;
  color: #ffffff;
}
html {
  font-size: 62.5%;
  height: 100% !important;
}
body {
  height: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: #fafafa;
  overflow-x: hidden !important;
  color: #636363;
  font-size: 1.6rem;
  font-family: 'fira_sanslight';
  line-height: 24px;
  font-weight: 300;
  text-transform: none;
  font-variant: normal;
  font-style: normal;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 24px;
  }
}
body.no-header {
  padding-top: 195px;
}
body.no-footer {
  padding-bottom: 195px;
}
@media screen and (max-width: 767px) {
  body.no-header {
    padding-top: 100px;
  }
  body.no-footer {
    padding-bottom: 100px;
  }
}
.parallax-footer #content-wrapper {
  position: relative;
  z-index: 2;
  background-color: #fafafa;
  -webkit-margin-bottom-collapse: separate;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}
#content-wrapper {
  padding: 90px 0;
}
.page-template-page-template-custom #content-wrapper {
  padding: 0;
}
.fixed-header.page-template-page-template-custom #content-wrapper,
.transparent-header.page-template-page-template-custom #content-wrapper {
  padding-top: 100px;
}
body.intro-header.page-template-page-template-custom #content-wrapper {
  padding-top: 0 !important;
}
#content {
  padding-bottom: 90px;
}
#content .fw-page-builder-content .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.centered {
  text-align: center;
}
.stretch_row_content_no_paddings > .container-fluid,
.stretch_row_content_no_paddings > .container-fluid > .fw-row > .grid-column {
  padding-left: 0;
  padding-right: 0;
}
.stretch_row_content_no_paddings > .container-fluid > .fw-row {
  margin-left: 0;
  margin-right: 0;
}
/**
	=====================================================================================================================================================
	Basic styles for HTML tags
	=====================================================================================================================================================
**/
a {
  text-decoration: none;
  color: #b1d750;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover {
  color: #8bb229;
}
mark {
  padding-left: 2px;
  padding-right: 2px;
  color: #ffffff;
  background-color: #b1d750;
}
strong,
b {
  font-weight: bold;
}
i,
em,
q,
address {
  font-style: italic;
}
img {
  max-width: 100%;
  height: auto;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
input,
select,
textarea {
  max-width: 100%;
}
textarea {
  overflow: auto;
  resize: none;
}
table {
  border: 1px solid #ebebeb;
}
table tr,
table td,
table th {
  border: 1px solid #ebebeb;
}
table thead,
table tfoot,
table th {
  background-color: #ffffff;
}
table td,
table th,
table caption {
  padding: 14px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
table th {
  font-weight: bold;
  text-align: left;
}
table caption {
  text-align: center;
  font-style: italic;
}
table tr:hover td,
table tr:hover th {
  background-color: #ffffff;
}
dl {
  font-size: 1.4000000000000001rem;
  line-height: 24px;
}
dl dt {
  color: #acacac;
  margin-right: 5px;
  float: left;
}
dl dd {
  margin-bottom: 14px;
}
ol,
ul {
  padding-left: 20px;
}
ol li,
ul li {
  display: list-item;
}
ol li,
ul li,
ol ol,
ul ol,
ol ul,
ul ul {
  margin-bottom: 14px;
}
ol ul,
ul ul,
ol ol,
ul ol {
  margin-top: 14px;
  margin-left: 10px;
}
ul {
  list-style-type: square;
  list-style-position: outside;
}
ul ul {
  list-style-type: disc;
}
ul ul ul {
  list-style-type: circle;
}
ol {
  list-style-type: decimal;
  list-style-position: outside;
}
pre,
code,
tt,
var {
  font-family: "Courier New", monospace;
}
code,
tt,
var {
  padding: 0 8px;
}
pre {
  display: block;
  padding: 10px;
  overflow-x: auto;
  width: 100%;
}
code,
tt,
var,
pre {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
}
hr {
  border: 0;
  height: 1px;
  margin: 60px 0;
  background-color: #ebebeb;
}
@media screen and (max-width: 767px) {
  hr {
    margin: 30px 0;
  }
}
p,
table,
ul,
ol,
dl,
pre,
address,
audio,
video,
iframe,
blockquote,
embed,
canvas,
form,
fieldset,
.form-row,
.post-gallery,
.mejs-container {
  margin-bottom: 30px;
}
.fw-alert-success {
  margin-bottom: 30px !important;
}
legend {
  display: inline-block;
}
.field-wrap {
  margin-bottom: 30px;
}
.full-height {
  height: 100%;
}
.full-width {
  width: 100%;
}
/**
	=====================================================================================================================================================
	Headers styles
	=====================================================================================================================================================
**/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111111;
  margin-bottom: 34px;
}
h1,
.h1 {
  font-size: 6.0rem;
  font-family: 'lato';
  line-height: 80px;
  font-weight: 300;
  text-transform: none;
  font-variant: normal;
  font-style: normal;
}
h2,
.h2 {
  font-size: 6.6rem;
  font-family: 'lato';
  line-height: 74px;
  font-weight: 300;
  text-transform: none;
  font-variant: normal;
  font-style: normal;
}
h3,
.h3 {
  font-size: 5.6rem;
  font-family: 'lato';
  line-height: 64px;
  font-weight: 300;
  text-transform: none;
  font-variant: normal;
  font-style: normal;
}
h4,
.h4 {
  font-size: 4.8rem;
  font-family: 'lato';
  line-height: 56px;
  font-weight: 300;
  text-transform: none;
  font-variant: normal;
  font-style: normal;
}
h5,
.h5 {
  font-size: 1.6rem;
  font-family: 'lato';
  line-height: 32px;
  font-weight: 400;
  text-transform: none;
  font-variant: small-caps;
  font-style: normal;
}
h6,
.h6 {
  font-size: 2.4rem;
  font-family: 'lato';
  line-height: 32px;
  font-weight: 600;
  text-transform: none;
  font-variant: small-caps;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 4.8rem;
    line-height: 56px;
  }
  h2,
  .h2 {
    font-size: 3rem;
    line-height: 38px;
  }
  h3,
  .h3 {
    font-size: 2.4rem;
    line-height: 32px;
  }
  h4,
  .h4 {
    font-size: 2.4rem;
    line-height: 32px;
  }
  h5,
  .h5 {
    font-size: 2.4rem;
    line-height: 32px;
  }
  h6,
  .h6 {
    font-size: 2.4rem;
    line-height: 32px;
  }
}
/**
	=====================================================================================================================================================
	Cites and blockquotes
	=====================================================================================================================================================
**/
blockquote {
  color: #111111;
  font-family: 'lato';
  font-style: italic;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTIzLjk2MXB4IiBoZWlnaHQ9IjEyMy45NjFweCIgdmlld0JveD0iMCAwIDEyMy45NjEgMTIzLjk2MSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjk2MSAxMjMuOTYxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iI2YyZjJmMiIgZD0iTTQ5LjgsMjkuMDMyYzMuMS0xLjMsNC40LTUsMy04bC00LjktMTAuM2MtMS40LTIuODk5LTQuOC00LjItNy44LTIuODk5Yy04LjUsMy42LTE1LjgsOC4zLTIxLjYsMTQgQzExLjQsMjguNTMyLDYuNiwzNi4yMzIsNCw0NC43MzJjLTIuNiw4LjYwMS00LDIwLjMtNCwzNS4ydjMwLjdjMCwzLjMsMi43LDYsNiw2aDM5LjNjMy4zLDAsNi0yLjcsNi02di0zOS4zYzAtMy4zMDEtMi43LTYtNi02IEgyNi41YzAuMi0xMC4xMDEsMi42LTE4LjIsNy0yNC4zMDFDMzcuMSwzNi4xMzMsNDIuNSwzMi4xMzMsNDkuOCwyOS4wMzJ6Ii8+IDxwYXRoIGZpbGw9IiNmMmYyZjIiIGQ9Ik0xMjAuNCwyOS4wMzJjMy4xLTEuMyw0LjM5OS01LDMtOGwtNC45LTEwLjE5OWMtMS40LTIuOS00LjgtNC4yLTcuOC0yLjljLTguNCwzLjYtMTUuNjAxLDguMy0yMS41LDEzLjkgYy03LjEwMSw2LjgtMTIsMTQuNS0xNC42MDEsMjNjLTIuNiw4LjM5OS0zLjg5OSwyMC4xLTMuODk5LDM1LjF2MzAuN2MwLDMuMywyLjcsNiw2LDZIMTE2YzMuMywwLDYtMi43LDYtNnYtMzkuMyBjMC0zLjMwMS0yLjctNi02LTZIOTcuMWMwLjItMTAuMTAxLDIuNjAxLTE4LjIsNy0yNC4zMDFDMTA3LjcsMzYuMTMzLDExMy4xLDMyLjEzMywxMjAuNCwyOS4wMzJ6Ii8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
  background-size: 108px 80px;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 30px 60px;
  line-height: 55.2px;
  font-size: 4.800000000000001rem;
}
blockquote p {
  margin-bottom: 30px;
}
blockquote cite {
  font-style: normal;
  font-variant: small-caps;
  display: inline-block;
  line-height: normal;
  font-size: 1.6rem;
}
blockquote .cite img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
}
blockquote .cite {
  display: block;
}
blockquote .cite.with-image {
  line-height: 70px;
  height: 70px;
}
blockquote.white {
  background-color: #ffffff;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTIzLjk2MXB4IiBoZWlnaHQ9IjEyMy45NjFweCIgdmlld0JveD0iMCAwIDEyMy45NjEgMTIzLjk2MSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjk2MSAxMjMuOTYxOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iI2ZhZmFmYSIgZD0iTTQ5LjgsMjkuMDMyYzMuMS0xLjMsNC40LTUsMy04bC00LjktMTAuM2MtMS40LTIuODk5LTQuOC00LjItNy44LTIuODk5Yy04LjUsMy42LTE1LjgsOC4zLTIxLjYsMTQgQzExLjQsMjguNTMyLDYuNiwzNi4yMzIsNCw0NC43MzJjLTIuNiw4LjYwMS00LDIwLjMtNCwzNS4ydjMwLjdjMCwzLjMsMi43LDYsNiw2aDM5LjNjMy4zLDAsNi0yLjcsNi02di0zOS4zYzAtMy4zMDEtMi43LTYtNi02IEgyNi41YzAuMi0xMC4xMDEsMi42LTE4LjIsNy0yNC4zMDFDMzcuMSwzNi4xMzMsNDIuNSwzMi4xMzMsNDkuOCwyOS4wMzJ6Ii8+IDxwYXRoIGZpbGw9IiNmYWZhZmEiIGQ9Ik0xMjAuNCwyOS4wMzJjMy4xLTEuMyw0LjM5OS01LDMtOGwtNC45LTEwLjE5OWMtMS40LTIuOS00LjgtNC4yLTcuOC0yLjljLTguNCwzLjYtMTUuNjAxLDguMy0yMS41LDEzLjkgYy03LjEwMSw2LjgtMTIsMTQuNS0xNC42MDEsMjNjLTIuNiw4LjM5OS0zLjg5OSwyMC4xLTMuODk5LDM1LjF2MzAuN2MwLDMuMywyLjcsNiw2LDZIMTE2YzMuMywwLDYtMi43LDYtNnYtMzkuMyBjMC0zLjMwMS0yLjctNi02LTZIOTcuMWMwLjItMTAuMTAxLDIuNjAxLTE4LjIsNy0yNC4zMDFDMTA3LjcsMzYuMTMzLDExMy4xLDMyLjEzMywxMjAuNCwyOS4wMzJ6Ii8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
  background-position: 10px 10px;
}
blockquote.white.center {
  background-color: #ffffff;
  background-position: center 10px;
}
blockquote.center {
  line-height: 25.2px;
  font-size: 3.6rem;
  text-align: center;
  background-position: center top;
  font-style: normal;
  font-variant: small-caps;
  font-family: 'fira_sanslight';
  background-size: 80px 80px;
}
blockquote.center .cite.with-image {
  height: auto;
  line-height: normal;
}
blockquote.center .cite img {
  float: none;
  display: inline-block;
  margin-right: 0;
}
blockquote.center cite {
  display: block;
}
@media screen and (max-width: 767px) {
  blockquote {
    line-height: 35px;
    font-size: 2.8rem;
    background-size: 70px 52px;
    padding: 30px;
  }
}
/**
	=====================================================================================================================================================
	Forms
	=====================================================================================================================================================
**/
/**
	Placeholders
**/
::-webkit-input-placeholder {
  color: #c2c2c2;
  text-overflow: ellipsis;
  transition: text-indent 0.3s ease;
}
::-moz-placeholder {
  color: #c2c2c2;
  text-overflow: ellipsis;
  transition: text-indent 0.5s ease;
}
:-moz-placeholder {
  color: #c2c2c2;
  text-overflow: ellipsis;
  transition: text-indent 0.5s ease;
}
:-ms-input-placeholder {
  color: #c2c2c2;
  text-overflow: ellipsis;
  transition: text-indent 0.5s ease;
}
:focus::-webkit-input-placeholder {
  text-indent: -100%;
}
:focus::-moz-placeholder {
  text-indent: -100%;
}
:focus:-moz-placeholder {
  text-indent: -100%;
}
:focus:-ms-input-placeholder {
  text-indent: -100%;
}
/**
	Inputs
**/
input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea,
select {
  background: transparent;
  text-overflow: ellipsis;
  font-size: 1.6rem;
  border: 0;
  padding: 12px 0;
  margin: 0;
  display: inline-block;
  position: relative;
  font-family: 'lato';
  width: 100%;
  max-width: 100%;
  color: #b1d750;
}
textarea {
  min-height: 130px;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  color: #b1d750;
}
.input-wrapper:hover ::-webkit-input-placeholder {
  color: #b1d750;
}
.input-wrapper:hover ::-moz-placeholder {
  color: #b1d750;
}
.input-wrapper:hover :-moz-placeholder {
  color: #b1d750;
}
.input-wrapper:hover :-ms-input-placeholder {
  color: #b1d750;
}
.input-wrapper {
  position: relative;
}
.input-wrapper::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -2px;
  content: '';
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #c2c2c2;
  height: 1px;
}
.input-wrapper.hovered::after {
  background-color: #b1d750;
  height: 2px;
  bottom: -3px;
  -webkit-animation: inputPseudoBorderWidth 0.5s ease;
  -moz-animation: inputPseudoBorderWidth 0.5s ease;
  -o-animation: inputPseudoBorderWidth 0.5s ease;
  animation: inputPseudoBorderWidth 0.5s ease;
}
.form-orange input[type=text],
.form-orange input[type=number],
.form-orange input[type=password],
.form-orange input[type=email],
.form-orange input[type=search],
.form-orange input[type=tel],
.form-orange input[type=url],
.form-orange textarea,
.form-orange select {
  color: #ff9700;
}
.form-orange input[type=text]:focus,
.form-orange input[type=number]:focus,
.form-orange input[type=password]:focus,
.form-orange input[type=email]:focus,
.form-orange input[type=search]:focus,
.form-orange input[type=tel]:focus,
.form-orange input[type=url]:focus,
.form-orange textarea:focus,
.form-orange select:focus {
  color: #ff9700;
}
.form-orange .input-wrapper:hover ::-webkit-input-placeholder {
  color: #ff9700;
}
.form-orange .input-wrapper:hover ::-moz-placeholder {
  color: #ff9700;
}
.form-orange .input-wrapper:hover :-moz-placeholder {
  color: #ff9700;
}
.form-orange .input-wrapper:hover :-ms-input-placeholder {
  color: #ff9700;
}
.form-orange .input-wrapper.hovered::after {
  background-color: #ff9700;
}
.form-yellow input[type=text],
.form-yellow input[type=number],
.form-yellow input[type=password],
.form-yellow input[type=email],
.form-yellow input[type=search],
.form-yellow input[type=tel],
.form-yellow input[type=url],
.form-yellow textarea,
.form-yellow select {
  color: #fecb16;
}
.form-yellow input[type=text]:focus,
.form-yellow input[type=number]:focus,
.form-yellow input[type=password]:focus,
.form-yellow input[type=email]:focus,
.form-yellow input[type=search]:focus,
.form-yellow input[type=tel]:focus,
.form-yellow input[type=url]:focus,
.form-yellow textarea:focus,
.form-yellow select:focus {
  color: #fecb16;
}
.form-yellow .input-wrapper:hover ::-webkit-input-placeholder {
  color: #fecb16;
}
.form-yellow .input-wrapper:hover ::-moz-placeholder {
  color: #fecb16;
}
.form-yellow .input-wrapper:hover :-moz-placeholder {
  color: #fecb16;
}
.form-yellow .input-wrapper:hover :-ms-input-placeholder {
  color: #fecb16;
}
.form-yellow .input-wrapper.hovered::after {
  background-color: #fecb16;
}
@-webkit-keyframes inputPseudoBorderWidth {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes inputPseudoBorderWidth {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.fw-form-errors,
.ninja-forms-field-error p,
.form-error {
  margin-bottom: 0;
  font-size: 1.4000000000000001rem;
  padding-top: 14px;
  color: red !important;
  line-height: 1.25em;
}
.ninja-forms-response-msg,
.ninja-forms-required-items {
  margin-bottom: 18px;
}
/**
	Unyson Forms
**/
.form-builder-item {
  margin-bottom: 35px;
}
.form-builder-item sup {
  display: none;
}
.form-builder-item .options label {
  margin-bottom: 0 !important;
}
.form-builder-item .options input {
  vertical-align: top !important;
}
.form-builder-item .options {
  margin-bottom: 7px;
}
.form-builder-item .options:last-of-type {
  margin-bottom: 0;
}
.form-builder-item em {
  color: #acacac;
  font-size: 1.4000000000000001rem;
  line-height: 1em;
}
.fw-form-loading {
  display: none !important;
}
.form-background .fw-flash-type-success {
  list-style: none;
  margin: 0 0 35px 0;
  padding: 0;
}
.form-background .fw-flash-type-success li {
  color: #fff;
  font-size: 4.800000000000001rem;
  line-height: 1.2em;
}
.form-background .form-error {
  color: #fff !important;
}
/**
	=====================================================================================================================================================
	Buttons
	=====================================================================================================================================================
**/
/**
	Default Button, Yello
**/
.button,
button,
input[type=button],
input[type=submit],
input[type=reset],
#comments-nav a,
.pagination a {
  font-size: 1.8rem;
  line-height: 22px;
  font-family: 'fira_sanslight';
  font-variant: small-caps;
  background: transparent;
  border: 5px solid #fecb16;
  display: inline-block;
  cursor: pointer;
  color: #fecb16;
  padding: 14px 50px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none;
  text-align: center;
}
.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
#comments-nav a:hover,
.pagination a:hover {
  outline: none;
}
.button::before,
button::before,
input[type=button]::before,
input[type=submit]::before,
input[type=reset]::before,
#comments-nav a::before,
.pagination a::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fecb16;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
#comments-nav a:hover,
.pagination a:hover {
  color: #ffffff !important;
  background-color: #fecb16;
}
.button:hover::before,
button:hover::before,
input[type=button]:hover::before,
input[type=submit]:hover::before,
input[type=reset]:hover::before,
#comments-nav a:hover::before,
.pagination a:hover::before {
  -webkit-transform: scale3d(9, 9, 1);
  transform: scale3d(9, 9, 1);
}
/**
	Large Button
**/
.button.large,
button.large,
input[type=button].large,
input[type=submit].large,
input[type=reset].large {
  font-size: 3rem;
  line-height: 38px;
  padding: 18px 50px 14px 50px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.button.large::before,
button.large::before,
input[type=button].large::before,
input[type=submit].large::before,
input[type=reset].large::before {
  width: 40px;
  height: 40px;
  margin: -25px 0 0 1px;
}
/**
	Blue Button
**/
.button.blue,
button.blue,
input[type=button].blue,
input[type=submit].blue,
input[type=reset].blue {
  border-color: #00bff3;
  color: #00bff3;
}
.button.blue::before,
button.blue::before,
input[type=button].blue::before,
input[type=submit].blue::before,
input[type=reset].blue::before {
  background: #00bff3;
}
.button.blue:hover,
button.blue:hover,
input[type=button].blue:hover,
input[type=submit].blue:hover,
input[type=reset].blue:hover,
.button.blue.inverted,
.table-button .button.blue {
  background-color: #00bff3;
}
.button.blue.inverted,
.table-button .button.blue {
  color: #ffffff;
}
.button.blue.inverted:hover,
.table-button .button.blue:hover {
  background-color: #0097c0;
  border-color: #0097c0;
}
.button.blue.inverted::before,
.table-button .button.blue::before {
  display: none !important;
}
/**
	Purple Button
**/
.button.purple,
button.purple,
input[type=button].purple,
input[type=submit].purple,
input[type=reset].purple {
  border-color: #6739b6;
  color: #6739b6;
}
.button.purple::before,
button.purple::before,
input[type=button].purple::before,
input[type=submit].purple::before,
input[type=reset].purple::before {
  background: #6739b6;
}
.button.purple:hover,
button.purple:hover,
input[type=button].purple:hover,
input[type=submit].purple:hover,
input[type=reset].purple:hover,
.button.purple.inverted,
.table-button .button.purple {
  background-color: #6739b6;
}
.button.purple.inverted,
.table-button .button.purple {
  color: #ffffff;
}
.button.purple.inverted:hover,
.table-button .button.purple:hover {
  background-color: #512d8f;
  border-color: #512d8f;
}
.button.purple.inverted::before,
.table-button .button.purple::before {
  display: none !important;
}
/**
	Green Button
**/
.button.green,
button.green,
input[type=button].green,
input[type=submit].green,
input[type=reset].green,
#comments-nav a,
.pagination a {
  border-color: #b1d750;
  color: #b1d750;
}
.button.green::before,
button.green::before,
input[type=button].green::before,
input[type=submit].green::before,
input[type=reset].green::before,
#comments-nav a::before,
.pagination a::before {
  background: #b1d750;
}
.button.green:hover,
button.green:hover,
input[type=button].green:hover,
input[type=submit].green:hover,
input[type=reset].green:hover,
.button.green.inverted,
#comments-nav a:hover,
.pagination a:hover,
.table-button .button.green {
  background-color: #b1d750;
}
.button.green.inverted,
.table-button .button.green {
  color: #ffffff;
}
.button.green.inverted:hover,
.table-button .button.green:hover {
  background-color: #9bc72d;
  border-color: #9bc72d;
}
.button.green.inverted::before,
.table-button .button.green::before {
  display: none !important;
}
/**
	Green Alternate Button
**/
.button.green-alt,
button.green-alt,
input[type=button].green-alt,
input[type=submit].green-alt,
input[type=reset].green-alt {
  border-color: #8dc63f;
  color: #8dc63f;
}
.button.green-alt::before,
button.green-alt::before,
input[type=button].green-alt::before,
input[type=submit].green-alt::before,
input[type=reset].green-alt::before {
  background: #8dc63f;
}
.button.green-alt:hover,
button.green-alt:hover,
input[type=button].green-alt:hover,
input[type=submit].green-alt:hover,
input[type=reset].green-alt:hover,
.button.green-alt.inverted,
.table-button .button.green-alt {
  background-color: #8dc63f;
}
.button.green-alt.inverted,
.table-button .button.green-alt {
  color: #ffffff;
}
.button.green-alt.inverted:hover,
.table-button .button.green-alt:hover {
  background-color: #72a230;
  border-color: #72a230;
}
.button.green-alt.inverted::before,
.table-button .button.green-alt::before {
  display: none !important;
}
/**
	Orange Button
**/
.button.orange,
button.orange,
input[type=button].orange,
input[type=submit].orange,
input[type=reset].orange {
  border-color: #ff9700;
  color: #ff9700;
}
.button.orange::before,
button.orange::before,
input[type=button].orange::before,
input[type=submit].orange::before,
input[type=reset].orange::before {
  background: #ff9700;
}
.button.orange:hover,
button.orange:hover,
input[type=button].orange:hover,
input[type=submit].orange:hover,
input[type=reset].orange:hover,
.button.orange.inverted,
.table-button .button.orange {
  background-color: #ff9700;
}
.button.orange.inverted,
.table-button .button.orange {
  color: #ffffff;
}
.button.orange.inverted:hover,
.table-button .button.orange:hover {
  background-color: #cc7900;
  border-color: #cc7900;
}
.button.orange.inverted::before,
.table-button .button.orange::before {
  display: none !important;
}
/**
	Pink Button
**/
.button.pink,
button.pink,
input[type=button].pink,
input[type=submit].pink,
input[type=reset].pink {
  border-color: #e91d62;
  color: #e91d62;
}
.button.pink::before,
button.pink::before,
input[type=button].pink::before,
input[type=submit].pink::before,
input[type=reset].pink::before {
  background: #e91d62;
}
.button.pink:hover,
button.pink:hover,
input[type=button].pink:hover,
input[type=submit].pink:hover,
input[type=reset].pink:hover,
.button.pink.inverted,
.table-button .button.pink {
  background-color: #e91d62;
}
.button.pink.inverted,
.table-button .button.pink {
  color: #ffffff;
}
.button.pink.inverted:hover,
.table-button .button.pink:hover {
  background-color: #c0134d;
  border-color: #c0134d;
}
.button.pink.inverted::before,
.table-button .button.pink::before {
  display: none !important;
}
/**
	Gray Button
**/
.button.gray,
button.gray,
input[type=button].gray,
input[type=submit].gray,
input[type=reset].gray,
#comments-nav .nav-previous a,
.pagination a:first-child {
  border-color: #cdcfd7;
  color: #cdcfd7;
}
.button.gray::before,
button.gray::before,
input[type=button].gray::before,
input[type=submit].gray::before,
input[type=reset].gray::before,
#comments-nav .nav-previous a::before,
.pagination a:first-child::before {
  background: #cdcfd7;
}
.button.gray:hover,
button.gray:hover,
input[type=button].gray:hover,
input[type=submit].gray:hover,
input[type=reset].gray:hover,
.button.gray.inverted,
#comments-nav .nav-previous a:hover,
.pagination a:first-child:hover,
.table-button .button.gray {
  background-color: #cdcfd7;
}
.button.gray.inverted,
.table-button .button.gray {
  color: #ffffff;
}
.button.gray.inverted:hover,
.table-button .button.gray:hover {
  background-color: #b1b4c0;
  border-color: #b1b4c0;
}
.button.gray.inverted::before,
.table-button .button.gray::before {
  display: none !important;
}
/**
	Black Button
**/
.button.black,
button.black,
input[type=button].black,
input[type=submit].black,
input[type=reset].black {
  border-color: #111111;
  color: #111111;
}
.button.black::before,
button.black::before,
input[type=button].black::before,
input[type=submit].black::before,
input[type=reset].black::before {
  background: #111111;
}
.button.black:hover,
button.black:hover,
input[type=button].black:hover,
input[type=submit].black:hover,
input[type=reset].black:hover,
.button.black.inverted,
.table-button .button.black {
  background-color: #111111;
}
.button.black.inverted,
.table-button .button.black {
  color: #ffffff;
}
.button.black.inverted:hover,
.table-button .button.black:hover {
  background-color: #000000;
  border-color: #000000;
}
.button.black.inverted::before,
.table-button .button.black::before {
  display: none !important;
}
/**
	Red Button
**/
.button.red,
button.red,
input[type=button].red,
input[type=submit].red,
input[type=reset].red {
  border-color: #f04e4e;
  color: #f04e4e;
}
.button.red::before,
button.red::before,
input[type=button].red::before,
input[type=submit].red::before,
input[type=reset].red::before {
  background: #f04e4e;
}
.button.red:hover,
button.red:hover,
input[type=button].red:hover,
input[type=submit].red:hover,
input[type=reset].red:hover,
.button.red.inverted,
.table-button .button.red {
  background-color: #f04e4e;
}
.button.red.inverted,
.table-button .button.red {
  color: #ffffff;
}
.button.red.inverted:hover,
.table-button .button.red:hover {
  background-color: #ec1f1f;
  border-color: #ec1f1f;
}
.button.red.inverted::before,
.table-button .button.red::before {
  display: none !important;
}
/**
	Turquoise Button
**/
.button.turquoise,
button.turquoise,
input[type=button].turquoise,
input[type=submit].turquoise,
input[type=reset].turquoise {
  border-color: #1cbbb4;
  color: #1cbbb4;
}
.button.turquoise::before,
button.turquoise::before,
input[type=button].turquoise::before,
input[type=submit].turquoise::before,
input[type=reset].turquoise::before {
  background: #1cbbb4;
}
.button.turquoise:hover,
button.turquoise:hover,
input[type=button].turquoise:hover,
input[type=submit].turquoise:hover,
input[type=reset].turquoise:hover,
.button.turquoise.inverted,
.table-button .button.turquoise {
  background-color: #1cbbb4;
}
.button.turquoise.inverted,
.table-button .button.turquoise {
  color: #ffffff;
}
.button.turquoise.inverted:hover,
.table-button .button.turquoise:hover {
  background-color: #158f89;
  border-color: #158f89;
}
.button.turquoise.inverted::before,
.table-button .button.turquoise::before {
  display: none !important;
}
/**
	Violet Button
**/
.button.violet,
button.violet,
input[type=button].violet,
input[type=submit].violet,
input[type=reset].violet {
  border-color: #9c26b0;
  color: #9c26b0;
}
.button.violet::before,
button.violet::before,
input[type=button].violet::before,
input[type=submit].violet::before,
input[type=reset].violet::before {
  background: #9c26b0;
}
.button.violet:hover,
button.violet:hover,
input[type=button].violet:hover,
input[type=submit].violet:hover,
input[type=reset].violet:hover,
.button.violet.inverted,
.table-button .button.violet {
  background-color: #9c26b0;
}
.button.violet.inverted,
.table-button .button.violet {
  color: #ffffff;
}
.button.violet.inverted:hover,
.table-button .button.violet:hover {
  background-color: #771d86;
  border-color: #771d86;
}
.button.violet.inverted::before,
.table-button .button.violet::before {
  display: none !important;
}
/**
	Pink Alternate Button
**/
.button.pink-alt,
button.pink-alt,
input[type=button].pink-alt,
input[type=submit].pink-alt,
input[type=reset].pink-alt {
  border-color: #f06eaa;
  color: #f06eaa;
}
.button.pink-alt::before,
button.pink-alt::before,
input[type=button].pink-alt::before,
input[type=submit].pink-alt::before,
input[type=reset].pink-alt::before {
  background: #f06eaa;
}
.button.pink-alt:hover,
button.pink-alt:hover,
input[type=button].pink-alt:hover,
input[type=submit].pink-alt:hover,
input[type=reset].pink-alt:hover,
.button.pink-alt.inverted,
.table-button .button.pink-alt {
  background-color: #f06eaa;
}
.button.pink-alt.inverted,
.table-button .button.pink-alt {
  color: #ffffff;
}
.button.pink-alt.inverted:hover,
.table-button .button.pink-alt:hover {
  background-color: #eb408f;
  border-color: #eb408f;
}
.button.pink-alt.inverted::before,
.table-button .button.pink-alt::before {
  display: none !important;
}
.demo-buttons .button {
  margin-right: 10px;
  margin-bottom: 10px;
}
/**
	Video play button
**/
.button-video-play {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PGcgaWQ9ImNpcmNsZV8xOF8iPjxnPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0zMiwwQzE0LjMyNywwLDAsMTQuMzI3LDAsMzJzMTQuMzI3LDMyLDMyLDMyczMyLTE0LjMyNywzMi0zMlM0OS42NzMsMCwzMiwweiBNMzIsNjJDMTUuNDMyLDYyLDIsNDguNTY4LDIsMzIuMDAxIEMyLDE1LjQzMiwxNS40MzIsMiwzMiwyYzE2LjU2OCwwLDMwLDEzLjQzMiwzMCwzMC4wMDFDNjIsNDguNTY4LDQ4LjU2OCw2MiwzMiw2MnoiLz48L2c+PC9nPjxnIGlkPSJwbGF5Ij48Zz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNDEuMTA5LDMwLjM0MWwtMTItNy45ODljLTAuNjEzLTAuNDA4LTEuNDAyLTAuNDQ3LTIuMDUzLTAuMUMyNi40MDYsMjIuNTk5LDI2LDIzLjI3NSwyNiwyNC4wMTN2MTUuOTggYzAsMC43MzcsMC40MDYsMS40MTIsMS4wNTcsMS43NjFjMC42NSwwLjM0OCwxLjQzOSwwLjMxMSwyLjA1My0wLjFsMTItNy45ODlDNDEuNjY2LDMzLjI5NCw0MiwzMi42Nyw0MiwzMi4wMDMgQzQyLDMxLjMzNSw0MS42NjYsMzAuNzEyLDQxLjEwOSwzMC4zNDF6IE0zOC44LDMzLjQyMmwtOS4zODksNS43ODZDMjguOTA3LDM5LjU0MywyOCwzOS41NTksMjgsMzkuNTU5czAtMC45MywwLTEuNTMzVjI2LjAwNyBjMC0wLjYwNCwwLTEuNjU5LDAtMS42NTlzMC45MDctMC4wNDYsMS40MTEsMC4yODdsOS4zODksNi4xOTNjMC40NTcsMC4zMDMsMC43MzEsMC42ODgsMC43MzEsMS4yMzQgQzM5LjUzMSwzMi42MDcsMzkuMjU3LDMzLjExOSwzOC44LDMzLjQyMnoiLz48L2c+PC9nPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+) !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.button-video-play:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj5wYXRoe2ZpbGw6dXJsKCNzdmdHcmFkaWVudCl9PC9zdHlsZT48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InN2Z0dyYWRpZW50IiBncmFkaWVudFRyYW5zZm9ybT0icm90YXRlKC0yNSkiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGJmZjMiIC8+PHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiNiMWQ3NTAiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGc+PGc+PGcgaWQ9ImNpcmNsZV8xOF8iPjxnPjxwYXRoIGQ9Ik0zMiwwQzE0LjMyNywwLDAsMTQuMzI3LDAsMzJzMTQuMzI3LDMyLDMyLDMyczMyLTE0LjMyNywzMi0zMlM0OS42NzMsMCwzMiwweiBNMzIsNjJDMTUuNDMyLDYyLDIsNDguNTY4LDIsMzIuMDAxIEMyLDE1LjQzMiwxNS40MzIsMiwzMiwyYzE2LjU2OCwwLDMwLDEzLjQzMiwzMCwzMC4wMDFDNjIsNDguNTY4LDQ4LjU2OCw2MiwzMiw2MnoiLz48L2c+PC9nPjxnIGlkPSJwbGF5Ij48Zz48cGF0aCBkPSJNNDEuMTA5LDMwLjM0MWwtMTItNy45ODljLTAuNjEzLTAuNDA4LTEuNDAyLTAuNDQ3LTIuMDUzLTAuMUMyNi40MDYsMjIuNTk5LDI2LDIzLjI3NSwyNiwyNC4wMTN2MTUuOTggYzAsMC43MzcsMC40MDYsMS40MTIsMS4wNTcsMS43NjFjMC42NSwwLjM0OCwxLjQzOSwwLjMxMSwyLjA1My0wLjFsMTItNy45ODlDNDEuNjY2LDMzLjI5NCw0MiwzMi42Nyw0MiwzMi4wMDMgQzQyLDMxLjMzNSw0MS42NjYsMzAuNzEyLDQxLjEwOSwzMC4zNDF6IE0zOC44LDMzLjQyMmwtOS4zODksNS43ODZDMjguOTA3LDM5LjU0MywyOCwzOS41NTksMjgsMzkuNTU5czAtMC45MywwLTEuNTMzVjI2LjAwNyBjMC0wLjYwNCwwLTEuNjU5LDAtMS42NTlzMC45MDctMC4wNDYsMS40MTEsMC4yODdsOS4zODksNi4xOTNjMC40NTcsMC4zMDMsMC43MzEsMC42ODgsMC43MzEsMS4yMzQgQzM5LjUzMSwzMi42MDcsMzkuMjU3LDMzLjExOSwzOC44LDMzLjQyMnoiLz48L2c+PC9nPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+) !important;
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
/**
	Swiper pagination
**/
.swiper-pagination {
  display: block;
  padding: 80px 0 0 0;
  text-align: center;
}
.swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ebebeb;
  cursor: pointer;
  margin: 0 5px;
}
.swiper-pagination .swiper-pagination-bullet:hover,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b1d750;
}
.style-yellow .swiper-pagination .swiper-pagination-bullet:hover,
.style-yellow .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fecb16;
}
.style-orange .swiper-pagination .swiper-pagination-bullet:hover,
.style-orange .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff9700;
}
/**
	=====================================================================================================================================================
	Demo styles
	=====================================================================================================================================================
**/
.page-template-page-template-demo .demo-creative {
  background: url(../../images/01_agency_bg.jpg) center center;
}
.page-template-page-template-demo .demo-app {
  background: url(../../images/02_app_bg.jpg) center center;
}
.page-template-page-template-demo .demo-personal {
  background: url(../../images/03_personal_bg.jpg) center center;
}
.page-template-page-template-demo .col {
  overflow: hidden;
}
.page-template-page-template-demo .col,
.page-template-page-template-demo .col .images {
  min-height: 400px;
  position: relative;
}
.page-template-page-template-demo .col .images img {
  position: absolute;
  bottom: -20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-template-page-template-demo .col .images img.phone {
  z-index: 10;
  left: 0;
}
.page-template-page-template-demo .col .images img.browser {
  z-index: 9;
  right: 0;
}
.page-template-page-template-demo .row:hover img {
  bottom: 0;
}
.page-template-page-template-demo .text {
  padding-top: 90px;
}
.page-template-page-template-demo h3 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.1em;
  margin: 20px 0 25px 0;
}
.page-template-page-template-demo h3 a {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .page-template-page-template-demo .text {
    text-align: center;
  }
}
@media screen and (max-width: 345px) {
  .page-template-page-template-demo .text {
    padding-top: 60px;
  }
}
/**
	=====================================================================================================================================================
	Video background styles
	=====================================================================================================================================================
**/
.video-bg-section {
  position: relative;
}
.video-bg-section .background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
}
.video-bg-section video,
.video-bg-section source {
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
}
.video-bg-section .ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.video-bg-section .placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.video-bg-section .ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.video-bg-section .ytplayer-player {
  position: absolute;
}
.video-bg-section.loaded .ytplayer-container {
  display: block;
}
.video-bg-section.loaded .placeholder-image {
  opacity: 0;
}
.responsive-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.responsive-video-wrapper iframe,
.responsive-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/**
	Header styles
**/
body.fixed-header #content-wrapper {
  padding-top: 190px;
}
body.intro-header.fixed-header #content-wrapper {
  padding-top: 90px;
}
.fixed-header #header.headroom--pinned,
.transparent-header #header.headroom--pinned {
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.fixed-header #header.headroom--unpinned,
.transparent-header #header.headroom--unpinned {
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.fixed-header-alt-style.fixed-header #header.headroom--unpinned,
.fixed-header-alt-style.fixed-header #header.headroom--pinned,
.fixed-header-alt-style.transparent-header #header.headroom--unpinned,
.fixed-header-alt-style.transparent-header #header.headroom--pinned {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
#header {
  background-color: #141414;
  padding: 30px 0;
  z-index: 10;
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}
.fixed-header #header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: transform 200ms linear;
  -moz-transition: transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: transform 200ms linear;
  margin-bottom: 0;
}
.transparent-header #header {
  background-color: #00000080;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: transform 200ms;
  -moz-transition: transform 200ms;
  -o-transition: transform 200ms;
  transition: transform 200ms;
  margin-bottom: 0;
}
.admin-bar.fixed-header #header,
.admin-bar.transparent-header #header {
  top: 32px;
}
.transparent-header #header.headroom--pinned,
#header.headroom--not-top {
  background-color: #141414;
}
.transparent-header #header.headroom--pinned.headroom--top {
  background-color: #00000080;
}
@media screen and (max-width: 767px) {
  .simple-header #header {
    margin-bottom: 40px;
  }
}
#header .logo,
#header .logo img {
  float: left;
}
#header .logo-title {
  font-size: 4.2rem;
  font-family: 'lato';
  line-height: 1em;
}
#header .logo-title-tagline .title {
  font-size: 3rem;
  font-family: 'lato';
}
#header .logo-title-tagline .tagline {
  font-size: 1.4rem;
  display: block;
  color: #ffffff;
}
/**
	Navigation styles for desktop and big monitors
**/
#header-nav .submenu-icon,
#header-nav .submenu-icon-back {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzA2cHgiIGhlaWdodD0iMzA2cHgiIHZpZXdCb3g9IjAgMCAzMDYgMzA2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDYgMzA2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNoZXZyb24tcmlnaHQiPjxwb2x5Z29uIGZpbGw9IiNmZmZmZmYiIHBvaW50cz0iOTQuMzUsMCA1OC42NSwzNS43IDE3NS45NSwxNTMgNTguNjUsMjcwLjMgOTQuMzUsMzA2IDI0Ny4zNSwxNTMiLz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  right: 15px;
  top: 16px;
}
#header-nav .submenu-icon-back {
  left: 15px;
  right: auto;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzA2cHgiIGhlaWdodD0iMzA2cHgiIHZpZXdCb3g9IjAgMCAzMDYgMzA2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDYgMzA2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9ImNoZXZyb24tbGVmdCI+PHBvbHlnb24gZmlsbD0iI2ZmZmZmZiIgcG9pbnRzPSIyNDcuMzUsMzUuNyAyMTEuNjUsMCA1OC42NSwxNTMgMjExLjY1LDMwNiAyNDcuMzUsMjcwLjMgMTMwLjA1LDE1MyIvPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+) !important;
}
@media screen and (min-width: 992px) {
  #header-nav.logo-style-title_and_tagline {
    margin-top: 8px;
  }
  #header-nav {
    float: right;
margin-top: 20px;
  }
  #header-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #header-nav li {
    margin: 0;
    padding: 0;
  }
  #header-nav span.line_wrap {
    position: relative;
    display: inline-block;
  }
  #header-nav span.line {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 48%;
    width: 0;
    
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
  }
  #header-nav > ul > li > a .submenu-icon {
    display: none;
  }
  #header-menu .dl-back {
    display: none;
  }
  /**
		First level menu item
	**/
  #header-nav li {
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  #header-nav > ul > li {
    float: left;
    margin-left: 40px;
    line-height: 40px;
  }
  #header-menu > li {
    font-variant: small-caps;
    font-size: 1.8rem;
  }
  #header-nav > ul > li > a > .submenu-icon {
    display: none;
  }
  #header-nav > ul > li:first-child {
    margin-left: 0;
  }
  #header-nav a {
    color: #ffffff;
  }
  #header-nav a:hover,
  #header-nav li.current-menu-item > a,
  #header-nav > ul > li:hover > a,
  #header-nav a.current-link {
    color: #b8b5bf;
  }
  #header-nav > ul > li.current-menu-item > a span.line,
  #header-nav > ul > li:hover > a span.line,
  #header-nav > ul > li > a:hover span.line,
  #header-nav a.current-link span.line {
    width: 100%;
  }
  /**
		Sub-menus styling
	**/
  #header-nav ul.sub-menu {
    position: absolute;
    top: 100%;
   
    display: block;
    width: auto;
    opacity: 0;
  }
  #header-nav ul.sub-menu li:nth-child(2n) {
    background-color: #191919;
  }
  #header-nav ul.sub-menu a {
    display: block;
    padding: 10px 40px 10px 20px;
    line-height: normal;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  #header-nav ul.sub-menu a:hover {
    color: #ffffff;
    background-color: #d6d6d6;
  }
  #header-nav ul.sub-menu ul.sub-menu {
    top: 0;
    left: 100%;
    right: auto;
  }
  #header-nav ul.sub-menu ul.sub-menu.appear-on-left {
    left: auto;
    right: 100%;
  }
  #header-nav li:hover {
    overflow: visible;
  }
  #header-nav li:hover > ul.sub-menu {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  #header-nav ul.sub-menu > li {
    background-color: #111111;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #header-nav > ul > li {
    margin-left: 20px;
  }
}
/**
	Mobile menu toggler
**/
#mobile-menu-toggler {
  display: none;
  float: right;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0s 0.3s;
  -moz-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
margin-top: 50px;
}
@media screen and (max-width: 992px) {
  #mobile-menu-toggler {
    display: inline-block;
  }
}
#mobile-menu-toggler span {
  display: block;
  position: absolute;
  top: 18px;
  left: 5px;
  right: 5px;
  height: 3px;
  background: white;
  -webkit-transition: background 0s 0.3s;
  -moz-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
#mobile-menu-toggler span::before,
#mobile-menu-toggler span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
#mobile-menu-toggler span::before {
  top: -8px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
#mobile-menu-toggler span::after {
  bottom: -8px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
#mobile-menu-toggler.dl-active span {
  background: none;
}
#mobile-menu-toggler.dl-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-menu-toggler.dl-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile-menu-toggler.dl-active span::before,
#mobile-menu-toggler.dl-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
/**
	Mobile sliding menu styles
**/
@media screen and (max-width: 992px) {
  #header-nav {
    width: 100%;
    max-width: 290px;
    right: 10px;
    position: absolute;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
  }
  #header-nav:first-child {
    margin-right: 100px;
  }
  #header-nav li {
    margin: 0;
    padding: 0;
    background: #111111;
  }
  #header-nav li a {
    color: #ffffff;
  }
  #header-nav li a:hover {
    color: #ffffff;
    background-color: #d6d6d6;
  }
  #header-nav li:nth-child(2n) {
    background-color: #191919;
  }
  #header-nav ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  #header-nav li {
    position: relative;
  }
  #header-nav li a {
    position: relative;
    display: block;
    padding: 10px 40px 10px 20px;
    line-height: normal;
  }
  #header-nav li.dl-back > a {
    padding-left: 40px;
  }
  #header-nav .dl-menu {
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 60px;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #header-nav .dl-menu.dl-menu-toggle {
    transition: all 0.3s ease;
  }
  #header-nav .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  /* Hide the inner submenus */
  #header-nav li .dl-submenu {
    display: none;
    margin: 0;
    padding: 0;
  }
  /* 
		When a submenu is openend, we will hide all li siblings.
		For that we give a class to the parent menu called "dl-subview".
		We also hide the submenu link. 
		The opened submenu will get the class "dl-subviewopen".
		All this is done for any sub-level being entered.
	*/
  #header-nav .dl-menu.dl-subview li,
  #header-nav .dl-menu.dl-subview li.dl-subviewopen > a,
  #header-nav .dl-menu.dl-subview li.dl-subview > a {
    display: none;
  }
  #header-nav .dl-menu.dl-subview li.dl-subview,
  #header-nav .dl-menu.dl-subview li.dl-subview .dl-submenu,
  #header-nav .dl-menu.dl-subview li.dl-subviewopen,
  #header-nav .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
  #header-nav .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
    display: block;
  }
  /* Dynamically added submenu outside of the menu context */
  #header-nav > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    margin: 0;
  }
  /* Animation classes for moving out and in */
  #header-nav .dl-menu.dl-animate-out {
    -webkit-animation: MenuAnimOut 0.4s ease;
    animation: MenuAnimOut 0.4s ease;
  }
  #header-nav .dl-menu.dl-animate-in {
    -webkit-animation: MenuAnimIn 0.4s ease;
    animation: MenuAnimIn 0.4s ease;
  }
  #header-nav > .dl-submenu.dl-animate-in {
    -webkit-animation: SubMenuAnimIn 0.4s ease;
    animation: SubMenuAnimIn 0.4s ease;
  }
  #header-nav > .dl-submenu.dl-animate-out {
    -webkit-animation: SubMenuAnimOut 0.4s ease;
    animation: SubMenuAnimOut 0.4s ease;
  }
}
/**
	Animation keyframes for a mobile menu slide effects
**/
@-webkit-keyframes MenuAnimOut {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimIn {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimOut {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
/**
	=====================================================================================================================================================
	Intro sections
	=====================================================================================================================================================
**/
#hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  text-align: center;
}
#hero .intro-text {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  color: #fff;
}
#hero .intro-text h1 {
  color: #fff;
  font-size: 10rem;
  line-height: 80px;
  margin-bottom: 40px;
  font-variant: small-caps;
}
#hero .intro-text p {
  font-size: 3rem;
  line-height: 35px;
  font-variant: small-caps;
}
#hero .intro-text p.post-data {
  font-size: 2.4000000000000004rem;
  font-variant: normal;
  line-height: normal;
}
#hero .intro-text a {
  color: #fff;
}
#hero .intro-text a:hover {
  color: #b1d750;
}
#hero .intro-text .delimeter {
  margin: 0 30px;
}
#skip-intro,
.skip-slider {
  position: absolute;
  width: 40px;
  height: 60px;
  bottom: 5%;
  left: 50%;
  margin-top: -20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAyLjAzMyAyMDIuMDMzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMDIuMDMzIDIwMi4wMzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48cG9seWdvbiBmaWxsPSIjZmZmZmZmIiBwb2ludHM9IjE2Ny4wODIsMTM1Ljk3MSAxNjEuODMyLDEzMC43MTggMTA0LjczMSwxODcuODE4IDEwNC43MzEsMCA5Ny4zMDUsMCA5Ny4zMDUsMTg3LjgyOSA0MC4yMDEsMTMwLjcxOCAzNC45NTEsMTM1Ljk3MSAxMDEuMDE3LDIwMi4wMzMiLz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
  background-size: 40px 60px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  #hero .intro-text h1 {
    font-size: 5rem;
    line-height: 40px;
  }
  #hero .intro-text p,
  #hero .intro-text p.post-data {
    font-size: 1.4000000000000001rem;
    line-height: normal;
  }
  #hero .intro-text .delimeter {
    margin: 0 5px;
  }
  #hero br {
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  #hero .intro-text h1 {
    font-size: 3rem;
    line-height: 35px;
  }
}
/**
	=====================================================================================================================================================
	Blog content
	=====================================================================================================================================================
**/
.indent {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .indent {
    padding-left: 0;
  }
}
.post-gallery {
  width: 100%;
}
.post-gallery .item {
  text-align: center;
}
/**
	Share icons
**/
.social-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #c2c2c2;
  border: 2px solid #c2c2c2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 35px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  margin-right: 8px;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.social-icons a:hover {
  border-color: #00bff3;
  color: #00bff3;
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
/**
	Comments
**/
#comments {
  padding-top: 90px;
}
.reply-header {
  margin-bottom: 70px;
}
ul.comments-list {
  margin: 0 0 95px 0;
  padding: 0;
  list-style: none;
}
ul.children {
  margin: 0 0 0 100px;
  padding: 0;
  list-style: none;
}
li.comment {
  margin: 0;
  padding: 0;
  min-height: 70px;
}
li.comment .comment-reply-link {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjEycHgiIGhlaWdodD0iNjEycHgiIHZpZXdCb3g9IjAgMCA2MTIgNjEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MTIgNjEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9InJlcGx5LWFsbCI+PHBhdGggZmlsbD0iI2MyYzJjMiIgZD0iTTE3OC41LDE5MS4yNXYtNzYuNUwwLDI5My4yNWwxNzguNSwxNzguNXYtNzYuNWwtMTAyLTEwMkwxNzguNSwxOTEuMjV6IE0zMzEuNSwyMTYuNzV2LTEwMkwxNTMsMjkzLjI1bDE3OC41LDE3OC41VjM2Ny4yIEM0NTksMzY3LjIsNTQ4LjI1LDQwOCw2MTIsNDk3LjI1QzU4Ni41LDM2OS43NSw1MTAsMjQyLjI1LDMzMS41LDIxNi43NXoiLz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  left: 40px;
  top: 65px;
}
li.comment .comment-reply-link:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjEycHgiIGhlaWdodD0iNjEycHgiIHZpZXdCb3g9IjAgMCA2MTIgNjEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MTIgNjEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGcgaWQ9InJlcGx5LWFsbCI+PHBhdGggZmlsbD0iI2IxZDc1MCIgZD0iTTE3OC41LDE5MS4yNXYtNzYuNUwwLDI5My4yNWwxNzguNSwxNzguNXYtNzYuNWwtMTAyLTEwMkwxNzguNSwxOTEuMjV6IE0zMzEuNSwyMTYuNzV2LTEwMkwxNTMsMjkzLjI1bDE3OC41LDE3OC41VjM2Ny4yIEM0NTksMzY3LjIsNTQ4LjI1LDQwOCw2MTIsNDk3LjI1QzU4Ni41LDM2OS43NSw1MTAsMjQyLjI1LDMzMS41LDIxNi43NXoiLz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
}
li.comment div.photo {
  position: absolute;
  left: 100px;
  top: 40px;
}
li.comment div.photo img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
li.comment .comment-text {
  padding-left: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
li.comment .comment-text p:last-child {
  margin-bottom: 0;
}
li.comment .comment-text header {
  margin-bottom: 14px;
}
li.comment .comment-text header h6,
li.comment .comment-text header .author {
  display: inline;
}
li.comment .comment-text header .author {
  font-size: 1.4000000000000001rem;
  color: #acacac;
}
li.comment .comment-text header h6 {
  font-size: 1.8rem;
  margin-right: 18px;
}
li.comment .comment-text header h6 a {
  color: #111111;
}
li.comment .comment-text header h6 a:hover {
  color: #b1d750;
}
.no-avatars li.comment .comment-text {
  padding-left: 50px;
}
li.comment:hover > .comment-body > div.photo img {
  border-color: #b1d750;
}
.comment-body {
  position: relative;
  padding: 40px;
  margin-bottom: 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul.children {
  margin-top: -20px;
}
ul.children .comment-text {
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}
ul.children .comment-body {
  padding-bottom: 0;
  margin-bottom: 0;
}
ul.children li.comment:last-of-type .comment-text {
  padding-bottom: 40px;
  border-bottom: 0;
}
ul.comments-list > li.comment > .comment-body {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #comments {
    padding-top: 40px;
  }
  ul.children {
    margin-left: 0;
  }
  li.comment {
    min-height: 1px;
  }
}
@media screen and (max-width: 480px) {
  li.comment .comment-reply-link {
    top: 25px;
    left: 25px;
  }
  li.comment div.photo {
    display: none;
  }
  li.comment .comment-text {
    padding-left: 40px;
  }
  li.comment .comment-text header .author {
    display: block;
  }
  li.comment .comment-body {
    padding: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  ul.children li.comment:last-of-type .comment-text {
    padding-bottom: 0;
  }
  ul.children {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .reply-header {
    margin-bottom: 40px;
  }
  ul.comments-list {
    margin-bottom: 50px;
  }
}
#comments-nav {
  margin-bottom: 75px;
}
#comments-nav .nav-next {
  float: right;
}
#comments-nav .nav-previous {
  float: left;
}
@media screen and (max-width: 510px) {
  #comments-nav .nav-next,
  #comments-nav .nav-previous {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  #comments-nav .nav-next a,
  #comments-nav .nav-previous a {
    display: block;
    width: 100%;
  }
}
/**
	=====================================================================================================================================================
	Blog posts list
	=====================================================================================================================================================
**/
.post-part {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.post-part .delimeter {
  margin: 0 10px;
}
.post-part .post-data,
.post-part .post-data a {
  color: #acacac;
}
.post-part h4 {
  font-variant: small-caps;
  line-height: -0.20000000000000018px;
}
.post-part header,
.post-part h4,
.post-part .excerpt-text {
  margin-bottom: 25px;
}
.post-part h4 a {
  color: #111111;
}
.post-part .post-data a:hover,
.post-part h4 a:hover {
  color: #b1d750;
}
.post-part iframe,
.post-part object {
  margin-bottom: 0;
}
.post-part blockquote {
  padding-right: 0;
}
.post-part .read-more {
  display: inline-block;
  width: 50px;
  height: 40px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjI3LjA5NiAyMjcuMDk2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMjcuMDk2IDIyNy4wOTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48cG9seWdvbiBmaWxsPSIjMTExMTExIiBwb2ludHM9IjE1Mi44MzUsMzkuMjg1IDE0Ni45MzMsNDUuMTgzIDIxMS4xMTMsMTA5LjM3MyAwLDEwOS4zNzMgMCwxMTcuNzIzIDIxMS4xMjQsMTE3LjcyMyAgMTQ2LjkzMywxODEuOTAyIDE1Mi44MzUsMTg3LjgxMSAyMjcuMDk2LDExMy41NSIvPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+) !important;
  margin-top: 30px;
}
.post-part .read-more:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjI3LjA5NiAyMjcuMDk2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMjcuMDk2IDIyNy4wOTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48cG9seWdvbiBmaWxsPSIjYjFkNzUwIiBwb2ludHM9IjE1Mi44MzUsMzkuMjg1IDE0Ni45MzMsNDUuMTgzIDIxMS4xMTMsMTA5LjM3MyAwLDEwOS4zNzMgMCwxMTcuNzIzIDIxMS4xMjQsMTE3LjcyMyAgMTQ2LjkzMywxODEuOTAyIDE1Mi44MzUsMTg3LjgxMSAyMjcuMDk2LDExMy41NSIvPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+) !important;
}
.sticky h4.post-title-header {
  color: #b1d750;
}
.format-link .link {
  margin-bottom: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDU3LjAzcHgiIGhlaWdodD0iNDU3LjAzcHgiIHZpZXdCb3g9IjAgMCA0NTcuMDMgNDU3LjAzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NTcuMDMgNDU3LjAzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iI2ViZWJlYiIgZD0iTTQyMS41MTIsMjA3LjA3NGwtODUuNzk1LDg1Ljc2N2MtNDcuMzUyLDQ3LjM4LTEyNC4xNjksNDcuMzgtMTcxLjUyOSwwYy03LjQ2LTcuNDM5LTEzLjI5Ni0xNS44MjEtMTguNDIxLTI0LjQ2NSBsMzkuODY0LTM5Ljg2MWMxLjg5NS0xLjkxMSw0LjIzNS0zLjAwNiw2LjQ3MS00LjI5NmMyLjc1Niw5LjQxNiw3LjU2NywxOC4zMywxNC45NzIsMjUuNzM2YzIzLjY0OCwyMy42NjcsNjIuMTI4LDIzLjYzNCw4NS43NjIsMCBsODUuNzY4LTg1Ljc2NWMyMy42NjYtMjMuNjY0LDIzLjY2Ni02Mi4xMzUsMC04NS43ODFjLTIzLjYzNS0yMy42NDYtNjIuMTA1LTIzLjY0Ni04NS43NjgsMGwtMzAuNDk5LDMwLjUzMiBjLTI0Ljc1LTkuNjM3LTUxLjQxNS0xMi4yMjgtNzcuMzczLTguNDI0bDY0Ljk5MS02NC45ODljNDcuMzgtNDcuMzcxLDEyNC4xNzctNDcuMzcxLDE3MS41NTcsMCBDNDY4Ljg2OSw4Mi44OTcsNDY4Ljg2OSwxNTkuNzA2LDQyMS41MTIsMjA3LjA3NHogTTE5NC43MDgsMzQ4LjEwNGwtMzAuNTIxLDMwLjUzMmMtMjMuNjQ2LDIzLjYzNC02Mi4xMjgsMjMuNjM0LTg1Ljc3OCwwIGMtMjMuNjQ4LTIzLjY2Ny0yMy42NDgtNjIuMTM4LDAtODUuNzk1bDg1Ljc3OC04NS43NjdjMjMuNjY1LTIzLjY2Miw2Mi4xMjEtMjMuNjYyLDg1Ljc2NywwIGM3LjM4OCw3LjM5LDEyLjIwNCwxNi4zMDIsMTQuOTg2LDI1LjcwNmMyLjI0OS0xLjMwNyw0LjU2LTIuMzY5LDYuNDU0LTQuMjY2bDM5Ljg2MS0zOS44NDUgYy01LjA5Mi04LjY3OC0xMC45NTgtMTcuMDMtMTguNDIxLTI0LjQ3N2MtNDcuMzQ4LTQ3LjM3MS0xMjQuMTcyLTQ3LjM3MS0xNzEuNTQzLDBMMzUuNTI2LDI0OS45NiBjLTQ3LjM2Niw0Ny4zODUtNDcuMzY2LDEyNC4xNzIsMCwxNzEuNTUzYzQ3LjM3MSw0Ny4zNTYsMTI0LjE3Nyw0Ny4zNTYsMTcxLjU0NywwbDY1LjAwOC02NS4wMDMgQzI0Ni4xMDksMzYwLjMzNiwyMTkuNDM3LDM1Ny43MjMsMTk0LjcwOCwzNDguMTA0eiIvPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=) !important;
  background-size: 80px 80px;
  background-repeat: no-repeat;
  padding-left: 60px;
}
.format-link .link h4 {
  margin-bottom: 20px;
}
.format-link .link a {
  font-size: 2.4000000000000004rem;
  line-height: 30px;
}
.format-image header,
.format-standard.has-post-thumbnail header {
  position: relative;
  float: left;
}
.format-image header img,
.format-standard.has-post-thumbnail header img {
  display: block;
}
.format-image header .overlay,
.format-standard.has-post-thumbnail header .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(46, 43, 42, 0.8);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.format-image header .zoom,
.format-standard.has-post-thumbnail header .zoom,
.format-image header .link,
.format-standard.has-post-thumbnail header .link {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
.format-image header .zoom,
.format-standard.has-post-thumbnail header .zoom {
  left: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PGcgaWQ9ImNpcmNsZV82N18iPjxnPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0zMiwwQzE0LjMyOCwwLDAsMTQuMzI3LDAsMzJzMTQuMzI4LDMyLDMyLDMyczMyLTE0LjMyNywzMi0zMlM0OS42NzMsMCwzMiwweiBNMzIsNjJDMTUuNDMyLDYyLDIsNDguNTY4LDIsMzIuMDAxIEMyLDE1LjQzMiwxNS40MzIsMiwzMiwyYzE2LjU2OCwwLDMwLDEzLjQzMiwzMCwzMC4wMDFDNjIsNDguNTY4LDQ4LjU2OCw2MiwzMiw2MnoiLz4gPC9nPjwvZz48ZyBpZD0ic2VhcmNoIj48Zz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNDUuNzE0LDQzLjM1N2wtNS43MTItNS43MTNDNDEuMjU0LDM1LjkxNiw0MiwzMy43OTgsNDIsMzEuNUM0MiwyNS43MDEsMzcuMywyMSwzMS41LDIxQzI1LjcwMiwyMSwyMSwyNS43MDEsMjEsMzEuNSBTMjUuNzAyLDQyLDMxLjUsNDJjMi44MDksMCw1LjM1NC0xLjEwOSw3LjIzOC0yLjkwNmw1LjYxOSw1LjYyYzAuMzc1LDAuMzc1LDAuOTgxLDAuMzc1LDEuMzU2LDAgQzQ2LjA4OSw0NC4zNCw0Ni4wODksNDMuNzMyLDQ1LjcxNCw0My4zNTd6IE0zMS41LDQwYy00LjY5NCwwLTguNS0zLjgwNy04LjUtOC41YzAtNC42OTQsMy44MDYtOC41LDguNS04LjUgYzQuNjkzLDAsOC41LDMuODA2LDguNSw4LjVDNDAsMzYuMTkzLDM2LjE5NSw0MCwzMS41LDQweiIvPjwvZz48L2c+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=) !important;
}
.format-image header .link,
.format-standard.has-post-thumbnail header .link {
  right: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PGcgaWQ9ImNpcmNsZV81MV8iPjxnPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0zMiwwQzE0LjMyNywwLDAsMTQuMzI3LDAsMzJzMTQuMzI3LDMyLDMyLDMyczMyLTE0LjMyNywzMi0zMlM0OS42NzMsMCwzMiwweiBNMzIsNjJDMTUuNDMyLDYyLDIsNDguNTY4LDIsMzIgQzIsMTUuNDMyLDE1LjQzMiwyLDMyLDJjMTYuNTY4LDAsMzAsMTMuNDMyLDMwLDMwQzYyLDQ4LjU2OCw0OC41NjgsNjIsMzIsNjJ6Ii8+PC9nPjwvZz48ZyBpZD0iRWxsaXBzZV81X2NvcHkiPjxnPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik00Ni4zNjUsMjAuNjM2Yy0zLjUxNi0zLjUxNS05LjIxMy0zLjUxNS0xMi43MjksMGMtMS41MDQsMS41MDQtMi4zMjUsMy40MDctMi41MzIsNS4zNjRIMzF2MTJoLTAuMDQ3IGMtMC4yMDksMS40MDUtMC44MzYsMi43ODMtMi4wMDQsMy45NWMtMi45MjksMi45MjktNy4xNjYsMi43MzMtOS44OTksMGMtMi43MzQtMi43MzMtMi43MzQtNy4xNjYsMC05Ljg5OSBjMi4xNTMtMi4xNTMsNS4zNS0yLjU4Myw3Ljk1LTEuMzQ1di0yLjE1NWMtMy4xNjgtMS4xMjMtNi44My0wLjQ0OS05LjM2NCwyLjA4NmMtMy41MTUsMy41MTUtMy41MTUsOS4yMTIsMCwxMi43MjggYzMuNTE1LDMuNTE1LDkuMjEzLDMuNTE1LDEyLjcyOCwwYzEuNTAyLTEuNTAyLDIuMzIyLTMuNDA1LDIuNTQxLTUuMzY0SDMzVjI3bDAsMGMwLTEuNzkyLDAuNjg0LTMuNTgzLDIuMDUtNC45NSBjMi43MzQtMi43MzMsNy4xNjYtMi43MzMsOS44OTksMGMyLjczNCwyLjczMywyLjkyOSw2Ljk3MSwwLDkuODk5Yy0yLjI5OSwyLjI5OS01LjM5OSwyLjY2NS03Ljk1LDEuMzk4djIuMTAyIGMzLjE2OCwxLjEyMyw2LjgzLDAuNDQ5LDkuMzY0LTIuMDg2QzQ5Ljg3OSwyOS44NDksNDkuODc5LDI0LjE1LDQ2LjM2NSwyMC42MzZ6Ii8+PC9nPjwvZz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
}
.format-image header:hover .overlay,
.format-standard.has-post-thumbnail header:hover .overlay {
  opacity: 1;
}
.format-image header:hover .zoom,
.format-standard.has-post-thumbnail header:hover .zoom {
  opacity: 0.6;
  left: 50%;
  margin-left: -55px;
}
.format-image header:hover .link,
.format-standard.has-post-thumbnail header:hover .link {
  opacity: 0.6;
  right: 50%;
  margin-right: -55px;
}
.format-image header:hover .zoom:hover,
.format-standard.has-post-thumbnail header:hover .zoom:hover,
.format-image header:hover .link:hover,
.format-standard.has-post-thumbnail header:hover .link:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .post-part h4 {
    line-height: 32px;
  }
}
/**
	=====================================================================================================================================================
	Pagination
	=====================================================================================================================================================
**/
.pagination .nav-next,
.pagination a:last-of-type {
  float: right;
}
.pagination .nav-prev {
  float: left;
}
.pagination a {
  width: 170px;
}
.pagination:after {
  content: '';
  clear: both;
  display: block;
}
@media screen and (max-width: 400px) {
  .pagination a {
    width: 100%;
  }
  .pagination .nav-prev,
  .pagination a:first-child {
    margin-bottom: 15px;
  }
}
/**
	=====================================================================================================================================================
	Icon Boxes
	=====================================================================================================================================================
**/
.fw-icon,
.fw-iconbox {
  display: block;
}
.fw-icon .list-title,
.fw-iconbox .list-title,
.fw-icon .fw-iconbox-title h3,
.fw-iconbox .fw-iconbox-title h3 {
  display: block;
  font-family: 'lato';
  font-size: 4.8rem !important;
  line-height: 1em !important;
  font-weight: 300 !important;
  color: #111111;
  font-variant: small-caps;
  margin-bottom: 18px;
}
.fw-icon i.fa,
.fw-iconbox i.fa {
  font-size: 8rem !important;
  color: #636363;
}
.fw-iconbox {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fw-iconbox-image {
  width: auto !important;
}
/**
	=====================================================================================================================================================
	Page 404
	=====================================================================================================================================================
**/
.error404 {
  background-color: #111111;
  background-position: center center;
  background-repeat: no-repeat;
}
.error404 #content,
.error404 #content p {
  color: #ffffff;
}
.error404 h1 {
  font-size: 10rem;
  line-height: 1.2em;
  color: #ffffff;
}
.error404 h1 span {
  color: #b1d750;
}
.error404 .page-error-404 {
  font-size: 3rem;
  line-height: 1.2em;
}
/**
	=====================================================================================================================================================
	Home Slider
	=====================================================================================================================================================
**/
.skip-link-position-left .skip-slider {
  left: 5%;
  bottom: 5%;
  right: auto;
  top: auto;
  z-index: 100;
}
.skip-link-position-right .skip-slider {
  right: 5%;
  bottom: 5%;
  left: auto;
  top: auto;
  z-index: 100;
}
.skip-link-position-center .skip-slider {
  left: 50%;
  bottom: 5%;
  right: auto;
  top: auto;
  z-index: 100;
  margin-left: -20px;
}
.tp-bullets {
  position: absolute;
  text-align: center;
  list-style: none;
  z-index: 100;
  width: 100%;
}
.tp-bullets .tp-bullet {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 11px;
  height: 11px;
  padding: 0;
  line-height: 11px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  border: none;
  outline: none;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.tp-bullets .tp-bullet:hover,
.tp-bullets .tp-bullet.selected {
  background-color: #b1d750;
}
.tp-bullets:before {
  display: none;
}
/**
	Slider button
**/
.Unicum-App-Button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTM5NS43NDgsMjcyLjA0NmMtMC42NDYtNjQuODQxLDUyLjg4LTk1LjkzOCw1NS4yNzEtOTcuNDgzYy0zMC4wNzUtNDQuMDEtNzYuOTI1LTUwLjAzOS05My42Mi01MC43MzYgYy0zOS44NzEtNC4wMzctNzcuNzk4LDIzLjQ3NC05OC4wMzMsMjMuNDc0Yy0yMC4xODQsMC01MS40MDktMjIuODc3LTg0LjQ3Ni0yMi4yNzZjLTQzLjQ1OCwwLjY0Ni04My41MjksMjUuMjY5LTEwNS45MDYsNjQuMTkgYy00NS4xNTIsNzguMzUtMTEuNTYzLDE5NC40MiwzMi40NDUsMjU3Ljk2M2MyMS41MDQsMzEuMTA0LDQ3LjE0Niw2Ni4wMzgsODAuODEzLDY0Ljc5YzMyLjQyMS0xLjI5NCw0NC42ODEtMjAuOTc5LDgzLjg3OC0yMC45NzkgYzM5LjE5NiwwLDUwLjIxNSwyMC45NzksODQuNTI0LDIwLjMzNWMzNC44ODgtMC42NDgsNTYuOTkxLTMxLjY5OSw3OC4zNDctNjIuODk4YzI0LjY5NC0zNi4wODQsMzQuODYyLTcxLjAxOSwzNS40NjItNzIuODEyIEM0NjMuNjc4LDM3NS4yNiwzOTYuNDIyLDM0OS40OTUsMzk1Ljc0OCwyNzIuMDQ2eiBNMzMxLjI4LDgxLjc2MUMzNDkuMTQ5LDYwLjA4MiwzNjEuMjEsMzAuMDA1LDM1Ny45MiwwIGMtMjUuNzM5LDEuMDQ4LTU2LjkzOCwxNy4xNDUtNzUuNDA1LDM4Ljc3NWMtMTYuNTcsMTkuMTg4LTMxLjA3NSw0OS44MTMtMjcuMTg4LDc5LjIxOCBDMjg0LjA2MSwxMjAuMjM1LDMxMy4zOTIsMTAzLjM5MSwzMzEuMjgsODEuNzYxeiIvPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=) !important;
}
.Unicum-App-Button-Google {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTA1LjE0NSA1MDUuMTQ1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MDUuMTQ1IDUwNS4xNDU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48Zz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNjguNTQxLDE2NC43MTVoLTEuMjk0Yy0xNi41ODgsMC0zMC4xMTMsMTMuNTY4LTMwLjExMywzMC4xMTN2MTMxLjEwNyBjMCwxNi42MSwxMy41MjUsMzAuMTM0LDMwLjExMywzMC4xMzRoMS4zMTZjMTYuNTg4LDAsMzAuMTEzLTEzLjU2OCwzMC4xMTMtMzAuMTM0VjE5NC44MjcgQzk4LjY1NCwxNzguMjgzLDg1LjEwOCwxNjQuNzE1LDY4LjU0MSwxNjQuNzE1eiIvPiA8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTEzLjA4NSwzNzYuNTRjMCwxNS4yMjksMTIuNDQ2LDI3LjYzMiwyNy42NzUsMjcuNjMyaDI5LjU3NHY3MC44MTcgYzAsMTYuNjMxLDEzLjU2OCwzMC4xNTYsMzAuMTEzLDMwLjE1NmgxLjI5NGMxNi42MSwwLDMwLjE1Ni0xMy41NDYsMzAuMTU2LTMwLjE1NnYtNzAuODE3aDQxLjMzdjcwLjgxNyBjMCwxNi42MzEsMTMuNjExLDMwLjE1NiwzMC4xNTYsMzAuMTU2aDEuMjczYzE2LjYwOSwwLDMwLjEzNC0xMy41NDYsMzAuMTM0LTMwLjE1NnYtNzAuODE3aDI5LjU5NSBjMTUuMjA3LDAsMjcuNjU0LTEyLjQwMywyNy42NTQtMjcuNjMyVjE2OS41MjVIMTEzLjA4NVYzNzYuNTR6Ii8+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMyMi4wNDEsNDMuOTgzbDIzLjQ5MS0zNi4yNmMxLjUxLTIuMjg3LDAuODQxLTUuNDE0LTEuNDY3LTYuOTAzIGMtMi4yODYtMS41MS01LjQxNC0wLjg4NC02LjkwMywxLjQ2N2wtMjQuMzUzLDM3LjUxMmMtMTguMjctNy40ODUtMzguNjc2LTExLjY5MS02MC4yMjYtMTEuNjkxIGMtMjEuNTcxLDAtNDEuOTM0LDQuMjA2LTYwLjI0NywxMS42OTFsLTI0LjMxLTM3LjUxMmMtMS40ODgtMi4zNTEtNC42MzgtMi45NzctNi45NDYtMS40NjcgYy0yLjMwOCwxLjQ4OC0yLjk3Nyw0LjYxNi0xLjQ2Nyw2LjkwM2wyMy41MTIsMzYuMjZjLTQyLjM4NywyMC43NzMtNzAuOTY4LDU5LjkyNC03MC45NjgsMTA0LjgzNCBjMCwyLjc2MSwwLjE3Myw1LjQ3OSwwLjQxLDguMTc1aDI4MC4wNTNjMC4yMzctMi42OTYsMC4zODgtNS40MTQsMC4zODgtOC4xNzVDMzkzLjAwOSwxMDMuOTA3LDM2NC40MDYsNjQuNzU2LDMyMi4wNDEsNDMuOTgzeiBNMTg3LjY1NSwxMDguOTExYy03LjQ0MiwwLTEzLjQ4Mi01Ljk5Ny0xMy40ODItMTMuNDZjMC03LjQ2Myw2LjA0LTEzLjQzOSwxMy40ODItMTMuNDM5YzcuNDg1LDAsMTMuNDgyLDUuOTc1LDEzLjQ4MiwxMy40MzkgUzE5NS4wOTcsMTA4LjkxMSwxODcuNjU1LDEwOC45MTF6IE0zMTcuNDksMTA4LjkxMWMtNy40NDIsMC0xMy40ODItNS45OTctMTMuNDgyLTEzLjQ2YzAtNy40NjMsNi4wNC0xMy40MzksMTMuNDgyLTEzLjQzOSBjNy40NjMsMCwxMy40Niw1Ljk3NSwxMy40NiwxMy40MzlDMzMwLjk1LDEwMi45MTQsMzI0Ljk1MywxMDguOTExLDMxNy40OSwxMDguOTExeiIvPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik00MzcuODc2LDE2NC43MTVoLTEuMjUxYy0xNi41ODgsMC0zMC4xNTYsMTMuNTY4LTMwLjE1NiwzMC4xMTN2MTMxLjEwNyBjMCwxNi42MSwxMy41OSwzMC4xMzQsMzAuMTU2LDMwLjEzNGgxLjI3M2MxNi42MDksMCwzMC4xMTMtMTMuNTY4LDMwLjExMy0zMC4xMzRWMTk0LjgyNyBDNDY4LjAxMSwxNzguMjgzLDQ1NC40NjQsMTY0LjcxNSw0MzcuODc2LDE2NC43MTV6Ii8+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+) !important;
}
.Unicum-App-Button:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iI2IxZDc1MCIgZD0iTTM5NS43NDgsMjcyLjA0NmMtMC42NDYtNjQuODQxLDUyLjg4LTk1LjkzOCw1NS4yNzEtOTcuNDgzYy0zMC4wNzUtNDQuMDEtNzYuOTI1LTUwLjAzOS05My42Mi01MC43MzYgYy0zOS44NzEtNC4wMzctNzcuNzk4LDIzLjQ3NC05OC4wMzMsMjMuNDc0Yy0yMC4xODQsMC01MS40MDktMjIuODc3LTg0LjQ3Ni0yMi4yNzZjLTQzLjQ1OCwwLjY0Ni04My41MjksMjUuMjY5LTEwNS45MDYsNjQuMTkgYy00NS4xNTIsNzguMzUtMTEuNTYzLDE5NC40MiwzMi40NDUsMjU3Ljk2M2MyMS41MDQsMzEuMTA0LDQ3LjE0Niw2Ni4wMzgsODAuODEzLDY0Ljc5YzMyLjQyMS0xLjI5NCw0NC42ODEtMjAuOTc5LDgzLjg3OC0yMC45NzkgYzM5LjE5NiwwLDUwLjIxNSwyMC45NzksODQuNTI0LDIwLjMzNWMzNC44ODgtMC42NDgsNTYuOTkxLTMxLjY5OSw3OC4zNDctNjIuODk4YzI0LjY5NC0zNi4wODQsMzQuODYyLTcxLjAxOSwzNS40NjItNzIuODEyIEM0NjMuNjc4LDM3NS4yNiwzOTYuNDIyLDM0OS40OTUsMzk1Ljc0OCwyNzIuMDQ2eiBNMzMxLjI4LDgxLjc2MUMzNDkuMTQ5LDYwLjA4MiwzNjEuMjEsMzAuMDA1LDM1Ny45MiwwIGMtMjUuNzM5LDEuMDQ4LTU2LjkzOCwxNy4xNDUtNzUuNDA1LDM4Ljc3NWMtMTYuNTcsMTkuMTg4LTMxLjA3NSw0OS44MTMtMjcuMTg4LDc5LjIxOCBDMjg0LjA2MSwxMjAuMjM1LDMxMy4zOTIsMTAzLjM5MSwzMzEuMjgsODEuNzYxeiIvPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=) !important;
}
.Unicum-App-Button-Google:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTA1LjE0NSA1MDUuMTQ1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MDUuMTQ1IDUwNS4xNDU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48Zz48cGF0aCBmaWxsPSIjYjFkNzUwIiBkPSJNNjguNTQxLDE2NC43MTVoLTEuMjk0Yy0xNi41ODgsMC0zMC4xMTMsMTMuNTY4LTMwLjExMywzMC4xMTN2MTMxLjEwNyBjMCwxNi42MSwxMy41MjUsMzAuMTM0LDMwLjExMywzMC4xMzRoMS4zMTZjMTYuNTg4LDAsMzAuMTEzLTEzLjU2OCwzMC4xMTMtMzAuMTM0VjE5NC44MjcgQzk4LjY1NCwxNzguMjgzLDg1LjEwOCwxNjQuNzE1LDY4LjU0MSwxNjQuNzE1eiIvPiA8cGF0aCBmaWxsPSIjYjFkNzUwIiBkPSJNMTEzLjA4NSwzNzYuNTRjMCwxNS4yMjksMTIuNDQ2LDI3LjYzMiwyNy42NzUsMjcuNjMyaDI5LjU3NHY3MC44MTcgYzAsMTYuNjMxLDEzLjU2OCwzMC4xNTYsMzAuMTEzLDMwLjE1NmgxLjI5NGMxNi42MSwwLDMwLjE1Ni0xMy41NDYsMzAuMTU2LTMwLjE1NnYtNzAuODE3aDQxLjMzdjcwLjgxNyBjMCwxNi42MzEsMTMuNjExLDMwLjE1NiwzMC4xNTYsMzAuMTU2aDEuMjczYzE2LjYwOSwwLDMwLjEzNC0xMy41NDYsMzAuMTM0LTMwLjE1NnYtNzAuODE3aDI5LjU5NSBjMTUuMjA3LDAsMjcuNjU0LTEyLjQwMywyNy42NTQtMjcuNjMyVjE2OS41MjVIMTEzLjA4NVYzNzYuNTR6Ii8+PHBhdGggZmlsbD0iI2IxZDc1MCIgZD0iTTMyMi4wNDEsNDMuOTgzbDIzLjQ5MS0zNi4yNmMxLjUxLTIuMjg3LDAuODQxLTUuNDE0LTEuNDY3LTYuOTAzIGMtMi4yODYtMS41MS01LjQxNC0wLjg4NC02LjkwMywxLjQ2N2wtMjQuMzUzLDM3LjUxMmMtMTguMjctNy40ODUtMzguNjc2LTExLjY5MS02MC4yMjYtMTEuNjkxIGMtMjEuNTcxLDAtNDEuOTM0LDQuMjA2LTYwLjI0NywxMS42OTFsLTI0LjMxLTM3LjUxMmMtMS40ODgtMi4zNTEtNC42MzgtMi45NzctNi45NDYtMS40NjcgYy0yLjMwOCwxLjQ4OC0yLjk3Nyw0LjYxNi0xLjQ2Nyw2LjkwM2wyMy41MTIsMzYuMjZjLTQyLjM4NywyMC43NzMtNzAuOTY4LDU5LjkyNC03MC45NjgsMTA0LjgzNCBjMCwyLjc2MSwwLjE3Myw1LjQ3OSwwLjQxLDguMTc1aDI4MC4wNTNjMC4yMzctMi42OTYsMC4zODgtNS40MTQsMC4zODgtOC4xNzVDMzkzLjAwOSwxMDMuOTA3LDM2NC40MDYsNjQuNzU2LDMyMi4wNDEsNDMuOTgzeiBNMTg3LjY1NSwxMDguOTExYy03LjQ0MiwwLTEzLjQ4Mi01Ljk5Ny0xMy40ODItMTMuNDZjMC03LjQ2Myw2LjA0LTEzLjQzOSwxMy40ODItMTMuNDM5YzcuNDg1LDAsMTMuNDgyLDUuOTc1LDEzLjQ4MiwxMy40MzkgUzE5NS4wOTcsMTA4LjkxMSwxODcuNjU1LDEwOC45MTF6IE0zMTcuNDksMTA4LjkxMWMtNy40NDIsMC0xMy40ODItNS45OTctMTMuNDgyLTEzLjQ2YzAtNy40NjMsNi4wNC0xMy40MzksMTMuNDgyLTEzLjQzOSBjNy40NjMsMCwxMy40Niw1Ljk3NSwxMy40NiwxMy40MzlDMzMwLjk1LDEwMi45MTQsMzI0Ljk1MywxMDguOTExLDMxNy40OSwxMDguOTExeiIvPjxwYXRoIGZpbGw9IiNiMWQ3NTAiIGQ9Ik00MzcuODc2LDE2NC43MTVoLTEuMjUxYy0xNi41ODgsMC0zMC4xNTYsMTMuNTY4LTMwLjE1NiwzMC4xMTN2MTMxLjEwNyBjMCwxNi42MSwxMy41OSwzMC4xMzQsMzAuMTU2LDMwLjEzNGgxLjI3M2MxNi42MDksMCwzMC4xMTMtMTMuNTY4LDMwLjExMy0zMC4xMzRWMTk0LjgyNyBDNDY4LjAxMSwxNzguMjgzLDQ1NC40NjQsMTY0LjcxNSw0MzcuODc2LDE2NC43MTV6Ii8+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+) !important;
}
.Unicum-App-Button,
.Unicum-App-Button-Google {
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 30px 20px;
}
/**
	Buy button
**/
.buy-button {
  background-color: rgba(0, 0, 0, 0.15);
  padding: 20px 30px 20px 65px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 25px 18px;
  font-variant: small-caps;
}
.buy-button.apple {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTM5NS43NDgsMjcyLjA0NmMtMC42NDYtNjQuODQxLDUyLjg4LTk1LjkzOCw1NS4yNzEtOTcuNDgzYy0zMC4wNzUtNDQuMDEtNzYuOTI1LTUwLjAzOS05My42Mi01MC43MzYgYy0zOS44NzEtNC4wMzctNzcuNzk4LDIzLjQ3NC05OC4wMzMsMjMuNDc0Yy0yMC4xODQsMC01MS40MDktMjIuODc3LTg0LjQ3Ni0yMi4yNzZjLTQzLjQ1OCwwLjY0Ni04My41MjksMjUuMjY5LTEwNS45MDYsNjQuMTkgYy00NS4xNTIsNzguMzUtMTEuNTYzLDE5NC40MiwzMi40NDUsMjU3Ljk2M2MyMS41MDQsMzEuMTA0LDQ3LjE0Niw2Ni4wMzgsODAuODEzLDY0Ljc5YzMyLjQyMS0xLjI5NCw0NC42ODEtMjAuOTc5LDgzLjg3OC0yMC45NzkgYzM5LjE5NiwwLDUwLjIxNSwyMC45NzksODQuNTI0LDIwLjMzNWMzNC44ODgtMC42NDgsNTYuOTkxLTMxLjY5OSw3OC4zNDctNjIuODk4YzI0LjY5NC0zNi4wODQsMzQuODYyLTcxLjAxOSwzNS40NjItNzIuODEyIEM0NjMuNjc4LDM3NS4yNiwzOTYuNDIyLDM0OS40OTUsMzk1Ljc0OCwyNzIuMDQ2eiBNMzMxLjI4LDgxLjc2MUMzNDkuMTQ5LDYwLjA4MiwzNjEuMjEsMzAuMDA1LDM1Ny45MiwwIGMtMjUuNzM5LDEuMDQ4LTU2LjkzOCwxNy4xNDUtNzUuNDA1LDM4Ljc3NWMtMTYuNTcsMTkuMTg4LTMxLjA3NSw0OS44MTMtMjcuMTg4LDc5LjIxOCBDMjg0LjA2MSwxMjAuMjM1LDMxMy4zOTIsMTAzLjM5MSwzMzEuMjgsODEuNzYxeiIvPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=) !important;
  margin-right: 20px;
}
.buy-button.apple:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iI2IxZDc1MCIgZD0iTTM5NS43NDgsMjcyLjA0NmMtMC42NDYtNjQuODQxLDUyLjg4LTk1LjkzOCw1NS4yNzEtOTcuNDgzYy0zMC4wNzUtNDQuMDEtNzYuOTI1LTUwLjAzOS05My42Mi01MC43MzYgYy0zOS44NzEtNC4wMzctNzcuNzk4LDIzLjQ3NC05OC4wMzMsMjMuNDc0Yy0yMC4xODQsMC01MS40MDktMjIuODc3LTg0LjQ3Ni0yMi4yNzZjLTQzLjQ1OCwwLjY0Ni04My41MjksMjUuMjY5LTEwNS45MDYsNjQuMTkgYy00NS4xNTIsNzguMzUtMTEuNTYzLDE5NC40MiwzMi40NDUsMjU3Ljk2M2MyMS41MDQsMzEuMTA0LDQ3LjE0Niw2Ni4wMzgsODAuODEzLDY0Ljc5YzMyLjQyMS0xLjI5NCw0NC42ODEtMjAuOTc5LDgzLjg3OC0yMC45NzkgYzM5LjE5NiwwLDUwLjIxNSwyMC45NzksODQuNTI0LDIwLjMzNWMzNC44ODgtMC42NDgsNTYuOTkxLTMxLjY5OSw3OC4zNDctNjIuODk4YzI0LjY5NC0zNi4wODQsMzQuODYyLTcxLjAxOSwzNS40NjItNzIuODEyIEM0NjMuNjc4LDM3NS4yNiwzOTYuNDIyLDM0OS40OTUsMzk1Ljc0OCwyNzIuMDQ2eiBNMzMxLjI4LDgxLjc2MUMzNDkuMTQ5LDYwLjA4MiwzNjEuMjEsMzAuMDA1LDM1Ny45MiwwIGMtMjUuNzM5LDEuMDQ4LTU2LjkzOCwxNy4xNDUtNzUuNDA1LDM4Ljc3NWMtMTYuNTcsMTkuMTg4LTMxLjA3NSw0OS44MTMtMjcuMTg4LDc5LjIxOCBDMjg0LjA2MSwxMjAuMjM1LDMxMy4zOTIsMTAzLjM5MSwzMzEuMjgsODEuNzYxeiIvPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=) !important;
}
.buy-button.android {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTA1LjE0NSA1MDUuMTQ1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MDUuMTQ1IDUwNS4xNDU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48Zz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNjguNTQxLDE2NC43MTVoLTEuMjk0Yy0xNi41ODgsMC0zMC4xMTMsMTMuNTY4LTMwLjExMywzMC4xMTN2MTMxLjEwNyBjMCwxNi42MSwxMy41MjUsMzAuMTM0LDMwLjExMywzMC4xMzRoMS4zMTZjMTYuNTg4LDAsMzAuMTEzLTEzLjU2OCwzMC4xMTMtMzAuMTM0VjE5NC44MjcgQzk4LjY1NCwxNzguMjgzLDg1LjEwOCwxNjQuNzE1LDY4LjU0MSwxNjQuNzE1eiIvPiA8cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTEzLjA4NSwzNzYuNTRjMCwxNS4yMjksMTIuNDQ2LDI3LjYzMiwyNy42NzUsMjcuNjMyaDI5LjU3NHY3MC44MTcgYzAsMTYuNjMxLDEzLjU2OCwzMC4xNTYsMzAuMTEzLDMwLjE1NmgxLjI5NGMxNi42MSwwLDMwLjE1Ni0xMy41NDYsMzAuMTU2LTMwLjE1NnYtNzAuODE3aDQxLjMzdjcwLjgxNyBjMCwxNi42MzEsMTMuNjExLDMwLjE1NiwzMC4xNTYsMzAuMTU2aDEuMjczYzE2LjYwOSwwLDMwLjEzNC0xMy41NDYsMzAuMTM0LTMwLjE1NnYtNzAuODE3aDI5LjU5NSBjMTUuMjA3LDAsMjcuNjU0LTEyLjQwMywyNy42NTQtMjcuNjMyVjE2OS41MjVIMTEzLjA4NVYzNzYuNTR6Ii8+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMyMi4wNDEsNDMuOTgzbDIzLjQ5MS0zNi4yNmMxLjUxLTIuMjg3LDAuODQxLTUuNDE0LTEuNDY3LTYuOTAzIGMtMi4yODYtMS41MS01LjQxNC0wLjg4NC02LjkwMywxLjQ2N2wtMjQuMzUzLDM3LjUxMmMtMTguMjctNy40ODUtMzguNjc2LTExLjY5MS02MC4yMjYtMTEuNjkxIGMtMjEuNTcxLDAtNDEuOTM0LDQuMjA2LTYwLjI0NywxMS42OTFsLTI0LjMxLTM3LjUxMmMtMS40ODgtMi4zNTEtNC42MzgtMi45NzctNi45NDYtMS40NjcgYy0yLjMwOCwxLjQ4OC0yLjk3Nyw0LjYxNi0xLjQ2Nyw2LjkwM2wyMy41MTIsMzYuMjZjLTQyLjM4NywyMC43NzMtNzAuOTY4LDU5LjkyNC03MC45NjgsMTA0LjgzNCBjMCwyLjc2MSwwLjE3Myw1LjQ3OSwwLjQxLDguMTc1aDI4MC4wNTNjMC4yMzctMi42OTYsMC4zODgtNS40MTQsMC4zODgtOC4xNzVDMzkzLjAwOSwxMDMuOTA3LDM2NC40MDYsNjQuNzU2LDMyMi4wNDEsNDMuOTgzeiBNMTg3LjY1NSwxMDguOTExYy03LjQ0MiwwLTEzLjQ4Mi01Ljk5Ny0xMy40ODItMTMuNDZjMC03LjQ2Myw2LjA0LTEzLjQzOSwxMy40ODItMTMuNDM5YzcuNDg1LDAsMTMuNDgyLDUuOTc1LDEzLjQ4MiwxMy40MzkgUzE5NS4wOTcsMTA4LjkxMSwxODcuNjU1LDEwOC45MTF6IE0zMTcuNDksMTA4LjkxMWMtNy40NDIsMC0xMy40ODItNS45OTctMTMuNDgyLTEzLjQ2YzAtNy40NjMsNi4wNC0xMy40MzksMTMuNDgyLTEzLjQzOSBjNy40NjMsMCwxMy40Niw1Ljk3NSwxMy40NiwxMy40MzlDMzMwLjk1LDEwMi45MTQsMzI0Ljk1MywxMDguOTExLDMxNy40OSwxMDguOTExeiIvPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik00MzcuODc2LDE2NC43MTVoLTEuMjUxYy0xNi41ODgsMC0zMC4xNTYsMTMuNTY4LTMwLjE1NiwzMC4xMTN2MTMxLjEwNyBjMCwxNi42MSwxMy41OSwzMC4xMzQsMzAuMTU2LDMwLjEzNGgxLjI3M2MxNi42MDksMCwzMC4xMTMtMTMuNTY4LDMwLjExMy0zMC4xMzRWMTk0LjgyNyBDNDY4LjAxMSwxNzguMjgzLDQ1NC40NjQsMTY0LjcxNSw0MzcuODc2LDE2NC43MTV6Ii8+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+) !important;
}
.buy-button.android:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTA1LjE0NSA1MDUuMTQ1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MDUuMTQ1IDUwNS4xNDU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48Zz48cGF0aCBmaWxsPSIjYjFkNzUwIiBkPSJNNjguNTQxLDE2NC43MTVoLTEuMjk0Yy0xNi41ODgsMC0zMC4xMTMsMTMuNTY4LTMwLjExMywzMC4xMTN2MTMxLjEwNyBjMCwxNi42MSwxMy41MjUsMzAuMTM0LDMwLjExMywzMC4xMzRoMS4zMTZjMTYuNTg4LDAsMzAuMTEzLTEzLjU2OCwzMC4xMTMtMzAuMTM0VjE5NC44MjcgQzk4LjY1NCwxNzguMjgzLDg1LjEwOCwxNjQuNzE1LDY4LjU0MSwxNjQuNzE1eiIvPiA8cGF0aCBmaWxsPSIjYjFkNzUwIiBkPSJNMTEzLjA4NSwzNzYuNTRjMCwxNS4yMjksMTIuNDQ2LDI3LjYzMiwyNy42NzUsMjcuNjMyaDI5LjU3NHY3MC44MTcgYzAsMTYuNjMxLDEzLjU2OCwzMC4xNTYsMzAuMTEzLDMwLjE1NmgxLjI5NGMxNi42MSwwLDMwLjE1Ni0xMy41NDYsMzAuMTU2LTMwLjE1NnYtNzAuODE3aDQxLjMzdjcwLjgxNyBjMCwxNi42MzEsMTMuNjExLDMwLjE1NiwzMC4xNTYsMzAuMTU2aDEuMjczYzE2LjYwOSwwLDMwLjEzNC0xMy41NDYsMzAuMTM0LTMwLjE1NnYtNzAuODE3aDI5LjU5NSBjMTUuMjA3LDAsMjcuNjU0LTEyLjQwMywyNy42NTQtMjcuNjMyVjE2OS41MjVIMTEzLjA4NVYzNzYuNTR6Ii8+PHBhdGggZmlsbD0iI2IxZDc1MCIgZD0iTTMyMi4wNDEsNDMuOTgzbDIzLjQ5MS0zNi4yNmMxLjUxLTIuMjg3LDAuODQxLTUuNDE0LTEuNDY3LTYuOTAzIGMtMi4yODYtMS41MS01LjQxNC0wLjg4NC02LjkwMywxLjQ2N2wtMjQuMzUzLDM3LjUxMmMtMTguMjctNy40ODUtMzguNjc2LTExLjY5MS02MC4yMjYtMTEuNjkxIGMtMjEuNTcxLDAtNDEuOTM0LDQuMjA2LTYwLjI0NywxMS42OTFsLTI0LjMxLTM3LjUxMmMtMS40ODgtMi4zNTEtNC42MzgtMi45NzctNi45NDYtMS40NjcgYy0yLjMwOCwxLjQ4OC0yLjk3Nyw0LjYxNi0xLjQ2Nyw2LjkwM2wyMy41MTIsMzYuMjZjLTQyLjM4NywyMC43NzMtNzAuOTY4LDU5LjkyNC03MC45NjgsMTA0LjgzNCBjMCwyLjc2MSwwLjE3Myw1LjQ3OSwwLjQxLDguMTc1aDI4MC4wNTNjMC4yMzctMi42OTYsMC4zODgtNS40MTQsMC4zODgtOC4xNzVDMzkzLjAwOSwxMDMuOTA3LDM2NC40MDYsNjQuNzU2LDMyMi4wNDEsNDMuOTgzeiBNMTg3LjY1NSwxMDguOTExYy03LjQ0MiwwLTEzLjQ4Mi01Ljk5Ny0xMy40ODItMTMuNDZjMC03LjQ2Myw2LjA0LTEzLjQzOSwxMy40ODItMTMuNDM5YzcuNDg1LDAsMTMuNDgyLDUuOTc1LDEzLjQ4MiwxMy40MzkgUzE5NS4wOTcsMTA4LjkxMSwxODcuNjU1LDEwOC45MTF6IE0zMTcuNDksMTA4LjkxMWMtNy40NDIsMC0xMy40ODItNS45OTctMTMuNDgyLTEzLjQ2YzAtNy40NjMsNi4wNC0xMy40MzksMTMuNDgyLTEzLjQzOSBjNy40NjMsMCwxMy40Niw1Ljk3NSwxMy40NiwxMy40MzlDMzMwLjk1LDEwMi45MTQsMzI0Ljk1MywxMDguOTExLDMxNy40OSwxMDguOTExeiIvPjxwYXRoIGZpbGw9IiNiMWQ3NTAiIGQ9Ik00MzcuODc2LDE2NC43MTVoLTEuMjUxYy0xNi41ODgsMC0zMC4xNTYsMTMuNTY4LTMwLjE1NiwzMC4xMTN2MTMxLjEwNyBjMCwxNi42MSwxMy41OSwzMC4xMzQsMzAuMTU2LDMwLjEzNGgxLjI3M2MxNi42MDksMCwzMC4xMTMtMTMuNTY4LDMwLjExMy0zMC4xMzRWMTk0LjgyNyBDNDY4LjAxMSwxNzguMjgzLDQ1NC40NjQsMTY0LjcxNSw0MzcuODc2LDE2NC43MTV6Ii8+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+) !important;
}
/**
	=====================================================================================================================================================
	Text, videos sections styles
	=====================================================================================================================================================
**/
.home .section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.home-agency #agency {
  background-image: url(../images/demo-images/home_1_section_bg_1.jpg);
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .home-agency #agency {
    background-image: none;
  }
}
.home-personal #about {
  background-color: #fafaf6;
  background-image: url(../images/demo-images/home_3_section_bg_1.jpg);
  padding: 165px 0;
}
@media screen and (max-width: 767px) {
  #about {
    padding: 100px 0 !important;
  }
  .home-personal #about {
    background-image: none;
  }
}
.shortcode-play-video {
  text-align: center;
}
.shortcode-play-video * {
  color: #ffffff;
}
.shortcode-play-video .button-video-play {
  margin-bottom: 35px;
}
.video-description {
  font-variant: small-caps;
}
/**
	=====================================================================================================================================================
	Benefits sections
	=====================================================================================================================================================
**/
@media screen and (max-width: 992px) {
  .benefits br {
    display: none;
  }
}
.benefit-item h6 {
  margin-bottom: 11px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.benefit-item .benefit-text .fw-page-builder-content {
  margin-bottom: 12px;
}
.benefit-icon,
.benefit-item svg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
i.benefit-icon.fa {
  font-size: 6rem;
  background: #ff9700;
  background: -moz-linear-gradient(45deg, #ff9700 0%, #fecb16 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff9700), color-stop(100%, #fecb16));
  background: -webkit-linear-gradient(45deg, #ff9700 0%, #fecb16 100%);
  background: -o-linear-gradient(45deg, #ff9700 0%, #fecb16 100%);
  background: -ms-linear-gradient(45deg, #ff9700 0%, #fecb16 100%);
  background: linear-gradient(45deg, #ff9700 0%, #fecb16 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9700', endColorstr='#fecb16', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.benefit-item:hover .benefit-icon,
.benefit-item:hover svg {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.benefits-grid .benefit-item {
  padding-left: 100px;
  position: relative;
  margin-bottom: 50px;
}
.benefits-grid .benefit-item span.line_wrap {
  position: relative;
  display: inline-block;
}
.benefits-grid .benefit-item span.line {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 48%;
  width: 0;
  border-top: 1px solid #f06eaa;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}
.benefits-grid .benefit-item .read-more {
  font-variant: small-caps;
}
.benefits-grid .benefit-item h6,
.benefits-grid .benefit-item h6 a,
.benefits-grid .benefit-item .read-more {
  color: #111111;
}
.benefits-grid .benefit-item .read-more {
  font-size: 1.8rem;
}
.benefits-grid .benefit-icon,
.benefits-grid .benefit-item svg {
  position: absolute;
  left: 0;
  top: 0;
}
.benefits-grid .benefit-item:hover h6,
.benefits-grid .benefit-item:hover h6 a {
  color: #f06eaa;
}
.benefits-grid .read-more:hover {
  color: #f06eaa;
}
.benefits-grid .read-more:hover span.line {
  width: 100%;
}
.benefits-grid .benefit-item.type-no_icon {
  padding-left: 0;
}
.benefits-grid.style-with_borders .benefit-icon,
.benefits-grid.style-with_borders .benefit-item svg {
  position: static;
  display: inline-block;
  margin-bottom: 25px;
}
.benefits-grid.style-with_borders .benefit-text p {
  margin-bottom: 15px;
}
.benefits-grid.style-with_borders .benefit-item {
  margin-bottom: 35px;
  padding-top: 35px;
  padding-left: 0;
  text-align: center;
}
.benefits-grid.style-with_borders .col {
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.benefits-grid.style-with_borders .row:last-of-type .col {
  border-bottom: 0;
}
.benefits-grid.style-with_borders .row .col:last-of-type {
  border-right: 0;
}
@media screen and (max-width: 992px) {
  .benefits-grid.style-with_borders .col {
    border-bottom: 0;
    border-right: 0;
  }
  .benefits-grid.style-with_borders .benefit-item {
    padding-top: 0;
  }
}
/**
	=====================================================================================================================================================
	Contacts sections
	=====================================================================================================================================================
**/
.contact-information .item {
  font-size: 1.8rem;
  line-height: 30px;
  padding-left: 100px;
  background-size: 70px 70px;
  background-repeat: no-repeat;
  background-position: left top;
  font-variant: small-caps;
  font-family: 'lato';
  min-height: 70px;
  color: #fff;
  display: table;
  margin-bottom: 30px;
  position: relative;
}
.contact-information .item svg,
.contact-information .item img {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0;
  top: 5px;
}
.contact-information .item i.fa {
  font-size: 7rem;
  position: absolute;
  left: 5px;
  top: 0;
}
.contact-information .item:last-of-type {
  margin-bottom: 0;
}
.contact-information p {
  display: table-cell;
  vertical-align: middle;
}
.contact-information a {
  color: #fff;
}
.contact-information a:hover {
  color: #b1d750;
}
.contact-information .address {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PGc+PGc+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMyLDBDMTQuMzI3LDAsMCwxNC4zMjcsMCwzMnMxNC4zMjcsMzIsMzIsMzJzMzItMTQuMzI3LDMyLTMyUzQ5LjY3MywwLDMyLDB6IE0zMiw2MkMxNS40MzIsNjIsMiw0OC41NjgsMiwzMiBDMiwxNS40MzIsMTUuNDMyLDIsMzIsMmMxNi41NjgsMCwzMCwxMy40MzIsMzAsMzBDNjIsNDguNTY4LDQ4LjU2OCw2MiwzMiw2MnoiLz48L2c+PC9nPjxnPjxnPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0zNi43NzEsMzYuNzcxbDguMDcyLTE3LjYxNEwyNy4yMywyNy4yM2wtMC4wNTgtMC4wNThsLTAuMDQ5LDAuMTA3bC0wLjEwNywwLjA0OWwwLjA1OCwwLjA1OEwxOSw0NWwxNy42MTMtOC4wNzMgbDAuMDU5LDAuMDU4bDAuMDQ5LTAuMTA2bDAuMTA3LTAuMDQ5TDM2Ljc3MSwzNi43NzF6IE0yMS44MzIsNDIuMTY4bDUuMzk1LTEyLjMzMmw2LjkzOCw2LjkzOEwyMS44MzIsNDIuMTY4eiIvPjwvZz48L2c+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=) !important;
}
.contact-information .phones {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PGc+PGc+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMyLDBDMTQuMzI3LDAsMCwxNC4zMjcsMCwzMmMwLDE3LjY3NCwxNC4zMjcsMzIsMzIsMzJzMzItMTQuMzI2LDMyLTMyQzY0LDE0LjMyNyw0OS42NzMsMCwzMiwweiBNMzIsNjIgQzE1LjQzMiw2MiwyLDQ4LjU2OCwyLDMyLjAwMUMyLDE1LjQzMiwxNS40MzIsMiwzMiwyYzE2LjU2OCwwLDMwLDEzLjQzMiwzMCwzMC4wMDFDNjIsNDguNTY4LDQ4LjU2OCw2MiwzMiw2MnoiLz48L2c+PC9nPjxnPjxnPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0zOCwxNkgyNmMtMi4yMDksMC00LDEuNzkxLTQsNHYyNGMwLDIuMjA5LDEuNzkxLDQsNCw0aDEyYzIuMjA5LDAsNC0xLjc5MSw0LTRWMjBDNDIsMTcuNzkxLDQwLjIwOSwxNiwzOCwxNnogTTQwLDQ0IGMwLDEuMTA0LTAuODk2LDItMiwySDI2Yy0xLjEwNCwwLTItMC44OTYtMi0yVjIwYzAtMS4xMDQsMC44OTYtMiwyLTJoMTJjMS4xMDQsMCwyLDAuODk2LDIsMlY0NHoiLz48L2c+PC9nPjxnPjxnPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0zMiwzOGMtMS42NTcsMC0zLDEuMzQzLTMsM3MxLjM0MywzLDMsM3MzLTEuMzQzLDMtM1MzMy42NTcsMzgsMzIsMzh6IE0zMiw0MmMtMC41NTMsMC0xLTAuNDQ3LTEtMXMwLjQ0Ny0xLDEtMSBjMC41NTMsMCwxLDAuNDQ3LDEsMVMzMi41NTMsNDIsMzIsNDJ6Ii8+PC9nPjwvZz48Zz48Zz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMzUsMjBoLTZjLTAuNTUzLDAtMSwwLjQ0Ny0xLDFzMC40NDcsMSwxLDFoNmMwLjU1MywwLDEtMC40NDcsMS0xUzM1LjU1MywyMCwzNSwyMHoiLz48L2c+PC9nPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+) !important;
}
.contact-information .email {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PGc+PGc+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMyLDBDMTQuMzI3LDAsMCwxNC4zMjcsMCwzMnMxNC4zMjcsMzIsMzIsMzJzMzItMTQuMzI3LDMyLTMyUzQ5LjY3MywwLDMyLDB6IE0zMiw2MkMxNS40MzIsNjIsMiw0OC41NjgsMiwzMi4wMDEgQzIsMTUuNDMyLDE1LjQzMiwyLDMyLDJjMTYuNTY4LDAsMzAsMTMuNDMyLDMwLDMwLjAwMUM2Miw0OC41NjgsNDguNTY4LDYyLDMyLDYyeiIvPjwvZz48L2c+PGcgaWQ9Im1haWwiPjxnPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik00NiwyMUgxOGMtMS4xMDQsMC0yLDAuODk2LTIsMnYxOGMwLDEuMTA0LDAuODk2LDIsMiwyaDI4YzEuMTA0LDAsMi0wLjg5NiwyLTJWMjNDNDgsMjEuODk2LDQ3LjEwNCwyMSw0NiwyMXogTTQ0LjIwNSwyM0wzMiwzNUwxOS44OTEsMjNINDQuMjA1eiBNMTgsNDFWMjQuMDA2bDkuNTg5LDkuNTg5TDIwLjA2MSw0MUgxOHogTTIyLjk4NSw0MWw2LjA4MS01LjkyN2wxLjU4LDEuNTc5IGMwLjc4MSwwLjc4MSwyLjA0NywwLjc4MSwyLjgyOSwwbDEuNTMxLTEuNTMxTDQxLjA4Nyw0MUgyMi45ODV6IE00Niw0MWgtMS45MzlsLTcuNTI3LTcuNDA1TDQ2LDI0LjEyOFY0MXoiLz48L2c+PC9nPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+) !important;
}
/**
	=====================================================================================================================================================
	Our Team
	=====================================================================================================================================================
**/
.shortcode-team-members .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.shortcode-team-members {
  color: #ffffff;
}
.shortcode-team-members .owl-pagination {
  display: none;
}
.shortcode-team-members .items {
  margin-bottom: 140px;
}
.shortcode-team-members .items .position {
  font-size: 2.4000000000000004rem;
  color: #b1d750;
  font-family: 'lato';
  margin-bottom: 20px;
  font-variant: small-caps;
}
.shortcode-team-members .items h2 {
  margin-bottom: 25px;
  font-variant: small-caps;
}
.shortcode-team-members .items h1,
.shortcode-team-members .items h2,
.shortcode-team-members .items h3,
.shortcode-team-members .items h4,
.shortcode-team-members .items h5,
.shortcode-team-members .items h6,
.shortcode-team-members .items p {
  color: #ffffff;
}
.shortcode-team-members .items p {
  line-height: 28px;
}
.shortcode-team-members .items .social-icons {
  display: inline-block;
  margin-left: 30px;
}
.shortcode-team-members .items .links {
  padding-top: 40px;
}
.shortcode-team-members .team-pagination a {
  float: left;
  margin-right: 30px;
  position: relative;
}
.shortcode-team-members .team-pagination a span {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.shortcode-team-members .team-pagination a img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  position: relative;
  z-index: 1;
  border: 5px solid transparent;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.shortcode-team-members .team-pagination a:hover span,
.shortcode-team-members .team-pagination a.current span {
  opacity: 0;
}
.shortcode-team-members .team-pagination a:hover img,
.shortcode-team-members .team-pagination a.current img {
  border-color: #b1d750;
}
@media screen and (max-width: 992px) {
  .shortcode-team-members .team-pagination {
    display: none;
  }
}
@media screen and (max-width: 475px) {
  .shortcode-team-members .items .social-icons {
    display: block;
    margin-left: 0;
    margin-top: 30px;
  }
}
/**
	=====================================================================================================================================================
	Testimonials
	=====================================================================================================================================================
**/
.testimonials-carousel {
  margin: 0 0 160px 0;
  font-size: 3.6rem;
  line-height: 1em;
  font-variant: small-caps;
  color: #ffffff;
  text-align: center;
}
.testimonials-carousel .text {
  margin-bottom: 30px;
  padding: 0 150px;
}
.testimonials-carousel .author {
  font-size: 1.6rem;
  line-height: 1em;
}
.testimonials-carousel .owl-controls {
  position: static;
  display: block;
  text-align: center;
}
.testimonials-carousel .owl-pagination {
  position: absolute;
  width: 100%;
  bottom: -50px;
}
.testimonials-carousel .owl-prev,
.testimonials-carousel .owl-next {
  position: absolute;
  top: 30%;
  margin-top: -31px;
  width: 34px;
  height: 62px;
  background-size: 34px 62px;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.testimonials-carousel .owl-prev {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTk3LjQwMiAxOTcuNDAyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOTcuNDAyIDE5Ny40MDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48Zz48cG9seWdvbiBmaWxsPSIjZmZmZmZmIiBwb2ludHM9IjE0Ni44ODMsMTk3LjQwMiA0NS4yNTUsOTguNjk4IDE0Ni44ODMsMCAxNTIuMTQ4LDUuNDE4IDU2LjEwOSw5OC42OTggMTUyLjE0OCwxOTEuOTgiLz48L2c+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=) !important;
}
.testimonials-carousel .owl-next {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjIzLjQxMyAyMjMuNDEzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMjMuNDEzIDIyMy40MTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48Zz48cG9seWdvbiBmaWxsPSIjZmZmZmZmIiBwb2ludHM9IjU3LjE3OSwyMjMuNDEzIDUxLjIyNCwyMTcuMjc2IDE1OS45MjUsMTExLjcxIDUxLjIyNCw2LjEyNyA1Ny4xNzksMCAxNzIuMTg5LDExMS43MSIvPjwvZz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
}
.testimonials-carousel .owl-prev:hover,
.testimonials-carousel .owl-next:hover {
  opacity: 1;
}
.testimonials-carousel .with-thumbs .author {
  padding-left: 100px;
  position: relative;
  min-height: 70px;
  display: inline-block;
  width: 230px;
  text-align: left;
  line-height: 70px;
}
.testimonials-carousel .with-thumbs .author img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.testimonials-carousel .with-thumbs .author-name {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  line-height: 30px;
}
.testimonials-carousel .with-thumbs .text {
  margin-bottom: 35px;
  padding: 0 250px;
}
@media screen and (max-width: 992px) {
  .testimonials-carousel .with-thumbs .text {
    padding: 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .testimonials-carousel,
  .testimonials-carousel .with-thumbs {
    margin-bottom: 0;
  }
  .testimonials-carousel .owl-prev,
  .testimonials-carousel .with-thumbs .owl-prev,
  .testimonials-carousel .owl-next,
  .testimonials-carousel .with-thumbs .owl-next {
    display: none;
  }
  .testimonials-carousel .text,
  .testimonials-carousel .with-thumbs .text {
    padding: 0;
  }
  .testimonials-carousel .with-thumbs .author {
    padding-left: 0;
    text-align: center;
  }
  .testimonials-carousel .with-thumbs .author img {
    display: none;
  }
  .testimonials-carousel .with-thumbs h1,
  .testimonials-carousel .with-thumbs h2,
  .testimonials-carousel .with-thumbs h3,
  .testimonials-carousel .with-thumbs h4,
  .testimonials-carousel .with-thumbs h5,
  .testimonials-carousel .with-thumbs h6,
  .testimonials-carousel .with-thumbs .text {
    margin-bottom: 30px;
  }
  .testimonials-carousel .with-thumbs .owl-pagination {
    margin-bottom: -30px;
  }
}
/**
	=====================================================================================================================================================
	Facts in digits
	=====================================================================================================================================================
**/
.facts-in-digits {
  font-variant: small-caps;
}
.facts-in-digits .icon,
.facts-in-digits .col svg {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.facts-in-digits .col {
  text-align: center;
  color: #ffffff;
}
.facts-in-digits .num {
  font-size: 4.800000000000001rem;
  margin-bottom: 11px;
}
@media screen and (max-width: 992px) {
  .facts-in-digits .col {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .facts-buttons {
    text-align: center;
  }
  .facts-buttons a {
    display: block;
    margin-right: 0 !important;
    text-align: left;
    margin-bottom: 15px;
  }
}
.home-app #statistics {
  padding: 220px 0;
  color: #fff;
  text-align: center;
  background: #441853 url(../images/demo-images/home_2_section_bg_2.jpg) center center no-repeat;
}
.home-app #statistics h1,
.home-app #statistics h2,
.home-app #statistics h3,
.home-app #statistics h4,
.home-app #statistics h5,
.home-app #statistics h6 {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .home-app #statistics {
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  .home-app #statistics {
    padding: 100px 0;
  }
}
/**
	=====================================================================================================================================================
	News carousel
	=====================================================================================================================================================
**/
.news-shortcode .swiper-slide {
  width: 370px;
}
.news-shortcode .news-item {
  width: 370px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
.news-shortcode .thumbnail {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 22px;
  position: relative;
}
.news-shortcode .thumbnail img {
  display: block;
}
.news-shortcode .thumbnail .overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.news-shortcode .thumbnail .lightbox,
.news-shortcode .thumbnail .permalink {
  position: absolute;
  z-index: 700;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-size: 100% 100%;
}
.news-shortcode .thumbnail .lightbox:hover,
.news-shortcode .thumbnail .permalink:hover {
  opacity: 1 !important;
}
.news-shortcode .thumbnail .lightbox {
  left: 5px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PGcgaWQ9ImNpcmNsZV82N18iPjxnPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0zMiwwQzE0LjMyOCwwLDAsMTQuMzI3LDAsMzJzMTQuMzI4LDMyLDMyLDMyczMyLTE0LjMyNywzMi0zMlM0OS42NzMsMCwzMiwweiBNMzIsNjJDMTUuNDMyLDYyLDIsNDguNTY4LDIsMzIuMDAxIEMyLDE1LjQzMiwxNS40MzIsMiwzMiwyYzE2LjU2OCwwLDMwLDEzLjQzMiwzMCwzMC4wMDFDNjIsNDguNTY4LDQ4LjU2OCw2MiwzMiw2MnoiLz4gPC9nPjwvZz48ZyBpZD0ic2VhcmNoIj48Zz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNDUuNzE0LDQzLjM1N2wtNS43MTItNS43MTNDNDEuMjU0LDM1LjkxNiw0MiwzMy43OTgsNDIsMzEuNUM0MiwyNS43MDEsMzcuMywyMSwzMS41LDIxQzI1LjcwMiwyMSwyMSwyNS43MDEsMjEsMzEuNSBTMjUuNzAyLDQyLDMxLjUsNDJjMi44MDksMCw1LjM1NC0xLjEwOSw3LjIzOC0yLjkwNmw1LjYxOSw1LjYyYzAuMzc1LDAuMzc1LDAuOTgxLDAuMzc1LDEuMzU2LDAgQzQ2LjA4OSw0NC4zNCw0Ni4wODksNDMuNzMyLDQ1LjcxNCw0My4zNTd6IE0zMS41LDQwYy00LjY5NCwwLTguNS0zLjgwNy04LjUtOC41YzAtNC42OTQsMy44MDYtOC41LDguNS04LjUgYzQuNjkzLDAsOC41LDMuODA2LDguNSw4LjVDNDAsMzYuMTkzLDM2LjE5NSw0MCwzMS41LDQweiIvPjwvZz48L2c+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=) !important;
}
.news-shortcode .thumbnail .permalink {
  right: 5px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PGcgaWQ9ImNpcmNsZV81MV8iPjxnPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0zMiwwQzE0LjMyNywwLDAsMTQuMzI3LDAsMzJzMTQuMzI3LDMyLDMyLDMyczMyLTE0LjMyNywzMi0zMlM0OS42NzMsMCwzMiwweiBNMzIsNjJDMTUuNDMyLDYyLDIsNDguNTY4LDIsMzIgQzIsMTUuNDMyLDE1LjQzMiwyLDMyLDJjMTYuNTY4LDAsMzAsMTMuNDMyLDMwLDMwQzYyLDQ4LjU2OCw0OC41NjgsNjIsMzIsNjJ6Ii8+PC9nPjwvZz48ZyBpZD0iRWxsaXBzZV81X2NvcHkiPjxnPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik00Ni4zNjUsMjAuNjM2Yy0zLjUxNi0zLjUxNS05LjIxMy0zLjUxNS0xMi43MjksMGMtMS41MDQsMS41MDQtMi4zMjUsMy40MDctMi41MzIsNS4zNjRIMzF2MTJoLTAuMDQ3IGMtMC4yMDksMS40MDUtMC44MzYsMi43ODMtMi4wMDQsMy45NWMtMi45MjksMi45MjktNy4xNjYsMi43MzMtOS44OTksMGMtMi43MzQtMi43MzMtMi43MzQtNy4xNjYsMC05Ljg5OSBjMi4xNTMtMi4xNTMsNS4zNS0yLjU4Myw3Ljk1LTEuMzQ1di0yLjE1NWMtMy4xNjgtMS4xMjMtNi44My0wLjQ0OS05LjM2NCwyLjA4NmMtMy41MTUsMy41MTUtMy41MTUsOS4yMTIsMCwxMi43MjggYzMuNTE1LDMuNTE1LDkuMjEzLDMuNTE1LDEyLjcyOCwwYzEuNTAyLTEuNTAyLDIuMzIyLTMuNDA1LDIuNTQxLTUuMzY0SDMzVjI3bDAsMGMwLTEuNzkyLDAuNjg0LTMuNTgzLDIuMDUtNC45NSBjMi43MzQtMi43MzMsNy4xNjYtMi43MzMsOS44OTksMGMyLjczNCwyLjczMywyLjkyOSw2Ljk3MSwwLDkuODk5Yy0yLjI5OSwyLjI5OS01LjM5OSwyLjY2NS03Ljk1LDEuMzk4djIuMTAyIGMzLjE2OCwxLjEyMyw2LjgzLDAuNDQ5LDkuMzY0LTIuMDg2QzQ5Ljg3OSwyOS44NDksNDkuODc5LDI0LjE1LDQ2LjM2NSwyMC42MzZ6Ii8+PC9nPjwvZz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
}
.news-shortcode .swiper-slide:hover .thumbnail .overlay {
  opacity: 0.9;
}
.news-shortcode .swiper-slide:hover .thumbnail .lightbox {
  left: 140px;
  opacity: 0.5;
}
.news-shortcode .swiper-slide:hover .thumbnail .permalink {
  right: 140px;
  opacity: 0.5;
}
.news-shortcode h4 {
  margin-bottom: 18px;
  font-variant: small-caps;
}
.news-shortcode a {
  color: #111111;
}
.news-shortcode a:hover {
  color: #b1d750;
}
.news-shortcode .style-yellow a:hover {
  color: #fecb16;
}
.news-shortcode .style-orange a:hover {
  color: #ff9700;
}
.news-shortcode .separator {
  margin: 0 14px;
}
.news-shortcode .news-carousel {
  padding-top: 60px;
}
.news-shortcode .read-more {
  display: inline-block;
  width: 30px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  margin-top: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjI3LjA5NiAyMjcuMDk2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMjcuMDk2IDIyNy4wOTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48cG9seWdvbiBmaWxsPSIjMTExMTExIiBwb2ludHM9IjE1Mi44MzUsMzkuMjg1IDE0Ni45MzMsNDUuMTgzIDIxMS4xMTMsMTA5LjM3MyAwLDEwOS4zNzMgMCwxMTcuNzIzIDIxMS4xMjQsMTE3LjcyMyAgMTQ2LjkzMywxODEuOTAyIDE1Mi44MzUsMTg3LjgxMSAyMjcuMDk2LDExMy41NSIvPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+) !important;
}
.news-shortcode .read-more:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjI3LjA5NiAyMjcuMDk2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMjcuMDk2IDIyNy4wOTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48cG9seWdvbiBmaWxsPSIjYjFkNzUwIiBwb2ludHM9IjE1Mi44MzUsMzkuMjg1IDE0Ni45MzMsNDUuMTgzIDIxMS4xMTMsMTA5LjM3MyAwLDEwOS4zNzMgMCwxMTcuNzIzIDIxMS4xMjQsMTE3LjcyMyAgMTQ2LjkzMywxODEuOTAyIDE1Mi44MzUsMTg3LjgxMSAyMjcuMDk2LDExMy41NSIvPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+) !important;
}
.news-shortcode .style-yellow .read-more:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjI3LjA5NiAyMjcuMDk2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMjcuMDk2IDIyNy4wOTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48cG9seWdvbiBmaWxsPSIjZmVjYjE2IiBwb2ludHM9IjE1Mi44MzUsMzkuMjg1IDE0Ni45MzMsNDUuMTgzIDIxMS4xMTMsMTA5LjM3MyAwLDEwOS4zNzMgMCwxMTcuNzIzIDIxMS4xMjQsMTE3LjcyMyAgMTQ2LjkzMywxODEuOTAyIDE1Mi44MzUsMTg3LjgxMSAyMjcuMDk2LDExMy41NSIvPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+) !important;
}
.news-shortcode .style-orange .read-more:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjI3LjA5NiAyMjcuMDk2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMjcuMDk2IDIyNy4wOTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48cG9seWdvbiBmaWxsPSIjZmY5NzAwIiBwb2ludHM9IjE1Mi44MzUsMzkuMjg1IDE0Ni45MzMsNDUuMTgzIDIxMS4xMTMsMTA5LjM3MyAwLDEwOS4zNzMgMCwxMTcuNzIzIDIxMS4xMjQsMTE3LjcyMyAgMTQ2LjkzMywxODEuOTAyIDE1Mi44MzUsMTg3LjgxMSAyMjcuMDk2LDExMy41NSIvPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+) !important;
}
.news-carousel {
  text-align: left;
}
.news-carousel:before,
.news-carousel:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 600;
}
.news-carousel:before {
  left: 0;
}
.news-carousel:after {
  right: 0;
}
@media screen and (max-width: 992px) {
  .news-carousel:before,
  .news-carousel:after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .home-agency #news .swiper-slide,
  .home-personal #blog .swiper-slide,
  .home-app #news .swiper-slide {
    width: 320px !important;
  }
  .home-agency #news .news-item,
  .home-personal #blog .news-item,
  .home-app #news .news-item {
    width: 320px !important;
  }
  .home-agency #news .swiper-slide:hover .thumbnail .lightbox,
  .home-personal #blog .swiper-slide:hover .thumbnail .lightbox,
  .home-app #news .swiper-slide:hover .thumbnail .lightbox {
    left: 110px;
  }
  .home-agency #news .swiper-slide:hover .thumbnail .permalink,
  .home-personal #blog .swiper-slide:hover .thumbnail .permalink,
  .home-app #news .swiper-slide:hover .thumbnail .permalink {
    right: 110px;
  }
}
/**
	=====================================================================================================================================================
	Screenshots carousel
	=====================================================================================================================================================
**/
.screenshots-carousel {
  overflow: hidden;
}
.screenshots-carousel .swiper-slide {
  width: 380px;
  height: 750px;
  overflow: hidden;
  opacity: 0.1;
  padding-top: 115px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.screenshots-carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.screenshots-carousel .iphone-mask {
  position: absolute;
  z-index: 700;
  left: 50%;
  margin-left: -249px;
  bottom: 0;
  width: 499px;
  height: 750px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .screenshots-carousel .iphone-mask {
    background-size: 499px 837px;
  }
}
@media screen and (max-width: 380px) {
  .screenshots-carousel .swiper-slide {
    padding-top: 0;
    width: 320px;
  }
  .iphone-mask {
    display: none;
  }
}
/**
	=====================================================================================================================================================
	Pricing tables
	=====================================================================================================================================================
**/
#pricing {
  padding: 95px 0;
  text-align: center;
}
div.pricing-table {
  padding-top: 30px;
  text-align: left;
}
ul.pricing-table {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  font-size: 0;
}
ul.pricing-table .button {
  padding: 14px 40px;
}
ul.pricing-table .table-button {
  text-align: center;
}
ul.pricing-table .table-column {
  margin-top: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 25%;
  background-color: #ffffff;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f6f6f6;
  border-right: 0;
  font-size: 1.6rem;
}
ul.pricing-table .table-column .thumbnail img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.pricing-table .table-column.first {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
}
ul.pricing-table .table-column.first .thumbnail img {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
}
ul.pricing-table .table-column.last {
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
  border-right: 1px solid #f6f6f6;
}
ul.pricing-table .table-column.last .thumbnail img {
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
ul.pricing-table .table-row.description,
ul.pricing-table .table-row.features {
  margin-bottom: 20px;
}
ul.pricing-table .table-row.features {
  font-size: 1.4000000000000001rem;
}
ul.pricing-table .table-row.features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.pricing-table .table-row.features li {
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: left 5px;
}
ul.pricing-table .table-row.features i.fa {
  margin-right: 15px;
  font-size: 1.8rem;
}
ul.pricing-table .table-row.description,
ul.pricing-table .table-row.features {
  border-bottom: 1px solid #f6f6f6;
  padding-bottom: 20px;
}
ul.pricing-table .table-row.thumbnail {
  overflow: hidden;
  height: 217px;
  position: relative;
  margin: -1px -1px 20px -1px;
}
ul.pricing-table .table-row.thumbnail img {
  display: block;
}
ul.pricing-table .table-row {
  padding: 0 30px;
}
ul.pricing-table .table-row.thumbnail {
  padding: 0;
}
ul.pricing-table .thumbnail:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQyIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 60%, rgba(0, 0, 0, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.42)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 60%, rgba(0, 0, 0, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 60%, rgba(0, 0, 0, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 60%, rgba(0, 0, 0, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 60%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
  /* IE6-8 */
  z-index: 1;
}
ul.pricing-table .table-column:hover .thumbnail:after {
  top: 0;
}
ul.pricing-table .table-column.featured:hover .thumbnail:after {
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
}
ul.pricing-table .table-column.first:hover .thumbnail:after {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
}
ul.pricing-table .table-column.last:hover .thumbnail:after {
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
ul.pricing-table .thumb-text {
  position: absolute;
  bottom: 25px;
  left: 30px;
  right: 30px;
  color: #fff;
  z-index: 10;
  font-variant: small-caps;
}
ul.pricing-table .thumb-text h4 {
  color: #fff;
  margin-bottom: 0;
}
ul.pricing-table .thumb-text span {
  color: #b1d750;
}
ul.pricing-table .table-column.featured {
  margin-top: 0;
  padding-bottom: 50px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: 20;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
ul.pricing-table .table-column.featured .thumbnail {
  height: 237px;
}
ul.pricing-table .table-column.featured .thumbnail img {
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
}
ul.pricing-table:after {
  content: '';
  display: block;
  clear: both;
}
.pricing-table.style-colorful .price {
  font-size: 6rem;
  line-height: 1.15em;
  font-family: 'lato';
  margin-bottom: 25px;
}
.pricing-table.style-colorful .column-1 .price {
  color: #b1d750;
}
.pricing-table.style-colorful .column-1 .thumbnail {
  background: #8dc73f;
  background: -moz-linear-gradient(45deg, #8dc73f 0%, #3bb678 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #8dc73f), color-stop(100%, #3bb678));
  background: -webkit-linear-gradient(45deg, #8dc73f 0%, #3bb678 100%);
  background: -o-linear-gradient(45deg, #8dc73f 0%, #3bb678 100%);
  background: -ms-linear-gradient(45deg, #8dc73f 0%, #3bb678 100%);
  background: linear-gradient(45deg, #8dc73f 0%, #3bb678 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8dc73f', endColorstr='#3bb678', GradientType=1);
}
.pricing-table.style-colorful .column-2 .price {
  color: #6739b6;
}
.pricing-table.style-colorful .column-2 .thumbnail {
  background: #9c26b0;
  background: -moz-linear-gradient(45deg, #9c26b0 0%, #6437b1 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #9c26b0), color-stop(100%, #6437b1));
  background: -webkit-linear-gradient(45deg, #9c26b0 0%, #6437b1 100%);
  background: -o-linear-gradient(45deg, #9c26b0 0%, #6437b1 100%);
  background: -ms-linear-gradient(45deg, #9c26b0 0%, #6437b1 100%);
  background: linear-gradient(45deg, #9c26b0 0%, #6437b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c26b0', endColorstr='#6437b1', GradientType=1);
}
.pricing-table.style-colorful .column-3 .price {
  color: #ff9700;
}
.pricing-table.style-colorful .column-3 .thumbnail {
  background: #ff9700;
  background: -moz-linear-gradient(45deg, #ff9700 0%, #fecc17 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #ff9700), color-stop(100%, #fecc17));
  background: -webkit-linear-gradient(45deg, #ff9700 0%, #fecc17 100%);
  background: -o-linear-gradient(45deg, #ff9700 0%, #fecc17 100%);
  background: -ms-linear-gradient(45deg, #ff9700 0%, #fecc17 100%);
  background: linear-gradient(45deg, #ff9700 0%, #fecc17 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9700', endColorstr='#fecc17', GradientType=1);
}
.pricing-table.style-colorful .column-4 .price {
  color: #00bff3;
}
.pricing-table.style-colorful .column-4 .thumbnail {
  background: #00b6e8;
  background: -moz-linear-gradient(45deg, #00b6e8 0%, #5674b9 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #00b6e8), color-stop(100%, #5674b9));
  background: -webkit-linear-gradient(45deg, #00b6e8 0%, #5674b9 100%);
  background: -o-linear-gradient(45deg, #00b6e8 0%, #5674b9 100%);
  background: -ms-linear-gradient(45deg, #00b6e8 0%, #5674b9 100%);
  background: linear-gradient(45deg, #00b6e8 0%, #5674b9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b6e8', endColorstr='#5674b9', GradientType=1);
}
.pricing-table.style-colorful .table-row.thumbnail {
  height: 140px;
}
.pricing-table.style-colorful .table-column.featured .table-row.thumbnail {
  height: 160px;
}
.pricing-table.style-colorful .thumb-text {
  bottom: auto;
  top: 27px;
}
.pricing-table.style-colorful .table-column.featured .thumb-text {
  top: 47px;
}
.pricing-table.style-colorful .thumbnail:after,
.pricing-table.style-clean .thumbnail:after {
  display: none !important;
}
.pricing-table.style-colorful .table-column.featured,
.pricing-table.style-clean .table-column.featured {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.pricing-table.style-colorful .table-column.featured .table-row.thumbnail,
.pricing-table.style-clean .table-column.featured .table-row.thumbnail {
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
}
.pricing-table.style-colorful .table-column.first,
.pricing-table.style-clean .table-column.first {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
}
.pricing-table.style-colorful .table-column.first .table-row.thumbnail,
.pricing-table.style-clean .table-column.first .table-row.thumbnail {
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-left-radius: 20px;
}
.pricing-table.style-colorful .table-column.last,
.pricing-table.style-clean .table-column.last {
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.pricing-table.style-colorful .table-column.last .table-row.thumbnail,
.pricing-table.style-clean .table-column.last .table-row.thumbnail {
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topleft: 0;
  border-top-left-radius: 0;
}
.pricing-table.style-clean .thumbnail {
  background-color: #f9f9f9;
  text-align: center;
}
.pricing-table.style-clean .price {
  font-size: 6rem;
  line-height: 1.15em;
  font-family: 'lato';
  margin-bottom: 0;
}
.pricing-table.style-clean .column-1 .price {
  color: #b1d750;
}
.pricing-table.style-clean .column-1 .table-row.thumbnail {
  border-top: 3px solid #b1d750;
}
.pricing-table.style-clean .column-2 .price {
  color: #6739b6;
}
.pricing-table.style-clean .column-2 .table-row.thumbnail {
  border-top: 3px solid #6739b6;
}
.pricing-table.style-clean .column-3 .price {
  color: #ff9700;
}
.pricing-table.style-clean .column-3 .table-row.thumbnail {
  border-top: 3px solid #ff9700;
}
.pricing-table.style-clean .column-4 .price {
  color: #00bff3;
}
.pricing-table.style-clean .column-4 .table-row.thumbnail {
  border-top: 3px solid #00bff3;
}
.pricing-table.style-clean .thumb-text h4,
.pricing-table.style-clean .thumb-text .desc {
  color: #111111;
}
.pricing-table.style-clean .table-row.thumbnail {
  margin: 0 0 20px 0 !important;
}
.pricing-table.style-clean .thumb-text {
  bottom: 30px;
}
@media screen and (max-width: 992px) {
  ul.pricing-table .table-column,
  .pricing-table.style-colorful ul.pricing-table .table-column,
  .pricing-table.style-clean ul.pricing-table .table-column {
    width: 50%;
  }
  ul.pricing-table .table-column .thumbnail img,
  .pricing-table.style-colorful ul.pricing-table .table-column .thumbnail img,
  .pricing-table.style-clean ul.pricing-table .table-column .thumbnail img {
    width: 100%;
    height: auto;
  }
  ul.pricing-table .table-column,
  .pricing-table.style-colorful ul.pricing-table .table-column,
  .pricing-table.style-clean ul.pricing-table .table-column,
  ul.pricing-table .table-column:hover,
  .pricing-table.style-colorful ul.pricing-table .table-column:hover,
  .pricing-table.style-clean ul.pricing-table .table-column:hover,
  ul.pricing-table .table-column.first,
  .pricing-table.style-colorful ul.pricing-table .table-column.first,
  .pricing-table.style-clean ul.pricing-table .table-column.first,
  ul.pricing-table .table-column.first:hover,
  .pricing-table.style-colorful ul.pricing-table .table-column.first:hover,
  .pricing-table.style-clean ul.pricing-table .table-column.first:hover,
  ul.pricing-table .table-column.last,
  .pricing-table.style-colorful ul.pricing-table .table-column.last,
  .pricing-table.style-clean ul.pricing-table .table-column.last,
  ul.pricing-table .table-column.last:hover,
  .pricing-table.style-colorful ul.pricing-table .table-column.last:hover,
  .pricing-table.style-clean ul.pricing-table .table-column.last:hover {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
  }
  ul.pricing-table .table-column .thumbnail,
  .pricing-table.style-colorful ul.pricing-table .table-column .thumbnail,
  .pricing-table.style-clean ul.pricing-table .table-column .thumbnail,
  ul.pricing-table .table-column:hover .thumbnail,
  .pricing-table.style-colorful ul.pricing-table .table-column:hover .thumbnail,
  .pricing-table.style-clean ul.pricing-table .table-column:hover .thumbnail,
  ul.pricing-table .table-column.first .thumbnail,
  .pricing-table.style-colorful ul.pricing-table .table-column.first .thumbnail,
  .pricing-table.style-clean ul.pricing-table .table-column.first .thumbnail,
  ul.pricing-table .table-column.first:hover .thumbnail,
  .pricing-table.style-colorful ul.pricing-table .table-column.first:hover .thumbnail,
  .pricing-table.style-clean ul.pricing-table .table-column.first:hover .thumbnail,
  ul.pricing-table .table-column.last .thumbnail,
  .pricing-table.style-colorful ul.pricing-table .table-column.last .thumbnail,
  .pricing-table.style-clean ul.pricing-table .table-column.last .thumbnail,
  ul.pricing-table .table-column.last:hover .thumbnail,
  .pricing-table.style-colorful ul.pricing-table .table-column.last:hover .thumbnail,
  .pricing-table.style-clean ul.pricing-table .table-column.last:hover .thumbnail,
  ul.pricing-table .table-column .thumbnail img,
  .pricing-table.style-colorful ul.pricing-table .table-column .thumbnail img,
  .pricing-table.style-clean ul.pricing-table .table-column .thumbnail img,
  ul.pricing-table .table-column:hover .thumbnail img,
  .pricing-table.style-colorful ul.pricing-table .table-column:hover .thumbnail img,
  .pricing-table.style-clean ul.pricing-table .table-column:hover .thumbnail img,
  ul.pricing-table .table-column.first .thumbnail img,
  .pricing-table.style-colorful ul.pricing-table .table-column.first .thumbnail img,
  .pricing-table.style-clean ul.pricing-table .table-column.first .thumbnail img,
  ul.pricing-table .table-column.first:hover .thumbnail img,
  .pricing-table.style-colorful ul.pricing-table .table-column.first:hover .thumbnail img,
  .pricing-table.style-clean ul.pricing-table .table-column.first:hover .thumbnail img,
  ul.pricing-table .table-column.last .thumbnail img,
  .pricing-table.style-colorful ul.pricing-table .table-column.last .thumbnail img,
  .pricing-table.style-clean ul.pricing-table .table-column.last .thumbnail img,
  ul.pricing-table .table-column.last:hover .thumbnail img,
  .pricing-table.style-colorful ul.pricing-table .table-column.last:hover .thumbnail img,
  .pricing-table.style-clean ul.pricing-table .table-column.last:hover .thumbnail img,
  ul.pricing-table .table-column .thumbnail:after,
  .pricing-table.style-colorful ul.pricing-table .table-column .thumbnail:after,
  .pricing-table.style-clean ul.pricing-table .table-column .thumbnail:after,
  ul.pricing-table .table-column:hover .thumbnail:after,
  .pricing-table.style-colorful ul.pricing-table .table-column:hover .thumbnail:after,
  .pricing-table.style-clean ul.pricing-table .table-column:hover .thumbnail:after,
  ul.pricing-table .table-column.first .thumbnail:after,
  .pricing-table.style-colorful ul.pricing-table .table-column.first .thumbnail:after,
  .pricing-table.style-clean ul.pricing-table .table-column.first .thumbnail:after,
  ul.pricing-table .table-column.first:hover .thumbnail:after,
  .pricing-table.style-colorful ul.pricing-table .table-column.first:hover .thumbnail:after,
  .pricing-table.style-clean ul.pricing-table .table-column.first:hover .thumbnail:after,
  ul.pricing-table .table-column.last .thumbnail:after,
  .pricing-table.style-colorful ul.pricing-table .table-column.last .thumbnail:after,
  .pricing-table.style-clean ul.pricing-table .table-column.last .thumbnail:after,
  ul.pricing-table .table-column.last:hover .thumbnail:after,
  .pricing-table.style-colorful ul.pricing-table .table-column.last:hover .thumbnail:after,
  .pricing-table.style-clean ul.pricing-table .table-column.last:hover .thumbnail:after {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
  }
  ul.pricing-table .table-column.featured,
  .pricing-table.style-colorful ul.pricing-table .table-column.featured,
  .pricing-table.style-clean ul.pricing-table .table-column.featured,
  ul.pricing-table .table-column.featured:hover,
  .pricing-table.style-colorful ul.pricing-table .table-column.featured:hover,
  .pricing-table.style-clean ul.pricing-table .table-column.featured:hover {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  ul.pricing-table .table-column.featured:hover .thumbnail:after,
  .pricing-table.style-colorful ul.pricing-table .table-column.featured:hover .thumbnail:after,
  .pricing-table.style-clean ul.pricing-table .table-column.featured:hover .thumbnail:after,
  ul.pricing-table .table-column.featured:hover .thumbnail,
  .pricing-table.style-colorful ul.pricing-table .table-column.featured:hover .thumbnail,
  .pricing-table.style-clean ul.pricing-table .table-column.featured:hover .thumbnail,
  ul.pricing-table .table-column.featured:hover .thumbnail img,
  .pricing-table.style-colorful ul.pricing-table .table-column.featured:hover .thumbnail img,
  .pricing-table.style-clean ul.pricing-table .table-column.featured:hover .thumbnail img {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .pricing-table.style-colorful ul.pricing-table .thumb-text h4,
  .pricing-table.style-clean ul.pricing-table .thumb-text h4 {
    font-size: 4.800000000000001rem;
    line-height: 1.15em;
  }
}
@media screen and (max-width: 600px) {
  ul.pricing-table .table-column,
  .pricing-table.style-colorful ul.pricing-table .table-column,
  .pricing-table.style-clean ul.pricing-table .table-column {
    width: 100%;
  }
}
/**
	=====================================================================================================================================================
	Portfolio section
	=====================================================================================================================================================
**/
.home-agency #works,
.home-personal #portfolio {
  padding: 90px 0;
  background-color: #ffffff;
}
.portfolio-header {
  margin-bottom: 5px;
}
.portfolio-header h2 {
  margin-bottom: 0;
}
.portfolio-header a {
  font-variant: small-caps;
  color: #111111;
}
.portfolio-header a:hover,
.portfolio-header a.selected {
  color: #b1d750;
}
.portfolio-header span.line_wrap {
  position: relative;
  display: inline-block;
font-family: initial;
}
.portfolio-header span.line {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 48%;
  width: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}
.portfolio-header a:hover span.line,
.portfolio-header a.selected span.line {
  width: 100%;
}
.portfolio-header.style-left {
  text-align: left;
  line-height: 80px;
}
.portfolio-header.style-left h2 {
  float: left;
}
.portfolio-header.style-left .filters {
  float: right;
  line-height: 80px;
}
.portfolio-header.style-left .filters a {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 992px) {
  .portfolio-header.style-left h2,
  .portfolio-header.style-left .filters {
    float: none;
    display: block;
  }
  .portfolio-header.style-left h2 {
    margin-bottom: 25px;
  }
  .portfolio-header.style-left .filters {
    line-height: 35px;
  }
  .portfolio-header.style-left .filters a {
    margin-left: 0;
    margin-right: 30px;
  }
}
.portfolio-pagination {
  text-align: center;
  padding: 0 15px;
  margin-top: 60px;
}
.portfolio-load-more {
  text-align: center;
  font-variant: small-caps;
}
.portfolio-load-more span {
  display: block;
  color: #111111;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
font-family: initial;
}
.portfolio-load-more i.icon {
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.portfolio-load-more:hover span {
  color: #b1d750;
}
.portfolio-load-more:hover i.icon {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating .4s linear infinite;
  -moz-animation: rotating .4s linear infinite;
  -ms-animation: rotating .4s linear infinite;
  -o-animation: rotating .4s linear infinite;
  animation: rotating .4s linear infinite;
}
.portfolio-load-more i.icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj5wYXRoe2ZpbGw6dXJsKCNzdmdHcmFkaWVudCl9PC9zdHlsZT48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InN2Z0dyYWRpZW50IiBncmFkaWVudFRyYW5zZm9ybT0icm90YXRlKC0yNSkiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGJmZjMiIC8+PHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiNiMWQ3NTAiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGc+PGc+PGc+PGc+PHBhdGggZD0iTTMyLDBDMTQuMzI3LDAsMCwxNC4zMjcsMCwzMnMxNC4zMjcsMzIsMzIsMzJzMzItMTQuMzI3LDMyLTMyUzQ5LjY3MywwLDMyLDB6IE0zMiw2MkMxNS40MzIsNjIsMiw0OC41NjgsMiwzMiBDMiwxNS40MzIsMTUuNDMyLDIsMzIsMmMxNi41NjgsMCwzMCwxMy40MzIsMzAsMzBDNjIsNDguNTY4LDQ4LjU2OCw2MiwzMiw2MnoiLz48L2c+PC9nPjxnPjxnPjxwYXRoIGQ9Ik00Ni4xMDksMzYuMzU0bC0xMi03Ljk3OGMtMC42MTMtMC40MDktMS40MDItMC40NDYtMi4wNTMtMC4wOTlDMzEuNDA1LDI4LjYyNCwzMSwyOS4yOTksMzEsMzAuMDM1djEuNEwzMywzMiBjMC0wLjYwMywwLTEuNTMxLDAtMS41MzFzMC45MDcsMC4wMTYsMS40MTEsMC4zNTFsOS4zODksNS43NzZjMC40NTcsMC4zMDMsMC43MzEsMC44MTMsMC43MzEsMS4zNTcgYzAsMC41NDYtMC4yNzQsMC45MzEtMC43MzEsMS4yMzJsLTkuMzg5LDYuMTg0QzMzLjkwNyw0NS43MDIsMzMsNDUuNjU2LDMzLDQ1LjY1NnMwLTEuMDU1LDAtMS42NTZ2LTQgYy01Ljg0OCwwLTEyLjYzOS0yLjQ4OC0xMi45ODctMTFoLTAuOTcxQzE5LjAxMiwyOS4zNDIsMTksMjkuNjg3LDE5LDMwLjAzNWMwLDYuNjA3LDUuMzcyLDExLjk2NiwxMiwxMS45NjZ2My45ODkgYzAsMC43MzYsMC40MDYsMS40MTIsMS4wNTcsMS43NTljMC42NTEsMC4zNDcsMS40MzksMC4zMDgsMi4wNTMtMC4xMDFsMTItNy45NzhDNDYuNjY2LDM5LjMwMiw0NywzOC42OCw0NywzOC4wMTQgUzQ2LjY2NiwzNi43MjUsNDYuMTA5LDM2LjM1NHoiLz48L2c+PC9nPjxnPjxnPjxwYXRoIGQ9Ik0zMSwyNWM1LjUxMiwwLDExLjg2MSwyLjIxLDEyLjg2OCw5LjU4OUw0NSwzNC45NjVjMC02LjYwOC01LjM3Mi0xMS45NjYtMTItMTEuOTY2VjE5LjAxIGMwLTAuNzM1LTAuNDA0LTEuNDEyLTEuMDU3LTEuNzU4Yy0wLjY0OS0wLjM0Ny0xLjQzOS0wLjMwOS0yLjA1MywwLjA5OWwtMTIsNy45NzhDMTcuMzM0LDI1LjY5OCwxNywyNi4zMiwxNywyNi45ODcgYzAsMC42NjYsMC4zMzQsMS4yOSwwLjg5MSwxLjY1OWwxMiw3Ljk3OGMwLjYxMywwLjQwOSwxLjQwMywwLjQ0NiwyLjA1MywwLjEwMWMwLjY1Mi0wLjM1LDEuMDU2LTEuMDIzLDEuMDU2LTEuNzZ2LTUuODczIEMzMi4zNjYsMjkuMDM3LDMxLjcwNywyOSwzMSwyOXY0YzAsMC42MDQsMCwxLjUzMSwwLDEuNTMxcy0wLjkwNy0wLjAxNi0xLjQxLTAuMzUybC05LjM5LTUuNzc2IGMtMC40NTYtMC4zMDMtMC43MzEtMC44MTItMC43MzEtMS4zNTdjMC0wLjU0NiwwLjI3NS0wLjkzLDAuNzMxLTEuMjMzbDkuMzktNi4xODNjMC41MDMtMC4zMzMsMS40MS0wLjI4NywxLjQxLTAuMjg3IHMwLDEuMDU0LDAsMS42NTZWMjV6Ii8+PC9nPjwvZz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
  background-position: center top;
  background-size: 65px 65px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 65px;
  height: 65px;
  margin-bottom: 8px;
}
.home-personal .portfolio-load-more i.icon {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj5wYXRoe2ZpbGw6dXJsKCNzdmdHcmFkaWVudCl9PC9zdHlsZT48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InN2Z0dyYWRpZW50IiBncmFkaWVudFRyYW5zZm9ybT0icm90YXRlKC0yNSkiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmMDZlYWEiIC8+PHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiNmZjk3MDAiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGc+PGc+PGc+PGc+PHBhdGggZD0iTTMyLDBDMTQuMzI3LDAsMCwxNC4zMjcsMCwzMnMxNC4zMjcsMzIsMzIsMzJzMzItMTQuMzI3LDMyLTMyUzQ5LjY3MywwLDMyLDB6IE0zMiw2MkMxNS40MzIsNjIsMiw0OC41NjgsMiwzMiBDMiwxNS40MzIsMTUuNDMyLDIsMzIsMmMxNi41NjgsMCwzMCwxMy40MzIsMzAsMzBDNjIsNDguNTY4LDQ4LjU2OCw2MiwzMiw2MnoiLz48L2c+PC9nPjxnPjxnPjxwYXRoIGQ9Ik00Ni4xMDksMzYuMzU0bC0xMi03Ljk3OGMtMC42MTMtMC40MDktMS40MDItMC40NDYtMi4wNTMtMC4wOTlDMzEuNDA1LDI4LjYyNCwzMSwyOS4yOTksMzEsMzAuMDM1djEuNEwzMywzMiBjMC0wLjYwMywwLTEuNTMxLDAtMS41MzFzMC45MDcsMC4wMTYsMS40MTEsMC4zNTFsOS4zODksNS43NzZjMC40NTcsMC4zMDMsMC43MzEsMC44MTMsMC43MzEsMS4zNTcgYzAsMC41NDYtMC4yNzQsMC45MzEtMC43MzEsMS4yMzJsLTkuMzg5LDYuMTg0QzMzLjkwNyw0NS43MDIsMzMsNDUuNjU2LDMzLDQ1LjY1NnMwLTEuMDU1LDAtMS42NTZ2LTQgYy01Ljg0OCwwLTEyLjYzOS0yLjQ4OC0xMi45ODctMTFoLTAuOTcxQzE5LjAxMiwyOS4zNDIsMTksMjkuNjg3LDE5LDMwLjAzNWMwLDYuNjA3LDUuMzcyLDExLjk2NiwxMiwxMS45NjZ2My45ODkgYzAsMC43MzYsMC40MDYsMS40MTIsMS4wNTcsMS43NTljMC42NTEsMC4zNDcsMS40MzksMC4zMDgsMi4wNTMtMC4xMDFsMTItNy45NzhDNDYuNjY2LDM5LjMwMiw0NywzOC42OCw0NywzOC4wMTQgUzQ2LjY2NiwzNi43MjUsNDYuMTA5LDM2LjM1NHoiLz48L2c+PC9nPjxnPjxnPjxwYXRoIGQ9Ik0zMSwyNWM1LjUxMiwwLDExLjg2MSwyLjIxLDEyLjg2OCw5LjU4OUw0NSwzNC45NjVjMC02LjYwOC01LjM3Mi0xMS45NjYtMTItMTEuOTY2VjE5LjAxIGMwLTAuNzM1LTAuNDA0LTEuNDEyLTEuMDU3LTEuNzU4Yy0wLjY0OS0wLjM0Ny0xLjQzOS0wLjMwOS0yLjA1MywwLjA5OWwtMTIsNy45NzhDMTcuMzM0LDI1LjY5OCwxNywyNi4zMiwxNywyNi45ODcgYzAsMC42NjYsMC4zMzQsMS4yOSwwLjg5MSwxLjY1OWwxMiw3Ljk3OGMwLjYxMywwLjQwOSwxLjQwMywwLjQ0NiwyLjA1MywwLjEwMWMwLjY1Mi0wLjM1LDEuMDU2LTEuMDIzLDEuMDU2LTEuNzZ2LTUuODczIEMzMi4zNjYsMjkuMDM3LDMxLjcwNywyOSwzMSwyOXY0YzAsMC42MDQsMCwxLjUzMSwwLDEuNTMxcy0wLjkwNy0wLjAxNi0xLjQxLTAuMzUybC05LjM5LTUuNzc2IGMtMC40NTYtMC4zMDMtMC43MzEtMC44MTItMC43MzEtMS4zNTdjMC0wLjU0NiwwLjI3NS0wLjkzLDAuNzMxLTEuMjMzbDkuMzktNi4xODNjMC41MDMtMC4zMzMsMS40MS0wLjI4NywxLjQxLTAuMjg3IHMwLDEuMDU0LDAsMS42NTZWMjV6Ii8+PC9nPjwvZz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
}
.home-personal .portfolio-header span.line {
  border-color: #ff9700;
}
.home-personal .portfolio-header .filters a:hover,
.home-personal .portfolio-header .filters a.selected {
  color: #ff9700;
}
.home-personal .portfolio-load-more:hover span {
  color: #ff9700;
}
.portfolio-header.style-centered {
  text-align: center;
}
.portfolio-header.style-centered .filters a {
  margin: 0 15px;
}
.portfolio-header.style-centered h2,
.portfolio-header.style-centered p {
  margin-bottom: 35px;
}
.portfolio-gallery .caption {
  background: #111111;
  background: -moz-linear-gradient(45deg, #111111 0%, #362f2d 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #111111), color-stop(100%, #362f2d));
  background: -webkit-linear-gradient(45deg, #111111 0%, #362f2d 100%);
  background: -o-linear-gradient(45deg, #111111 0%, #362f2d 100%);
  background: -ms-linear-gradient(45deg, #111111 0%, #362f2d 100%);
  background: linear-gradient(45deg, #111111 0%, #362f2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#362f2d', GradientType=1);
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13%;
}
.portfolio-gallery .caption a,
.portfolio-gallery .caption h4 {
  color: #fff;
font-family: initial;
}
.portfolio-gallery .caption a:hover {
  color: #b1d750;
}
.portfolio-gallery .caption .tags {
  font-variant: small-caps;
}
.portfolio-gallery .caption .zoom {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PGcgaWQ9ImNpcmNsZV82N18iPjxnPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0zMiwwQzE0LjMyOCwwLDAsMTQuMzI3LDAsMzJzMTQuMzI4LDMyLDMyLDMyczMyLTE0LjMyNywzMi0zMlM0OS42NzMsMCwzMiwweiBNMzIsNjJDMTUuNDMyLDYyLDIsNDguNTY4LDIsMzIuMDAxIEMyLDE1LjQzMiwxNS40MzIsMiwzMiwyYzE2LjU2OCwwLDMwLDEzLjQzMiwzMCwzMC4wMDFDNjIsNDguNTY4LDQ4LjU2OCw2MiwzMiw2MnoiLz4gPC9nPjwvZz48ZyBpZD0ic2VhcmNoIj48Zz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNDUuNzE0LDQzLjM1N2wtNS43MTItNS43MTNDNDEuMjU0LDM1LjkxNiw0MiwzMy43OTgsNDIsMzEuNUM0MiwyNS43MDEsMzcuMywyMSwzMS41LDIxQzI1LjcwMiwyMSwyMSwyNS43MDEsMjEsMzEuNSBTMjUuNzAyLDQyLDMxLjUsNDJjMi44MDksMCw1LjM1NC0xLjEwOSw3LjIzOC0yLjkwNmw1LjYxOSw1LjYyYzAuMzc1LDAuMzc1LDAuOTgxLDAuMzc1LDEuMzU2LDAgQzQ2LjA4OSw0NC4zNCw0Ni4wODksNDMuNzMyLDQ1LjcxNCw0My4zNTd6IE0zMS41LDQwYy00LjY5NCwwLTguNS0zLjgwNy04LjUtOC41YzAtNC42OTQsMy44MDYtOC41LDguNS04LjUgYzQuNjkzLDAsOC41LDMuODA2LDguNSw4LjVDNDAsMzYuMTkzLDM2LjE5NSw0MCwzMS41LDQweiIvPjwvZz48L2c+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=) !important;
  background-size: 100% 100%;
  width: 65px;
  height: 65px;
  display: inline-block;
  margin-bottom: 35px;
visibility: hidden;
}
.portfolio-gallery .caption .zoom:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PGcgaWQ9ImNpcmNsZV82N18iPjxnPjxwYXRoIGZpbGw9IiNiMWQ3NTAiIGQ9Ik0zMiwwQzE0LjMyOCwwLDAsMTQuMzI3LDAsMzJzMTQuMzI4LDMyLDMyLDMyczMyLTE0LjMyNywzMi0zMlM0OS42NzMsMCwzMiwweiBNMzIsNjJDMTUuNDMyLDYyLDIsNDguNTY4LDIsMzIuMDAxIEMyLDE1LjQzMiwxNS40MzIsMiwzMiwyYzE2LjU2OCwwLDMwLDEzLjQzMiwzMCwzMC4wMDFDNjIsNDguNTY4LDQ4LjU2OCw2MiwzMiw2MnoiLz4gPC9nPjwvZz48ZyBpZD0ic2VhcmNoIj48Zz48cGF0aCBmaWxsPSIjYjFkNzUwIiBkPSJNNDUuNzE0LDQzLjM1N2wtNS43MTItNS43MTNDNDEuMjU0LDM1LjkxNiw0MiwzMy43OTgsNDIsMzEuNUM0MiwyNS43MDEsMzcuMywyMSwzMS41LDIxQzI1LjcwMiwyMSwyMSwyNS43MDEsMjEsMzEuNSBTMjUuNzAyLDQyLDMxLjUsNDJjMi44MDksMCw1LjM1NC0xLjEwOSw3LjIzOC0yLjkwNmw1LjYxOSw1LjYyYzAuMzc1LDAuMzc1LDAuOTgxLDAuMzc1LDEuMzU2LDAgQzQ2LjA4OSw0NC4zNCw0Ni4wODksNDMuNzMyLDQ1LjcxNCw0My4zNTd6IE0zMS41LDQwYy00LjY5NCwwLTguNS0zLjgwNy04LjUtOC41YzAtNC42OTQsMy44MDYtOC41LDguNS04LjUgYzQuNjkzLDAsOC41LDMuODA2LDguNSw4LjVDNDAsMzYuMTkzLDM2LjE5NSw0MCwzMS41LDQweiIvPjwvZz48L2c+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=) !important;
}
@media screen and (max-width: 992px) {
  .portfolio-gallery .caption .tags {
    display: none;
  }
  .portfolio-gallery .caption h4 {
    font-size: 3.2rem;
    line-height: 1.15em;
    margin-bottom: 10px;
  }
}
/**
	=====================================================================================================================================================
	Services section
	=====================================================================================================================================================
**/
.tabs-shortcode {
  position: relative;
  background-color: #ffffff;
}
.tabs-shortcode .service-item {
  display: none;
  -webkit-transition: background-position 0.3s;
  -moz-transition: background-position 0.3s;
  -o-transition: background-position 0.3s;
  transition: background-position 0.3s;
  background-position: -100% bottom;
  background-repeat: no-repeat;
}
.tabs-shortcode .service-item.selected {
  display: block;
  background-position: right 140% bottom;
}
.tabs-shortcode .tab-content {
  padding: 230px 0;
}
@media screen and (max-width: 1390px) {
  .tabs-shortcode .service-item.selected {
    background-position: right 220% bottom;
  }
}
@media screen and (max-width: 1199px) {
  .tabs-shortcode .service-item {
    background-image: none !important;
  }
  .tabs-shortcode .col-md-6 {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .tabs-shortcode .tab-content {
    padding: 150px 0;
  }
}
.services-pagination {
  background-color: #f9f9f9;
  padding: 0 15px;
  text-align: center;
  font-size: 0;
}
.services-pagination .tab-link {
  font-size: normal;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 40px 60px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.services-pagination .tab-link span {
  font-variant: small-caps;
  font-size: 1.8rem;
  color: #636363;
}
.services-pagination .tab-link svg,
.services-pagination .tab-link img {
  display: block;
  margin: 0 auto 15px auto;
  background-size: 100% 100%;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center center;
}
.services-pagination .tab-link i.fa {
  font-size: 4.2rem;
  display: block;
  margin: 0 auto 15px auto;
  color: #636363;
}
.services-pagination .tab-link.selected,
.services-pagination .tab-link:hover {
  background-color: #ffffff;
}
.services-pagination .tab-link.selected i.fa,
.services-pagination .tab-link:hover i.fa {
  background: -webkit-linear-gradient(#e91d62, #ff9700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 992px) {
  .services-pagination .tab-link {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 680px) {
  .services-pagination {
    padding: 0 !important;
  }
  .services-pagination .tab-link {
    width: 50%;
  }
}
@media screen and (max-width: 380px) {
  .services-pagination .tab-link {
    width: 100%;
  }
}
/**
	Basic sidebar & widget styles
**/
body.sidebar-left #content {
  float: right;
}
body.sidebar-left #sidebar {
  float: left;
}
aside .widget {
  margin-bottom: 55px;
}
aside .widget form {
  margin-bottom: 0;
}
aside .widget a {
  color: #636363;
}
aside .widget a:hover {
  color: #b1d750;
}
aside .widget:last-of-type {
  margin-bottom: 0;
}
aside .widget-content:after {
  content: '';
  display: block;
  clear: both;
}
.widget-title {
  font-size: 2.4rem;
  line-height: normal;
  font-family: 'lato';
  font-variant: small-caps;
  margin-bottom: 18px;
}
/**
	Categories widget, Archives widget
**/
.widget_categories .widget-content .count,
.widget_archive .widget-content .count,
.widget_nav_menu .widget-content .count,
.widget_meta .widget-content .count,
.widget_pages .widget-content .count,
.widget_recent_comments .widget-content .count,
.widget_recent_entries .widget-content .count,
.widget_rss .widget-content .count {
  float: right;
  color: #acacac;
}
.widget_categories .widget-content .count:hover,
.widget_archive .widget-content .count:hover,
.widget_nav_menu .widget-content .count:hover,
.widget_meta .widget-content .count:hover,
.widget_pages .widget-content .count:hover,
.widget_recent_comments .widget-content .count:hover,
.widget_recent_entries .widget-content .count:hover,
.widget_rss .widget-content .count:hover {
  color: #00bff3;
}
.widget_categories .widget-content ul,
.widget_archive .widget-content ul,
.widget_nav_menu .widget-content ul,
.widget_meta .widget-content ul,
.widget_pages .widget-content ul,
.widget_recent_comments .widget-content ul,
.widget_recent_entries .widget-content ul,
.widget_rss .widget-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_categories .widget-content ul ul,
.widget_archive .widget-content ul ul,
.widget_nav_menu .widget-content ul ul,
.widget_meta .widget-content ul ul,
.widget_pages .widget-content ul ul,
.widget_recent_comments .widget-content ul ul,
.widget_recent_entries .widget-content ul ul,
.widget_rss .widget-content ul ul {
  list-style: square;
  margin: 0 0 0 22px;
  padding: 0;
}
.widget_categories .widget-content ul ul li,
.widget_archive .widget-content ul ul li,
.widget_nav_menu .widget-content ul ul li,
.widget_meta .widget-content ul ul li,
.widget_pages .widget-content ul ul li,
.widget_recent_comments .widget-content ul ul li,
.widget_recent_entries .widget-content ul ul li,
.widget_rss .widget-content ul ul li {
  border-bottom: 0;
  padding: 6px 0 0 0;
  margin: 0;
}
.widget_categories .widget-content li,
.widget_archive .widget-content li,
.widget_nav_menu .widget-content li,
.widget_meta .widget-content li,
.widget_pages .widget-content li,
.widget_recent_comments .widget-content li,
.widget_recent_entries .widget-content li,
.widget_rss .widget-content li {
  border-bottom: 1px solid #ebebeb;
  margin: 0;
  padding: 12px 0;
}
.widget_categories .widget-content li:last-of-type,
.widget_archive .widget-content li:last-of-type,
.widget_nav_menu .widget-content li:last-of-type,
.widget_meta .widget-content li:last-of-type,
.widget_pages .widget-content li:last-of-type,
.widget_recent_comments .widget-content li:last-of-type,
.widget_recent_entries .widget-content li:last-of-type,
.widget_rss .widget-content li:last-of-type {
  border-bottom: 0;
}
#footer .widget_categories .widget-content li,
#footer .widget_archive .widget-content li,
#footer .widget_nav_menu .widget-content li,
#footer .widget_meta .widget-content li,
#footer .widget_pages .widget-content li,
#footer .widget_recent_comments .widget-content li,
#footer .widget_recent_entries .widget-content li,
#footer .widget_rss .widget-content li {
  border-color: #434343;
}
/**
	RSS widget
**/
.widget_rss .widget-title img {
  display: none;
}
.widget_rss ul a.rsswidget {
  display: block;
  margin-bottom: 12px;
  color: #b1d750;
}
.widget_rss ul a.rsswidget:hover {
  color: #9bc72d;
}
/**
	Calendar widget
**/
.widget_calendar table {
  width: 100%;
}
.widget_calendar table td,
.widget_calendar table th,
.widget_calendar table caption {
  padding: 8px;
  text-align: center;
}
#footer .widget_calendar table {
  border-color: #434343;
}
#footer .widget_calendar table tr,
#footer .widget_calendar table td,
#footer .widget_calendar table th {
  border-color: #434343;
}
#footer .widget_calendar table thead,
#footer .widget_calendar table tfoot,
#footer .widget_calendar table th {
  background-color: #111111;
}
#footer .widget_calendar table tr:hover td,
#footer .widget_calendar table tr:hover th {
  background-color: #111111;
}
/**
	Recent comments widget
**/
.widget_recent_comments .widget-content a {
  color: #b1d750;
}
.widget_recent_comments .widget-content a:hover {
  color: #9bc72d;
}
/**
	Recent entries widget
**/
.widget_recent_entries .post-date {
  display: block;
  font-size: 1.2000000000000002rem;
}
/**
	Tags widget
**/
.widget_tag_cloud .widget-content a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 17px;
  border: 2px solid #ebebeb;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  vertical-align: middle;
  overflow: hidden;
  font-size: inherit !important;
}
.widget_tag_cloud .widget-content a::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #b1d750;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.widget_tag_cloud .widget-content a:hover::before {
  -webkit-transform: scale3d(9, 9, 1);
  transform: scale3d(9, 9, 1);
}
.widget_tag_cloud .widget-content a:hover {
  border-color: #b1d750;
  color: #ffffff;
  background-color: #b1d750;
}
.widget_tag_cloud .widget-content a:last-of-type {
  margin-right: 0;
}
#footer .widget_tag_cloud .widget-content a {
  border-color: #434343;
}
#footer .widget_tag_cloud .widget-content a::before {
  background: #b1d750;
}
#footer .widget_tag_cloud .widget-content a:hover {
  border-color: #b1d750;
  color: #ffffff !important;
  background-color: #b1d750;
}
/**
	Photos widget
**/
.widget_flickr .widget-content img {
  float: left;
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.widget_flickr .widget-content div.flickr_badge_image {
  float: left;
}
.widget_flickr .widget-content .flickr_badge_image > a {
  float: left;
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 4px 4px 0;
}
.widget_flickr .widget-content .flickr_badge_image > a:nth-child(3n) {
  margin-right: 0;
}
.widget_flickr .widget-content .flickr_badge_image > a::after {
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  content: '';
  position: absolute;
  opacity: 0;
}
.widget_flickr .widget-content .flickr_badge_image > a:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTI1LjE1MyA1MjUuMTUzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MjUuMTUzIDUyNS4xNTM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMjg4LjgxMiwxMzEuMjg4aC01Mi40NzF2MTA1LjA1MkgxMzEuMjg4djUyLjQ3MWgxMDUuMDUydjEwNS4wNTJoNTIuNDcxVjI4OC44MTJoMTA1LjA1MnYtNTIuNDcxSDI4OC44MTIgQzI4OC44MTIsMjM2LjM0MSwyODguODEyLDEzMS4yODgsMjg4LjgxMiwxMzEuMjg4eiBNMjYyLjU3NiwwQzExNy44OTcsMCwwLDExNy44OTcsMCwyNjIuNTc2IGMwLDE0NC42NTgsMTE3Ljg5NywyNjIuNTc2LDI2Mi41NzYsMjYyLjU3NmgyMTAuMDYxYzI4Ljg4MywwLDUyLjUxNS0yMy42MzIsNTIuNTE1LTUyLjUxNVYyNjIuNTc2IEM1MjUuMTUzLDExNy44OTcsNDA3LjIzNCwwLDI2Mi41NzYsMHogTTI2Mi41NzYsNDcyLjYzN2MtMTE1LjgxOCwwLTIxMC4wNjEtOTQuMjQzLTIxMC4wNjEtMjEwLjA2MVMxNDYuNzU4LDUyLjUxNSwyNjIuNTc2LDUyLjUxNSBzMjEwLjA2MSw5NC4yNDMsMjEwLjA2MSwyMTAuMDYxUzM3OC4zOTQsNDcyLjYzNywyNjIuNTc2LDQ3Mi42Mzd6Ii8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
}
.widget_flickr .widget-content .flickr_badge_image > a:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
/**
	Popular posts widget
**/
.wproto_posts_widget .widget-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wproto_posts_widget .widget-content li {
  position: relative;
  margin: 0;
  padding: 20px 0 20px 50px;
  border-bottom: 1px solid #ebebeb;
  background-size: 32px 32px;
  background-position: left 20px;
  background-repeat: no-repeat;
}
.wproto_posts_widget .widget-content li:first-child {
  padding-top: 0;
  background-position: left top;
}
.wproto_posts_widget .widget-content li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.wproto_posts_widget .widget-content .post-title {
  display: block;
  margin-bottom: 10px;
  font-variant: small-caps;
  font-size: 18px;
  font-size: 1.8rem;
}
.wproto_posts_widget .widget-content .time {
  color: #acacac;
  font-size: 1.4000000000000001rem;
}
.wproto_posts_widget .widget-content li:hover a.post-title {
  color: #b1d750;
}
.wproto_posts_widget .widget-content li.format-image,
.wproto_posts_widget .widget-content li.format-gallery {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PGcgaWQ9ImNpcmNsZV8xMl8iPjxnPjxwYXRoIGZpbGw9IiNjMmMyYzIiIGQ9Ik0zMiwwQzE0LjMyOCwwLDAsMTQuMzI3LDAsMzJjMCwxNy42NzQsMTQuMzI4LDMyLDMyLDMyYzE3LjY3MywwLDMyLTE0LjMyNiwzMi0zMkM2NCwxNC4zMjcsNDkuNjczLDAsMzIsMHogTTMyLDYyIEMxNS40MzIsNjIsMiw0OC41NjgsMiwzMkMyLDE1LjQzMiwxNS40MzIsMiwzMiwyYzE2LjU2OCwwLDMwLDEzLjQzMiwzMCwzMEM2Miw0OC41NjgsNDguNTY4LDYyLDMyLDYyeiIvPjwvZz48L2c+PGcgaWQ9IlByaW50ZXJfMV8iPjxnPjxwYXRoIGZpbGw9IiNjMmMyYzIiIGQ9Ik00MywyOGMtMC41NTIsMC0xLDAuNDQ4LTEsMWMwLDAuNTUzLDAuNDQ4LDEsMSwxczEtMC40NDcsMS0xQzQ0LDI4LjQ0OCw0My41NTMsMjgsNDMsMjh6IE00NCwyNGgtNXYtMSBjMC0yLjIwOS0xLjc5MS00LTQtNGgtNmMtMi4yMDksMC00LDEuNzkxLTQsNHYxaC01Yy0yLjIwOSwwLTQsMS43OTEtNCw0djEyYzAsMi4yMDksMS43OTEsNCw0LDRoMjRjMi4yMDksMCw0LTEuNzkxLDQtNFYyOCBDNDgsMjUuNzkxLDQ2LjIwOSwyNCw0NCwyNHogTTI3LDIzYzAtMS4xMDQsMC44OTYtMiwyLTJoNmMxLjEwNCwwLDIsMC44OTYsMiwydjFIMjdWMjN6IE00Niw0MGMwLDEuMTA0LTAuODk2LDItMiwySDIwIGMtMS4xMDQsMC0yLTAuODk2LTItMlYyOGMwLTEuMTA0LDAuODk2LTIsMi0yaDI0YzEuMTA0LDAsMiwwLjg5NiwyLDJWNDB6IE0zMiwyOGMtMy4zMTMsMC02LDIuNjg3LTYsNmMwLDMuMzEyLDIuNjg3LDYsNiw2IGMzLjMxNCwwLDYtMi42ODgsNi02QzM4LDMwLjY4NywzNS4zMTQsMjgsMzIsMjh6IE0zMiwzOGMtMi4yMDksMC00LTEuNzkxLTQtNHMxLjc5MS00LDQtNHM0LDEuNzkxLDQsNFMzNC4yMDksMzgsMzIsMzh6Ii8+PC9nPjwvZz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
}
.wproto_posts_widget .widget-content li.format-image:hover,
.wproto_posts_widget .widget-content li.format-gallery:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj5wYXRoe2ZpbGw6dXJsKCNzdmdHcmFkaWVudCl9PC9zdHlsZT48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InN2Z0dyYWRpZW50IiBncmFkaWVudFRyYW5zZm9ybT0icm90YXRlKC0yNSkiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGJmZjMiIC8+PHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiNiMWQ3NTAiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGc+PGc+PGcgaWQ9ImNpcmNsZV8xMl8iPjxnPjxwYXRoIGQ9Ik0zMiwwQzE0LjMyOCwwLDAsMTQuMzI3LDAsMzJjMCwxNy42NzQsMTQuMzI4LDMyLDMyLDMyYzE3LjY3MywwLDMyLTE0LjMyNiwzMi0zMkM2NCwxNC4zMjcsNDkuNjczLDAsMzIsMHogTTMyLDYyIEMxNS40MzIsNjIsMiw0OC41NjgsMiwzMkMyLDE1LjQzMiwxNS40MzIsMiwzMiwyYzE2LjU2OCwwLDMwLDEzLjQzMiwzMCwzMEM2Miw0OC41NjgsNDguNTY4LDYyLDMyLDYyeiIvPjwvZz48L2c+PGcgaWQ9IlByaW50ZXJfMV8iPjxnPjxwYXRoIGQ9Ik00MywyOGMtMC41NTIsMC0xLDAuNDQ4LTEsMWMwLDAuNTUzLDAuNDQ4LDEsMSwxczEtMC40NDcsMS0xQzQ0LDI4LjQ0OCw0My41NTMsMjgsNDMsMjh6IE00NCwyNGgtNXYtMSBjMC0yLjIwOS0xLjc5MS00LTQtNGgtNmMtMi4yMDksMC00LDEuNzkxLTQsNHYxaC01Yy0yLjIwOSwwLTQsMS43OTEtNCw0djEyYzAsMi4yMDksMS43OTEsNCw0LDRoMjRjMi4yMDksMCw0LTEuNzkxLDQtNFYyOCBDNDgsMjUuNzkxLDQ2LjIwOSwyNCw0NCwyNHogTTI3LDIzYzAtMS4xMDQsMC44OTYtMiwyLTJoNmMxLjEwNCwwLDIsMC44OTYsMiwydjFIMjdWMjN6IE00Niw0MGMwLDEuMTA0LTAuODk2LDItMiwySDIwIGMtMS4xMDQsMC0yLTAuODk2LTItMlYyOGMwLTEuMTA0LDAuODk2LTIsMi0yaDI0YzEuMTA0LDAsMiwwLjg5NiwyLDJWNDB6IE0zMiwyOGMtMy4zMTMsMC02LDIuNjg3LTYsNmMwLDMuMzEyLDIuNjg3LDYsNiw2IGMzLjMxNCwwLDYtMi42ODgsNi02QzM4LDMwLjY4NywzNS4zMTQsMjgsMzIsMjh6IE0zMiwzOGMtMi4yMDksMC00LTEuNzkxLTQtNHMxLjc5MS00LDQtNHM0LDEuNzkxLDQsNFMzNC4yMDksMzgsMzIsMzh6Ii8+PC9nPjwvZz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
}
.wproto_posts_widget .widget-content li.format-video {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PGcgaWQ9ImNpcmNsZV8xOF8iPjxnPjxwYXRoIGZpbGw9IiNjMmMyYzIiIGQ9Ik0zMiwwQzE0LjMyNywwLDAsMTQuMzI3LDAsMzJzMTQuMzI3LDMyLDMyLDMyczMyLTE0LjMyNywzMi0zMlM0OS42NzMsMCwzMiwweiBNMzIsNjJDMTUuNDMyLDYyLDIsNDguNTY4LDIsMzIuMDAxIEMyLDE1LjQzMiwxNS40MzIsMiwzMiwyYzE2LjU2OCwwLDMwLDEzLjQzMiwzMCwzMC4wMDFDNjIsNDguNTY4LDQ4LjU2OCw2MiwzMiw2MnoiLz48L2c+PC9nPjxnIGlkPSJwbGF5Ij48Zz48cGF0aCBmaWxsPSIjYzJjMmMyIiBkPSJNNDEuMTA5LDMwLjM0MWwtMTItNy45ODljLTAuNjEzLTAuNDA4LTEuNDAyLTAuNDQ3LTIuMDUzLTAuMUMyNi40MDYsMjIuNTk5LDI2LDIzLjI3NSwyNiwyNC4wMTN2MTUuOTggYzAsMC43MzcsMC40MDYsMS40MTIsMS4wNTcsMS43NjFjMC42NSwwLjM0OCwxLjQzOSwwLjMxMSwyLjA1My0wLjFsMTItNy45ODlDNDEuNjY2LDMzLjI5NCw0MiwzMi42Nyw0MiwzMi4wMDMgQzQyLDMxLjMzNSw0MS42NjYsMzAuNzEyLDQxLjEwOSwzMC4zNDF6IE0zOC44LDMzLjQyMmwtOS4zODksNS43ODZDMjguOTA3LDM5LjU0MywyOCwzOS41NTksMjgsMzkuNTU5czAtMC45MywwLTEuNTMzVjI2LjAwNyBjMC0wLjYwNCwwLTEuNjU5LDAtMS42NTlzMC45MDctMC4wNDYsMS40MTEsMC4yODdsOS4zODksNi4xOTNjMC40NTcsMC4zMDMsMC43MzEsMC42ODgsMC43MzEsMS4yMzQgQzM5LjUzMSwzMi42MDcsMzkuMjU3LDMzLjExOSwzOC44LDMzLjQyMnoiLz48L2c+PC9nPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+) !important;
}
.wproto_posts_widget .widget-content li.format-video:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj5wYXRoe2ZpbGw6dXJsKCNzdmdHcmFkaWVudCl9PC9zdHlsZT48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InN2Z0dyYWRpZW50IiBncmFkaWVudFRyYW5zZm9ybT0icm90YXRlKC0yNSkiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGJmZjMiIC8+PHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiNiMWQ3NTAiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGc+PGc+PGcgaWQ9ImNpcmNsZV8xOF8iPjxnPjxwYXRoIGQ9Ik0zMiwwQzE0LjMyNywwLDAsMTQuMzI3LDAsMzJzMTQuMzI3LDMyLDMyLDMyczMyLTE0LjMyNywzMi0zMlM0OS42NzMsMCwzMiwweiBNMzIsNjJDMTUuNDMyLDYyLDIsNDguNTY4LDIsMzIuMDAxIEMyLDE1LjQzMiwxNS40MzIsMiwzMiwyYzE2LjU2OCwwLDMwLDEzLjQzMiwzMCwzMC4wMDFDNjIsNDguNTY4LDQ4LjU2OCw2MiwzMiw2MnoiLz48L2c+PC9nPjxnIGlkPSJwbGF5Ij48Zz48cGF0aCBkPSJNNDEuMTA5LDMwLjM0MWwtMTItNy45ODljLTAuNjEzLTAuNDA4LTEuNDAyLTAuNDQ3LTIuMDUzLTAuMUMyNi40MDYsMjIuNTk5LDI2LDIzLjI3NSwyNiwyNC4wMTN2MTUuOTggYzAsMC43MzcsMC40MDYsMS40MTIsMS4wNTcsMS43NjFjMC42NSwwLjM0OCwxLjQzOSwwLjMxMSwyLjA1My0wLjFsMTItNy45ODlDNDEuNjY2LDMzLjI5NCw0MiwzMi42Nyw0MiwzMi4wMDMgQzQyLDMxLjMzNSw0MS42NjYsMzAuNzEyLDQxLjEwOSwzMC4zNDF6IE0zOC44LDMzLjQyMmwtOS4zODksNS43ODZDMjguOTA3LDM5LjU0MywyOCwzOS41NTksMjgsMzkuNTU5czAtMC45MywwLTEuNTMzVjI2LjAwNyBjMC0wLjYwNCwwLTEuNjU5LDAtMS42NTlzMC45MDctMC4wNDYsMS40MTEsMC4yODdsOS4zODksNi4xOTNjMC40NTcsMC4zMDMsMC43MzEsMC42ODgsMC43MzEsMS4yMzQgQzM5LjUzMSwzMi42MDcsMzkuMjU3LDMzLjExOSwzOC44LDMzLjQyMnoiLz48L2c+PC9nPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+) !important;
}
.wproto_posts_widget .widget-content li.format-audio {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PGcgaWQ9ImNpcmNsZV8xNl8iPjxnPjxwYXRoIGZpbGw9IiNjMmMyYzIiIGQ9Ik0zMiwwQzE0LjMyNywwLDAsMTQuMzI3LDAsMzJzMTQuMzI3LDMyLDMyLDMyczMyLTE0LjMyNywzMi0zMlM0OS42NzMsMCwzMiwweiBNMzIsNjJDMTUuNDMyLDYyLDIsNDguNTY4LDIsMzIgQzIsMTUuNDMyLDE1LjQzMiwyLDMyLDJjMTYuNTY4LDAsMzAsMTMuNDMyLDMwLDMwQzYyLDQ4LjU2OCw0OC41NjgsNjIsMzIsNjJ6Ii8+PC9nPjwvZz48ZyBpZD0ibXVzaWMiPjxnPjxwYXRoIGZpbGw9IiNjMmMyYzIiIGQ9Ik00MywxOGwtMTQsNGMtMS4xMDQsMC0yLDAuODk2LTIsMnYxMy4wMjFDMjYuMTYyLDM2LjM5MSwyNS4xMzEsMzYsMjQsMzZjLTIuNzYyLDAtNSwyLjIzOC01LDVzMi4yMzgsNSw1LDUgYzIuNDE5LDAsNC40MzYtMS43MTgsNC44OTktNEgyOVYzMGwxNC00djcuMDIxQzQyLjE2MiwzMi4zOTEsNDEuMTMxLDMyLDQwLDMyYy0yLjc2MiwwLTUsMi4yMzgtNSw1czIuMjM4LDUsNSw1IGMyLjQxOSwwLDQuNDM2LTEuNzE4LDQuODk4LTRINDVWMjBDNDUsMTguODk2LDQ0LjEwNCwxOCw0MywxOHogTTI0LDQ0Yy0xLjY1NywwLTMtMS4zNDMtMy0zczEuMzQzLTMsMy0zczMsMS4zNDMsMywzIFMyNS42NTcsNDQsMjQsNDR6IE00MCw0MGMtMS42NTcsMC0zLTEuMzQzLTMtM3MxLjM0My0zLDMtM3MzLDEuMzQzLDMsM1M0MS42NTcsNDAsNDAsNDB6IE00MywyNGwtMTQsNHYtNGwxNC00VjI0eiIvPjwvZz48L2c+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=) !important;
}
.wproto_posts_widget .widget-content li.format-audio:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj5wYXRoe2ZpbGw6dXJsKCNzdmdHcmFkaWVudCl9PC9zdHlsZT48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InN2Z0dyYWRpZW50IiBncmFkaWVudFRyYW5zZm9ybT0icm90YXRlKC0yNSkiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGJmZjMiIC8+PHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiNiMWQ3NTAiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGc+PGc+PGcgaWQ9ImNpcmNsZV8xNl8iPjxnPjxwYXRoIGQ9Ik0zMiwwQzE0LjMyNywwLDAsMTQuMzI3LDAsMzJzMTQuMzI3LDMyLDMyLDMyczMyLTE0LjMyNywzMi0zMlM0OS42NzMsMCwzMiwweiBNMzIsNjJDMTUuNDMyLDYyLDIsNDguNTY4LDIsMzIgQzIsMTUuNDMyLDE1LjQzMiwyLDMyLDJjMTYuNTY4LDAsMzAsMTMuNDMyLDMwLDMwQzYyLDQ4LjU2OCw0OC41NjgsNjIsMzIsNjJ6Ii8+PC9nPjwvZz48ZyBpZD0ibXVzaWMiPjxnPjxwYXRoIGQ9Ik00MywxOGwtMTQsNGMtMS4xMDQsMC0yLDAuODk2LTIsMnYxMy4wMjFDMjYuMTYyLDM2LjM5MSwyNS4xMzEsMzYsMjQsMzZjLTIuNzYyLDAtNSwyLjIzOC01LDVzMi4yMzgsNSw1LDUgYzIuNDE5LDAsNC40MzYtMS43MTgsNC44OTktNEgyOVYzMGwxNC00djcuMDIxQzQyLjE2MiwzMi4zOTEsNDEuMTMxLDMyLDQwLDMyYy0yLjc2MiwwLTUsMi4yMzgtNSw1czIuMjM4LDUsNSw1IGMyLjQxOSwwLDQuNDM2LTEuNzE4LDQuODk4LTRINDVWMjBDNDUsMTguODk2LDQ0LjEwNCwxOCw0MywxOHogTTI0LDQ0Yy0xLjY1NywwLTMtMS4zNDMtMy0zczEuMzQzLTMsMy0zczMsMS4zNDMsMywzIFMyNS42NTcsNDQsMjQsNDR6IE00MCw0MGMtMS42NTcsMC0zLTEuMzQzLTMtM3MxLjM0My0zLDMtM3MzLDEuMzQzLDMsM1M0MS42NTcsNDAsNDAsNDB6IE00MywyNGwtMTQsNHYtNGwxNC00VjI0eiIvPjwvZz48L2c+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=) !important;
}
.wproto_posts_widget .widget-content li.format-post,
.wproto_posts_widget .widget-content li.format-aside,
.wproto_posts_widget .widget-content li.format-quote,
.wproto_posts_widget .widget-content li.format-status,
.wproto_posts_widget .widget-content li.format-link {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PGcgaWQ9ImNpcmNsZV83MV8iPjxnPjxwYXRoIGZpbGw9IiNjMmMyYzIiIGQ9Ik0zMiwwQzE0LjMyNywwLDAsMTQuMzI3LDAsMzJzMTQuMzI3LDMyLDMyLDMyczMyLTE0LjMyNywzMi0zMlM0OS42NzMsMCwzMiwweiBNMzIsNjJDMTUuNDMyLDYyLDEuOTk5LDQ4LjU2OCwxLjk5OSwzMiBDMS45OTksMTUuNDMyLDE1LjQzMiwyLDMyLDJjMTYuNTY4LDAsMzAsMTMuNDMyLDMwLDMwQzYyLDQ4LjU2OCw0OC41NjgsNjIsMzIsNjJ6Ii8+PC9nPjwvZz48ZyBpZD0iUmVjdGFuZ2xlXzNfY29weV8yIj48Zz48cGF0aCBmaWxsPSIjYzJjMmMyIiBkPSJNNDAsMjMuOTczYzAtMS4xMDQtMC44OTYtMi4xNDctMi0yLjMzbC0xNC4wNC0yLjQ3NEwyNC4xMjksMTlINDJ2MjBoMlYxOWMwLTEuMTA0LTAuODk2LTItMi0ySDI4IGMtMC4xNywwLTMuNzY5LTAuMjMxLTUsMWwtMiwyYzAsMS40MzIsMCwyMywwLDIzYzAsMS4xMDQsMC44OTYsMiwyLDJsMTUsMi42NDNjMS4xMDQsMC4xODQsMi0wLjU2MywyLTEuNjdWMjMuOTczeiBNMzgsNDUuNjQzIEwyMyw0M1YyMWwxNSwyLjY0M1Y0NS42NDN6Ii8+PC9nPjwvZz48ZyBpZD0iY29ycmVjdGlvbiI+PGc+PHBhdGggZmlsbD0iI2MyYzJjMiIgZD0iTTQyLDM1djZoLTJ2MmgyYzEuMTA0LDAsMi0wLjg5NiwyLTJ2LTZINDJ6Ii8+PC9nPjwvZz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
}
.wproto_posts_widget .widget-content li.format-post:hover,
.wproto_posts_widget .widget-content li.format-aside:hover,
.wproto_posts_widget .widget-content li.format-quote:hover,
.wproto_posts_widget .widget-content li.format-status:hover,
.wproto_posts_widget .widget-content li.format-link:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj5wYXRoe2ZpbGw6dXJsKCNzdmdHcmFkaWVudCl9PC9zdHlsZT48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InN2Z0dyYWRpZW50IiBncmFkaWVudFRyYW5zZm9ybT0icm90YXRlKC0yNSkiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGJmZjMiIC8+PHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiNiMWQ3NTAiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGc+PGc+PGcgaWQ9ImNpcmNsZV83MV8iPjxnPjxwYXRoIGQ9Ik0zMiwwQzE0LjMyNywwLDAsMTQuMzI3LDAsMzJzMTQuMzI3LDMyLDMyLDMyczMyLTE0LjMyNywzMi0zMlM0OS42NzMsMCwzMiwweiBNMzIsNjJDMTUuNDMyLDYyLDEuOTk5LDQ4LjU2OCwxLjk5OSwzMiBDMS45OTksMTUuNDMyLDE1LjQzMiwyLDMyLDJjMTYuNTY4LDAsMzAsMTMuNDMyLDMwLDMwQzYyLDQ4LjU2OCw0OC41NjgsNjIsMzIsNjJ6Ii8+PC9nPjwvZz48ZyBpZD0iUmVjdGFuZ2xlXzNfY29weV8yIj48Zz48cGF0aCBkPSJNNDAsMjMuOTczYzAtMS4xMDQtMC44OTYtMi4xNDctMi0yLjMzbC0xNC4wNC0yLjQ3NEwyNC4xMjksMTlINDJ2MjBoMlYxOWMwLTEuMTA0LTAuODk2LTItMi0ySDI4IGMtMC4xNywwLTMuNzY5LTAuMjMxLTUsMWwtMiwyYzAsMS40MzIsMCwyMywwLDIzYzAsMS4xMDQsMC44OTYsMiwyLDJsMTUsMi42NDNjMS4xMDQsMC4xODQsMi0wLjU2MywyLTEuNjdWMjMuOTczeiBNMzgsNDUuNjQzIEwyMyw0M1YyMWwxNSwyLjY0M1Y0NS42NDN6Ii8+PC9nPjwvZz48ZyBpZD0iY29ycmVjdGlvbiI+PGc+PHBhdGggZD0iTTQyLDM1djZoLTJ2MmgyYzEuMTA0LDAsMi0wLjg5NiwyLTJ2LTZINDJ6Ii8+PC9nPjwvZz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
}
#footer .wproto_posts_widget .widget-content li {
  border-color: #ebebeb;
}
#footer .wproto_posts_widget .widget-content .time {
  color: #434343;
}
#footer .wproto_posts_widget .widget-content li:hover a.post-title {
  color: #b1d750;
}
#footer .wproto_posts_widget .widget-content li.format-image,
#footer .wproto_posts_widget .widget-content li.format-gallery {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PGcgaWQ9ImNpcmNsZV8xMl8iPjxnPjxwYXRoIGZpbGw9IiM0MzQzNDMiIGQ9Ik0zMiwwQzE0LjMyOCwwLDAsMTQuMzI3LDAsMzJjMCwxNy42NzQsMTQuMzI4LDMyLDMyLDMyYzE3LjY3MywwLDMyLTE0LjMyNiwzMi0zMkM2NCwxNC4zMjcsNDkuNjczLDAsMzIsMHogTTMyLDYyIEMxNS40MzIsNjIsMiw0OC41NjgsMiwzMkMyLDE1LjQzMiwxNS40MzIsMiwzMiwyYzE2LjU2OCwwLDMwLDEzLjQzMiwzMCwzMEM2Miw0OC41NjgsNDguNTY4LDYyLDMyLDYyeiIvPjwvZz48L2c+PGcgaWQ9IlByaW50ZXJfMV8iPjxnPjxwYXRoIGZpbGw9IiM0MzQzNDMiIGQ9Ik00MywyOGMtMC41NTIsMC0xLDAuNDQ4LTEsMWMwLDAuNTUzLDAuNDQ4LDEsMSwxczEtMC40NDcsMS0xQzQ0LDI4LjQ0OCw0My41NTMsMjgsNDMsMjh6IE00NCwyNGgtNXYtMSBjMC0yLjIwOS0xLjc5MS00LTQtNGgtNmMtMi4yMDksMC00LDEuNzkxLTQsNHYxaC01Yy0yLjIwOSwwLTQsMS43OTEtNCw0djEyYzAsMi4yMDksMS43OTEsNCw0LDRoMjRjMi4yMDksMCw0LTEuNzkxLDQtNFYyOCBDNDgsMjUuNzkxLDQ2LjIwOSwyNCw0NCwyNHogTTI3LDIzYzAtMS4xMDQsMC44OTYtMiwyLTJoNmMxLjEwNCwwLDIsMC44OTYsMiwydjFIMjdWMjN6IE00Niw0MGMwLDEuMTA0LTAuODk2LDItMiwySDIwIGMtMS4xMDQsMC0yLTAuODk2LTItMlYyOGMwLTEuMTA0LDAuODk2LTIsMi0yaDI0YzEuMTA0LDAsMiwwLjg5NiwyLDJWNDB6IE0zMiwyOGMtMy4zMTMsMC02LDIuNjg3LTYsNmMwLDMuMzEyLDIuNjg3LDYsNiw2IGMzLjMxNCwwLDYtMi42ODgsNi02QzM4LDMwLjY4NywzNS4zMTQsMjgsMzIsMjh6IE0zMiwzOGMtMi4yMDksMC00LTEuNzkxLTQtNHMxLjc5MS00LDQtNHM0LDEuNzkxLDQsNFMzNC4yMDksMzgsMzIsMzh6Ii8+PC9nPjwvZz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
}
#footer .wproto_posts_widget .widget-content li.format-image:hover,
#footer .wproto_posts_widget .widget-content li.format-gallery:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj5wYXRoe2ZpbGw6dXJsKCNzdmdHcmFkaWVudCl9PC9zdHlsZT48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InN2Z0dyYWRpZW50IiBncmFkaWVudFRyYW5zZm9ybT0icm90YXRlKC0yNSkiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGJmZjMiIC8+PHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiNiMWQ3NTAiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGc+PGc+PGcgaWQ9ImNpcmNsZV8xMl8iPjxnPjxwYXRoIGQ9Ik0zMiwwQzE0LjMyOCwwLDAsMTQuMzI3LDAsMzJjMCwxNy42NzQsMTQuMzI4LDMyLDMyLDMyYzE3LjY3MywwLDMyLTE0LjMyNiwzMi0zMkM2NCwxNC4zMjcsNDkuNjczLDAsMzIsMHogTTMyLDYyIEMxNS40MzIsNjIsMiw0OC41NjgsMiwzMkMyLDE1LjQzMiwxNS40MzIsMiwzMiwyYzE2LjU2OCwwLDMwLDEzLjQzMiwzMCwzMEM2Miw0OC41NjgsNDguNTY4LDYyLDMyLDYyeiIvPjwvZz48L2c+PGcgaWQ9IlByaW50ZXJfMV8iPjxnPjxwYXRoIGQ9Ik00MywyOGMtMC41NTIsMC0xLDAuNDQ4LTEsMWMwLDAuNTUzLDAuNDQ4LDEsMSwxczEtMC40NDcsMS0xQzQ0LDI4LjQ0OCw0My41NTMsMjgsNDMsMjh6IE00NCwyNGgtNXYtMSBjMC0yLjIwOS0xLjc5MS00LTQtNGgtNmMtMi4yMDksMC00LDEuNzkxLTQsNHYxaC01Yy0yLjIwOSwwLTQsMS43OTEtNCw0djEyYzAsMi4yMDksMS43OTEsNCw0LDRoMjRjMi4yMDksMCw0LTEuNzkxLDQtNFYyOCBDNDgsMjUuNzkxLDQ2LjIwOSwyNCw0NCwyNHogTTI3LDIzYzAtMS4xMDQsMC44OTYtMiwyLTJoNmMxLjEwNCwwLDIsMC44OTYsMiwydjFIMjdWMjN6IE00Niw0MGMwLDEuMTA0LTAuODk2LDItMiwySDIwIGMtMS4xMDQsMC0yLTAuODk2LTItMlYyOGMwLTEuMTA0LDAuODk2LTIsMi0yaDI0YzEuMTA0LDAsMiwwLjg5NiwyLDJWNDB6IE0zMiwyOGMtMy4zMTMsMC02LDIuNjg3LTYsNmMwLDMuMzEyLDIuNjg3LDYsNiw2IGMzLjMxNCwwLDYtMi42ODgsNi02QzM4LDMwLjY4NywzNS4zMTQsMjgsMzIsMjh6IE0zMiwzOGMtMi4yMDksMC00LTEuNzkxLTQtNHMxLjc5MS00LDQtNHM0LDEuNzkxLDQsNFMzNC4yMDksMzgsMzIsMzh6Ii8+PC9nPjwvZz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
}
#footer .wproto_posts_widget .widget-content li.format-video {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PGcgaWQ9ImNpcmNsZV8xOF8iPjxnPjxwYXRoIGZpbGw9IiM0MzQzNDMiIGQ9Ik0zMiwwQzE0LjMyNywwLDAsMTQuMzI3LDAsMzJzMTQuMzI3LDMyLDMyLDMyczMyLTE0LjMyNywzMi0zMlM0OS42NzMsMCwzMiwweiBNMzIsNjJDMTUuNDMyLDYyLDIsNDguNTY4LDIsMzIuMDAxIEMyLDE1LjQzMiwxNS40MzIsMiwzMiwyYzE2LjU2OCwwLDMwLDEzLjQzMiwzMCwzMC4wMDFDNjIsNDguNTY4LDQ4LjU2OCw2MiwzMiw2MnoiLz48L2c+PC9nPjxnIGlkPSJwbGF5Ij48Zz48cGF0aCBmaWxsPSIjNDM0MzQzIiBkPSJNNDEuMTA5LDMwLjM0MWwtMTItNy45ODljLTAuNjEzLTAuNDA4LTEuNDAyLTAuNDQ3LTIuMDUzLTAuMUMyNi40MDYsMjIuNTk5LDI2LDIzLjI3NSwyNiwyNC4wMTN2MTUuOTggYzAsMC43MzcsMC40MDYsMS40MTIsMS4wNTcsMS43NjFjMC42NSwwLjM0OCwxLjQzOSwwLjMxMSwyLjA1My0wLjFsMTItNy45ODlDNDEuNjY2LDMzLjI5NCw0MiwzMi42Nyw0MiwzMi4wMDMgQzQyLDMxLjMzNSw0MS42NjYsMzAuNzEyLDQxLjEwOSwzMC4zNDF6IE0zOC44LDMzLjQyMmwtOS4zODksNS43ODZDMjguOTA3LDM5LjU0MywyOCwzOS41NTksMjgsMzkuNTU5czAtMC45MywwLTEuNTMzVjI2LjAwNyBjMC0wLjYwNCwwLTEuNjU5LDAtMS42NTlzMC45MDctMC4wNDYsMS40MTEsMC4yODdsOS4zODksNi4xOTNjMC40NTcsMC4zMDMsMC43MzEsMC42ODgsMC43MzEsMS4yMzQgQzM5LjUzMSwzMi42MDcsMzkuMjU3LDMzLjExOSwzOC44LDMzLjQyMnoiLz48L2c+PC9nPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+) !important;
}
#footer .wproto_posts_widget .widget-content li.format-video:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj5wYXRoe2ZpbGw6dXJsKCNzdmdHcmFkaWVudCl9PC9zdHlsZT48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InN2Z0dyYWRpZW50IiBncmFkaWVudFRyYW5zZm9ybT0icm90YXRlKC0yNSkiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGJmZjMiIC8+PHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiNiMWQ3NTAiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGc+PGc+PGcgaWQ9ImNpcmNsZV8xOF8iPjxnPjxwYXRoIGQ9Ik0zMiwwQzE0LjMyNywwLDAsMTQuMzI3LDAsMzJzMTQuMzI3LDMyLDMyLDMyczMyLTE0LjMyNywzMi0zMlM0OS42NzMsMCwzMiwweiBNMzIsNjJDMTUuNDMyLDYyLDIsNDguNTY4LDIsMzIuMDAxIEMyLDE1LjQzMiwxNS40MzIsMiwzMiwyYzE2LjU2OCwwLDMwLDEzLjQzMiwzMCwzMC4wMDFDNjIsNDguNTY4LDQ4LjU2OCw2MiwzMiw2MnoiLz48L2c+PC9nPjxnIGlkPSJwbGF5Ij48Zz48cGF0aCBkPSJNNDEuMTA5LDMwLjM0MWwtMTItNy45ODljLTAuNjEzLTAuNDA4LTEuNDAyLTAuNDQ3LTIuMDUzLTAuMUMyNi40MDYsMjIuNTk5LDI2LDIzLjI3NSwyNiwyNC4wMTN2MTUuOTggYzAsMC43MzcsMC40MDYsMS40MTIsMS4wNTcsMS43NjFjMC42NSwwLjM0OCwxLjQzOSwwLjMxMSwyLjA1My0wLjFsMTItNy45ODlDNDEuNjY2LDMzLjI5NCw0MiwzMi42Nyw0MiwzMi4wMDMgQzQyLDMxLjMzNSw0MS42NjYsMzAuNzEyLDQxLjEwOSwzMC4zNDF6IE0zOC44LDMzLjQyMmwtOS4zODksNS43ODZDMjguOTA3LDM5LjU0MywyOCwzOS41NTksMjgsMzkuNTU5czAtMC45MywwLTEuNTMzVjI2LjAwNyBjMC0wLjYwNCwwLTEuNjU5LDAtMS42NTlzMC45MDctMC4wNDYsMS40MTEsMC4yODdsOS4zODksNi4xOTNjMC40NTcsMC4zMDMsMC43MzEsMC42ODgsMC43MzEsMS4yMzQgQzM5LjUzMSwzMi42MDcsMzkuMjU3LDMzLjExOSwzOC44LDMzLjQyMnoiLz48L2c+PC9nPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+) !important;
}
#footer .wproto_posts_widget .widget-content li.format-audio {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PGcgaWQ9ImNpcmNsZV8xNl8iPjxnPjxwYXRoIGZpbGw9IiM0MzQzNDMiIGQ9Ik0zMiwwQzE0LjMyNywwLDAsMTQuMzI3LDAsMzJzMTQuMzI3LDMyLDMyLDMyczMyLTE0LjMyNywzMi0zMlM0OS42NzMsMCwzMiwweiBNMzIsNjJDMTUuNDMyLDYyLDIsNDguNTY4LDIsMzIgQzIsMTUuNDMyLDE1LjQzMiwyLDMyLDJjMTYuNTY4LDAsMzAsMTMuNDMyLDMwLDMwQzYyLDQ4LjU2OCw0OC41NjgsNjIsMzIsNjJ6Ii8+PC9nPjwvZz48ZyBpZD0ibXVzaWMiPjxnPjxwYXRoIGZpbGw9IiM0MzQzNDMiIGQ9Ik00MywxOGwtMTQsNGMtMS4xMDQsMC0yLDAuODk2LTIsMnYxMy4wMjFDMjYuMTYyLDM2LjM5MSwyNS4xMzEsMzYsMjQsMzZjLTIuNzYyLDAtNSwyLjIzOC01LDVzMi4yMzgsNSw1LDUgYzIuNDE5LDAsNC40MzYtMS43MTgsNC44OTktNEgyOVYzMGwxNC00djcuMDIxQzQyLjE2MiwzMi4zOTEsNDEuMTMxLDMyLDQwLDMyYy0yLjc2MiwwLTUsMi4yMzgtNSw1czIuMjM4LDUsNSw1IGMyLjQxOSwwLDQuNDM2LTEuNzE4LDQuODk4LTRINDVWMjBDNDUsMTguODk2LDQ0LjEwNCwxOCw0MywxOHogTTI0LDQ0Yy0xLjY1NywwLTMtMS4zNDMtMy0zczEuMzQzLTMsMy0zczMsMS4zNDMsMywzIFMyNS42NTcsNDQsMjQsNDR6IE00MCw0MGMtMS42NTcsMC0zLTEuMzQzLTMtM3MxLjM0My0zLDMtM3MzLDEuMzQzLDMsM1M0MS42NTcsNDAsNDAsNDB6IE00MywyNGwtMTQsNHYtNGwxNC00VjI0eiIvPjwvZz48L2c+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=) !important;
}
#footer .wproto_posts_widget .widget-content li.format-audio:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj5wYXRoe2ZpbGw6dXJsKCNzdmdHcmFkaWVudCl9PC9zdHlsZT48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InN2Z0dyYWRpZW50IiBncmFkaWVudFRyYW5zZm9ybT0icm90YXRlKC0yNSkiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGJmZjMiIC8+PHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiNiMWQ3NTAiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGc+PGc+PGcgaWQ9ImNpcmNsZV8xNl8iPjxnPjxwYXRoIGQ9Ik0zMiwwQzE0LjMyNywwLDAsMTQuMzI3LDAsMzJzMTQuMzI3LDMyLDMyLDMyczMyLTE0LjMyNywzMi0zMlM0OS42NzMsMCwzMiwweiBNMzIsNjJDMTUuNDMyLDYyLDIsNDguNTY4LDIsMzIgQzIsMTUuNDMyLDE1LjQzMiwyLDMyLDJjMTYuNTY4LDAsMzAsMTMuNDMyLDMwLDMwQzYyLDQ4LjU2OCw0OC41NjgsNjIsMzIsNjJ6Ii8+PC9nPjwvZz48ZyBpZD0ibXVzaWMiPjxnPjxwYXRoIGQ9Ik00MywxOGwtMTQsNGMtMS4xMDQsMC0yLDAuODk2LTIsMnYxMy4wMjFDMjYuMTYyLDM2LjM5MSwyNS4xMzEsMzYsMjQsMzZjLTIuNzYyLDAtNSwyLjIzOC01LDVzMi4yMzgsNSw1LDUgYzIuNDE5LDAsNC40MzYtMS43MTgsNC44OTktNEgyOVYzMGwxNC00djcuMDIxQzQyLjE2MiwzMi4zOTEsNDEuMTMxLDMyLDQwLDMyYy0yLjc2MiwwLTUsMi4yMzgtNSw1czIuMjM4LDUsNSw1IGMyLjQxOSwwLDQuNDM2LTEuNzE4LDQuODk4LTRINDVWMjBDNDUsMTguODk2LDQ0LjEwNCwxOCw0MywxOHogTTI0LDQ0Yy0xLjY1NywwLTMtMS4zNDMtMy0zczEuMzQzLTMsMy0zczMsMS4zNDMsMywzIFMyNS42NTcsNDQsMjQsNDR6IE00MCw0MGMtMS42NTcsMC0zLTEuMzQzLTMtM3MxLjM0My0zLDMtM3MzLDEuMzQzLDMsM1M0MS42NTcsNDAsNDAsNDB6IE00MywyNGwtMTQsNHYtNGwxNC00VjI0eiIvPjwvZz48L2c+PC9nPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=) !important;
}
#footer .wproto_posts_widget .widget-content li.format-post,
#footer .wproto_posts_widget .widget-content li.format-aside,
#footer .wproto_posts_widget .widget-content li.format-quote,
#footer .wproto_posts_widget .widget-content li.format-status,
#footer .wproto_posts_widget .widget-content li.format-link {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PGc+PGcgaWQ9ImNpcmNsZV83MV8iPjxnPjxwYXRoIGZpbGw9IiM0MzQzNDMiIGQ9Ik0zMiwwQzE0LjMyNywwLDAsMTQuMzI3LDAsMzJzMTQuMzI3LDMyLDMyLDMyczMyLTE0LjMyNywzMi0zMlM0OS42NzMsMCwzMiwweiBNMzIsNjJDMTUuNDMyLDYyLDEuOTk5LDQ4LjU2OCwxLjk5OSwzMiBDMS45OTksMTUuNDMyLDE1LjQzMiwyLDMyLDJjMTYuNTY4LDAsMzAsMTMuNDMyLDMwLDMwQzYyLDQ4LjU2OCw0OC41NjgsNjIsMzIsNjJ6Ii8+PC9nPjwvZz48ZyBpZD0iUmVjdGFuZ2xlXzNfY29weV8yIj48Zz48cGF0aCBmaWxsPSIjNDM0MzQzIiBkPSJNNDAsMjMuOTczYzAtMS4xMDQtMC44OTYtMi4xNDctMi0yLjMzbC0xNC4wNC0yLjQ3NEwyNC4xMjksMTlINDJ2MjBoMlYxOWMwLTEuMTA0LTAuODk2LTItMi0ySDI4IGMtMC4xNywwLTMuNzY5LTAuMjMxLTUsMWwtMiwyYzAsMS40MzIsMCwyMywwLDIzYzAsMS4xMDQsMC44OTYsMiwyLDJsMTUsMi42NDNjMS4xMDQsMC4xODQsMi0wLjU2MywyLTEuNjdWMjMuOTczeiBNMzgsNDUuNjQzIEwyMyw0M1YyMWwxNSwyLjY0M1Y0NS42NDN6Ii8+PC9nPjwvZz48ZyBpZD0iY29ycmVjdGlvbiI+PGc+PHBhdGggZmlsbD0iIzQzNDM0MyIgZD0iTTQyLDM1djZoLTJ2MmgyYzEuMTA0LDAsMi0wLjg5NiwyLTJ2LTZINDJ6Ii8+PC9nPjwvZz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
}
#footer .wproto_posts_widget .widget-content li.format-post:hover,
#footer .wproto_posts_widget .widget-content li.format-aside:hover,
#footer .wproto_posts_widget .widget-content li.format-quote:hover,
#footer .wproto_posts_widget .widget-content li.format-status:hover,
#footer .wproto_posts_widget .widget-content li.format-link:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgNjQgNjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDY0IDY0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj5wYXRoe2ZpbGw6dXJsKCNzdmdHcmFkaWVudCl9PC9zdHlsZT48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InN2Z0dyYWRpZW50IiBncmFkaWVudFRyYW5zZm9ybT0icm90YXRlKC0yNSkiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMGJmZjMiIC8+PHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiNiMWQ3NTAiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PGc+PGc+PGcgaWQ9ImNpcmNsZV83MV8iPjxnPjxwYXRoIGQ9Ik0zMiwwQzE0LjMyNywwLDAsMTQuMzI3LDAsMzJzMTQuMzI3LDMyLDMyLDMyczMyLTE0LjMyNywzMi0zMlM0OS42NzMsMCwzMiwweiBNMzIsNjJDMTUuNDMyLDYyLDEuOTk5LDQ4LjU2OCwxLjk5OSwzMiBDMS45OTksMTUuNDMyLDE1LjQzMiwyLDMyLDJjMTYuNTY4LDAsMzAsMTMuNDMyLDMwLDMwQzYyLDQ4LjU2OCw0OC41NjgsNjIsMzIsNjJ6Ii8+PC9nPjwvZz48ZyBpZD0iUmVjdGFuZ2xlXzNfY29weV8yIj48Zz48cGF0aCBkPSJNNDAsMjMuOTczYzAtMS4xMDQtMC44OTYtMi4xNDctMi0yLjMzbC0xNC4wNC0yLjQ3NEwyNC4xMjksMTlINDJ2MjBoMlYxOWMwLTEuMTA0LTAuODk2LTItMi0ySDI4IGMtMC4xNywwLTMuNzY5LTAuMjMxLTUsMWwtMiwyYzAsMS40MzIsMCwyMywwLDIzYzAsMS4xMDQsMC44OTYsMiwyLDJsMTUsMi42NDNjMS4xMDQsMC4xODQsMi0wLjU2MywyLTEuNjdWMjMuOTczeiBNMzgsNDUuNjQzIEwyMyw0M1YyMWwxNSwyLjY0M1Y0NS42NDN6Ii8+PC9nPjwvZz48ZyBpZD0iY29ycmVjdGlvbiI+PGc+PHBhdGggZD0iTTQyLDM1djZoLTJ2MmgyYzEuMTA0LDAsMi0wLjg5NiwyLTJ2LTZINDJ6Ii8+PC9nPjwvZz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
}
/**
	Mail Chimp Subscribe Widget
**/
.widget_mc4wp_widget form,
.widget_mc4wp_form_widget form {
  max-width: 480px;
  margin: 0 auto;
  position: relative;
}
.widget_mc4wp_widget form input[type=email],
.widget_mc4wp_form_widget form input[type=email] {
  width: 100%;
  max-width: none;
}
.widget_mc4wp_widget form input[type=submit],
.widget_mc4wp_form_widget form input[type=submit] {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 14px;
  right: 0;
  text-indent: -5555em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjI3LjA5NiAyMjcuMDk2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMjcuMDk2IDIyNy4wOTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48cG9seWdvbiBmaWxsPSIjMTExMTExIiBwb2ludHM9IjE1Mi44MzUsMzkuMjg1IDE0Ni45MzMsNDUuMTgzIDIxMS4xMTMsMTA5LjM3MyAwLDEwOS4zNzMgMCwxMTcuNzIzIDIxMS4xMjQsMTE3LjcyMyAgMTQ2LjkzMywxODEuOTAyIDE1Mi44MzUsMTg3LjgxMSAyMjcuMDk2LDExMy41NSIvPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+) !important;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.widget_mc4wp_widget .mc4wp-error,
.widget_mc4wp_form_widget .mc4wp-error,
.widget_mc4wp_widget .mc4wp-success,
.widget_mc4wp_form_widget .mc4wp-success {
  background: transparent;
  color: #b1d750;
  border: transparent;
  padding: 0;
  padding-top: 8px;
}
#footer .widget_mc4wp_widget form input[type=submit],
#footer .widget_mc4wp_form_widget form input[type=submit] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjI3LjA5NiAyMjcuMDk2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMjcuMDk2IDIyNy4wOTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48cG9seWdvbiBmaWxsPSIjZmZmZmZmIiBwb2ludHM9IjE1Mi44MzUsMzkuMjg1IDE0Ni45MzMsNDUuMTgzIDIxMS4xMTMsMTA5LjM3MyAwLDEwOS4zNzMgMCwxMTcuNzIzIDIxMS4xMjQsMTE3LjcyMyAgMTQ2LjkzMywxODEuOTAyIDE1Mi44MzUsMTg3LjgxMSAyMjcuMDk2LDExMy41NSIvPjwvZz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+) !important;
}
/**
	Logo widget
**/
.wproto_logo_widget .widget-content p:last-of-type {
  margin-bottom: 0;
}
/**
	Social icons widget
**/
.wproto_social_icons_widget .social-icons a {
  color: #434343 !important;
  border: 2px solid #434343;
}
.wproto_social_icons_widget .social-icons a:hover {
  border-color: #b1d750;
  color: #b1d750 !important;
}
#footer .wproto_social_icons_widget .social-icons a {
  color: #434343 !important;
  border: 2px solid #434343;
}
#footer .wproto_social_icons_widget .social-icons a:hover {
  border-color: #ffffff;
  color: #ffffff !important;
}
#footer .widget {
  margin-bottom: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .footer-columns-4 .widgets,
#footer .footer-columns-3 .widgets,
#footer .footer-columns-2 .widgets {
  margin-left: -15px;
  margin-right: -15px;
}
#footer .footer-columns-4 .widget,
#footer .footer-columns-3 .widget,
#footer .footer-columns-2 .widget {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
}
#footer .footer-columns-4 .widget {
  width: 25%;
}
#footer .footer-columns-3 .widget {
  width: 33.333%;
}
#footer .footer-columns-2 .widget {
  width: 50%;
}
@media screen and (max-width: 992px) {
  #footer .footer-columns-4 .widget,
  #footer .footer-columns-3 .widget {
    width: 50%;
  }
}
@media screen and (max-width: 550px) {
  #footer .footer-columns-4 .widget,
  #footer .footer-columns-3 .widget,
  #footer .footer-columns-2 .widget {
    width: 100%;
  }
}
#footer .footer-columns-1 .widget {
  margin-right: 15%;
  margin-left: 15%;
}
#footer .footer-columns-1 .widget_mc4wp_widget {
  max-width: 360px;
  margin: 0 auto 55px auto;
}
#footer .footer-columns-1 .widget_mc4wp_widget form {
  margin-bottom: 0;
}
#footer .footer-columns-1 .widget:last-of-type {
  margin-bottom: 0;
}
#footer .footer-columns-1 .wproto_logo_widget,
#footer .footer-columns-1 .wproto_social_icons_widget {
  text-align: center;
}
/**
	Footer styles
**/
#footer {
  background-color: #141414;
  color: #363636;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: #b1d750;
}
#footer .input-wrapper::after {
  background-color: #ffffff;
}
#footer .input-wrapper.hovered::after {
  background-color: #ffffff;
}
#footer ::-webkit-input-placeholder {
  color: #ffffff;
}
#footer ::-moz-placeholder {
  color: #ffffff;
}
#footer :-moz-placeholder {
  color: #ffffff;
}
#footer :-ms-input-placeholder {
  color: #ffffff;
}
#footer .widget-title {
  color: #ffffff;
}
#footer select {
  background-color: #141414;
  color: #ffffff;
}
#footer input[type=text],
#footer input[type=search],
#footer input[type=email],
#footer input[type=number],
#footer textarea {
  color: #ffffff;
}
#footer input[type=text]:focus,
#footer input[type=search]:focus,
#footer input[type=email]:focus,
#footer input[type=number]:focus,
#footer textarea:focus {
  color: #b1d750;
}
/**
	Parallax footer styles
**/
.parallax-footer #footer {
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
@media screen and (max-width: 992px) {
  .parallax-footer #footer {
    position: relative;
    z-index: 1;
  }
}
#footer-parallax-height {
  position: relative;
}
/**
	Footer widgets area
**/
#footer-widgets {
  padding-top: 100px;
  padding-bottom: 100px;
}
/**
	Bottom bar
**/
#bottom-bar {
  padding: 50px 0;
  text-align: center;
  font-size: 1.4000000000000001rem;
  background-color: #111111;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
}
#bottom-bar p {
  margin-bottom: 0;
}
/**
	Footer logo
**/
.footer-logo {
  display: inline-block;
  margin-bottom: 30px;
}
/**
	GoTop link
**/
#scrollUp {
  bottom: 50px;
  right: 50px;
  background-color: transparent;
  text-indent: -5555em;
  width: 40px;
  height: 61px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAxLjg5NCAyMDEuODk0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMDEuODk0IDIwMS44OTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48Zz48cG9seWdvbiBmaWxsPSIjYjFkNzUwIiBwb2ludHM9IjMzLjc2OCw2Ni4wMTkgMzkuMTA4LDcxLjI2NiA5Ny4xNzEsMTQuMjA0IDk3LjE3MSwyMDEuODk0IDEwNC43MTksMjAxLjg5NCAxMDQuNzE5LDE0LjE5NCAxNjIuNzg2LDcxLjI2NiAxNjguMTI1LDY2LjAxOSAxMDAuOTQ3LDAiLz48L2c+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==) !important;
  background-size: 40px 60px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  #scrollUp {
    display: none !important;
  }
}
