/*--------------------------------------------------------------
Custom theme variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Imports
--------------------------------------------------------------*/
html,
body {
  height: 100%; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none; }

a:active,
a:hover,
:focus {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

figure {
  padding: 0;
  margin: 0; }

figure img {
  display: block;
  vertical-align: top; }

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

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

hr {
  height: 1px;
  border: 0;
  background-color: #f1f1f1; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

*,
html {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
abbr,
acronym,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  border-width: 0;
  border-style: solid;
  outline: 0;
  font-size: 100%;
  background: transparent;
  text-align: left; }

a,
button {
  cursor: pointer; }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  flex-direction: row-reverse; }

.col.reverse {
  flex-direction: column-reverse; }

.col-xs,
.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,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  justify-content: center;
  text-align: center; }

.end-xs {
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  align-items: flex-start; }

.middle-xs {
  align-items: center; }

.bottom-xs {
  align-items: flex-end; }

.around-xs {
  justify-content: space-around; }

.between-xs {
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem; }
  .col-sm,
  .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,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    justify-content: center;
    text-align: center; }
  .end-sm {
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    align-items: flex-start; }
  .middle-sm {
    align-items: center; }
  .bottom-sm {
    align-items: flex-end; }
  .around-sm {
    justify-content: space-around; }
  .between-sm {
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media only screen and (min-width: 64em) {
  .container {
    width: 65rem; }
  .col-md,
  .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,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    justify-content: center;
    text-align: center; }
  .end-md {
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    align-items: flex-start; }
  .middle-md {
    align-items: center; }
  .bottom-md {
    align-items: flex-end; }
  .around-md {
    justify-content: space-around; }
  .between-md {
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 76rem; }
  .col-lg,
  .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,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    justify-content: center;
    text-align: center; }
  .end-lg {
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    align-items: flex-start; }
  .middle-lg {
    align-items: center; }
  .bottom-lg {
    align-items: flex-end; }
  .around-lg {
    justify-content: space-around; }
  .between-lg {
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; } }

/* Wrap size
----------------------------------------------------- */
/* Body font size
----------------------------------------------------- */
/* Font variations
----------------------------------------------------- */
/* Font families
----------------------------------------------------- */
/* Titles color
----------------------------------------------------- */
/* Main colors
----------------------------------------------------- */
/* Default colors
----------------------------------------------------- */
/* Social networks colors
----------------------------------------------------- */
/* --------------------------------------------------
MAIN STYLES
----------------------------------------------------- */
strong {
  font-weight: 700; }

