@charset "UTF-8";

/*!
Theme Name: pdepress
Theme URI: http://spacewebdesign.it/
Author: Space Web Design
Author URI: http://www.spacewebdesign.it
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pdepress
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Grid
# Typography
	## FontAwesome
# Elements
# Forms
  # Search Form
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Utilities
# Layout
# Shortcode
--------------------------------------------------------------*/

.wrapper,
.row {
  *zoom: 1;
}

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

.wrapper:after,
.row:after {
  clear: both;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
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;
  color: #445ca4;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}


/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/

*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

[class*="column-"] {
  float: left;
  min-height: 1px;
  padding: 1em;
  width: 100%;
  position: relative;
  margin-bottom: 4%;
}

.wrapper .column-md-6 {
  width: 50%;
}

.wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 1200px;
  }
  .wrapper .column-md-1 {
    width: 8.33333%;
  }
  .wrapper .column-gutter-md-1 {
    width: 100%;
  }
  .wrapper .column-gutter-md-1:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-md-1:nth-child(1n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-md-2 {
    width: 16.66667%;
  }
  .wrapper .column-gutter-md-2 {
    width: 49%;
  }
  .wrapper .column-gutter-md-2:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-md-2:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-md-3 {
    width: 25%;
  }
  .wrapper .column-gutter-md-3 {
    width: 32%;
  }
  .wrapper .column-gutter-md-3:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-md-3:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-md-4 {
    width: 33.33333%;
  }
  .wrapper .column-gutter-md-4 {
    width: 23.5%;
  }
  .wrapper .column-gutter-md-4:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-md-4:nth-child(4n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-md-5 {
    width: 41.66667%;
  }
  .wrapper .column-gutter-md-5 {
    width: 18.4%;
  }
  .wrapper .column-gutter-md-5:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-md-5:nth-child(5n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-md-6 {
    width: 50%;
  }
  .wrapper .column-gutter-md-6 {
    width: 15%;
  }
  .wrapper .column-gutter-md-6:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-md-6:nth-child(6n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-md-7 {
    width: 58.33333%;
  }
  .wrapper .column-gutter-md-7 {
    width: 12.57143%;
  }
  .wrapper .column-gutter-md-7:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-md-7:nth-child(7n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-md-8 {
    width: 66.66667%;
  }
  .wrapper .column-gutter-md-8 {
    width: 10.75%;
  }
  .wrapper .column-gutter-md-8:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-md-8:nth-child(8n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-md-9 {
    width: 75%;
  }
  .wrapper .column-gutter-md-9 {
    width: 9.33333%;
  }
  .wrapper .column-gutter-md-9:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-md-9:nth-child(9n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-md-10 {
    width: 83.33333%;
  }
  .wrapper .column-gutter-md-10 {
    width: 8.2%;
  }
  .wrapper .column-gutter-md-10:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-md-10:nth-child(10n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-md-11 {
    width: 91.66667%;
  }
  .wrapper .column-gutter-md-11 {
    width: 7.27273%;
  }
  .wrapper .column-gutter-md-11:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-md-11:nth-child(11n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-md-12 {
    width: 100%;
  }
  .wrapper .column-gutter-md-12 {
    width: 6.5%;
  }
  .wrapper .column-gutter-md-12:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-md-12:nth-child(12n) {
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .wrapper {
    max-width: 1200px;
  }
  .wrapper .column-1 {
    width: 8.33333%;
  }
  .wrapper .column-gutter-1 {
    width: 100%;
  }
  .wrapper .column-gutter-1:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-1:nth-child(1n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-2 {
    width: 16.66667%;
  }
  .wrapper .column-gutter-2 {
    width: 49%;
  }
  .wrapper .column-gutter-2:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-2:nth-child(2n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-3 {
    width: 25%;
  }
  .wrapper .column-gutter-3 {
    width: 32%;
  }
  .wrapper .column-gutter-3:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-3:nth-child(3n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-4 {
    width: 33.33333%;
  }
  .wrapper .column-gutter-4 {
    width: 23.5%;
  }
  .wrapper .column-gutter-4:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-4:nth-child(4n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-5 {
    width: 41.66667%;
  }
  .wrapper .column-gutter-5 {
    width: 18.4%;
  }
  .wrapper .column-gutter-5:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-5:nth-child(5n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-6 {
    width: 50%;
  }
  .wrapper .column-gutter-6 {
    width: 15%;
  }
  .wrapper .column-gutter-6:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-6:nth-child(6n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-7 {
    width: 58.33333%;
  }
  .wrapper .column-gutter-7 {
    width: 12.57143%;
  }
  .wrapper .column-gutter-7:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-7:nth-child(7n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-8 {
    width: 66.66667%;
  }
  .wrapper .column-gutter-8 {
    width: 10.75%;
  }
  .wrapper .column-gutter-8:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-8:nth-child(8n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-9 {
    width: 75%;
  }
  .wrapper .column-gutter-9 {
    width: 9.33333%;
  }
  .wrapper .column-gutter-9:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-9:nth-child(9n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-10 {
    width: 83.33333%;
  }
  .wrapper .column-gutter-10 {
    width: 8.2%;
  }
  .wrapper .column-gutter-10:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-10:nth-child(10n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-11 {
    width: 91.66667%;
  }
  .wrapper .column-gutter-11 {
    width: 7.27273%;
  }
  .wrapper .column-gutter-11:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-11:nth-child(11n) {
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper .column-12 {
    width: 100%;
  }
  .wrapper .column-gutter-12 {
    width: 6.5%;
  }
  .wrapper .column-gutter-12:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .wrapper .column-gutter-12:nth-child(12n) {
    margin-right: 0;
    margin-bottom: 0;
  }
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2em;
  margin-bottom: 20px;
  color: #445ca4;
}

h1 {
  font-size: 1.99998em;
}

h2 {
  font-size: 1.66665em;
}

h3 {
  font-size: 1.33332em;
  color: #000;
}

h4 {
  font-size: 0.99999em;
  color: #000;
  line-height: 1.6em;
}

h5 {
  font-size: 0.66666em;
}

h6 {
  font-size: 0.33333em;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}


/*--------------------------------------------------------------
# FontAwesome
--------------------------------------------------------------*/


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}


/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

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

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


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.btn {
  font-size: 16px;
  transition: all 0.5s;
  font-family: "Open Sans Condensed", sans-serif !important;
  letter-spacing: 2px;
  font-weight: bold;
  background-color: #445ca4;
}

.btn.primary-button {
  background-color: #445ca4;
  font-family: "Open Sans Condensed", sans-serif;
}

.btn--outline {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 3px;
}

.button-has-submenu {
  position: relative;
  display: inline-block;
}

.button-has-submenu:hover>ul.submenu {
  display: block;
}

.button-has-submenu>ul.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 10px;
  list-style: none;
  background-color: #fff;
  width: auto;
  padding: 15px 15px 15px 20px;
  min-width: 170px;
  font-weight: bold;
}

.button-has-submenu>ul.submenu li {
  font-size: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
}

.button-has-submenu>ul.submenu a {
  color: #000;
  display: block;
  text-decoration: none;
}

.login-button {
  color: #0564a2;
  letter-spacing: 3px;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 30px;
  margin-right: 30px;
  font-weight: bold;
  letter-spacing: 2px;
}

.social-menu {
  margin: 15px 0;
  float: right;
}

.social-menu li {
  display: inline-block;
  font-size: 18px;
  padding: 0 15px;
}

.social-menu li:last-child {
  padding-right: 0px;
}

@media (min-width: 1024px) {
  .login-button {
    font-size: 15px;
    color: #fff;
    background-color: #0564a2;
    padding: 5px 13px;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 0;
    transition: all 0.5s;
  }
}

.login-button:visited {
  color: #0564a2;
}

@media (min-width: 1024px) {
  .login-button:visited {
    color: #fff;
  }
}

.login-button:hover {
  color: #0564a2;
}

@media (min-width: 1024px) {
  .login-button:hover {
    color: #fff;
    background-color: #019ee0;
  }
}

.button-primary {
  font-family: "Open Sans Condensed", sans-serif;
}

img .alignright {
  float: right;
  margin: 1em 0 1em 1em;
}

img .alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}

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

figure figcaption {
  font-size: 13px;
  font-style: italic;
}

.hidden {
  width: 0;
  height: 0;
  overflow: hidden;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #0564a2;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  font-family: "Open Sans Condensed", sans-serif;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}


/*--------------------------------------------------------------
# Search Form
--------------------------------------------------------------*/

#searchform .input-wrapper {
  position: relative;
  width: 100%;
}

#searchform .input-wrapper::before {
  content: "\f002";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #029de0;
  font-size: 18px;
  padding-right: 10px;
  position: absolute;
  top: 10px;
  right: 0;
}

#searchform input[type="search"] {
  width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid transparent;
}

#searchform input[type="search"]:focus {
  border: 1px solid #029de0;
  outline: none;
}

@media (min-width: 1024px) {
  #searchform .input-wrapper {
    position: relative;
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  #searchform input[type="search"] {
    width: 100%;
  }
}

.post-search {
  padding: 1em;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  color: #019ee0;
  transition: all 0.5;
}

a:visited {
  color: #019ee0;
}

a:hover,
a:focus,
a:active {
  color: inherit;
}

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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%;
}

.site-navigation .menu-item-has-children {
  position: relative;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}


/*--------------------------------------------------------------
## Primary Navigation
--------------------------------------------------------------*/

.open-button,
.close-button {
  color: #000;
  font-size: 30px;
  right: 20px;
}

.open-button:hover,
.close-button:hover,
.open-button:visited,
.close-button:visited {
  color: #000;
}

.post-filter {
  padding: 1em;
  margin-bottom: 0px !important;
}

.post-filter select {
  width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .post-filter select {
    display: none;
  }
}

.post-filter select:focus {
  border: 1px solid #029de0;
  outline: none;
}

.post-filter span {
  margin: 0 !important;
}

.category-filters {
  display: none !important;
}

@media (min-width: 768px) {
  .category-filters {
    display: inline-table !important;
  }
}

.mobile-menu-controller {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

@media (min-width: 1024px) {
  .mobile-menu-controller {
    display: none;
  }
}

.mobile-menu-header::after,
.mobile-menu-header::before {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 1024px) {
  .mobile-menu-header {
    display: none;
  }
}

.column {
  float: left;
  width: 50%;
}

.navbar {
  background-color: #f6f4f5;
  height: 100%;
  overflow-x: hidden;
  padding-top: 15px;
  position: fixed;
  right: -85%;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: 0.5s;
  width: 85%;
  z-index: 10;
}

@media (min-width: 1024px) {
  .navbar {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    height: auto;
    overflow: visible;
    padding-top: 0;
    right: 0;
    width: auto;
    z-index: 10;
    float: right;
  }
}

.navbar img {
  max-width: 100%;
  width: 80px;
}

.navbar .mobile-menu-header {
  border-bottom: 1px solid #ebebec;
  padding: 10px 27px;
}

.navbar .menu {
  list-style: none;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
}

@media (min-width: 1024px) {
  .navbar .menu {
    padding-left: 0;
    padding-right: 0;
    display: inline-table;
  }
}

.navbar .menu>li {
  border-bottom: 1px solid #ebebec;
  font-size: 17px;
  padding: 15px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .navbar .menu>li {
    border-bottom: 0;
    display: inline-table;
    font-size: 14px;
    line-height: 26px;
    padding: 0 10px;
  }
}

@media (min-width: 1024px) {
  .navbar .menu>li:first-child {
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar .menu>li:last-child {
    padding-right: 0;
  }
}

.navbar .menu li a {
  color: #000;
  display: block;
  text-decoration: none;
}

.navbar .menu li a:hover,
.navbar .menu li a:focus {
  text-decoration: none !important;
}

.navbar .menu .menu-item-has-children>a::after {
  content: "\f078";
  float: right;
  font-family: FontAwesome;
}

@media (min-width: 1024px) {
  .navbar .menu .menu-item-has-children>a::after {
    margin-left: 7px;
  }
}

.navbar .menu .menu-item-has-children:hover ul {
  visibility: visible;
  opacity: 1;
  max-height: 500px;
}

.navbar .menu .menu-item-has-children ul {
  display: none;
  padding: 15px 15px 15px 20px;
  list-style: none;
  margin-left: 0;
  /*  & li:nth-child(even) {
      @media (min-width: 1024px) {
        float: right;
      }
    }
    & li:nth-child(odd) {
      @media (min-width: 1024px) {
        float: left;
      }
    } */
}

@media (min-width: 1024px) {
  .navbar .menu .menu-item-has-children ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: max-height 0.25s ease-in, visibility 0.5s, opacity 0.5s;
  }
}

.navbar .menu .menu-item-has-children ul::before,
.navbar .menu .menu-item-has-children ul::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 1024px) {
  .navbar .menu .menu-item-has-children ul {
    position: absolute;
    top: 26px;
    background-color: #fff;
    width: auto;
    padding: 15px 20px;
    left: 0;
    min-width: 170px;
  }
}

.navbar .menu .menu-item-has-children ul li {
  font-size: 15px;
  padding: 10px 0;
}

@media (min-width: 1024px) {
  .navbar .menu .menu-item-has-children ul li {
    font-size: 12px;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    /*width: 50%;*/
  }
}

.admin-bar .navbar {
  top: 46px;
}

@media (min-width: 1024px) {
  .admin-bar .navbar {
    top: 50%;
  }
}

.menu-visible #page::before {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
}

.site-info a {
  color: #fff;
  text-decoration: none;
}

.site-info .menu {
  margin: 0;
}

.site-info .menu li {
  display: inline-block;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.new-header__container {
  display: grid;
  gap: 10px 10px;
  grid-template-rows: 1fr 125px 390px 250px;
  grid-template-areas:
    "banner"
    "podcast"
    "video"
    "obad";
}
@media (max-width: 1130px) {
  .new-header__container {
    display: flex;
    grid-template-rows: unset;
    grid-template-areas: unset;
    flex-direction: column;
    gap: 10px;
  }
}
.new-header__banner {
  grid-area: banner;
}
.new-header__banner .slide-container {
  margin-left: auto;
  margin-right: 0;
}
.new-header__podcast {
  grid-area: podcast;
  /* background-color: #282828;; */
  display: flex;
  padding: 20px;
}
.new-header__podcast .home-slider-aside  {
  margin: auto 0;
  width: 100%;
  flex-basis: 100%;
}
.new-header__podcast .widget-podcast-center {
  display: block;
}
.new-header__podcast .widget-podcast-center iframe {
  display: block;
  margin: 0;
  height: 80px;
}
.new-header__video {
  grid-area: video;
}
.new-header__video .item {
  width: 100%;
  height: 390px;
  display: block;
  background-color: darkorange;
}
.new-header__obad {
  grid-area: obad;
  display: flex;
  justify-content: center;
}
.obad-teaser-card {
  display: flex;
  position: relative;
  height: 100%;
  justify-content: center;
}
.obad-teaser-card .obad-image-wrapper {
  background-color: orange;
  aspect-ratio: 1/1;
}
.obad-teaser-card .obad-image-wrapper .obad-large {
  display: block;
  object-fit: cover;
  height: 250px;
}
.obad-teaser-card .obad-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px 12px;
  background-color: #fe0d00;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
.home-slider-v2 {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
  max-width: 1850px;
}
.home-slider-v2 .slider {
  width: 59%;
  flex-grow: 1;
}
.home-slider-v2 .home-slider-aside {
  /* flex-basis: 45%; */
  display: flex;
  justify-content: center;
  width: 41%;
  background-color: #272727;
  height: auto;
}
.home-slider-v2 .home-slider-aside img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
@media (min-width: 1130px) {
  .new-header__container {
    grid-template-columns: minmax(0, 1000px) 730px 390px minmax(0, 1000px);
    grid-template-rows: 1fr auto;
    grid-template-areas:
      "banner banner podcast podcast"
      ". video obad .";
  }
  .new-header__podcast .widget-podcast-center iframe {
    height: 355px;
    max-width: 750px;
  }
  .new-header__obad .item {
    max-width: 390px;
    aspect-ratio: 1/1;
  }
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.post-tags {
  text-transform: uppercase;
  color: #a3a3a3;
  font-size: 13px;
}

.post-tags a {
  color: #0564a2;
  padding: 2px 5px;
  border: 1.5px solid #0564a2;
  border-radius: 3px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.5s;
  display: inline-block;
  margin-bottom: 10px;
}

.post-tags a:hover {
  background-color: #0564a2;
  color: #fff;
}

.post-tags a:not(:last-child) {
  margin-right: 7px;
}

.post-tags a:first-child {
  margin-left: 7px;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.gallery .gallery-item {
  margin: 0;
  margin: 0;
}
.gallery-columns-2 .gallery-item {
  flex-basis: 49%;
}
.gallery-columns-3 .gallery-item {
  flex-basis: 32.07%;
}
.gallery-columns-4 .gallery-item {
  flex-basis: 23.55%;
}
.gallery-columns-5 .gallery-item {
  flex-basis: 18.48%;
}
.gallery-columns-6 .gallery-item {
  flex-basis: 15.09%;
}
.gallery-columns-7 .gallery-item {
  flex-basis: 12.65%;
}
.gallery-columns-8 .gallery-item {
  flex-basis: 10.84%;
}
.gallery-columns-9 .gallery-item {
  flex-basis: 9.43%;
}
.gallery-item .gallery-icon {
  display: block;
  aspect-ratio: 1 / 1.45;
  border: 3px solid #eee;
  padding: 7px;
}
.gallery-item .gallery-icon > a {
  display: block;
  height: 100%;
}
.gallery-item .gallery-icon img {
  margin: auto;
  display: block;
  height: 100%;
  object-fit: contain;
}
/*
.gallery-item .gallery-icon.portrait {
  aspect-ratio: 1 / 1.56;
}
*/


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

@media (min-width: 1024px) {
  .hide-on-desktop {
    display: none;
  }
}

.hide-on-mobile {
  display: none;
}

@media (min-width: 1024px) {
  .hide-on-mobile {
    display: inline-block;
  }
}

.float-right {
  float: right;
}

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

.float-left {
  float: left;
}

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

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

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.reset-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin: 0 !important;
}


/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.blog .site,
.archive .site,
.page-template-archive-page .site,
.search .site {
  background-color: #eeeceb;
}

.blog .page-title,
.archive .page-title .search .page-title {
  color: #445ca4;
  font-size: 38px;
  font-weight: 800;
}

.blog .page-title.center,
.archive .page-title.center,
.search .page-title.center {
  text-align: center;
}

.blog a.more-link,
.archive a.more-link,
.search a.more-link {
  display: block;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
	color:#445ca4;
}

.home a.more-link {
  display: block;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 20px;
  color:#445ca4;
}

.post-filter {
  font-size: 13px;
  font-weight: 800;
  margin: 20px 0;
  text-transform: uppercase;
}

.post-filter span {
  color: #445ca4;
  display: block;
  margin: 0 20px;
}

@media (min-width: 768px) {
  .post-filter span {
    display: inline-table;
  }
}

.post-filter ul {
  display: inline-table;
  list-style: none;
  margin: 20px;
}

@media (min-width: 768px) {
  .post-filter ul {
    margin: 0px 5px;
  }
}

.post-filter li {
  display: inline-table;
  padding: 5px 0px;
}

@media (min-width: 768px) {
  .post-filter li {
    margin: 0px 5px;
  }
}

.post-filter li a {
  color: inherit;
  text-decoration: none;
}

.post-filter li.default {
  background-color: #445ca4;
  color: #fff;
}

.post-filter input {
  width: 0;
  height: 0;
  appearance: none;
}
.post-filter label {
  padding: 5px;
  cursor: pointer;
}

.post-filter input:checked + label {
  background-color: #445ca4;
  color: #fff;
}


.post-block {
  background-color: #fff;
  padding: 26px;
  position: relative;
}

.post-block.has-thumbnail {
  padding: 0;
}

.post-block.has-thumbnail .upper-block {
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.post-block.has-thumbnail .upper-block img {
  display: block;
  height: auto;
  width: 100%;
}

.post-block.has-thumbnail .down-block {
  padding: 26px;
}

.post-block.has-thumbnail .down-block h2 {
  margin: 0 0 18px 0;
}

.post-block.has-thumbnail .post-categories {
  bottom: 0;
  top: inherit;
}

.post-block h2 {
  color: #445ca4;
  font-size: 20px;
  line-height: 24px;
  margin: 28px 0 18px 0;
  word-wrap: break-word;
}

.post-block h2 a {
  text-decoration: none;
  color: #445ca4;
}

.post-block p {
  font-size: 14px;
  line-height: 20px;
}

.post-block .post-categories {
  background-color: #445ca4;
  color: #fff;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  top: 0;
}

.post-block .post-categories li {
  display: inline-table;
}

.post-block .post-categories li::after {
  content: ",";
}

.post-block .post-categories li:last-child::after {
  content: "";
}

.post-block .post-categories a {
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation {
  margin: 0 0 40px;
  text-align: center;
}

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

.navigation li {
  display: inline-table;
  padding: 5px 10px;
  margin: 0 5px;
}

.navigation li.active {
  background-color: #445ca4;
}

.navigation li.active a {
  color: #fff;
}

.navigation li.next-link,
.navigation li.prev-link {
  background-color: #445ca4;
}

.navigation li.next-link a,
.navigation li.prev-link a {
  color: #fff;
}

@media (min-width: 768px) {
  .navigation li.next-link {
    margin-left: 50px;
  }
}

@media (min-width: 768px) {
  .navigation li.prev-link {
    margin-right: 50px;
  }
}

.navigation li:not(.next-link):not(.prev-link) {
  display: none;
}

@media (min-width: 768px) {
  .navigation li:not(.next-link):not(.prev-link) {
    display: inline-table;
  }
}

.navigation a {
  color: #000;
  font-weight: 800;
  text-decoration: none;
}

.masonry-entry {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .masonry-entry {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .masonry-entry {
    width: 33%;
  }
}

.go-back-button {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

.go-back-button i {
  margin-right: 7px;
  vertical-align: baseline;
}

.go-back-button:visited {
  color: inherit;
}

.post h1 {
  color: #445ca4;
  margin-bottom: 0;
}

.post .data-entry {
  color: #555;
  display: block;
  /* font-weight: bold; */
  margin: 5px 0 40px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
}

.post .post-thumbnail {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px;
}

.post .video-container {
  margin-top: 30px;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

.post .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post blockquote {
  margin-left: 40px;
  border-left: 5px solid #445ca4;
  padding: 20px;
  margin-bottom: 1.5em;
}

.post blockquote p {
  margin-bottom: 0;
  font-style: italic;
  font-size: 24px;
}
/*
.gallery .gallery-item {
  padding: 0 5px;
}

.gallery .gallery-item:first-child {
  padding-left: 0;
}

.gallery .gallery-item:last-child {
  padding-right: 0;
}
*/

.inner-post-navigation {
  margin-top: 50px;
}

.breadcrumbs {
  margin-left: 0;
  font-size: 12px;
  margin-bottom: 0.67em;
}

.breadcrumbs li {
  display: inline-table;
  list-style: none;
}

.breadcrumbs a {
  color: inherit;
  text-decoration: none;
  font-weight: 800;
}

.breadcrumbs .separator {
  margin: 5px;
  font-weight: 800;
}

.breadcrumbs .item-current {
  color: #445ca4;
}

.site-header {
  padding: 15px 0;
  position: relative;
  border-top: 3px solid #445ca4;
  background-color: #fff;
}

.site-header .site-branding img {
  width: 150px;
  height: auto;
}

.recent-blog-post {
  background-color: #eeeceb;
  padding: 30px 0 130px;
}

.recent-blog-post .post-block {
  font-size: 14px;
}

.recent-blog-post .button-primary {
  font-family: "Open Sans Condensed", sans-serif;
  position: absolute;
  top: 101%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 60%;
  text-align: center;
}

@media (min-width: 768px) {
  .recent-blog-post .button-primary {
    width: auto;
  }
}

.site-footer {
  border-top: 3px solid #000;
  background-color: #445ca4;
  font-size: 13px;
  line-height: 24px;
  color: #f6f4f5;
}

.site-footer .top-section {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f6f4f5;
}

.site-footer .top-section img {
  width: 100px;
}

.site-footer .bottom-section {
  padding: 20px 0;
}

.site-footer .widget {
  margin-bottom: 0;
  padding: 0 1em;
}

@media (min-width: 1024px) {
  .site-footer .widget:last-child {
    text-align: right;
  }
}

.site-footer .menu li+li::before {
  content: "|";
  margin: 0 7px;
}

.site-footer [class^="column-"] {
  margin-bottom: 0px;
}

.owl-centered {
  margin-top: 30px;
}

.owl-centered .owl-wrapper {
  display: table !important;
}

.owl-centered .owl-item {
  display: table-cell !important;
  float: none !important;
  vertical-align: middle !important;
}

.owl-centered .owl-item>div {
  text-align: center !important;
}

.owl-centered .owl-item>div img {
  max-height: 70px;
  width: auto;
  margin: 0 auto;
}

.owl-centered .owl-prev,
.owl-centered .owl-next {
  color: #a3a3a3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-centered .owl-prev {
  left: -30px;
}

.owl-centered .owl-next {
  right: -30px;
}

.company-logo {
  background-color: #eeeceb;
  padding: 40px 0;
}

.company-logo h3,
.company-logo small {
  display: block;
  text-align: center;
}

.company-logo h3 {
  margin-bottom: 5px;
  color: #ec0928;
  font-size: 26px;
}

.company-logo small {
  color: #a3a3a3;
}

#company-logo-carousel {
  margin-top: 20px;
}

.widget>h2 {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #445ca4;
}

.last-article {
  margin-bottom: 20px;
}

.last-article .last-article-cat {
  background-color: #445ca4;
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.last-article .thumb {
  position: relative;
}

.last-article .thumb img {
  display: block;
}

.last-article .thumb .last-article-cat {
  bottom: 0;
  position: absolute;
}

.last-article h3 {
  padding: 20px;
  color: #445ca4;
  background-color: #ebebec;
  margin: 0;
  line-height: 24px;
  font-size: 16px;
}


/* .sidebar {
  display: none;
} */

@media (min-width: 1024px) {
  .sidebar {
    display: block;
  }
}

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

.page-thumbnail {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #0564a2;
  background-image: linear-gradient(-180deg, #0564a2, #0da3e1);
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .page-thumbnail {
    margin-bottom: 70px;
    height: 330px;
  }
}

.page-thumbnail .image {
  width: 100%;
  height: 330px;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) {
  .page-thumbnail .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60%;
  }
}

.page-thumbnail iframe {
  border: 0;
  height: 100%;
  width: 100%;
  position: static;
}

@media (min-width: 768px) {
  .page-thumbnail iframe {
    width: 60%;
    position: absolute;
  }
}

@media (min-width: 768px) {
  .page-thumbnail .skew {
    position: absolute;
    height: 100%;
    right: 0;
    width: 40%;
  }
}

@media (min-width: 768px) {
  .page-thumbnail .skew::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    left: -77px;
    background-color: #0564a2;
    background-image: linear-gradient(-180deg, #0564a2, #0da3e1);
  }
}

.page-thumbnail .skew .title {
  width: 100%;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .page-thumbnail .skew .title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.page-thumbnail .skew .title span,
.page-thumbnail .skew .title h1 {
  color: #fff;
  font-weight: 800;
}

.page-thumbnail .skew .title span {
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
}

@media (min-width: 768px) {
  .page-thumbnail .skew .title span {
    margin-top: 0;
  }
}

.page-thumbnail .skew .title h1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.no-thumbnail {
  height: 330px;
}

.no-thumbnail .title {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.no-thumbnail span,
.no-thumbnail h1 {
  color: #fff;
  font-weight: 800;
}

.no-thumbnail span {
  text-transform: uppercase;
  margin-top: 20px;
  display: block;
}

@media (min-width: 768px) {
  .no-thumbnail span {
    margin-top: 0;
  }
}

.no-thumbnail h1 {
  margin: 0px;
}

.page .entry {
  margin-bottom: 70px;
}


/*--------------------------------------------------------------
# Shortcode
--------------------------------------------------------------*/

.tabs {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  .tabs {
    margin: 0;
  }
}

.tabs .tab-link {
  background: none;
  color: transparent;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  border-top: 3px solid #019ee0;
  border-bottom: 1px solid #019ee0;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  position: relative;
  width: 32.3%;
  font-size: 11px;
  height: 60px;
}

@media (min-width: 768px) {
  .tabs .tab-link {
    color: #000;
    width: 32.6%;
    font-size: 13px;
    padding: 10px 15px;
    height: auto;
  }
}

@media (min-width: 1024px) {
  .tabs .tab-link {
    width: 32.9%;
  }
}

.tabs .tab-link:after,
.tabs .tab-link:before {
  content: "";
  display: table;
  clear: both;
}

.tabs .tab-link i {
  font-size: 32px;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: #000;
}

@media (min-width: 1024px) {
  .tabs .tab-link i {
    float: right;
    position: static;
    -webkit-transform: inherit;
    transform: inherit;
    line-height: 19px;
    font-size: 29px;
    color: #0564a2;
    display: inherit;
  }
}

.tabs .current {
  background: #019ee0;
  color: transparent;
}

@media (min-width: 1024px) {
  .tabs .current {
    padding-top: 45px;
    color: #fff;
  }
}

.tabs .current i {
  color: #fff;
  font-size: 40px;
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

@media (min-width: 1024px) {
  .tabs .current i {
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.tab-content {
  display: none;
  padding: 0px 15px 15px;
  font-size: 15px;
}

@media (min-width: 768px) {
  .tab-content {
    padding: 40px 15px 15px;
  }
}

.tab-content.current {
  display: inherit;
}

.card {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.card b,
.card strong {
  color: #019ee0;
  display: block;
}

.card p {
  margin-bottom: 5px;
  font-size: 15px;
}

.sp-logo-carousel-area .owl-next,
.sp-logo-carousel-area .owl-prev {
  display: none;
}

.boxed {
  background: #eeeceb;
  padding: 20px 20px;
  margin-bottom: 20px;
}

.boxed a {
  color: inherit;
  text-decoration: none;
  word-break: break-word;
}

.boxed img {
  width: 70%;
  margin-top: 5px;
}

@media (min-width: 768px) {
  .boxed {
    background: #eeeceb;
    min-height: 306px;
  }
}

p.more-info {
  clear: both;
  margin-bottom: 2rem;
}

p.more-info .ellipsis {
  display: inline;
}

p.more-info.expanded {
  text-align: justify;
  margin-right:20px;
}

p.more-info.expanded .ellipsis {
  display: none;
}

p.more-info .details {
  display: none;
}

p.more-info.expanded .details {
  display: inline;
}

.show-more {
  cursor: pointer;
}

.show-more:hover {
  text-decoration: underline;
}

.la-struttura .col-md-6:nth-child(2n+1) {
  clear: left;
}

.custom-html-widget{
  width: 100%;
}

.widget-podcast-center{
  display: flex;
  align-items: center;
}

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

.dlm-downloads {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
  list-style: none;
  margin: 0;
}

@media (min-width: 480px) and (max-width: 719px) {
  .dlm-downloads {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 720px) and (max-width: 1023px) {
  .dlm-downloads {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .dlm-downloads {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .row {
    flex-direction: column;
  }
}
.col-md-3,
.col-md-4,
.col-md-6 ,
.col-md-8,
.col-md-9,
.col-md-12 {
  width: 100%;
}
@media (min-width: 1024px) {
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-8 {
    width: 66%;
  }
  .col-md-9 {
    width: 75%;
  }
}

/*--------------------------------------------------------------
# Favicon
--------------------------------------------------------------*/
.pde-fav {
	width:32px !important;
}
