/*!
Theme Name: catavencii20
Theme URI: http://underscores.me/
Author: Valentin Marin
Author URI: https://valentinmarin.ro
Description: Catavencii 2.0
Version: 2.1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: catevencii
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,700|Open+Sans:300,400,600,700,800');
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;
}

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

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

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #298E02;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5rem;
}

sub {
    bottom: -0.25rem;
}

img {
    border: 0;
}

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

figure {
    margin: 0;
    padding: 10px;
}

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

pre {
    overflow: auto;
}

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

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-appearance: textfield;
    box-sizing: content-box;
}

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: 15px;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

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

td,
th {
    border: 1px solid #ddd;
    font-size: 1.3rem;
    padding: 5px;
}

*:focus {
    outline: 0;
}

p {
    margin: 0;
}

b,
strong {
    font-weight: 700;
}

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

blockquote {
    margin: 0 15px;
}

address {
    margin: 0 0 15px;
}

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

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

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

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

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

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

.clear:before,
.clear:after {
    content: '';
    display: table;
}

ul,
ol {
    margin: 0 0 15px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 15px 15px;
}

img {
    height: auto;
    max-width: 100%;
}

table {
    margin: 0 0 15px;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 3.6rem;
}

h2 {
    font-size: 3.3rem;
}

h3 {
    font-size: 3rem;
}

h4 {
    font-size: 2.7rem;
}

h5 {
    font-size: 2.4rem;
}

h6 {
    font-size: 2rem;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom-out-cur:hover, .mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
    background: none;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/* GENERAL FORMS - INPUTS AND BUTTONS
=========================================================================
*/

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
    background: #FFE000;
    border: 1px solid #FFE000;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    font-weight: 700;
    padding: 12px;
    font-size: 1.3rem;
    transition: background 200ms ease;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover {
    background: #FFE000;
    color: #000;
}

.primary-btn {
    background: #FFE000;
    color: #000;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    border: 1px solid #ddd;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 1.3rem;
    padding: 12px;
    max-width: 100%;
    -webkit-appearance: none;
    transition: border 200ms ease;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
    color: #111;
    border: 1px solid #999;
}

textarea {
    max-width: 100%;
}

/* LINKS
=========================================================================
*/

a {
    color: #0093E3;
    text-decoration: none;
}

a:hover {
    color: #4a545a;
    text-decoration: none;
}

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

a img {
    vertical-align: top;
}

/* Selection Share
=========================================================================
*/

@keyframes selectionSharerPopover-animation {
    0% {
        transform: matrix(0.97, 0, 0, 1, 0, 12);
        filter: alpha(opacity=0);
        opacity: 0
    }
    20% {
        transform: matrix(0.99, 0, 0, 1, 0, 2);
        filter: alpha(opacity=70);
        opacity: .7
    }
    40% {
        transform: matrix(1, 0, 0, 1, 0, -1);
        filter: alpha(opacity=100);
        opacity: 1
    }
    70% {
        transform: matrix(1, 0, 0, 1, 0, 0);
        filter: alpha(opacity=100);
        opacity: 1
    }
    100% {
        transform: matrix(1, 0, 0, 1, 0, 0);
        filter: alpha(opacity=100);
        opacity: 1
    }
}

#selectionSharerPopover {
    display: none;
    position: absolute;
    top: -100px;
    left: -100px;
    z-index: 1010;
}

#selectionSharerPopover:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #262625;
    box-shadow: 0 0 2px #262625;
}

#selectionSharerPopover.anim {
    transition: top .075s ease-out;
    animation: selectionSharerPopover-animation 180ms forwards linear;
    -webkit-animation: selectionSharerPopover-animation 180ms forwards linear;
}

#selectionSharerPopover-inner {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid;
    border-color: #262625 #1c1c1b #121211;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.7), inset 0 0 1px rgba(255, 255, 255, 0.07), inset 0 0 2px rgba(255, 255, 255, 0.15);
    background: linear-gradient(to bottom, rgba(49, 49, 47, 0.97), #262625);
    background-repeat: repeat-x;
}

#selectionSharerPopover .selectionSharerPopover-clip {
    position: absolute;
    bottom: -11px;
    display: block;
    left: 50%;
    clip: rect(12px 24px 24px 0);
    margin-left: -12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

#selectionSharerPopover .selectionSharerPopover-arrow {
    display: block;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(45deg) scale(0.5);
    transform: rotate(45deg) scale(0.5);
    background-color: #454543;
    border: 2px solid #121211;
    box-sizing: content-box;
}

.selectionSharer ul {
    padding: 0;
    display: inline;
}

.selectionSharer ul li {
    float: left;
    list-style: none;
    background: none;
    margin: 0;
}

.selectionSharer a.action {
    display: block;
    text-indent: -200px;
    margin: 5px 7px;
    width: 20px;
    height: 20px;
    border: none;
}

.selectionSharer a:hover {
    color: #ccc;
}

.selectionSharer a.tweet {
    background: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='171' height='139'%3e%3cg transform='translate(-282.32053,-396.30734)'%3e%3cpath style='fill:white' d='m 453.82593,412.80619 c -6.3097,2.79897 -13.09189,4.68982 -20.20852,5.54049 7.26413,-4.35454 12.84406,-11.24992 15.47067,-19.46675 -6.79934,4.03295 -14.3293,6.96055 -22.34461,8.53841 -6.41775,-6.83879 -15.56243,-11.111 -25.68298,-11.111 -19.43159,0 -35.18696,15.75365 -35.18696,35.18525 0,2.75781 0.31128,5.44359 0.91155,8.01875 -29.24344,-1.46723 -55.16995,-15.47582 -72.52461,-36.76396 -3.02879,5.19662 -4.76443,11.24048 -4.76443,17.6891 0,12.20777 6.21194,22.97747 15.65332,29.28716 -5.76773,-0.18265 -11.19331,-1.76565 -15.93716,-4.40083 -0.004,0.14663 -0.004,0.29412 -0.004,0.44248 0,17.04767 12.12889,31.26806 28.22555,34.50266 -2.95247,0.80436 -6.06101,1.23398 -9.26989,1.23398 -2.2673,0 -4.47114,-0.22124 -6.62011,-0.63114 4.47801,13.97857 17.47214,24.15143 32.86992,24.43441 -12.04227,9.43796 -27.21366,15.06335 -43.69965,15.06335 -2.84014,0 -5.64082,-0.16722 -8.39349,-0.49223 15.57186,9.98421 34.06703,15.8094 53.93768,15.8094 64.72024,0 100.11301,-53.61524 100.11301,-100.11387 0,-1.52554 -0.0343,-3.04251 -0.10204,-4.55261 6.87394,-4.95995 12.83891,-11.15646 17.55618,-18.21305 z' /%3e%3c/g%3e%3c/svg%3e") no-repeat;
    background-size: 18px;
    background-position: 2px 4px;
}

.selectionSharer a.facebook {
    background: url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 33 33' width='25' height='25' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%3e%3cpath style='fill:white' d='M 17.996,32L 12,32 L 12,16 l-4,0 l0-5.514 l 4-0.002l-0.006-3.248C 11.993,2.737, 13.213,0, 18.512,0l 4.412,0 l0,5.515 l-2.757,0 c-2.063,0-2.163,0.77-2.163,2.209l-0.008,2.76l 4.959,0 l-0.585,5.514L 18,16L 17.996,32z'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat;
    background-size: 18px;
    background-position: 0px 2px;
    display: none;
}

.selectionSharer a.email {
    background: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='94' height='64'%3e%3cg transform='translate(-10, -10)' fill='transparent'%3e%3crect x='0' y='0' width='114' height='114'%3e%3c/rect%3e%3cpath d='M12,12 L102,12 L102,72 L12,72 L12,12 Z M16,12 L53,49 C55.6666667,51 58.3333333,51 61,49 L98,12 L16,12 Z M15,72 L45,42 L15,72 Z M69,42 L99,72 L69,42 Z' stroke='white' stroke-width='5'%3e%3c/path%3e%3c/g%3e%3c/svg%3e") no-repeat;
    background-size: 20px;
    background-position: 0px 4px;
}