/* Main styles: body
----------------------------------------------------- */
body {
  color: #666666;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

/* Main styles: Main structure wrapper width
----------------------------------------------------- */
.wrap {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  max-width: 1000px; }

.container-fluid {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

/* Main styles: Some CSS Basics
----------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.25em;
  color: #222222;
  font-weight: 700;
  margin: 10px 0; }

/* Main styles: <ul> elements
----------------------------------------------------- */
ul {
  display: block;
  padding-left: 30px; }
  ul li {
    line-height: 1.375em;
    margin: 10px 0; }

/* Main styles: <dl> elements
----------------------------------------------------- */
dl {
  margin: 10px 0;
  display: block; }
  dl dd {
    color: #222222;
    font-weight: 700; }
  dl dt {
    margin-bottom: 15px; }
    dl dt a {
      border-bottom: 2px solid #FDCA28; }

/* Main styles: <a> links color
----------------------------------------------------- */
a {
  color: #222222;
  text-decoration: none;
  font-weight: 700; }

/* Main styles: <a> inverse links color
----------------------------------------------------- */
.inverse a {
  color: #fff; }

/* Main styles: IMG/Iframes
----------------------------------------------------- */
iframe,
img {
  max-width: 100%; }

/* --------------------------------------------------
FONT SIZES
----------------------------------------------------- */
/* Font sizes: Headings
----------------------------------------------------- */
h1 {
  font-size: 1.375em; }

h2 {
  font-size: 1.25em; }

h3,
h4,
h5,
h6 {
  font-size: 1.125em; }

/* Font sizes: paragraphs
----------------------------------------------------- */
p {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.375em;
  margin: 10px 0; }

/* --------------------------------------------------
HTML ELEMENTS
----------------------------------------------------- */
/* HTML Elements: <small> font size
----------------------------------------------------- */
small {
  font-size: 0.875em; }

/* HTML Elements: <hr> spacer
----------------------------------------------------- */
hr {
  width: 100%;
  height: 1px;
  background: #f6f6f6;
  margin: 15px 0;
  display: block; }

/* HTML Elements: Basic <blockquote> <cite> elements
----------------------------------------------------- */
cite,
blockquote {
  font-weight: 300;
  display: block;
  margin: 15px 0;
  padding-left: 20px;
  line-height: 1.375em;
  border-left: 2px solid #d6d6d6; }

/* HTML Elements: Basic <ins> <u> elements
----------------------------------------------------- */
ins,
u,
.highlight {
  display: inline-block;
  border-bottom: 2px solid transparent; }

/* HTML Elements: Basic <mark> elements
----------------------------------------------------- */
mark {
  background: #f6f6f6; }

/* --------------------------------------------------
CSS HACKS
----------------------------------------------------- */
/* CSS Hacks: Full width elements
----------------------------------------------------- */
.full {
  width: 100%;
  display: block; }

/* CSS Hacks: Horizontal scroll full width elements
----------------------------------------------------- */
.horizontal-scroll {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

/* CSS Hacks: Show on scroll down class 
----------------------------------------------------- */
.show-on-scroll-down {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden; }

body.scroll-down .show-on-scroll-down {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }

/* CSS Hacks: Show on scroll down class 
----------------------------------------------------- */
.show-on-scroll-down {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden; }

body.scroll-down .show-on-scroll-down {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }

/* CSS Hacks: Show on scroll down class 
----------------------------------------------------- */
.show-on-scroll-down-instant {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden; }

body.scroll-down-instant .show-on-scroll-down-instant {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }

/* CSS Hacks: Lightweight elements font weight
----------------------------------------------------- */
a.lightweight-font,
p.lightweight-font,
.btn.normal-font,
.section-title.lightweight-font,
.section-title .label.lightweight-font,
.lightweight-font,
h1.lightweight-font,
h2.lightweight-font,
h3.lightweight-font,
h4.lightweight-font,
h5.lightweight-font {
  font-weight: 300; }

/* CSS Hacks: Normal elements font weight
----------------------------------------------------- */
a.normal-font,
p.normal-font,
.btn.normal-font,
.section-title.normal-font,
.section-title .label.normal-font,
.normal-font,
h1.normal-font,
h2.normal-font,
h3.normal-font,
h4.normal-font,
h5.normal-font {
  font-weight: 400; }

/* CSS Hacks: Force center elements
----------------------------------------------------- */
.align-center,
.align-center h1,
.align-center h2,
.align-center h3,
.align-center h4,
.align-center h5,
.align-center img,
.align-center p,
.align-center .section-title,
.align-center .label,
.align-center .section-title .label,
.align-center a,
.align-center button,
.align-center label,
.align-center input {
  text-align: center; }

/* CSS Hacks: Force right align elements
----------------------------------------------------- */
.align-right,
.align-right h1,
.align-right h2,
.align-right h3,
.align-right h4,
.align-right h5,
.align-right img,
.align-right p,
.align-right .section-title,
.align-right .label,
.align-right .section-title .label,
.align-right a,
.align-right button,
.align-right label,
.align-right input {
  text-align: right; }

/* CSS Hacks: Force left elements
----------------------------------------------------- */
.align-left,
.align-left h1,
.align-left h2,
.align-left h3,
.align-left h4,
.align-left h5,
.align-left img,
.align-left p,
.align-left .section-title,
.align-left .label,
.align-left .section-title .label,
.align-left a,
.align-left button,
.align-left label,
.align-left input {
  text-align: left; }

/* CSS Hacks: Float left
----------------------------------------------------- */
.float-left {
  float: left; }

/* CSS Hacks: Float right
----------------------------------------------------- */
.float-right {
  float: right; }

/* CSS Hacks: Uppercase text
----------------------------------------------------- */
.text-uppercase {
  text-transform: uppercase; }

/* CSS Hacks: Force inline elements
----------------------------------------------------- */
.display-inline {
  display: inline-block;
  margin: 2px; }

/* CSS Hacks: Force display block elements
----------------------------------------------------- */
.display-block {
  display: block; }

/* CSS Hacks: Force display:none elements
----------------------------------------------------- */
.display-none {
  display: none; }

/* CSS Hacks: Force float left elements
----------------------------------------------------- */
.float-left {
  width: 100%;
  float: left; }

/* CSS Hacks: Force clear both elements
----------------------------------------------------- */
.clear-both {
  clear: both; }

/* CSS Hacks: Force position:absolute elements
----------------------------------------------------- */
.position-absolute {
  position: absolute; }

/* CSS Hacks: Force position:relative elements
----------------------------------------------------- */
.position-relative {
  position: relative; }

/* CSS Hacks: Force position:fixed elements
----------------------------------------------------- */
.position-fixed {
  position: fixed; }

/* CSS Hacks: Force overflow:hidden elements
----------------------------------------------------- */
.overflow-hidden {
  overflow: hidden; }

/* CSS Hacks elements: Secondary Font
----------------------------------------------------- */
.secondary-font {
  font-family: "Poppins", sans-serif; }

/* CSS Hacks: Force text ellipsis
----------------------------------------------------- */
.text-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* CSS Hacks elements: Font weight normal
----------------------------------------------------- */
.normal-font {
  font-weight: 400; }

/* CSS Hacks: Padding resets
----------------------------------------------------- */
.without-padding {
  padding: 0 !important; }

.without-padding-right {
  padding-right: 0 !important; }

.without-padding-left {
  padding-left: 0 !important; }

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

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

/* CSS Hacks: Margin resets
----------------------------------------------------- */
.without-margin {
  margin: 0 !important; }

.without-margin-right {
  margin-right: 0 !important; }

.without-margin-left {
  margin-left: 0 !important; }

.without-margin-top {
  margin-top: 0 !important; }

.without-margin-bottom {
  margin-bottom: 0 !important; }

* .without-margin {
  margin: 0; }

* .without-margin-right {
  margin-right: 0; }

* .without-margin-left {
  margin-left: 0; }

* .without-margin-top {
  margin-top: 0; }

* .without-margin-bottom {
  margin-bottom: 0; }

* .margin-x-big {
  margin: 2.5rem; }

* .margin-big {
  margin: 2rem; }

* .margin-x-medium {
  margin: 1.5rem; }

* .margin-medium {
  margin: 1.25rem; }

* .margin-normal {
  margin: 1rem; }

* .margin-small {
  margin: 0.75rem; }

* .margin-top-x-big {
  margin-top: 2.5rem; }

* .margin-top-big {
  margin-top: 2rem; }

* .margin-top-x-medium {
  margin-top: 1.5rem; }

* .margin-top-medium {
  margin-top: 1.25rem; }

* .margin-top-normal {
  margin-top: 1rem; }

* .margin-top-small {
  margin-top: 0.75rem; }

* .margin-bottom-x-big {
  margin-bottom: 2.5rem; }

* .margin-bottom-big {
  margin-bottom: 2rem; }

* .margin-bottom-x-medium {
  margin-bottom: 1.5rem; }

* .margin-bottom-medium {
  margin-bottom: 1.25rem; }

* .margin-bottom-normal {
  margin-bottom: 1rem; }

* .margin-bottom-small {
  margin-bottom: 0.75rem; }

/* --------------------------------------------------
CSS Misc Elements
----------------------------------------------------- */
/* CSS Misc elements: Transitions
----------------------------------------------------- */
a,
button,
input,
select,
textarea,
.select,
i,
.show-on-scroll-down,
.show-on-scroll-down-instant,
.card {
  transition: 0.3s; }

/* CSS Misc elements: font sizes
----------------------------------------------------- */
.font-x-big {
  font-size: 2em; }

.font-big {
  font-size: 1.25em; }

.font-medium {
  font-size: 1em; }

.font-small {
  font-size: 0.75em; }

/* CSS Misc elements: Cards
----------------------------------------------------- */
.card {
  background: #fff;
  display: block;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #f6f6f6; }

.card.with-thumb .thumb .thumb-wrapper {
  margin-left: -10px;
  margin-right: -10px;
  border-left: 0;
  border-right: 0; }

.card.with-top-thumb .thumb .thumb-wrapper {
  margin: -10px;
  margin-bottom: 0; }

.card.with-left-thumb .thumb .thumb-wrapper {
  margin: -10px;
  margin-right: 0; }

.card.without-border {
  border-color: transparent; }

/* CSS Misc elements: Flex-box
----------------------------------------------------- */
.flex-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }

.flex-box.middle {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.flex-box.between {
  justify-content: space-between; }

/* CSS Misc elements: Flex-box
----------------------------------------------------- */
.flex-column {
  display: flex;
  flex-direction: column; }

/* CSS Misc elements: Icon sizes
----------------------------------------------------- */
.fab,
.fas,
.far,
.fa {
  font-size: 1em; }

.fab.big,
.far.big,
.fas.big,
.fa.big {
  font-size: 2.5em; }

.fab.medium,
.far.medium,
.fas.medium,
.fa.medium {
  font-size: 1.5em; }

.fas {
  font-weight: 900 !important; }

.far {
  font-weight: 400 !important; }

.fal {
  font-weight: 300 !important; }

.fab {
  font-weight: 400 !important; }

/* CSS Misc elements: Section titles
----------------------------------------------------- */
.section-title {
  margin: 25px 0;
  position: relative;
  display: block; }
  .section-title .label {
    font-weight: 700;
    font-size: 1rem;
    display: inline-block;
    position: relative;
    z-index: 20;
    background: #ffffff;
    padding: 0 20px 0 0; }

.section-title::before {
  content: '';
  width: 100%;
  height: 1px;
  background: transparent;
  border-top: 1px solid #f6f6f6;
  position: absolute;
  left: 0;
  top: 50%; }

.section-title.main-color .label {
  background: #1B1E22; }

.section-title.main-color::before {
  border-color: rgba(255, 255, 255, 0.1); }

.section-title.x-big .label {
  font-size: 1.25rem; }

.section-title.big .label {
  font-size: 1.125rem; }

.section-title.small .label {
  font-size: 0.750em; }

/* CSS Misc elements: Section Header
----------------------------------------------------- */
.section-header {
  background: #1B1E22;
  padding: 5px 0;
  position: relative;
  margin-bottom: 25px; }

/* CSS Misc elements: Badges
----------------------------------------------------- */
.badge {
  padding: 2px 6px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px; }

.badge.big {
  padding: 8px 15px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px; }

.badge.rounded {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px; }

/* CSS Misc elements: Go top button
----------------------------------------------------- */
a.go-top {
  font-size: 1.25em;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 99999; }

/* CSS Misc elements: Full width bg
----------------------------------------------------- */
.full-width-bg {
  background: #FDCA28;
  position: relative; }

.full-width-bg::before,
.full-width-bg::after {
  content: '';
  background: #FDCA28;
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0; }

.full-width-bg::after {
  right: -100%;
  left: inherit; }

.full-width-bg.black,
.full-width-bg.black::before,
.full-width-bg.black::after {
  background: #000000; }

/* --------------------------------------------------
COLOR VARIATIONS
----------------------------------------------------- */
/* Color variations: Text colors variation
----------------------------------------------------- */
.main-color {
  color: #FDCA28; }

.secondary-color {
  color: #1B2729; }

.utilitary-color {
  color: #d7a402; }

.titles-color {
  color: #222222; }

.text-color {
  color: #666666; }

.transparent-color {
  color: transparent; }

.alpha-color {
  color: rgba(250, 250, 250, 0.6); }

.alpha-color-inverse {
  color: rgba(0, 0, 0, 0.6); }

.grey-color {
  color: #f6f6f6; }

.regent-grey-color {
  color: #d6d6d6; }

.white-color {
  color: #ffffff; }

.black-color {
  color: #000000; }

.yellow-color {
  color: #FFC106; }

.orange-color {
  color: #DC5535; }

.green-color {
  color: #28A745; }

.red-color {
  color: #DC3545; }

.pink-color {
  color: #DC354F; }

.blue-color {
  color: #007BFF; }

.aqua-color {
  color: #17B893; }

.facebook-color {
  color: #3b5998; }

.reddit-color {
  color: #FF4500; }

.twitter-color {
  color: #1da1f2; }

.googleplus-color {
  color: #dd4b39; }

.pinterest-color {
  color: #bd081c; }

.whatsapp-color {
  color: #25d366; }

.youtube-color {
  color: #ff0000; }

.instagram-color {
  color: #5851db; }

.vine-color {
  color: #00b488; }

.younow-color {
  color: #49a942; }

.twitch-color {
  color: #6441a5; }

.snapchat-color {
  color: #fffc00; }

/* Color variations: Background colors variation
----------------------------------------------------- */
.main-bg {
  background-color: #FDCA28; }

.secondary-bg {
  background-color: #1B2729; }

.utilitary-bg {
  background-color: #d7a402; }

.titles-bg {
  background-color: #222222; }

.text-bg {
  background-color: #666666; }

.transparent-bg {
  background-color: transparent; }

.alpha-bg {
  background-color: rgba(250, 250, 250, 0.04); }

.alpha-bg-inverse {
  background-color: rgba(0, 0, 0, 0.6); }

.grey-bg {
  background-color: #f6f6f6; }

.regent-grey-bg {
  background-color: #d6d6d6; }

.white-bg {
  background-color: #ffffff; }

.black-bg {
  background-color: #000000; }

.yellow-bg {
  background-color: #FFC106; }

.orange-bg {
  background-color: #DC5535; }

.green-bg {
  background-color: #28A745; }

.red-bg {
  background-color: #DC3545; }

.pink-bg {
  background-color: #DC354F; }

.blue-bg {
  background-color: #007BFF; }

.aqua-bg {
  background-color: #17B893; }

.facebook-bg {
  background-color: #3b5998; }

.reddit-bg {
  background-color: #FF4500; }

.twitter-bg {
  background-color: #1da1f2; }

.googleplus-bg {
  background-color: #dd4b39; }

.pinterest-bg {
  background-color: #bd081c; }

.whatsapp-bg {
  background-color: #25d366; }

.youtube-bg {
  background-color: #ff0000; }

.instagram-bg {
  background-color: #5851db; }

.vine-bg {
  background-color: #00b488; }

.younow-bg {
  background-color: #49a942; }

.twitch-bg {
  background-color: #6441a5; }

.snapchat-bg {
  background-color: #fffc00; }

/* Color variations: Border colors variation
----------------------------------------------------- */
.main-border {
  border-color: #FDCA28; }

.secondary-border {
  border-color: #1B2729; }

.utilitary-border {
  border-color: #d7a402; }

.titles-border {
  border-color: #222222; }

.text-border {
  border-color: #666666; }

.transparent-border {
  border-color: transparent; }

.alpha-border {
  border-color: rgba(250, 250, 250, 0.6); }

.alpha-border-inverse {
  border-color: rgba(0, 0, 0, 0.6); }

.grey-border {
  border-color: #f6f6f6; }

.regent-grey-border {
  border-color: #d6d6d6; }

.white-border {
  border-color: #ffffff; }

.black-border {
  border-color: #000000; }

.yellow-border {
  border-color: #FFC106; }

.orange-border {
  border-color: #DC5535; }

.green-border {
  border-color: #28A745; }

.red-border {
  border-color: #DC3545; }

.pink-border {
  border-color: #DC354F; }

.blue-border {
  border-color: #007BFF; }

.aqua-border {
  border-color: #17B893; }

.reddit-border {
  border-color: #FF4500; }

.twitter-border {
  border-color: #1da1f2; }

.googleplus-border {
  border-color: #dd4b39; }

.pinterest-border {
  border-color: #bd081c; }

.whatsapp-border {
  border-color: #25d366; }

.youtube-border {
  border-color: #ff0000; }

.instagram-border {
  border-color: #5851db; }

.vine-border {
  border-color: #00b488; }

.younow-border {
  border-color: #49a942; }

.twitch-border {
  border-color: #6441a5; }

.snapchat-border {
  border-color: #fffc00; }

/* --------------------------------------------------
FORMS
----------------------------------------------------- */
/* Forms: Some CSS settings
----------------------------------------------------- */
button,
input,
textarea,
select,
.select,
.btn {
  font-size: 1em;
  line-height: 1em;
  padding: 4px 12px;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:focus,
textarea:focus {
  border-color: #000000; }

/* Forms: Variables: Rounded
----------------------------------------------------- */
button.rounded,
input.rounded,
textarea.rounded,
select.rounded,
.select.rounded,
.btn.rounded {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px; }

/* Forms: Labels
----------------------------------------------------- */
label {
  margin: 5px 0;
  display: block; }

label .label {
  font-weight: 700;
  font-size: 0.875rem;
  display: block;
  margin-top: 15px;
  margin-bottom: 10px; }

/* Forms: Small size css hack
----------------------------------------------------- */
.btn.small,
.input.small,
.textarea.small,
.select.small select {
  padding: 4px 6px;
  font-size: 0.75em; }

/* Forms: Big size css hack
----------------------------------------------------- */
.btn.big,
.input.big,
.textarea.big,
.select.big select {
  font-size: 1.063em;
  padding: 6px 18px; }

/* --------------------------------------------------
BUTTONS
----------------------------------------------------- */
button,
.btn {
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  display: inline-block;
  position: relative;
  cursor: pointer;
  box-shadow: 0 2px 0 rgba(27, 39, 41, 0.1); }
  button i,
  .btn i {
    font-weight: 400; }

/* Buttons: Remove border variation
----------------------------------------------------- */
.btn.without-shadow {
  box-shadow: 0 5px 25px -5px transparent; }

/* Buttons: WPP Button
----------------------------------------------------- */
.btn.whatsapp-bg,
.btn.whatsapp-border,
.btn.whatsapp-color {
  display: inline-block; }

/* Forms: Btn groups
----------------------------------------------------- */
.btn-group .btn {
  margin-left: -4.5px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

/* --------------------------------------------------
INPUTS
----------------------------------------------------- */
input,
.input {
  background: #fff;
  border: 1px solid #d6d6d6;
  text-align: left;
  display: inline-block;
  position: relative; }

/* --------------------------------------------------
TEXTAREA
----------------------------------------------------- */
textarea,
.textarea {
  min-height: 100px;
  background: #fff;
  border: 1px solid #d6d6d6;
  text-align: left;
  display: inline-block;
  position: relative; }

/* --------------------------------------------------
SELECTS
----------------------------------------------------- */
.select {
  background: #fff;
  border: 1px solid #d6d6d6;
  text-align: left;
  display: inline-block;
  position: relative; }

/* Select: select reset
----------------------------------------------------- */
.select select {
  padding-right: 30px;
  display: block;
  border: 0;
  background: transparent; }

/* Select: Basic select "v" arrow 
----------------------------------------------------- */
.select::after {
  content: '\f078';
  font-family: Font Awesome\ 5 Free;
  font-size: 0.750em;
  position: absolute;
  right: 10px;
  top: 14px;
  pointer-events: none; }

/* Select: Small select "v" arrow 
----------------------------------------------------- */
.select.small::after {
  top: 7px; }

/* Select: Big select "v" arrow 
----------------------------------------------------- */
.select.big::after {
  top: 18px; }

/* --------------------------------------------------
CHECKBOXES
----------------------------------------------------- */
input[type=radio],
input[type=checkbox] {
  display: none; }

/* CHECKBOXES: Radio 
----------------------------------------------------- */
input[type=radio] + label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 8px;
  border: 1px solid #d6d6d6;
  border-radius: 8px; }

input[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 8px;
  border: 1px solid #d6d6d6;
  border-radius: 4px; }

input[type=radio]:checked + label:before {
  content: "\2022";
  color: #424242;
  font-size: 1.8em;
  text-align: center;
  line-height: 14px; }

/* CHECKBOXES: Checkbox 
----------------------------------------------------- */
input[type=checkbox]:checked + label:before {
  content: "\2714";
  color: #424242;
  text-align: center;
  line-height: 15px; }

input[type=checkbox] + label {
  font-weight: 600; }

input[type=radio] + label p,
input[type=checkbox] + label p {
  font-weight: 600;
  margin: 0;
  padding-left: 30px;
  font-size: 0.875em; }

/* --------------------------------------------------
TABLES
----------------------------------------------------- */
table {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

table tr:nth-child(1) th {
  background: #f6f6f6;
  font-weight: bold; }

table th {
  font-weight: normal;
  border-bottom: 1px solid #d6d6d6; }

table th,
table td {
  padding: 5px; }

table tr:hover {
  background: #f6f6f6; }

@media only screen and (min-width: 425px) {
  h1 {
    font-size: 1.5em; }
  h2 {
    font-size: 1.375em; }
  h3 {
    font-size: 1.25em; }
  button,
  input,
  textarea,
  select,
  .select,
  .btn {
    padding: 10px 12px; }
  .btn.big,
  .input.big,
  .textarea.big,
  .select.big select {
    font-size: 1em;
    padding: 12px 22px; } }

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 1.875em; }
  h2 {
    font-size: 1.5em; }
  h3 {
    font-size: 1.375em; }
  h4 {
    font-size: 1.25em; }
  .font-big {
    font-size: 1.5em; }
  .font-medium {
    font-size: 1.25em; }
  .font-small {
    font-size: 0.875em; }
  .btn.big,
  .input.big,
  .textarea.big,
  .select.big select {
    font-size: 1.125em;
    padding: 14px 26px; }
  .btn.whatsapp-bg,
  .btn.whatsapp-border,
  .btn.whatsapp-color {
    display: none; }
  .card.medium {
    padding: 25px; }
  .card.medium.with-thumb .thumb .thumb-wrapper {
    margin-left: -25px;
    margin-right: -25px; }
  .card.medium.with-top-thumb .thumb .thumb-wrapper {
    margin: -25px;
    margin-bottom: 0; }
  .section-title.x-big .label {
    font-size: 1.375rem; }
  .section-title.big .label {
    font-size: 1.25rem; }
  .section-header .subline {
    font-size: 1.125rem; }
  .full-width-bg {
    margin: 20px 0; } }

@media only screen and (min-width: 1024px) {
  .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem; }
  .wrap {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  hr {
    margin: 25px 0; }
  h1 {
    font-size: 2em; }
  h2 {
    font-size: 1.75em; }
  h3 {
    font-size: 1.5em; }
  h4 {
    font-size: 1.375em; }
  h5 {
    font-size: 1.25em; }
  .btn.small,
  .input.small,
  .textarea.small,
  .select.small select {
    padding: 4px 12px;
    font-size: 0.875em; }
  .btn.big,
  .input.big,
  .textarea.big,
  .select.big select {
    font-size: 1.25em;
    padding: 14px 35px; }
  .section-title .label {
    font-size: 1rem; }
  .section-title.x-big .label {
    font-size: 1.5rem; }
  .section-title.big .label {
    font-size: 1.375rem; } }

body {
  background: #ffffff;
  position: relative; }

body.home::before {
  content: '';
  width: 100%;
  height: 400px;
  background: #1B1E22;
  position: absolute;
  left: 0;
  top: 0; }

/* --------------------------------------------------
HEADER
----------------------------------------------------- */
#header .header {
  background: #1B1E22;
  height: 80px;
  position: relative;
  z-index: 333;
  border-top: 5px solid #FDCA28; }
  #header .header .container-fluid,
  #header .header .row {
    height: 100%; }
  #header .header .logo {
    display: inline-block; }
    #header .header .logo .logo-svg {
      height: auto;
      width: 210px;
      display: inline-block; }

#header .menu {
  display: inline-block;
  position: relative; }
  #header .menu ul {
    margin: 0;
    padding: 0; }
    #header .menu ul li {
      margin: 0;
      padding: 0;
      display: inline-block; }
      #header .menu ul li a {
        font-size: 1rem;
        font-family: "Poppins", sans-serif;
        display: block;
        padding: 10px 5px;
        color: #ffffff;
        border-bottom: 2px solid transparent;
        transition: 0.2s; }
      #header .menu ul li a:hover {
        border-color: #FDCA28; }
      #header .menu ul li ul.sub-menu {
        width: 100%;
        padding: 10px 20px;
        background: #FDCA28;
        position: absolute;
        left: 0;
        display: none; }
        #header .menu ul li ul.sub-menu li {
          display: block; }
          #header .menu ul li ul.sub-menu li a {
            color: #ffffff;
            padding: 5px 0;
            border: 0; }
          #header .menu ul li ul.sub-menu li ul.sub-menu {
            width: inherit;
            display: inherit;
            padding: 4px 20px;
            margin: 4px -20px;
            background: #fdcf3c;
            position: relative; }
    #header .menu ul li:hover ul.sub-menu {
      display: block; }
  #header .menu ul:hover li a {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  #header .menu ul:hover li a:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  #header .menu ul:hover li ul.sub-menu li a {
    opacity: 1;
    filter: alpha(opacity=100); }

#header .btn {
  font-size: 1.25rem;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #FDCA28;
  color: #ffffff;
  padding: 0;
  border: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 8888; }

#header .btn.search {
  left: inherit;
  right: 20px; }

#header .social-networks {
  width: 45px;
  position: fixed;
  left: 0;
  bottom: 20px;
  transition: 0.3s; }
  #header .social-networks .btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px; }
  #header .social-networks .facebook {
    background: #3b5998; }
  #header .social-networks .instagram {
    background: #5851db; }
  #header .social-networks .twitter {
    background: #1da1f2; }
  #header .social-networks .reddit {
    background: #FF4500; }
  #header .social-networks .youtube {
    background: #ff0000; }

body.home #header .header {
  background: transparent; }

/* --------------------------------------------------
MOBILE MENU
----------------------------------------------------- */
#mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(27, 30, 34, 0.95);
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0); }
  #mobile-menu .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer; }
  #mobile-menu .mobile-menu {
    width: 400px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1B1E22;
    padding: 15px 20px;
    padding-top: 45px;
    overflow-y: auto;
    margin-left: -400px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.3s;
    z-index: 20; }
    #mobile-menu .mobile-menu .close {
      color: #ffffff;
      font-size: 1.375rem;
      position: absolute;
      right: 0;
      top: 0;
      padding: 20px;
      cursor: pointer; }
    #mobile-menu .mobile-menu ul {
      display: block;
      margin: 0 0 30px 0;
      padding: 0;
      text-align: center; }
      #mobile-menu .mobile-menu ul li {
        display: inline;
        margin: 0;
        padding: 0; }
        #mobile-menu .mobile-menu ul li a {
          display: inline-block;
          padding: 2px 8px;
          background: #FDCA28;
          color: #1B1E22;
          margin: 2px 0;
          font-weight: 700;
          font-size: 1.125rem;
          font-family: "Poppins", sans-serif; }
        #mobile-menu .mobile-menu ul li ul.sub-menu {
          display: inline;
          margin: 0;
          padding: 0; }
      #mobile-menu .mobile-menu ul li.title {
        color: #ffffff;
        font-weight: 300;
        display: block;
        text-transform: uppercase;
        font-size: 1rem;
        letter-spacing: 2px;
        padding: 10px 0;
        text-align: center; }
    #mobile-menu .mobile-menu ul.brands li {
      padding: 15px 0;
      display: block;
      margin: 0 -20px;
      text-align: center;
      height: 90px;
      display: flex;
      align-items: center;
      justify-content: center; }
      #mobile-menu .mobile-menu ul.brands li a {
        background: transparent;
        display: inline-block; }
        #mobile-menu .mobile-menu ul.brands li a img {
          width: 100%;
          max-height: 55px;
          max-width: 160px; }
    #mobile-menu .mobile-menu ul.brands li:first-child,
    #mobile-menu .mobile-menu ul.brands li:last-child {
      border: 0; }
    #mobile-menu .mobile-menu ul.social li a {
      font-size: 1.25rem;
      width: 45px;
      height: 45px;
      padding: 0;
      margin: 3px;
      line-height: 45px;
      border: 0;
      text-align: center;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -o-border-radius: 50%;
      background: rgba(255, 255, 255, 0.05);
      color: #FDCA28; }

body.open-menu {
  overflow: hidden; }
  body.open-menu #mobile-menu {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }
    body.open-menu #mobile-menu .mobile-menu {
      margin-left: 0;
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100); }

/* --------------------------------------------------
SEARCH BAR
----------------------------------------------------- */
#search-bar {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(215, 164, 2, 0.95);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: 0.2s; }
  #search-bar .search-bar {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    #search-bar .search-bar .search-form,
    #search-bar .search-bar .tag-cloud {
      width: 90%;
      max-width: 800px;
      position: relative;
      margin: 20px 0;
      z-index: 20; }
      #search-bar .search-bar .search-form .input,
      #search-bar .search-bar .tag-cloud .input {
        border: 0; }
      #search-bar .search-bar .search-form .btn,
      #search-bar .search-bar .tag-cloud .btn {
        position: absolute;
        right: -5px;
        top: 0; }
    #search-bar .search-bar .tag-cloud {
      text-align: center;
      color: #ffffff; }
      #search-bar .search-bar .tag-cloud .title {
        display: block;
        text-align: center;
        margin-bottom: 10px;
        font-weight: 700;
        font-family: "Poppins", sans-serif; }
      #search-bar .search-bar .tag-cloud a {
        display: inline-block;
        padding: 1px 4px;
        background: rgba(0, 0, 0, 0.1);
        margin: 1px 2px;
        color: #ffffff; }
  #search-bar .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer; }

body.open-search {
  overflow: hidden; }
  body.open-search #search-bar {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; }

/* --------------------------------------------------
CONTENT POST
----------------------------------------------------- */
.posts-row {
  margin: -15px; }

/* Content Posts: Basic
----------------------------------------------------- */
.content-post {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  padding: 15px; }
  .content-post .thumb {
    position: relative;
    padding-bottom: 60%;
    overflow: hidden; }
    .content-post .thumb .thumb-wrap {
      background: #f6f6f6 no-repeat center top;
      background-size: cover;
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      transition: 0.3s; }
      .content-post .thumb .thumb-wrap img {
        display: none; }
    .content-post .thumb .counter {
      display: none; }
  .content-post .caption {
    height: 140px;
    position: relative;
    padding: 10px;
    border: 1px solid #f6f6f6; }
    .content-post .caption .title {
      display: block;
      font-size: 1.063rem;
      margin-bottom: 3px; }
    .content-post .caption .excerpt {
      display: none;
      font-size: 0.875rem; }
  .content-post .metas .meta.cat {
    position: absolute;
    left: 10px;
    top: -10px; }

/* Content Posts: Hover
----------------------------------------------------- */
.content-post:hover .thumb {
  box-shadow: 0 5px 25px -5px rgba(0, 0, 0, 0.2); }
  .content-post:hover .thumb .thumb-wrap {
    transform: scale(1.1); }

.content-post:hover .caption .title:hover {
  text-decoration: underline; }

/* Content Posts: Metas
----------------------------------------------------- */
.metas {
  display: block; }
  .metas .meta {
    display: inline-block;
    margin-right: 15px;
    font-size: 0.875rem;
    color: #666666;
    font-weight: 300; }
  .metas .meta.cat {
    background: #1B1E22;
    color: #FDCA28;
    border: 1px solid #ffffff;
    padding: 4px 8px;
    font-family: "Poppins", sans-serif;
    z-index: 20;
    line-height: 1em;
    margin-bottom: 10px; }
    .metas .meta.cat a {
      color: #FDCA28; }
  .metas .meta.tags a {
    display: inline-block;
    background: #f6f6f6;
    color: #FDCA28;
    margin: 5px;
    padding: 2px 8px; }

/* Content Posts: Featured
----------------------------------------------------- */
.featured-last-posts .content-post.content-post-1 {
  width: 100%;
  margin-bottom: 20px; }
  .featured-last-posts .content-post.content-post-1 .thumb {
    width: 50%;
    float: left;
    padding-bottom: 35%;
    box-shadow: 0 5px 25px -5px rgba(0, 0, 0, 0.1); }
  .featured-last-posts .content-post.content-post-1 .caption {
    width: 50%;
    height: 0;
    padding: 0;
    padding-bottom: 35%;
    background: #e6af02;
    float: left;
    position: relative;
    border: 0; }
    .featured-last-posts .content-post.content-post-1 .caption .caption-wrap {
      padding: 25px;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column; }
    .featured-last-posts .content-post.content-post-1 .caption .title {
      color: #ffffff;
      font-size: 1.5rem; }
    .featured-last-posts .content-post.content-post-1 .caption .excerpt {
      color: #ffffff;
      display: block; }
    .featured-last-posts .content-post.content-post-1 .caption .metas .meta,
    .featured-last-posts .content-post.content-post-1 .caption .metas .meta a {
      color: #FDCA28; }

.featured-last-posts .content-post.content-post-2,
.featured-last-posts .content-post.content-post-3 {
  width: 49.3%; }
  .featured-last-posts .content-post.content-post-2 .thumb,
  .featured-last-posts .content-post.content-post-3 .thumb {
    padding-bottom: 55%; }
  .featured-last-posts .content-post.content-post-2 .caption .title,
  .featured-last-posts .content-post.content-post-3 .caption .title {
    font-size: 1.25rem; }

/* Content Posts: List Posts
----------------------------------------------------- */
.list-posts .content-post {
  width: 100%; }
  .list-posts .content-post .thumb {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 25%; }
  .list-posts .content-post .caption {
    width: 55%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    border: 0;
    padding: 0 15px; }
    .list-posts .content-post .caption .title {
      margin-top: 5px; }
  .list-posts .content-post .metas .meta {
    position: relative;
    left: 0;
    top: 0; }

/* Content Posts: Ranking posts
----------------------------------------------------- */
.ranking-posts .content-post .thumb .counter {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #1B1E22;
  color: #FDCA28;
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%; }

.ranking-posts .content-post .caption {
  padding-right: 0; }
  .ranking-posts .content-post .caption .title {
    margin-top: 0; }

/* Content Posts: Archive
----------------------------------------------------- */
body.archive .content-post .caption .title {
  margin-top: 0; }

body.archive .content-post .metas .meta.cat {
  display: none; }

.archive-posts .content-post {
  width: 49.3%; }
  .archive-posts .content-post .caption {
    height: 160px; }

.archive-posts .content-post.content-post-1 {
  width: 100%; }
  .archive-posts .content-post.content-post-1 .thumb {
    padding-bottom: 45%; }
  .archive-posts .content-post.content-post-1 .caption {
    height: auto;
    padding-bottom: 20px; }
    .archive-posts .content-post.content-post-1 .caption .title {
      font-size: 1.375rem; }
    .archive-posts .content-post.content-post-1 .caption .excerpt {
      display: block; }

.archive-posts .content-post.content-post-2,
.archive-posts .content-post.content-post-3,
.archive-posts .content-post.content-post-4 {
  width: 100%; }
  .archive-posts .content-post.content-post-2 .thumb,
  .archive-posts .content-post.content-post-3 .thumb,
  .archive-posts .content-post.content-post-4 .thumb {
    width: 40%;
    float: left;
    padding-bottom: 25%; }
  .archive-posts .content-post.content-post-2 .caption,
  .archive-posts .content-post.content-post-3 .caption,
  .archive-posts .content-post.content-post-4 .caption {
    width: 60%;
    float: left;
    border: 0;
    padding: 0 15px;
    height: auto; }
    .archive-posts .content-post.content-post-2 .caption .title,
    .archive-posts .content-post.content-post-3 .caption .title,
    .archive-posts .content-post.content-post-4 .caption .title {
      font-size: 1.25rem;
      margin-top: 5px; }
    .archive-posts .content-post.content-post-2 .caption .excerpt,
    .archive-posts .content-post.content-post-3 .caption .excerpt,
    .archive-posts .content-post.content-post-4 .caption .excerpt {
      display: block; }
  .archive-posts .content-post.content-post-2 .metas .meta,
  .archive-posts .content-post.content-post-3 .metas .meta,
  .archive-posts .content-post.content-post-4 .metas .meta {
    position: relative;
    left: 0;
    top: 0; }

/* --------------------------------------------------
SIDEBAR
----------------------------------------------------- */
.widget {
  display: block;
  margin-bottom: 20px; }
  .widget .card {
    margin: 0; }

.widget.widget-subscribe {
  width: 100%;
  display: block; }
  .widget.widget-subscribe .card {
    background: #1B1E22;
    border: 3px solid #FDCA28; }
  .widget.widget-subscribe p {
    margin: 0; }
  .widget.widget-subscribe label {
    display: none; }
  .widget.widget-subscribe input {
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.1); }
  .widget.widget-subscribe input[type=submit] {
    background: #FDCA28;
    text-align: center;
    font-weight: 700;
    font-family: "Poppins", sans-serif; }
  .widget.widget-subscribe hr {
    background: rgba(255, 255, 255, 0.1);
    margin: 10px 0; }
  .widget.widget-subscribe small {
    display: block;
    text-align: center;
    color: #ffffff; }

.widget.widget-featured-posts .ranking-posts .content-post {
  position: relative;
  padding-bottom: 0;
  overflow: hidden; }
  .widget.widget-featured-posts .ranking-posts .content-post .thumb {
    width: 100%;
    padding-bottom: 60%; }
  .widget.widget-featured-posts .ranking-posts .content-post .caption {
    width: 100%;
    padding: 0 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    height: auto; }
    .widget.widget-featured-posts .ranking-posts .content-post .caption .title {
      margin: 0;
      color: #ffffff;
      font-size: 1rem;
      padding: 10px 15px;
      display: block;
      background: transparent;
      /* Old browsers */
      /* Chrome,Safari4+ */
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%); }
    .widget.widget-featured-posts .ranking-posts .content-post .caption .metas {
      display: none; }

.widget-ad {
  margin-top: 30px;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 20px; }

.widget-ad.sticky {
  position: fixed;
  top: 0; }

body.single #sidebar,
body.archive #sidebar {
  padding-top: 5px;
  padding-left: 25px; }

body.single .widget.widget-subscribe,
body.archive .widget.widget-subscribe {
  padding: 0 15px; }

/* --------------------------------------------------
SINGLE
----------------------------------------------------- */
body.single #header,
body.page #header {
  margin-bottom: 25px; }

body.single #header .social-networks {
  display: none; }

body.single #main {
  margin-top: -25px;
  margin-bottom: -25px; }

#single {
  background: #ffffff;
  padding-top: 25px;
  padding-bottom: 25px; }
  #single .metas .meta.cat {
    background: transparent;
    padding: 0; }
    #single .metas .meta.cat a {
      padding: 1px 6px;
      background: #1B1E22;
      color: #FDCA28; }
  #single .featured-thumb {
    margin: 0 -30px; }
    #single .featured-thumb img {
      width: 100%;
      margin: 20px 0 10px 0; }
  #single .single-content {
    display: block;
    padding: 0 30px; }
  #single .single-title {
    font-size: 2rem;
    margin: 0 0 5px 0; }
  #single .the-content {
    font-size: 1.125rem;
    display: block;
    margin: 0 auto 15px auto;
    color: #222222;
    width: 100%;
    float: left;
    clear: both; }
    #single .the-content blockquote {
      font-size: 1.25rem;
      font-weight: 400;
      border-color: #FDCA28;
      font-style: italic;
      text-align: center;
      margin: 50px 0; }
      #single .the-content blockquote p {
        text-align: center; }
    #single .the-content p {
      display: block;
      margin: 20px 0; }
      #single .the-content p a {
        color: #FDCA28;
        border-bottom: 1px solid #FDCA28; }
    #single .the-content img,
    #single .the-content iframe {
      width: 100%;
      max-width: 100% !important;
      display: block;
      margin: 10px 0; }
    #single .the-content .wp-caption {
      width: 100% !important; }
      #single .the-content .wp-caption img {
        margin-bottom: 0; }
      #single .the-content .wp-caption .wp-caption-text {
        background: #f6f6f6;
        font-style: italic;
        font-size: 0.875rem;
        text-align: center;
        padding: 5px;
        margin: 0; }
    #single .the-content ul,
    #single .the-content ol {
      display: block;
      padding: 20px 0;
      margin: 20px 0; }
      #single .the-content ul li,
      #single .the-content ol li {
        padding-left: 45px;
        counter-increment: item;
        display: block;
        position: relative;
        margin-bottom: 25px; }
      #single .the-content ul li::before,
      #single .the-content ol li::before {
        content: counter(item);
        position: absolute;
        left: 0;
        top: 3px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #f6f6f6;
        color: #FDCA28;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        -o-border-radius: 2px; }
    #single .the-content ul li {
      margin-bottom: 10px; }
    #single .the-content ul li::before {
      width: 8px;
      height: 8px;
      background: #FDCA28;
      content: '';
      top: 10px;
      left: 12px; }
  #single .share {
    margin-top: 20px;
    display: block; }
    #single .share a {
      border: 0;
      border-radius: 100px;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      -o-border-radius: 100px; }
      #single .share a i {
        font-size: 1.125rem; }

#related-posts .content-post {
  width: 49.3%; }
  #related-posts .content-post .caption {
    height: 160px; }

#related-posts .content-post-links {
  display: block;
  margin: 50px 0;
  padding: 0 0 0 40px; }
  #related-posts .content-post-links li {
    margin: 0;
    padding: 0; }
    #related-posts .content-post-links li .title {
      font-family: "Roboto", sans-serif;
      font-size: 1rem;
      color: #FDCA28;
      text-decoration: underline; }

/* --------------------------------------------------
FOOTER
----------------------------------------------------- */
#footer {
  margin-top: 25px;
  background: #1B1E22;
  display: block;
  color: #ffffff;
  padding: 15px 0; }
  #footer hr {
    background: rgba(255, 255, 255, 0.2);
    margin: 10px 0;
    margin-bottom: 15px; }
  #footer ul.footer-menu {
    margin: 0;
    padding: 0;
    text-align: center; }
    #footer ul.footer-menu li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      #footer ul.footer-menu li a {
        font-weight: 400;
        display: block;
        padding: 5px 10px;
        color: #ffffff; }
      #footer ul.footer-menu li a:hover {
        text-decoration: underline; }

/* --------------------------------------------------
MISC
----------------------------------------------------- */
.pagenavi,
.page-load-status {
  display: none; }

.view-more-button {
  display: block;
  margin: 20px auto;
  background: #1B1E22;
  color: #FDCA28; }

.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  background-color: #FDCA28;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }

#ad-spot {
  width: 100%;
  margin: 10px 0;
  text-align: center;
  clear: both; }
  #ad-spot * {
    text-align: center; }

#cat-desc {
  padding: 30px;
  background: white;
  color: #715701;
  margin: 40px 0; }
  #cat-desc a {
    color: #FDCA28;
    border-bottom: 1px solid #FDCA28;
    font-weight: 400; }

.sponsored-tag {
  display: block;
  font-size: 0.875rem; }

.sponsored-banner {
  display: block; }
  .sponsored-banner img {
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px; }

.sponsored-logo {
  max-width: 180px; }

.ad-sidebar-fixed {
  height: 100%;
  position: fixed;
  right: 50%;
  top: 0;
  margin-right: 510px;
  display: flex;
  align-items: center;
  z-index: 20; }
  .ad-sidebar-fixed.right {
    right: initial;
    left: 50%;
    margin-right: 0;
    margin-left: 510px; }

.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 10px; }

@media only screen and (max-width: 1150px) {
  .hidden-lg {
    display: none; }
  #header .header .logo-wrap {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center; }
  #header .menu {
    display: none; } }

@media only screen and (max-width: 1024px) {
  .hidden-md {
    display: none; }
  .posts-row {
    margin: -10px; }
  .content-post,
  .featured-last-posts .content-post.content-post-2,
  .featured-last-posts .content-post.content-post-3 {
    width: 49.3%;
    padding: 10px; }
    .content-post .thumb,
    .featured-last-posts .content-post.content-post-2 .thumb,
    .featured-last-posts .content-post.content-post-3 .thumb {
      padding-bottom: 55%; }
    .content-post .caption .title,
    .featured-last-posts .content-post.content-post-2 .caption .title,
    .featured-last-posts .content-post.content-post-3 .caption .title {
      font-size: 1.063rem; } }

@media only screen and (max-width: 768px) {
  .hidden-sm {
    display: none; }
  #header .header {
    height: 60px;
    border-top: 2px solid #FDCA28; }
    #header .header .logo .logo-svg {
      width: 190px; }
  #header .btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    top: 13px;
    left: 6px;
    font-size: 1rem; }
  #header .btn.search {
    left: inherit;
    right: 6px; }
  #header .social-networks {
    width: auto;
    bottom: 10px; }
  #mobile-menu .mobile-menu {
    width: 85%;
    margin-left: -85%; }
    #mobile-menu .mobile-menu ul li a {
      font-size: 1rem; }
    #mobile-menu .mobile-menu ul.brands li a img {
      max-height: 40px;
      max-width: 110px; }
  .featured-last-posts .content-post.content-post-1 {
    margin-bottom: 0; }
    .featured-last-posts .content-post.content-post-1 .thumb {
      width: 100%;
      padding-bottom: 45%;
      float: none; }
    .featured-last-posts .content-post.content-post-1 .caption {
      height: auto;
      width: 100%;
      padding: 15px;
      float: none; }
      .featured-last-posts .content-post.content-post-1 .caption .title {
        font-size: 1.375rem; }
      .featured-last-posts .content-post.content-post-1 .caption .caption-wrap {
        height: auto;
        position: relative;
        padding: 0; }
      .featured-last-posts .content-post.content-post-1 .caption .metas .meta.cat {
        left: 0;
        top: -25px; }
  #single .featured-thumb {
    margin: 0 -15px; }
  #single .single-content {
    padding: 0 15px; }
  #single .single-title {
    font-size: 1.5rem; } }

@media only screen and (max-width: 550px) {
  .hidden-xs {
    display: none; }
  #header .header .logo .logo-svg {
    width: 170px; }
  .posts-row {
    margin: -5px; }
  .content-post,
  .featured-last-posts .content-post.content-post-2,
  .featured-last-posts .content-post.content-post-3 {
    padding: 5px; }
    .content-post .thumb,
    .featured-last-posts .content-post.content-post-2 .thumb,
    .featured-last-posts .content-post.content-post-3 .thumb {
      padding-bottom: 75%; }
    .content-post .caption,
    .featured-last-posts .content-post.content-post-2 .caption,
    .featured-last-posts .content-post.content-post-3 .caption {
      padding: 6px;
      height: 190px; }
      .content-post .caption .title,
      .featured-last-posts .content-post.content-post-2 .caption .title,
      .featured-last-posts .content-post.content-post-3 .caption .title {
        font-size: 0.875rem; }
    .content-post .metas .meta,
    .featured-last-posts .content-post.content-post-2 .metas .meta,
    .featured-last-posts .content-post.content-post-3 .metas .meta {
      font-size: 0.75rem; }
      .content-post .metas .meta a,
      .featured-last-posts .content-post.content-post-2 .metas .meta a,
      .featured-last-posts .content-post.content-post-3 .metas .meta a {
        font-weight: 400; }
    .content-post .metas .meta.cat,
    .featured-last-posts .content-post.content-post-2 .metas .meta.cat,
    .featured-last-posts .content-post.content-post-3 .metas .meta.cat {
      left: 6px; }
  .featured-last-posts .content-post.content-post-1 .caption .title {
    font-size: 1.063rem; }
  .archive-posts .content-post.content-post-1 .thumb {
    padding-bottom: 50%; }
  .archive-posts .content-post.content-post-1 .caption .title {
    font-size: 1.063rem; }
  .list-posts .content-post .thumb,
  .ranking-posts .content-post .thumb,
  .archive-posts .content-post.content-post-2 .thumb,
  .archive-posts .content-post.content-post-3 .thumb,
  .archive-posts .content-post.content-post-4 .thumb {
    padding-bottom: 33%; }
    .list-posts .content-post .thumb .counter,
    .ranking-posts .content-post .thumb .counter,
    .archive-posts .content-post.content-post-2 .thumb .counter,
    .archive-posts .content-post.content-post-3 .thumb .counter,
    .archive-posts .content-post.content-post-4 .thumb .counter {
      left: 5px;
      top: 5px; }
  .list-posts .content-post .caption,
  .ranking-posts .content-post .caption,
  .archive-posts .content-post.content-post-2 .caption,
  .archive-posts .content-post.content-post-3 .caption,
  .archive-posts .content-post.content-post-4 .caption {
    height: auto;
    padding: 0 5px;
    padding-right: 0; }
    .list-posts .content-post .caption .title,
    .ranking-posts .content-post .caption .title,
    .archive-posts .content-post.content-post-2 .caption .title,
    .archive-posts .content-post.content-post-3 .caption .title,
    .archive-posts .content-post.content-post-4 .caption .title {
      font-size: 0.913rem;
      margin-top: -5px; }
    .list-posts .content-post .caption .excerpt,
    .ranking-posts .content-post .caption .excerpt,
    .archive-posts .content-post.content-post-2 .caption .excerpt,
    .archive-posts .content-post.content-post-3 .caption .excerpt,
    .archive-posts .content-post.content-post-4 .caption .excerpt {
      display: none; }
  .archive-posts .content-post.content-post-2 .caption .title,
  .archive-posts .content-post.content-post-3 .caption .title,
  .archive-posts .content-post.content-post-4 .caption .title {
    margin-top: 5px; }
  body.single .widget.widget-subscribe,
  body.archive .widget.widget-subscribe {
    padding: 0 7px; }
  #single .single-content {
    padding: 0; }
  #single .featured-thumb {
    margin: -0.5rem; }
  #single .single-title {
    font-size: 1.25rem; }
  #single .the-content {
    font-size: 1rem; }
    #single .the-content blockquote {
      font-size: 1.063rem;
      margin: 20px 0; }
  #single .share {
    text-align: center;
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0; }
    #single .share a {
      width: 25%;
      float: left;
      border: 2px solid #ffffff; } }

/**
 * Media helper mods
 */
/* XS screens */
@media only screen and (max-width: 768px) {
  .hidden__xs {
    display: none; } }

/* SM screens */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .hidden__sm {
    display: none; } }

/* MD screens */
@media only screen and (max-width: 1150px) and (min-width: 1024px) {
  .hidden__md {
    display: none; } }

/* LG screens */
@media only screen and (min-width: 1150px) {
  .hidden__lg {
    display: none; } }

/*# sourceMappingURL=cineoculto.css.map */