#selectionSharerPopunder.fixed {
    transition: bottom 0.5s ease-in-out;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -50px;
}

.selectionSharer {
    transition: -webkit-transform 0.6s ease-in-out;
}

.selectionSharer.moveDown {
    -webkit-transform: translate3d(0, 60px, 0);
}

#selectionSharerPopunder {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0px;
    transition: height 0.5s ease-in-out;
    background: #ccc;
    border: none;
    box-shadow: inset 0px 10px 5px -10px rgba(0, 0, 0, 0.5), inset 0px -10px 5px -10px rgba(0, 0, 0, 0.5);
    border-radius: 0;
    overflow: hidden;
}

#selectionSharerPopunder.show {
    height: 50px;
}

.selectionSharerPlaceholder {
    height: 1em;
    margin-bottom: -2em;
    transition: height 0.5s ease-in-out;
}

.selectionSharerPlaceholder.show {
    height: 50px !important;
}

#selectionSharerPopunder-inner ul {
    overflow: hidden;
    float: right;
    margin: 0px;
}

#selectionSharerPopunder-inner ul li {
    padding: 5px;
    overflow: hidden;
}

#selectionSharerPopunder-inner label {
    color: white;
    font-weight: 300;
    line-height: 50px;
    margin: 0px 20px 0px 10px;
}

#selectionSharerPopunder-inner a {
    width: 30px;
    height: 30px;
    background-size: 30px;
}

#selectionSharerPopunder-inner a.tweet {
    background-position: 0px 2px;
}

/* FONT AWESOME
=========================================================================
*/

@font-face {
    font-family: 'FontAwesome';
    src: url('./assets/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('./assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('./assets/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('./assets/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('./assets/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('./assets/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
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .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.28571429em;
    text-align: center
}

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

.fa-ul > li {
    position: relative
}

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

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .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);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

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

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

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-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);
    -ms-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 {
    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
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

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

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

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

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

/* ANIMATE
=========================================================================
*/

/* Owl Carousel
=========================================================================
*/

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

/* WORDPRESS DEFAULT ELEMENTS
=========================================================================
*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

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

.wp-caption {
    margin-bottom: 15px;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    color: #999;
    font-size: 1.2rem;
    margin-top: 5px;
    text-align: center;
}

.gallery {
    margin-bottom: 15px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-icon {
    text-align: center;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* Ticker Styling */
.ticker-wrapper.has-js {
    flex: 1;
    padding: 0 10px;
    height: 45px;
    overflow: hidden;
    line-height: 45px;
    font-weight: 700;
}

.ticker {

}

.ticker-title {
    display: none !important;
}

.ticker-content {

}

.ticker-content:focus {
    none;
}

.ticker-content a {
    color: #ddd;
    font-size: 1.3rem;
}

.ticker-content a:hover {
    text-decoration: underline;
}

.ticker-content a span {
    font-weight: 300;
    color: #999
}

.ticker-swipe {

}

.ticker-swipe span {

}

.ticker-controls {

}

.ticker-controls li {

}

.ticker-controls li.jnt-play-pause {

}

.ticker-controls li.jnt-play-pause.over {
}

.ticker-controls li.jnt-play-pause.down {
}

.ticker-controls li.jnt-play-pause.paused {
}

.ticker-controls li.jnt-play-pause.paused.over {
}

.ticker-controls li.jnt-play-pause.paused.down {
}

.ticker-controls li.jnt-prev {
}

.ticker-controls li.jnt-prev.over {
}

.ticker-controls li.jnt-prev.down {
}

.ticker-controls li.jnt-next {
}

.ticker-controls li.jnt-next.over {
}

.ticker-controls li.jnt-next.down {
}

.js-hidden {
    display: none;
}

.no-js-news {
}

.left .ticker-swipe {
    /*left: 80px;*/
}

.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
}

.left .ticker-controls {
}

.right .ticker-swipe {
    /*right: 80px;*/
}

.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
}

.right .ticker-controls {
}

/* GENERAL STRUCTURE
=========================================================================
*/

html {
    font-size: 62.5%;
    text-rendering: optimizelegibility;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: #FFF;
    font-size: 1.5rem;
    color: #000;
    font-weight: 400;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
    min-width: 320px;
}

.container-small {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
    min-width: 320px;
}

.leftContent {
    width: 18%;
    float: left;
}

.mainContent {
    width: 56%;
    float: left;
    padding: 0 3%;
}

.rightContent {
    float: left;
    width: 26%;
}

#webcontent {
    overflow: hidden;
}

.site-content {
    padding-top: 40px;
}

.main-content {
    overflow: hidden;
}

.site-main-content {
    float: left;
    width: 68%;
    padding-right: 3%;
}

.site-sidebar {
    float: left;
    width: 32%;
    padding-left: 2%;
}

/* Extra
=========================================================================
*/

.headings {
    position: relative;
    display: block;
}

.headings .view-all {
    position: absolute;
    top: 12px;
    font-size: 1.2rem;
    color: #999;
    right: 10px;
    transition: background 200ms ease;
}

.headings .view-all:hover {
    text-decoration: underline;
    transition: background 200ms ease;
}

.heading-small {
    text-transform: uppercase;
    color: #000;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 30px;
}

.heading-small:before {
    content: "";
    height: 4px;
    width: 50px;
    background: #FFE000;
    display: block;
    margin-bottom: 8px;
}

.heading-big {
    text-transform: uppercase;
    color: #000;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 30px;
}

.heading-big:before {
    content: "";
    height: 4px;
    width: 50px;
    background: #FFE000;
    display: block;
    margin-bottom: 8px;
}

.view-all-button {
    display: block;
    padding: 12px;
    text-align: center;
    background: #FFE000;
    border-radius: 5px;
    font-weight: 700;
    color: #000;
    font-size: 1.3rem;
    transition: background 200ms ease;
}

.view-all-button:hover {
    background: #FFB300;
    color: #000;
    transition: background 200ms ease;
}

/* Header
=========================================================================
*/

.site-header {
    background: #000;
    width: 100%;
    z-index: 999;
    display: flex;
    height: 100px;
    -webkit-transition: top 0.3s ease-in-out;
    -moz-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out;
}

.site-branding {
    overflow: hidden;
    padding: 0 10px;
    background: #fee433;
    float: left;
}

.site-header .restHead {
    position: relative;
    z-index: 555;
    flex: 1;
}

.site-branding a {
}

.site-branding .mobile {
    display: none;
}

.site-branding img {
    display: block;
    max-height: 94px;
}

.right-menu {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    overflow: hidden;
    z-index: 5555;
}

.right-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.right-menu li {
    float: left;
}

.right-menu li a {
    color: #999;
    display: block;
    padding: 0 15px !important;
    line-height: 49px;
    font-size: 1.6rem !important;
    transition: opacity 200ms ease;
}

.right-menu li a:hover {
    color: #FFF;
    transition: opacity 200ms ease;
}

.right-menu .searchpop {
    cursor: pointer;
    padding: 0 20px;
    background: #333;
}

#mobile-menu {
    display: none;
}

.main-navigation {
    height: 54px;
    overflow: hidden;
    position: relative;
    background: #121212;
    width: 100%;
    display: block;
    clear: both;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5555;
}

.main-navigation li {
    display: inline-block;
    position: relative;
}

.main-navigation li ul {
    display: none;
}

.main-navigation li:hover > ul {
    display: block;
    position: absolute;
    top: 48px;
    width: 220px;
    background: #222;
}

.main-navigation li ul li {
    display: block;
}

.main-navigation li ul li a {
    line-height: 30px;
    text-transform: capitalize;
}

.main-navigation li a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3rem;
    padding: 0 10px;
    color: #DDD;
    line-height: 55px;
    display: block;
    transition: opacity 200ms ease;
}

.main-navigation li a:hover {
    color: #eee;
    transition: opacity 200ms ease;
    background: #222;
}

.main-navigation .current_page_item a {
    color: #eee;
}

.searchtop {
    background: rgba(0, 0, 0, 0.9);
    border-radius: 0 0 4px 4px;
    display: none;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 990;
    left: 0;
    text-align: center;
    bottom: 0;
}

.searchtop h4 {
    text-transform: uppercase;
    padding-top: 100px;
    color: #FFF;
    font-size: 2rem;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.searchtop p {
    color: #ddd;
    font-weight: 300;
    margin-bottom: 30px;
}

.searchtop input[type="search"] {
    background: no-repeat;
    padding: 0;
    border: none;
    text-align: center;
    color: #FFF;
    font-size: 5rem;
}

.searchtop .close-search {
    display: inline-block;
    margin-top: 10px;
    font-size: 1.3rem;
    color: #999;
    border-bottom: 1px solid #999;
    padding-bottom: 1px;
}

#newsRoom {
    overflow: hidden;
    height: 55px;
    position: relative;
    display: flex;
}

#newsRoom h4 {
    font-size: 1.3rem;
    line-height: 45px;
    padding: 0 10px;
    background: #333;
    float: left;
    height: 45px;
    font-weight: 700;
    color: #fff;
}

#newsRoom h5 a {
    color: #FFF;
}

#newsRoom h5 a:hover {
    text-decoration: underline;
}

/* Featured Section
=========================================================================
*/
.latest-news {
    margin-bottom: 40px;
}

.featured-section {
    background: #F0F4F7;
    margin-bottom: 40px;
    padding: 20px 0;
	display: none;

}

.featured-section .special-area {
    text-align: center;
}

.featured-section .content {
    overflow: hidden;
}

.recomandarihome {
    height: 400px;
    position: relative;
    margin-bottom: 40px;
    width:100%!important;
}

.recomandarihome .recred {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background: #cc0000;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    padding: 2px 10px;

}

.recomandarihome .coverItem {
    position: absolute;
    background: rgba(0, 0, 0, 0.1123);
    z-index: 3;
    width: 100%;
    height: 100%;
    transition: background 200ms ease;
}

.recomandarihome .coverItem:hover {
    background: rgba(0, 0, 0, 0);
    transition: background 200ms ease;
}

.recomandarihome .inside-content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    width: 100%;
    display: block;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
    z-index: 5
}

.recomandarihome .inside-content .post-date {
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 300;
}

.recomandarihome .inside-content .byline a {
    color: #000;
    background: #FFE000;
    font-weight: 700;
    font-size: 1.1rem;
    margin-right: 5px;
    padding: 2px 5px;
    display: inline-block;
}

.recomandarihome .inside-content h3 {
    font-size: 2.5rem;
    line-height: normal;
    font-weight: 900;
}

.recomandarihome .inside-content h3 a {
    color: #FFF;
    transition: color 200ms ease;
}

.recomandarihome .inside-content h3 a:hover {
    color: #999;
    transition: color 200ms ease;
}

.recomandarihome .item {
    float: left;
    height: 400px;
    background-size: cover;
    position: relative;
    background-position: bottom center;
    width: 100%;
}

.recomandarihome .owl-nav.disabled + .owl-dots {
    position: absolute;
    top: 5px;
    right: 5px;
}

.recomandarihome .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.recomandarihome .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.recomandarihome .owl-dots .owl-dot span {
    width: 25px;
    height: 5px;
    margin: 5px 7px;
    background: #FFE000;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.recomandarihome .owl-dots .owl-dot.active span, .recomandarihome .owl-dots .owl-dot:hover span {
    background: #869791;
}

.widget_fakebook {
    background: #EEE;
    padding: 20px 10px;
}

.widget-fakebook .date {
    color: #999;
    font-size: 1.1rem;
    font-weight: 300;
    text-transform: uppercase;
}

.widget-fakebook li:last-of-type {
    margin-bottom: 0;
}

.widget_text {
    text-align: center;
}

.widget-fakebook .title {
    font-size: 1.5rem;
}

.widget-fakebook .title a {
    color: #000;
}

.widget-fakebook .title a:hover {
    text-decoration: underline;
}

.widget-fakebook .post-image {
    max-height: 150px;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 10px;
}

.widget-fakebook .post-image img {
    width: 100%;
}

.widget-fakebook li {
    margin-bottom: 20px;
}

.widget-fakebook {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-editoriale .item {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D2D2D3;
    box-shadow: 0 1px 0 #FFFFFF;
}

.widget-editoriale .item .avatar {
  display: block;
border-radius: 999rem;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
margin: 5px;
margin-right: 10px;
margin: 0 auto;
    margin-bottom: 0px;
margin-bottom: 10px;
}

.widget-editoriale .item .editorialTitle {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center;
}

.widget-editoriale .item .post-summary {
    font-size: 1.4rem;
    color: #888;
}

.widget-editoriale .item .editorialTitle a {
    color: #000;
}

.widget-editoriale .item .editorialTitle a:hover {
    text-decoration: underline;
}

.widget-editoriale .item .post-meta {
    font-size: 1.2rem;
    color: #999;
    text-align: center;
    margin-bottom: 10px;
}

.widget-editoriale .item .post-meta .post-date {
    display: none;
}

.widget-editoriale .item .post-meta a {
    font-weight: 700;
    color: #000;
    background: #FFE000;
    padding: 0 4px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 5px;
}

.widget-editoriale .item .post-meta a:hover {
    text-decoration: underline;
}

/* Fakebook
=========================================================================
*/

.latest-fakebook {
    background: #EEEEEE;
    padding-top: 30px;
    margin-bottom: 40px;
}

/* restnews
=========================================================================
*/
.restnews {
    padding: 30px 0;
    margin-bottom: -40px;
    border-bottom: 1px solid #ddd;
}

.restnews .col-list {

}

.restnews .newscol {
    margin-bottom: 30px;
    overflow: hidden;
}

.restnews .newscol .article-full {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 0 #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.restnews .newscol .article-full .post-image {
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.restnews .newscol .article-full .post-image img {
    width: 100%;
}

.restnews .newscol .article-full .cover {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.restnews .newscol .article-full .post-meta {
    color: #999;
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 15px;
}

.restnews .newscol .article-full .post-title {
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: 900;
}

.restnews .newscol .article-full .post-title a {
    color: #000
}

.restnews .newscol .article-full .post-title a:hover {
    text-decoration: underline;
}

.restnews .newscol .article {
    margin-bottom: 20px;
    overflow: hidden;
    float: left;
    width: 48%;
    margin-right: 3%;
}

.restnews .newscol .article:nth-of-type(2n) {
    margin-right: 0;
}

.restnews .newscol .article:nth-of-type(3n) {

}

.restnews .newscol .article:last-of-type {
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

.restnews .newscol .article .post-title {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
}

.restnews .newscol .article .post-title a {
    color: #000
}

.restnews .newscol .article .post-title a:hover {
    text-decoration: underline;
}

.restnews .newscol .article .post-meta {
    color: #999;
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 300;
}

.restnews .newscol .article .post-image {
    margin-bottom: 10px;
}

/* Investigatii
=========================================================================
*/
.investigatii {
    margin-bottom: 40px;
}

/* Post Listing
=========================================================================
*/

.post-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post-listing .listingpost {
    float: left;
    width: 23%;
    margin-bottom: 30px;
}

.post-listing .listingpost .post-image {
    height: 160px;
    background-size: cover;
    margin-bottom: 4px;
    border: 1px solid #ddd;
    background-color: #eee;
    position: relative;
    overflow: hidden;
}

.post-listing .listingpost .post-image .cover {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background 200ms ease;
}

.post-listing .listingpost .post-image .cover:hover {
    background: rgba(0, 0, 0, 0.3);
    transition: background 200ms ease;
}

.post-listing .listingpost .post-title {
    font-size: 1.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-listing .listingpost .post-title a {
    color: #000;
}

.post-listing .listingpost .post-title a:hover {
    text-decoration: underline;
}

.post-listing .listingpost .post-meta {
    color: #999;
    font-size: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 300;
}

.post-listing .listingpost .post-meta .author {
    display: none;
}

.post-listing .listingpost .post-meta a {
    color: #999;
}

.post-listing .listingpost .post-meta a:hover {
    text-decoration: underline;
}

.post-listing .listingpost .post-summary {
    display: none;
}

.post-listing-duo {
    overflow: hidden;
    position: relative;
}

.post-listing-duo .view-all-button {
    float: right;
    display: block;
}

.post-listing-duo .big-post {
    height: 400px;
    float: left;
    width: 50%;
    background-size: cover;
    position: relative;
    border: 1px solid #ddd;
}

.post-listing-duo .big-post .post-summary {
    display: none;
}

.post-listing-duo .big-post .cover {
    position: absolute;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    transition: opacity 200ms ease;
}

.post-listing-duo .big-post .cover:hover {
    background: rgba(0, 0, 0, 0);
}

.post-listing-duo .big-post .content {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    width: 100%;
    display: block;
    z-index: 5;
}

.post-listing-duo .big-post .content .post-meta {
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 300;
}

.post-listing-duo .big-post .content .post-meta a {
    color: #000;
    background: #FFE000;
    font-weight: 700;
    font-size: 1.1rem;
    margin-right: 5px;
    padding: 2px 5px;
    display: inline-block;
}

.post-listing-duo .big-post .content .post-title {
    font-size: 2.8rem;
    line-height: normal;
    font-weight: 900;
}

.post-listing-duo .big-post .content .post-title a {
    color: #FFF;
}

.post-listing-duo .big-post .content .post-title a:hover {
    color: #999;
}

.post-listing-duo .small-post {
    padding-left: 30px;
    float: right;
    width: 50%;
    margin-bottom: 30px;
    overflow: hidden;
}

.post-listing-duo .small-post .post-image {
    max-width: 150px;
    float: left;
    margin-right: 15px;
}

.post-listing-duo .small-post .post-image img {
    border-radius: 3px;
    border: 1px solid #ddd;
}

.post-listing-duo .small-post .post-title {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 10px;
}

.post-listing-duo .small-post .post-title a {
    color: #000;
}

.post-listing-duo .small-post .post-title a:hover {
    text-decoration: underline;
}

.post-listing-duo .small-post .post-meta {
    font-size: 1.2rem;
    color: #999;
    margin-bottom: 10px;
}

.post-listing-duo .small-post .post-meta a {
    font-weight: 700;
    color: #000;
    background: #FFE000;
    padding: 0 4px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 5px;
}

.post-listing-duo .small-post .post-meta a:hover {
    text-decoration: underline;
}

.post-listing-duo .small-post .post-summary {
    font-size: 1.4rem;
    color: #888;
}

.mardale {
    background: #333;
    padding: 35px 0;
}

.mardale .heading-big {
    color: #FFF;
}

.mardale .view-all {
    color: #FFF;
}

.mardale-post {
    text-align: center;
}

.mardale-post .post-image {
    max-height: 320px;
    overflow: hidden;
    margin-bottom: 10px;
    opacity: 1;
    transition: opacity 200ms ease;
}

.mardale-post .post-image:hover {
    opacity: 0.8;
    transition: opacity 200ms ease;
}

.mardale-post .post-title {
    font-size: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.mardale-post .post-title a {
    color: #FFF;

}

.mardale-post .post-title a:hover {
    text-decoration: underline;
}

.mardale-post .post-date {
    font-size: 1.2rem;
    color: #999;
}

#mdaralelist .owl-nav.disabled + .owl-dots {
    display: block;
    margin-top: 30px;
}

.mardale .owl-dots {
    text-align: center;
    margin-top: 30px;
    -webkit-tap-highlight-color: transparent;
}

.mardale .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.mardale .owl-dots .owl-dot span {
    width: 25px;
    height: 5px;
    margin: 5px 7px;
    background: #FFE000;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
}

.mardale .owl-dots .owl-dot.active span, .mardale .owl-dots .owl-dot:hover span {
    background: #869791;
}

.mardale .owl-nav {
    display: none;
}

.post-listing-half {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post-listing-half .post {
    margin-bottom: 40px;
    overflow: hidden;
    width: 48%;

}

.post-listing-half .post .post-image {
    max-width: 150px;
    float: left;
    margin-right: 15px;
}

.post-listing-half .post .post-image img {
    border-radius: 3px;
    border: 1px solid #ddd;
}

.post-listing-half .post .post-meta {
    font-size: 1.2rem;
    color: #999;
    margin-bottom: 10px;
}

.post-listing-half .post .post-meta a {
    font-weight: 700;
    color: #000;
    background: #FFE000;
    padding: 0 4px;
    display: inline-block;
    border-radius: 2px;
}

.post-listing-half .post .post-meta a:hover {
    text-decoration: underline;
}

.post-listing-half .post .post-title {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-bottom: 10px;
}

.post-listing-half .post .post-title a {
    color: #000;
}

.post-listing-half .post .post-title a:hover {
    text-decoration: underline;
}

.post-listing-half .post .post-summary {
    font-size: 1.4rem;
    color: #777;
}

/* Editorial Content / post-content
=========================================================================
*/

.editorial-content {
    position: relative;
    display: block;
    padding-top: 50px;
}

.editorial-content .post-header {
    text-align: center;
}

.editorial-content .post-header .post-meta .category {
    display: none;
}

.editorial-content .post-header .author {
    margin-bottom: 10px;
}

.editorial-content .post-header .author .avatar {
    border-radius: 999rem;
    border: 1px solid #ddd;
}

.editorial-content .post-header .author .byline a {
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #000;
    font-weight: 700;
}

.editorial-content .post-header .post-title {
    font-weight: 900;
    color: #000;
    font-size: 4.4rem;
    margin-bottom: 10px;
}

.editorial-content .post-header .post-meta {
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #999;
}

.editorial-content .post-header .post-meta:after {
    content: "";
    height: 4px;
    display: block;
    width: 100px;
    background: #FFE000;
    margin: 30px auto;
}

.editorial-content .post-header .post-date:after {
    content: "·";
    display: inline-block;
    margin: 0 10px;
}

.editorial-content .post-header .comments a {
    color: #111;
    font-weight: 400;
}

.editorial-content .post-header .comments a:hover {
    text-decoration: underline;
}

.editorial-content .post-content {
    font-size: 1.8rem;
    line-height: 1.7;
    position: relative;
    padding: 0 85px;
}

.editorial-content .post-content p {
    margin-bottom: 34px;
}

.editorial-content .post-content a {
    border-bottom: 1px solid;
}

.editorial-content .post-content a:hover {
    border-bottom: none;
}

.editorial-content .post-content ul {
    list-style: inside;
    margin-bottom: 34px;
    padding-left: 5px;
}

.editorial-content .post-content .share-list {
    list-style: none;
    margin-left: -80px;
    padding: 0;
    margin-top: 60px;
    position: absolute;
}

.editorial-content .post-content .share-list li {
    display: block;
}

.editorial-content .post-content .share-list li a {
    display: block;
    width: 40px;
    height: 40px;
    background: #eee;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #999;
    font-size: 1.4rem;
    line-height: 40px;
}

.editorial-content .post-content .share-list .facebook {
    background: #3B5998;
    color: #FFF;
}

.editorial-content .post-content .share-list .twitter {
    background: #55ACEE;
    color: #FFF;
}

.editorial-content .post-content .share-list .gplus {
    background: #DD4B39;
    color: #FFF;
}

.the-tags {
    margin-bottom: 30px;
    font-size: 1.3rem;
    font-family: 'Open Sans', sans-serif;
}

.the-tags span {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.the-tags a {
    display: inline-block;
    padding: 0px 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #ccc;
    margin-bottom: 10px;
}

.the-tags a:hover {
    color: #999;
    border: 1px solid #999;
}

.afterpost {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
	clear: both;
}

.afterPostB {
    float: left;
    width: 50%;
    text-align: center;
}

.related-posts {
    border: 1px solid #ddd;
    padding: 20px;
}

.related-posts ul {
    list-style: none;
    margin: 0;
    padding: 0;

}

.related-posts li {
    margin-bottom: 20px;
    overflow: hidden;
}

.related-posts li:last-of-type {
    margin-bottom: 0;
}

.related-posts .postTitle {
    font-size: 1.4rem;
    margin-bottom: 3px;
}

.related-posts .postTitle a {
    color: #000;
}

.related-posts .postTitle a:hover {
    text-decoration: underline;
}

.related-posts .related-photo {
    float: left;
    margin-right: 10px;
    max-width: 60px;
    border: 1px solid #ddd;
}

.related-posts .content {
    padding-left: 70px;
}

.related-posts .post-date {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #999;
}

.editorial-related {
    background: #f2f2f2;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 30px 0;
}

.related-listing-editorial ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 0 3px;
    flex-wrap: wrap;
}

.related-listing-editorial li {
    width: 23%;
    text-align: center;
    background: #fff;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    margin-top: 3px;
    margin-bottom: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .09);
}

.related-listing-editorial li:hover {
    background: #f9f9f9;
}

.related-listing-editorial li:last-of-type {
    margin-right: 0;
}

.related-listing-editorial .editorial {

}

.related-listing-editorial .editorial .avatar {
    margin-bottom: 10px;
    border-radius: 999rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    display: inline-block;
}

.related-listing-editorial .editorial .editorialTitle {
    font-size: 1.6rem;
    line-height: 1.3;
    font-weight: 900;
    margin-bottom: 10px;
}

.related-listing-editorial .editorial .editorialTitle a {
    color: #000;
}

.related-listing-editorial .editorial .editorialTitle a:hover {
    text-decoration: underline;
}

.related-listing-editorial .editorial .post-meta {
    font-size: 1.2rem;
    color: #999;
    margin-bottom: 10px;
}

.related-listing-editorial .editorial .post-meta a {
    font-weight: 700;
    color: #000;
    background: #FFE000;
    padding: 0 4px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 5px;
}

.related-listing-editorial .editorial .post-meta a:hover {
    text-decoration: underline;
}

.related-listing-editorial .editorial .post-summary {
    font-size: 1.4rem;
    color: #888;
}

.single-editorial .latest-news {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
}

/* SINGLE
=========================================================================
*/

.breadcrumbs {
    font-size: 1.2rem;
    color: #999;
    margin-bottom: 10px;
}

.breadcrumbs a {
    color: #666;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.site-main-content {

}

.site-main-content .post-header {
    margin-bottom: 20px;
    position: relative;
}

.site-main-content .post-header .post-title {
    font-weight: 900;
    color: #000;
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 4rem;
}

.site-main-content .post-header .subtitlu {
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 20px;
    color: #333;
}

.site-main-content .post-header .post-meta {
    text-transform: uppercase;
    font-weight: 300;
    color: #999;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.site-main-content .post-header .post-meta a {
    color: #333;
}

.site-main-content .post-header .post-meta .category {
    display: none;
}

.site-main-content .post-header .post-meta .byline {
    font-weight: 700;
    color: #000;
    background: #FFE000;
    padding: 0 4px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 5px;
}

.site-main-content .post-header .post-meta .byline:hover {
    text-decoration: underline;
}

.site-main-content .post-header .post-meta .post-date {

}

.site-main-content .post-photo {
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.site-main-content .post-photo .zoom {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 8px;
    font-size: 1.3rem;
    color: #fff;
    width: 100%;
    text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.1);
    text-align: left;
}

.site-main-content .post-photo .zoom a {
    display: block;
    font-weight: 700;
    color: #FFE000;
}

.site-main-content .post-photo img {
    display: block;
    width: 100%;
}

.site-main-content .post-content {
    font-size: 1.8rem;
    line-height: 1.7;
    position: relative;
    overflow: hidden;
}

.site-main-content .main-entry {
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.site-main-content .post-content p {
    margin-bottom: 34px;
}

.site-main-content .post-content ul {

}

.site-main-content .post-content ol {
    margin-bottom: 30px;
}

.site-main-content .post-content li {

}

.site-main-content .post-content a {
    border-bottom: 1px solid;
}

.site-main-content .post-content a:hover {
    border: none;
}

.site-main-content .post-content blockquote {
    margin-bottom: 34px;
    padding: 20px;
    background: #eee;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    position: relative;
    margin-right: 0
}

.site-main-content .post-content blockquote:before {
    font-family: 'fontawesome';
    content: '\f10d';
    color: #000;
    display: block;
    font-size: 3rem;
    position: absolute;
    top: -30px;
    left: -12px;
}

.site-main-content .post-content blockquote p:last-of-type {
    margin-bottom: 0;
}

.editorial-content .post-content blockquote {
    margin-bottom: 34px;
    padding: 20px;
    background: #eee;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    position: relative;
    margin-right: 0
}

.editorial-content .post-content blockquote:before {
    font-family: 'fontawesome';
    content: '\f10d';
    color: #000;
    display: block;
    font-size: 3rem;
    position: absolute;
    top: -30px;
    left: -12px;
}

.editorial-content .post-content blockquote p:last-of-type {
    margin-bottom: 0;
}

.navigation {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #eee;
    margin-top: 30px;
    margin-bottom: 30px;
}

.navigation h4 {
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 10px;
}

.navigation a {
    color: #000;
}

.navigation span {
    display: inline-block;
    font-size: 2rem;
}

.navigation .next a,
.navigation .prev a {
    background: #FFE000;
    padding: 5px 20px;
    font-weight: 700;
    border-radius: 5px;
    color: #000;
}

.navigation span a {
    color: #999;
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
}

.navigation .active a {
    color: #000;
    border-bottom: 1px solid #000;
}

.navigation a:hover {
    color: #000;
}

.navigation .nav-sep {
    display: inline-block;
    height: 30px;
    margin-right: 5px;
}

/* SINGLE MARDALE
=========================================================================
*/

.single-mardale .post-header {
    text-align: center;
    margin-bottom: 30px;
}

.single-mardale .post-header .post-title {
    color: #000;
    font-size: 4rem;
}

.single-mardale .post-header .post-title:after {
    content: "";
    height: 1px;
    background: #FFE000;
    width: 80px;
    display: block;
    margin: 20px auto;
}

.single-mardale .post-header .post-date {
    text-transform: uppercase;
    font-weight: 300;
    color: #999;
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.single-mardale .post-photo {
    text-align: center;
    margin-bottom: 20px;
}

.single-mardale .mardale-content {
    padding-bottom: 30px;
    text-align: center;
}

/* SIDEBAR
=========================================================================
*/

.widget-title {
    text-transform: uppercase;
    color: #000;
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 30px;
    position: relative;
}

.widget-title:before {
    content: "";
    height: 4px;
    width: 50px;
    background: #FFE000;
    display: block;
    margin-bottom: 8px;
}

.widget {
    margin-bottom: 40px;
}

.widget-articole {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget-articole li {
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.widget-articole li:last-of-type {
    margin-bottom: 0;
    border: none;
    padding: 0;
}

.widget-articole .post-photo {
    max-height: 160px;
    overflow: hidden;
    margin-bottom: 10px;

}

.widget-articole .post-photo img {
    width: 100%;
}

.widget-articole .first-post {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.widget-articole .first-post .post-description {
    padding: 0;
}

.widget-articole .post-description {
    position: relative;
    padding-left: 50px;
}

.widget-articole .post-description .title {
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.widget-articole .pozitie {
    float: left;
    margin-top: 3px;
    font-size: 5rem;
    margin-right: 20px;
    color: #ddd;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.widget-articole .title a {
    color: #000;
}

.widget-articole .title a:hover {
    text-decoration: underline;
    color: #000;
}

.widget-articole .widget-time {
    color: #999;
    font-size: 1.1rem;
    font-weight: 300;
    text-transform: uppercase
}

.widget .latests-posts {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget .latests-posts li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.widget .latests-posts li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.widget .latests-posts .description {
    position: relative;
}

.widget .latests-posts .post-photo {
    max-height: 160px;
    overflow: hidden;
    margin-bottom: 10px;
}

.widget .latests-posts .post-photo img {
    width: 100%;
}

.widget .latests-posts .restpost .post-photo {
    float: left;
    margin-right: 10px;
    max-width: 80px;
}

.widget .latests-posts .restpost .post-photo
.widget .latests-posts .restpost .description {
    padding-left: 90px;
}

.widget .latests-posts .title {
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.widget .latests-posts .title a {
    color: #000;
}

.widget .latests-posts .title a:hover {
    text-decoration: underline;
}

.widget .latests-posts .widget-time {
    color: #999;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.widget-editoriale {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.widget-editoriale li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.widget-editoriale li:last-of-type {
    border: none;
    padding: 0;
    margin: 0;
}

.widget-editoriale .editorial-icon {
display: block;
margin-bottom: 10px;
text-align: center;
}

.widget-editoriale .editorial-icon a {
    display: block;
}

.widget-editoriale .editorial-icon img {
    margin-bottom: 10px;
    border-radius: 999rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.widget-editoriale .editorial-description {

}

.widget-editoriale .editorial-description .title {
    font-size: 1.6rem;
    text-align: center;
    
}

.widget-editoriale .editorial-description .title a {
    color: #000;
}

.widget-editoriale .editorial-description .title a:hover {
    text-decoration: underline;
}

.widget-editoriale .editorial-description .date {
    color: #999;
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: none;
}

.widget-editoriale .editorial-description .byline {
font-size: 1.2rem;
color: #999;
text-align: center;
margin-bottom: 10px;
}

.widget-editoriale .editorial-description .byline a {
    font-weight: 700;
color: #000;
background: #FFE000;
padding: 0 4px;
display: inline-block;
border-radius: 2px;
margin-right: 5px;
}

.widget-editoriale .editorial-description .post-summary {
    font-size: 1.4rem;
    color: #666;
}

/* COMMENTS
=========================================================================
*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.commentlist li {
    border-bottom: 1px solid #e1e8ed;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

ol.commentlist li:last-of-type {
    border-bottom: none;
}

ol.commentlist li.alt {
}

ol.commentlist li.bypostauthor .authorname {
    color: #cc0000;
}

ol.commentlist li.byuser {
}

ol.commentlist li.comment-author-admin {
}

ol.commentlist li.comment ul.children {
    padding: 20px;
}

ol.commentlist li.comment div.comment-author {
}

ol.commentlist li.comment div.author {
    overflow: hidden;
}

ol.commentlist li.comment div.vcard cite.fn {
}

ol.commentlist li.comment div.vcard cite.fn a.url {
    color: #c33e82;
}

ol.commentlist li.comment div.vcard img.avatar {
}

ol.commentlist li.comment div.vcard img.avatar-32 {
}

ol.commentlist li.comment div.vcard img.photo {
}

ol.commentlist li.comment div.vcard span.says {
}

ol.commentlist li.comment div.commentmetadata {
}

.commentlist .comment-meta {
    clear: both;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.commentlist .comment-meta .author-name {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 700;
}

.commentlist .comment-meta .author-name a {
    color: #B82A50;
}

.bypostauthor {

}

.cmtnr {
    color: #eee;
    font-size: 20px;
    font-size: 4rem;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: -8px;
}

ol.commentlist li.comment ul {

}

ol.commentlist li.comment div.comment-content {
    margin-bottom: 20px;
}

ol.commentlist li.comment div.reply a {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #999;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 2px 5px;
}

ol.commentlist li.comment div.reply a:hover {

}

ol.commentlist li.comment ul.children {
    background: #F5F8FA;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 20px;
    position: relative;
}

ol.commentlist li.comment ul.children:before {
    border-bottom: 7px solid #F5F8FA;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    position: absolute;
    left: 30px;
    top: -7px;
}

ol.commentlist li.comment ul.children li:last-of-type {
    margin: 0;
    padding: 0;
}

ol.commentlist li.comment ul.children li.alt {
}

ol.commentlist li.comment ul.children li.bypostauthor {

}

ol.commentlist li.comment ul.children li.byuser {

}

ol.commentlist li.comment ul.children li.comment {
    background: #F5F8FA;
    list-style: none outside none;
    overflow: hidden;
    padding-bottom: 10px;
}

ol.commentlist li.comment ul.children li.comment-author-admin {

}

ol.commentlist li.comment ul.children li.depth-1 {

}

ol.commentlist li.comment ul.children li.depth-2 {
    border-bottom: 1px solid #ddd;
}

ol.commentlist li.comment ul.children li.depth-2 .comment-body {
    padding-bottom: 0;
}

ol.commentlist li.comment ul.children li.depth-2 .comment-content {

}

ol.commentlist li.comment ul.children li.depth-2:last-of-type {
    border-bottom: none;
    box-shadow: none;
}

ol.commentlist li.comment ul.children li.depth-3 {
}

ol.commentlist li.comment ul.children li.depth-4 {
}

ol.commentlist li.comment ul.children li.depth-5 {
}

ol.commentlist li.comment ul.children li.odd {
}

ol.commentlist li.even {
}

ol.commentlist li.odd {
}

ol.commentlist li.parent {
}

ol.commentlist li.thread-alt {
}

ol.commentlist li.thread-even {
}

ol.commentlist li.thread-odd {
}

.comment-body {
    padding-bottom: 20px;
    position: relative;

}

.comment-author {

}

.comment-author-avatar {

}

.comment-metadata .comment-edit-link {
    font-size: 1.25rem;
    font-size: 12px;
    margin-left: 5px;
}

.comment-metadata .authorname {
    display: block;
    font-size: 1.35rem;
    font-style: normal;
    font-weight: 600;
    color: #222;
}

.comment-metadata .authorname a {
    color: #1b586b;
}

.comment-metadata cite a {
    color: #222;
}

.comment-metadata {
    margin-left: 40px;
}

.comment-metadata .comment-time {
    color: #999;
    font-size: 11px;
    font-size: 1.16rem;
    line-height: 1;
    vertical-align: top;
}

.comment-author-avatar img {
    border-radius: 3px;
    float: left;
    margin-right: 7px;
}

.comment-meta .author-name .fn {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    font-size: 1rem;
}

.comment-meta .comment-date {
    font-size: 10px;
    font-size: 1rem;
}

.comment-meta .comment-date a {
    color: #999;
}

#respond {
    overflow: hidden;
    position: relative;
    padding: 30px;
    background: #eee;
    margin-top: 10px
}

#respond h3 {
    border-bottom: 1px solid #ccc;
    color: #222;
    font-size: 1.6rem;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

#author, #email, #url {
    margin-bottom: 10px;
    width: 100%;
}

#commentform {
    overflow: hidden;
}

#commentform textarea {
    width: 100%;
}

#commentform p {
    margin-bottom: 10px;
}

.comment-notes {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #999999;
}

.comment-notes a {
    color: #000;
    font-weight: 600;
}

.comment-notes a:hover {
    color: #222333;
}

.cancel-comment-reply {
    color: #ed1c24;
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    position: absolute;
    right: 30px;
    top: 32px;
}

.cancel-comment-reply a {
    color: #cc0000;
}

#cancel-comment-reply-link:hover {
    color: #222333;
}

#comments-loading {
    text-align: center;
}

#comments {
    clear: both;
}

.postcomments {
    clear: both;
    padding-top: 30px;
    position: relative;
}

.postcomments h3 {
    border-bottom: 1px solid #e1e8ed;
    color: #222;
    font-size: 1.6rem;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.postcomments h3 span {
    display: block;
    font-weight: 400;
    text-transform: none;
    color: #999;
}

.postcomments h3 a {
    background: #222333 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 0.8rem;
    padding: 4px 6px 2px;
    position: absolute;
    right: 0;
    top: 2px;
}

.postcomments h3 a:hover {
    background: #BC243C;
}

.add-comment {
    background: #BC243C;
    color: #fff;
    font-size: 0.9em;
    font-weight: 700;
    padding: 2px 15px;
    position: absolute;
    right: 0;
    top: -5px;
}

.add-comment:hover {
    background: #0a9287;
    color: #FFF;
    text-decoration: none;
}

.commentlist {
    list-style: none;
    margin-top: 20px;
}

.comment .rating {
    float: right;
    font-size: 0.8em;
    color: #666;
}

.comment .rating .fLeft {

    border-radius: 3px;
    float: left;
    font-weight: 700;
    margin-right: 5px;
    padding: 2px 5px;
}

.comment .rating .fRight {

    border-radius: 3px;
    float: right;
    font-weight: 700;
    margin-right: 5px;
    padding: 2px 5px;
}

.comment .rating .fLeft a {
    color: #CC0000;
    cursor: pointer;
    font-size: 1.2em;
}

.comment .rating .fRight a {
    color: #04B404;
    cursor: pointer;
    font-size: 1.2em;
}

.comment .rating .fRight .cd-votebtn {
    margin-left: 5px;

}

.comment .rating .fLeft .cd-votebtn {
    margin-right: 5px;
}

.pingback .rating {
    display: none;
}

.pingback .reply {
    display: none;
}

.comment-content blockquote {
    background: #fafafa;
    font-style: italic;
    margin: 0 0 10px;
    padding: 10px 20px;
}

.comment-content iframe {
    clear: both;
    display: block;
    height: auto;
    margin: 0 auto 20px;
    max-width: 70%;
    max-height: 350px;
}

.comment-content blockquote p:last-of-type {
    margin: 0;
}

.comment-content p {
    margin-bottom: 20px;
}

.comment-content p:last-of-type {
    margin-bottom: 0;
}

.comment-content a {

}

.comment-body .ckrating {
    bottom: 0;
    font-size: 1.2rem;
    font-weight: 600;
    position: absolute;
    right: 0;
}

ol.commentlist li.comment ul.children .ckrating {

}

.comment-body .reply {
	display: block;
}

.comment-content .reply a {
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: 0 0 1px #fff;
    font-size: 0.7rem;
    padding: 2px 5px;
    border-radius: 3px;
    color: #999;
    float: left;
}

.comment-content .reply a:hover {
    text-decoration: none;
}

.comment-content .comment-rating {
    float: right;
    margin-top: 6px;
}

.comment-content .reply a:hover {
    background: #fafafa;
}

.othercmt {
    color: #666;
    font-size: 0.8em;
    margin-left: 5px;
}

.trimite-cmt {
    width: 100%;
    text-transform: uppercase;
    padding: 10px;
}

.comment-awaiting-moderation {
    color: #cc0000;
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 20px;
}

.pushy-right .header-search {
    display: none;
}

.welcome-return {
    background: #fbf8ef none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 1.25rem;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 10px;
}

.welcome-return .icon {
    float: left;
    margin-right: 10px;
}

.welcome-return .icon img {
    border-radius: 4px;
}

.welcome-return span {
    color: #bc243c;
    font-weight: 700;
}

/* Footer
=========================================================================
*/

.cd-top {
    border-radius: 5px 5px 0 0;
    bottom: 0;
    color: #000;
    font-size: 30px;
    line-height: 1;
    opacity: 0;
    padding: 2px;
    position: fixed;
    right: 20px;
}

.cd-top:hover {
    color: #333;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.site-footer {
    background: #F0F4F7;
    text-align: center;
    padding: 30px 0;
}

.site-footer .site-info {

}

.site-footer .site-info .site-icon {
    display: block;
    margin-bottom: 10px;
}

.site-footer .site-info .site-icon img {
    border-radius: 4px;
    display: inline-block;
}

.site-footer .site-info .copy {
    font-size: 1.3rem;
    color: #777;
    margin-bottom: 20px;
}

.site-footer .site-info .footer-navigation {
    display: block;
    margin-bottom: 20px;
}

.site-footer .site-info .footer-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer .site-info .footer-navigation li {
    display: inline-block;
    margin-right: 20px;
}

.site-footer .site-info .footer-navigation li:last-of-type {
    margin-right: 0;
}

.site-footer .site-info .footer-navigation li a {
    color: #000;
    font-size: 1.35rem;
}

.site-footer .site-info .footer-navigation li a:hover {
    text-decoration: underline;
    color: #333;
}

.site-footer .site-info .disclaimer {
    font-size: 1.3rem;
    color: #999;
    text-shadow: 1px -1px 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
}

.site-footer .site-info .develb {
    display: block;
    font-size: 1.3rem;
    color: #999;
}

.site-footer .site-info .develb span {
    color: #cc0000;
}

.site-footer .site-info .develb a {
    color: #000;
}

.site-footer .site-info .develb a:hover {
    text-decoration: underline;
    color: #333;
}

/* Archive page / Pages
=========================================================================
*/

.page-template-default .site-main-content {
    float: none;
    width: 100%;
    padding: 0;
}

.page-template-default .post-content {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
}

.page-template-default .post-header {
    margin-bottom: 0;
}

.archive-page {
}

.page-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #FFE000;
    padding-bottom: 10px;
    position: relative;
}

.page-header:after {
    content: "";
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -1px;
    width: 30%;
}

.page-header .page-title {
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #999;
    text-transform: uppercase;
}

.page-header .page-title span {
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    font-size: 2rem;
    color: #000;
}

.post-listing-normal {
	margin-bottom:30px;
}

.post-listing-normal .listingpost {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.post-listing-normal .listingpost:last-of-type {
    margin: 0;
    padding: 0;
    border: none;
}

.post-listing-normal .listingpost .post-image {
    max-width: 200px;
    float: left;
    margin-right: 20px;
}

.post-listing-normal .listingpost .post-image img {
    border: 1px solid rgba(0, 0, 0, 0.1)
}

.post-listing-normal .listingpost .post-bigimg {
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}

.post-listing-normal .listingpost .post-bigimg img {
    width: 100%;
}

.post-listing-normal .listingpost .post-meta {
    text-transform: uppercase;
    font-weight: 300;
    color: #999;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.post-listing-normal .listingpost .post-meta .byline {
    font-weight: 700;
    color: #000;
    background: #FFE000;
    padding: 0 4px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 5px;
}

.post-listing-normal .listingpost .post-meta .byline a {
    color: #000;
}

.post-listing-normal .listingpost .post-meta .byline a:hover {
    text-decoration: underline
}

.post-listing-normal .listingpost .post-meta .category {
    background: #000;
    float: left;
    padding: 0 5px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}

.post-listing-normal .listingpost .post-meta .category a {
    color: #fff;
}

.post-listing-normal .listingpost .post-title {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 2.5rem;
}

.post-listing-normal .listingpost .post-title a {
    color: #000
}

.post-listing-normal .post-summary .post-date {
    float: left;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-top: 2px;
    margin-right: 5px;
    color: #999;
}

.post-listing-normal .listingpost .post-title a:hover {
    text-decoration: underline;
}

.flex-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-posts .post {
    width: 23%;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid #eee;
    padding: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    border-radius: 5px;
}

.flex-posts .post-summary {
    font-size: 1.4rem;
    color: #888;
}

.flex-posts .post:hover {
    border: 1px solid #999;
}

.flex-posts .post .post-title {
    font-size: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.flex-posts .post .post-title:after {
    content: "";
    height: 1px;
    width: 50%;
    display: block;
    background: #FFE000;
    margin: 10px auto;
}

.flex-posts .post .post-title a {
    color: #000;
}

.flex-posts .post .post-title a:hover {
    text-decoration: underline;
}

.flex-posts .post .post-meta {
    font-size: 1.2rem;
    color: #999;
    margin-bottom: 10px;
}

.flex-posts .post .post-meta a {
    font-weight: 700;
    color: #000;
    background: #FFE000;
    padding: 0 4px;
    display: inline-block;
    border-radius: 2px;
    margin-right: 5px;
}

.flex-posts .post .avatar {
    margin-bottom: 10px;
    border-radius: 999rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    display: inline-block;
}

/* Error
=========================================================================
*/

.post-error {
    text-align: center;
    padding-bottom: 100px;
}

.post-error .icon-error {
    font-size: 18rem;
    color: #990000;
}

.post-error h3 {
    font-size: 1.6rem;
    margin-bottom: 30px;
    color: #990000;
}

.home .widget_editoriale {
    display: none;
}

.branding {
    position: relative;
}

.branding .container {
    overflow: visible;
}

.branding .left {
    position: absolute;
    left: -75px;
    top: 0;
}
.branding .right {
    position: absolute;
    right: -75px;
    top: 0
}

.videocsmb {

}

.videocsmb {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}


.editorialehome {
	display:none;
}

.page-id-82998 div .site-main-content {
    float: left;
    width: 68%!important;
    padding-right: 3%;
}

/* RESPONSIVE
=========================================================================
*/

@media only screen and (max-width: 980px) {

	.editorialehome {
		display:block;
	}	
	
	.recomandarihome {
		height: 300px;
		position: relative;
		margin-bottom: 40px;
		width:100%!important;
	}
	
	.recomandarihome .item {
		float: left;
		height: 300px;
		background-size: cover;
		position: relative;
		background-position: bottom center;
		width: 100%;
	}
	
    .flex-posts .post {
        width: 100%!important;
        margin-bottom: 30px;
        text-align: center;
        border: 1px solid #eee;
        padding: 10px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
        border-radius: 5px;
    }

    .main-navigation, #newsRoom {
        display: none;
    }

    #mobile-menu {
        display: block;
        float: left;
    }

	.featured-section {
		display: normal;
	}
	
	
    .slicknav_btn {
        display: inline-block;
        line-height: 70px;
        width: 70px;
        font-weight: 700;
        font-size: 3rem;
        color: #fff;
        text-align: center;
        background: #333;
    }

    .slicknav_btn:hover {
        background: #333;
        color: #FFF;
    }

    .slicknav_open {
        background: #333;
        color: #FFF;
    }

    .slicknav_nav {
        position: absolute;
        left: 0;
        right: 0;
        background: #333;
        z-index: 9999;
    }

    .slicknav_nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .slicknav_nav li {
        padding: 10px;
        position: relative;
        border-bottom: 1px solid #444;
        box-shadow: 0 1px 0 #222;
    }

    .slicknav_nav li:last-of-type {
        border: none;
        box-shadow: none;
    }

    .slicknav_nav li a {
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        font-size: 1.4rem;
        color: #fff;
    }

    .slicknav_arrow {
        position: absolute;
        top: 10px;
        right: 22px;
    }

    .slicknav_nav li ul {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .slicknav_nav li ul li a {
        text-transform: none;
        color: #ccc;
        font-size: 1.3rem;
    }

    .home .leftContent {
        display: none;
    }

    .home .mainContent {
        width: 100%;
        padding: 0;
        float: none;
    }

    .home .rightContent {
        float: none;
        width: 100%;
    }

    .home .widget_editoriale {
        display: none;
    }

    .featured-section .recomandari {
        float: none;
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }

    .featured-section .editoriale {
        width: 100%;
        float: none;
        padding: 0;
        height: 300px;
    }

    .featured-section .recomandari .item {
        background-position: top center;
    }

    .post-listing .listingpost {
        width: 48%;
    }

    .post-listing .listingpost .post-image {
        height: 200px;
    }

    .post-listing-duo .big-post {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .post-listing-duo .small-post {
        float: none;
        margin-bottom: 20px;
        padding: 0;
        width: 100%;
    }

    .restnews .newscol {
        margin-bottom: 30px;
    }

    .afterPostB {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }

    .editorial-content .post-content {
        padding: 0 10px;
    }

    .editorial-content .post-content .share-list {
        display: none;
    }

    .related-listing-editorial li {
        width: 48%;
        margin-bottom: 30px;
    }

    .site-main-content {
        float: none;
        width: 100%;
        padding: 0;
    }

    .site-sidebar {
        float: none;
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .related-posts {
        float: none;
        width: 100%;
    }

    .post-listing .listingpost .post-image {
        height: 200px;
    }

    .post-listing .listingpost {
        width: 100%;
    }

    .post-listing .listingpost .post-title {
        font-size: 1.8rem
    }

    .post-listing-half .post {
        width: 100%;
    }

    .headings .view-all {

    }

    .related-listing-editorial li {
        width: 100%;
    }

    .editorial-related {
        padding-bottom: 0;
    }

    .editorial-content .post-header .post-title {
        font-size: 3rem;
    }

    .featured-section .recomandari .inside-content h3 {
        font-size: 2.5rem;
    }

    .site-main-content .post-header .post-title {
        font-size: 3rem;
    }

    .post-listing-normal .listingpost .post-image {
        max-width: 100px;
    }

    .post-listing-normal .listingpost .post-summary {
		font-size: 0.9em;
		/*display:none;
		height: 60px;
		text-overflow:ellipse;
  		overflow: hidden;*/
    }

    .post-listing-normal .listingpost .post-image img {
        width: 100%;
    }

    .post-listing-normal .listingpost .post-title {
        font-size: 1.5rem;
		/*text-overflow:ellipsis;
  		overflow: hidden;
		white-space: nowrap;*/
    }

    .site-main-content .post-photo {
        max-height: 300px
    }

    .main-content {
        padding-top: 20px;
    }

    .recomandarihome .inside-content h3 {
        font-size: 1.6rem;
    }

    .featured-section {
        margin-bottom: 20px;
    }

    .site-header {
        height: 70px;
    }

    .site-branding a {
        padding: 3px;
        display: block;
        text-align: center;
    }

    .site-branding .normal {
        max-height: 60px;
    }

    .site-branding .mobile {
        display: inline-block;
        max-width: 43px;
    }

    .featured-section {
        padding: 15px 0;
    }

    .page-header .page-title {
        font-size: 1.4rem;
    }

    .page-header .page-title span {
        font-size: 2.5rem;
    }

    .cmtnr {
        font-size: 3rem;
        top: -5px;
    }

    .site-main-content .post-header .subtitlu {
        font-size: 1.8rem;
        color: #333;
    }

    .widget-articole .post-photo {
        max-height: 250px;
    }
    .right-menu {
        position: relative;

        background: #000;
    }
    .right-menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .right-menu li {
        float: none;
        width: 25%;
        text-align: center;
        padding: 0;
    }
    .right-menu .searchpop {
        background: none
    }
    .site-content {
        padding-top: 20px;
    }
    .main-content {
        padding-top: 0;
    }
    .branding  {
        margin-top: 10px
    }
    .branding .right, .branding .left {
        display: none;
    }
	.page-id-82998 div .site-main-content {
    	float: left;
    	width: 100%!important;
    	padding-right: 3%;
	}
}