article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
} audio,
canvas,
video {
display: inline-block;
} audio:not([controls]) {
display: none;
height: 0;
} [hidden],
template {
display: none;
}  html {
font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body {
margin: 0;
}  a {
background: transparent;
} a:focus {
outline: thin dotted;
} a:active,
a:hover {
outline: 0;
}  h1 {
font-size: 2em;
margin: 0.67em 0;
} abbr[title] {
border-bottom: 1px dotted;
} b,
strong {
font-weight: bold;
} dfn {
font-style: italic;
} hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
} mark {
background: #ff0;
color: #000;
} code,
kbd,
pre,
samp {
font-family: monospace, serif;
font-size: 1em;
} pre {
white-space: pre-wrap;
} q {
quotes: "\201C" "\201D" "\2018" "\2019";
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}  img {
border: 0;
} svg:not(:root) {
overflow: hidden;
}  figure {
margin: 0;
}  fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
} legend {
border: 0; padding: 0; } button,
input,
select,
textarea {
font-family: inherit; font-size: 100%; margin: 0; } button,
input {
line-height: normal;
} 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;
} input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; } input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; box-sizing: content-box;
} input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
} textarea {
overflow: auto; vertical-align: top; }  table {
border-collapse: collapse;
border-spacing: 0;
}  @media print {
* {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: none;
}
.post__content p a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
.loop-container--style-slider .post__media,
.post__navigation,
.post__related,
.post__tags,
.post__share,
.comment-respond,
.sidebar__general {
display: none;
}
}    .hidden {
display: none;
visibility: hidden;
} .no-js .no-js-hidden {
display: none;
visibility: hidden;
} .visible-mobile {
display: inherit !important;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.visible-mobile {
display: none !important;
}
}
@media only screen and (min-width: 1200px) {
.visible-mobile {
display: none !important;
}
}
.visible-tablet {
display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.visible-tablet {
display: inherit !important;
}
}
@media only screen and (min-width: 1200px) {
.visible-tablet {
display: none !important;
}
}
.visible-touchscreen {
display: inherit !important;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.visible-touchscreen {
display: inherit !important;
}
}
@media only screen and (min-width: 1200px) {
.visible-touchscreen {
display: none !important;
}
}
.visible-desktop {
display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.visible-desktop {
display: none !important;
}
}
@media only screen and (min-width: 1200px) {
.visible-desktop {
display: inherit !important;
}
}
.hidden-mobile {
display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.hidden-mobile {
display: inherit !important;
}
}
@media only screen and (min-width: 1200px) {
.hidden-mobile {
display: inherit !important;
}
}
.hidden-tablet {
display: inherit !important;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.hidden-tablet {
display: none !important;
}
}
@media only screen and (min-width: 1200px) {
.hidden-tablet {
display: inherit !important;
}
}
.hidden-desktop {
display: inherit !important;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.hidden-desktop {
display: inherit !important;
}
}
@media only screen and (min-width: 1200px) {
.hidden-desktop {
display: none !important;
}
}  @-webkit-keyframes sleek-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes sleek-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes sleek-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes sleek-fade-in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} @-webkit-keyframes sleek-fade-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-moz-keyframes sleek-fade-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-o-keyframes sleek-fade-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes sleek-fade-out {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} @-webkit-keyframes sleek-fade-in-top-soft {
0% {
opacity: 0;
-webkit-transform: translateY(-10%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes sleek-fade-in-top-soft {
0% {
opacity: 0;
-moz-transform: translateY(-10%);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes sleek-fade-in-top-soft {
0% {
opacity: 0;
-o-transform: translateY(-10%);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes sleek-fade-in-top-soft {
0% {
opacity: 0;
transform: translateY(-10%);
}
100% {
opacity: 1;
transform: translateY(0);
}
} @-webkit-keyframes sleek-fade-out-top-soft {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(10%);
}
}
@-moz-keyframes sleek-fade-out-top-soft {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(10%);
}
}
@-o-keyframes sleek-fade-out-top-soft {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(10%);
}
}
@keyframes sleek-fade-out-top-soft {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(10%);
}
} @-webkit-keyframes sleek-fade-in-bottom-soft {
0% {
opacity: 0;
-webkit-transform: translateY(30px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes sleek-fade-in-bottom-soft {
0% {
opacity: 0;
-moz-transform: translateY(30px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes sleek-fade-in-bottom-soft {
0% {
opacity: 0;
-o-transform: translateY(30px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes sleek-fade-in-bottom-soft {
0% {
opacity: 0;
transform: translateY(30px);
}
100% {
opacity: 1;
transform: translateY(0);
}
} @-webkit-keyframes sleek-fade-out-bottom-soft {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-10%);
}
}
@-moz-keyframes sleek-fade-out-bottom-soft {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(-10%);
}
}
@-o-keyframes sleek-fade-out-bottom-soft {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(-10%);
}
}
@keyframes sleek-fade-out-bottom-soft {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-10%);
}
} @-webkit-keyframes sleek-fade-in-left-soft {
0% {
opacity: 0;
-webkit-transform: translateX(-10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes sleek-fade-in-left-soft {
0% {
opacity: 0;
-moz-transform: translateX(-10%);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes sleek-fade-in-left-soft {
0% {
opacity: 0;
-o-transform: translateX(-10%);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes sleek-fade-in-left-soft {
0% {
opacity: 0;
transform: translateX(-10%);
}
100% {
opacity: 1;
transform: translateX(0);
}
} @-webkit-keyframes sleek-fade-out-left-soft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(10%);
}
}
@-moz-keyframes sleek-fade-out-left-soft {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(10%);
}
}
@-o-keyframes sleek-fade-out-left-soft {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(10%);
}
}
@keyframes sleek-fade-out-left-soft {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(10%);
}
} @-webkit-keyframes sleek-fade-in-right-soft {
0% {
opacity: 0;
-webkit-transform: translateX(10%);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes sleek-fade-in-right-soft {
0% {
opacity: 0;
-moz-transform: translateX(10%);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes sleek-fade-in-right-soft {
0% {
opacity: 0;
-o-transform: translateX(10%);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes sleek-fade-in-right-soft {
0% {
opacity: 0;
transform: translateX(10%);
}
100% {
opacity: 1;
transform: translateX(0);
}
} @-webkit-keyframes sleek-fade-out-right-soft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-10%);
}
}
@-moz-keyframes sleek-fade-out-right-soft {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(-10%);
}
}
@-o-keyframes sleek-fade-out-right-soft {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(-10%);
}
}
@keyframes sleek-fade-out-right-soft {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-10%);
}
} @-webkit-keyframes sleek-fade-out-bottom {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-15%);
}
}
@-moz-keyframes sleek-fade-out-bottom {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(-15%);
}
}
@-o-keyframes sleek-fade-out-bottom {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(-15%);
}
}
@keyframes sleek-fade-out-bottom {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-15%);
}
} @-webkit-keyframes sleek-fade-in-bottom {
0% {
opacity: 0;
-webkit-transform: translateY(15%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes sleek-fade-in-bottom {
0% {
opacity: 0;
-moz-transform: translateY(15%);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes sleek-fade-in-bottom {
0% {
opacity: 0;
-o-transform: translateY(15%);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes sleek-fade-in-bottom {
0% {
opacity: 0;
transform: translateY(15%);
}
100% {
opacity: 1;
transform: translateY(0);
}
} @-webkit-keyframes sleek-fade-out-top {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20%);
}
}
@-moz-keyframes sleek-fade-out-top {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(20%);
}
}
@-o-keyframes sleek-fade-out-top {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(20%);
}
}
@keyframes sleek-fade-out-top {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(20%);
}
} @-webkit-keyframes sleek-fade-in-top {
0% {
opacity: 0;
-webkit-transform: translateY(-20%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes sleek-fade-in-top {
0% {
opacity: 0;
-moz-transform: translateY(-20%);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes sleek-fade-in-top {
0% {
opacity: 0;
-o-transform: translateY(-20%);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes sleek-fade-in-top {
0% {
opacity: 0;
transform: translateY(-20%);
}
100% {
opacity: 1;
transform: translateY(0);
}
} @-webkit-keyframes sleek-fade-out-scale-up {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: scale(1.2);
}
}
@-moz-keyframes sleek-fade-out-scale-up {
0% {
opacity: 1;
}
100% {
opacity: 0;
-moz-transform: scale(1.2);
}
}
@-o-keyframes sleek-fade-out-scale-up {
0% {
opacity: 1;
}
100% {
opacity: 0;
-o-transform: scale(1.2);
}
}
@keyframes sleek-fade-out-scale-up {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: scale(1.2);
}
} @-webkit-keyframes sleek-fade-in-scale-up {
0% {
opacity: 0;
-webkit-transform: scale(0.9);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@-moz-keyframes sleek-fade-in-scale-up {
0% {
opacity: 0;
-moz-transform: scale(0.9);
}
100% {
opacity: 1;
-moz-transform: scale(1);
}
}
@-o-keyframes sleek-fade-in-scale-up {
0% {
opacity: 0;
-o-transform: scale(0.9);
}
100% {
opacity: 1;
-o-transform: scale(1);
}
}
@keyframes sleek-fade-in-scale-up {
0% {
opacity: 0;
transform: scale(0.9);
}
100% {
opacity: 1;
transform: scale(1);
}
} @-webkit-keyframes sleek-fade-out-scale-down {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: scale(0.9);
}
}
@-moz-keyframes sleek-fade-out-scale-down {
0% {
opacity: 1;
}
100% {
opacity: 0;
-moz-transform: scale(0.9);
}
}
@-o-keyframes sleek-fade-out-scale-down {
0% {
opacity: 1;
}
100% {
opacity: 0;
-o-transform: scale(0.9);
}
}
@keyframes sleek-fade-out-scale-down {
0% {
opacity: 1;
}
100% {
opacity: 0;
transform: scale(0.9);
}
} @-webkit-keyframes sleek-fade-in-scale-down {
0% {
opacity: 0;
-webkit-transform: scale(1.2);
}
100% {
opacity: 1;
-webkit-transform: scale(1);
}
}
@-moz-keyframes sleek-fade-in-scale-down {
0% {
opacity: 0;
-moz-transform: scale(1.2);
}
100% {
opacity: 1;
-moz-transform: scale(1);
}
}
@-o-keyframes sleek-fade-in-scale-down {
0% {
opacity: 0;
-o-transform: scale(1.2);
}
100% {
opacity: 1;
-o-transform: scale(1);
}
}
@keyframes sleek-fade-in-scale-down {
0% {
opacity: 0;
transform: scale(1.2);
}
100% {
opacity: 1;
transform: scale(1);
}
} @-webkit-keyframes sleek-slide-in-left {
0% {
-webkit-transform: translateX(-100%);
}
100% {
-webkit-transform: translateX(0%);
}
}
@-moz-keyframes sleek-slide-in-left {
0% {
-moz-transform: translateX(-100%);
}
100% {
-moz-transform: translateX(0%);
}
}
@-o-keyframes sleek-slide-in-left {
0% {
-o-transform: translateX(-100%);
}
100% {
-o-transform: translateX(0%);
}
}
@keyframes sleek-slide-in-left {
0% {
transform: translateX(-100%);
}
100% {
transform: translateX(0%);
}
} @-webkit-keyframes sleek-slide-out-left {
0% {
-webkit-transform: translateX(0%);
}
100% {
-webkit-transform: translateX(100%);
}
}
@-moz-keyframes sleek-slide-out-left {
0% {
-moz-transform: translateX(0%);
}
100% {
-moz-transform: translateX(100%);
}
}
@-o-keyframes sleek-slide-out-left {
0% {
-o-transform: translateX(0%);
}
100% {
-o-transform: translateX(100%);
}
}
@keyframes sleek-slide-out-left {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(100%);
}
} @-webkit-keyframes sleek-slide-in-right {
0% {
-webkit-transform: translateX(100%);
}
100% {
-webkit-transform: translateX(0%);
}
}
@-moz-keyframes sleek-slide-in-right {
0% {
-moz-transform: translateX(100%);
}
100% {
-moz-transform: translateX(0%);
}
}
@-o-keyframes sleek-slide-in-right {
0% {
-o-transform: translateX(100%);
}
100% {
-o-transform: translateX(0%);
}
}
@keyframes sleek-slide-in-right {
0% {
transform: translateX(100%);
}
100% {
transform: translateX(0%);
}
} @-webkit-keyframes sleek-slide-out-right {
0% {
-webkit-transform: translateX(0%);
}
100% {
-webkit-transform: translateX(-100%);
}
}
@-moz-keyframes sleek-slide-out-right {
0% {
-moz-transform: translateX(0%);
}
100% {
-moz-transform: translateX(-100%);
}
}
@-o-keyframes sleek-slide-out-right {
0% {
-o-transform: translateX(0%);
}
100% {
-o-transform: translateX(-100%);
}
}
@keyframes sleek-slide-out-right {
0% {
transform: translateX(0%);
}
100% {
transform: translateX(-100%);
}
} @-webkit-keyframes sleek-slide-in-top {
0% {
-webkit-transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0%);
}
}
@-moz-keyframes sleek-slide-in-top {
0% {
-moz-transform: translateY(-100%);
}
100% {
-moz-transform: translateY(0%);
}
}
@-o-keyframes sleek-slide-in-top {
0% {
-o-transform: translateY(-100%);
}
100% {
-o-transform: translateY(0%);
}
}
@keyframes sleek-slide-in-top {
0% {
transform: translateY(-100%);
}
100% {
transform: translateY(0%);
}
} @-webkit-keyframes sleek-slide-out-top {
0% {
-webkit-transform: translateY(0%);
}
100% {
-webkit-transform: translateY(100%);
}
}
@-moz-keyframes sleek-slide-out-top {
0% {
-moz-transform: translateY(0%);
}
100% {
-moz-transform: translateY(100%);
}
}
@-o-keyframes sleek-slide-out-top {
0% {
-o-transform: translateY(0%);
}
100% {
-o-transform: translateY(100%);
}
}
@keyframes sleek-slide-out-top {
0% {
transform: translateY(0%);
}
100% {
transform: translateY(100%);
}
} @-webkit-keyframes sleek-slide-in-bottom {
0% {
-webkit-transform: translateY(100%);
}
100% {
-webkit-transform: translateY(0%);
}
}
@-moz-keyframes sleek-slide-in-bottom {
0% {
-moz-transform: translateY(100%);
}
100% {
-moz-transform: translateY(0%);
}
}
@-o-keyframes sleek-slide-in-bottom {
0% {
-o-transform: translateY(100%);
}
100% {
-o-transform: translateY(0%);
}
}
@keyframes sleek-slide-in-bottom {
0% {
transform: translateY(100%);
}
100% {
transform: translateY(0%);
}
} @-webkit-keyframes sleek-slide-out-bottom {
0% {
-webkit-transform: translateY(0%);
}
100% {
-webkit-transform: translateY(-100%);
}
}
@-moz-keyframes sleek-slide-out-bottom {
0% {
-moz-transform: translateY(0%);
}
100% {
-moz-transform: translateY(-100%);
}
}
@-o-keyframes sleek-slide-out-bottom {
0% {
-o-transform: translateY(0%);
}
100% {
-o-transform: translateY(-100%);
}
}
@keyframes sleek-slide-out-bottom {
0% {
transform: translateY(0%);
}
100% {
transform: translateY(-100%);
}
}  html,
body {
background: #ffffff;
}
.header .nano-content {
background: #f5f5f5;
-webkit-background-size: auto, auto;
background-size: auto, auto;
}
.main-content .nano-content {
background: #ffffff;
-webkit-background-size: auto, auto;
background-size: auto, auto;
}
.sidebar {
background: #23222d;
-webkit-background-size: auto, auto;
background-size: auto, auto;
} .ellipsis {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 100%;
} .cl {
clear: both;
}
.fl {
float: left;
}
.fr {
float: right;
}
.oh {
overflow: hidden;
}
.align-left,
.tal {
text-align: left;
}
.align-center,
.tac {
text-align: center;
}
.align-right,
.tar {
text-align: right;
}  .rounded {
-webkit-border-radius: 3px;
border-radius: 3px;
}
.circled {
-webkit-border-radius: 50%;
border-radius: 50%;
}
img {
max-width: 100%;
height: auto;
vertical-align: middle;
}
table {
max-width: 100%;
width: 100%;
}
.main-content table {
margin-bottom: 30px;
}
.main-content table th,
.main-content table td {
padding: 5px 20px;
border: 1px dotted #cecece;
}  .mdash {
padding-left: 30px;
}
.mdash:before {
content: "";
width: 20px;
height: 1px;
display: inline-block;
vertical-align: middle;
border-top: 1px solid #777777;
border-top-color: inherit;
margin-right: 10px;
margin-left: -30px;
margin-top: -7px;
opacity: 0.5;
} .read-more {
position: relative;
display: inline-block;
margin-left: 3px;
width: 17px;
height: 17px;
border: 1px solid #3f3f53;
color: #3f3f53;
vertical-align: text-top;
}
.read-more:before,
.read-more:after {
content: "";
position: absolute;
background: #3f3f53;
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
}
.read-more:before {
top: 7px;
left: 4px;
height: 1px;
width: 7px;
}
.read-more:after {
top: 4px;
left: 7px;
height: 7px;
width: 1px;
}
.read-more:hover {
border-color: #ff4d4d;
background: #ff4d4d;
}
.read-more:hover:before,
.read-more:hover:after {
background: #ffffff;
}
.dark-mode .read-more {
color: #ffffff;
}
.dark-mode .read-more:hover {
color: #ff4d4d;
}
.read-more--continue {
display: block;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
color: #ff4d4d;
}
.read-more--continue:hover {
color: #3f3f53;
} .icon--hexagon-outline {
position: relative;
}
.icon--hexagon-outline:after {
content: "\e8e5";
opacity: 0.5;
position: absolute;
top: 50%;
left: 50%;
font-size: 3em;
font-weight: 300;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
} .separator--icon {
font-size: 21px;
margin-top: 1em;
}
.separator--icon i {
position: relative;
}
.separator--icon i:after {
content: "\e8e5";
opacity: 0.5;
position: absolute;
top: 50%;
left: 50%;
font-size: 3em;
font-weight: 300;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
}
.separator--icon-border {
position: relative;
margin-top: 1em;
}
.separator--icon-border:before,
.separator--icon-border:after {
content: "";
opacity: 0.8;
height: 1px;
border-top: 1px solid #3f3f53;
border-top-color: inherit;
width: 100px;
position: absolute;
top: 50%;
}
.separator--icon-border:before {
right: 50%;
margin-right: 28px;
}
.separator--icon-border:after {
left: 50%;
margin-left: 28px;
}
.separator--icon-border-false:before,
.separator--icon-border-false:after {
content: none;
} .separator {
display: block;
border-top: 1px solid #3f3f53;
height: 0;
margin: 30px 0;
opacity: 0.2;
}
.separator--small {
width: 30px;
}
.separator--medium {
width: 45px;
margin: 45px 0;
}
.separator--center {
margin-left: auto;
margin-right: auto;
}
.separator--no-margin {
margin-top: 0;
margin-bottom: 0;
}
.separator--opaque-full {
opacity: 1;
}
.separator--light {
border-top-color: #ffffff;
}
.dark-mode .separator {
border-top-color: #ffffff;
}
.separator--kill {
border-top: none;
margin-top: 0;
margin-bottom: 0;
height: 1px;
}
.separator--empty {
border-top: none;
height: 1px;
} html {
font-size: 62.5%;
font-family: sans-serif;
}
body {
font-family: "Source Sans Pro", sans-serif;
font-weight: 300;
font-style: normal;
font-size: 16px;
line-height: 1.4em;
color: #777777; text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
small,
.small {
font-size: 0.875em; }
.small--extra {
font-size: 0.75em; }
.large {
font-size: 1.125em; }
.font-size--reset {
font-size: 16px;
}
p,
pre {
margin-top: 8px;
margin-bottom: 30px;
}
p:empty {
display: none;
}
b,
strong {
font-weight: inherit;
font-weight: 400;
color: #3f3f53;
}
a {
color: #ff4d4d;
}
a,
a:active,
a:focus {
text-decoration: none;
outline: none;
}
@media only screen and (min-width: 1200px) {
a {
-webkit-transition: all 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
transition: all 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
}
}
a:hover {
color: #3f3f53;
}
hr {
display: block;
border-top: 1px solid #3f3f53;
height: 0;
margin: 30px 0;
opacity: 0.2;
}
hr.clear {
margin: 0;
visibility: hidden;
clear: both;
} h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
color: #3f3f53; }
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
color: #3f3f53;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
color: #ff4d4d;
}
h1,
.h1 {
font-family: "Source Sans Pro", sans-serif;
font-weight: 200;
font-style: normal;
font-size: 38px;
line-height: 1.05em;
margin-top: 20px;
margin-bottom: 20px;
}
.main-content--m-plus h1,
.main-content--m-plus .h1 {
font-size: 52px;
}
h1 .above,
.h1 .above {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
font-size: 18px;
text-transform: uppercase;
display: block;
margin-bottom: 20px;
color: #cecece;
}
.dark-mode h1 .above,
.dark-mode .h1 .above {
color: #aaaaaa;
}
h2,
.h2 {
font-family: "Source Sans Pro", sans-serif;
font-size: 30px;
font-weight: 200;
font-style: normal;
line-height: 1.3em;
margin-bottom: 30px;
margin-top: 45px;
}
h2 .above,
.h2 .above {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
text-transform: uppercase;
display: block;
margin-bottom: 10px;
color: #cecece;
}
.dark-mode h2 .above,
.dark-mode .h2 .above {
color: #aaaaaa;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
h2,
.h2 {
font-size: 38px;
}
}
@media only screen and (min-width: 1200px) {
h2,
.h2 {
font-size: 42px;
}
}
.sidebar h2,
.sidebar .h2 {
font-size: 38px;
margin-top: 0;
}
h3,
.h3 {
font-family: "Source Sans Pro", sans-serif;
font-size: 32px;
font-weight: 300;
line-height: 1.4em;
margin-bottom: 30px;
margin-top: 45px;
}
h4,
.h4 {
font-family: "Source Sans Pro", sans-serif;
font-size: 28px;
font-weight: 300;
line-height: 1.4em;
margin-bottom: 15px;
margin-top: 30px;
}
h5,
.h5 {
font-family: "Source Sans Pro", sans-serif;
font-size: 22px;
font-weight: 300;
line-height: 1.4em;
margin-bottom: 20px;
margin-top: 10px;
}
h6,
.h6 {
font-family: "Source Sans Pro", sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 1.4em;
margin-bottom: 10px;
margin-top: 10px;
}
.font--navigation {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
}
.custom-heading {
display: block;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 20px;
line-height: 1em;
color: #3f3f53;
margin-bottom: 15px;
} li {
padding: 0;
margin-bottom: 10px;
}
.post__content li {
padding: 3px 0;
}
ul,
ol {
padding: 0 45px;
margin-top: 8px;
margin-bottom: 30px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: -13px;
}
ul {
list-style-type: circle;
}
ol {
padding-left: 15px;
list-style: none;
counter-reset: item;
}
ol > li {
position: relative;
padding-left: 43px !important;
}
ol > li:before {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
-webkit-border-radius: 50%;
border-radius: 50%;
content: counter(item);
counter-increment: item;
position: absolute;
display: inline-block;
left: 0;
width: 32px;
height: 32px;
line-height: 33px; text-align: center;
color: #ffffff;
background: #cecece;
}
ol.colored li:before {
background: #ff4d4d;
} .wp-caption {
background: none;
border: none;
max-width: 100%;
padding: 0;
text-align: left;
margin-top: 8px;
margin-bottom: 30px;
}
.wp-caption img {
margin-bottom: 5px !important;
margin-top: 0 !important;
}
.main-content--m-plus .wp-caption {
margin-top: 45px;
margin-bottom: 45px;
}
.wp-caption-text,
.gallery-caption {
margin: 0 !important;
font-style: italic;
color: #3f3f53;
font-size: 0.875em; } .dropcap {
float: left;
display: inline-block;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
text-transform: none;
font-weight: bold;
font-size: 80px;
width: 100px;
text-align: center;
color: #3f3f53;
}
.dropcap i {
font-size: 0.8em;
}
.dropcap.hexagon {
position: relative;
font-size: 24px;
padding: 36px 0;
color: #ff4d4d;
}
.dropcap.hexagon:after {
content: "\e8e5";
opacity: 0.5;
position: absolute;
top: 50%;
left: 50%;
font-size: 3em;
font-weight: 300;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
}
.dropcap.hexagon:after {
font-weight: 300;
color: rgba(63, 63, 83, 0.2);
}
.main-content--m-plus .dropcap {
font-size: 95px;
}
.main-content--m-plus .dropcap.hexagon {
font-size: 24px;
} blockquote {
position: relative;
border-left: 3px solid #ff4d4d;
padding: 20px 30px;
color: #3f3f53;
margin: 50px 0 50px 20px;
font-size: 24px;
font-style: italic;
line-height: 1.4;
}
blockquote p {
margin: 0 !important;
}
blockquote cite {
display: block;
margin-top: 20px;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
line-height: 1em;
text-transform: none;
font-size: 16px;
color: #3f3f53;
}
blockquote.blockquote--custom {
border-left: none;
padding: 0 30px 0 50px;
margin-top: 70px;
margin-bottom: 70px;
margin-left: 23px; }
blockquote.blockquote--custom .blockquote__icon {
position: absolute;
left: 0px;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
blockquote.blockquote--custom .blockquote__icon i {
position: relative;
vertical-align: middle;
font-size: 16px;
}
blockquote.blockquote--custom .blockquote__icon i:after {
content: "\e8e5";
opacity: 0.5;
position: absolute;
top: 50%;
left: 50%;
font-size: 3em;
font-weight: 300;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
}
blockquote.blockquote--custom .blockquote__icon i:before {
color: #ff4d4d;
}
blockquote.blockquote--custom .blockquote__icon i:after {
opacity: 0.3;
}
blockquote.blockquote--custom:before,
blockquote.blockquote--custom:after {
content: "";
height: 45%;
border-right: 1px solid #777777;
position: absolute;
left: 0%;
opacity: 0.3;
}
blockquote.blockquote--custom:before {
bottom: 50%;
-webkit-transform: translate(-3px, -0.85em);
-ms-transform: translate(-3px, -0.85em);
transform: translate(-3px, -0.85em);
}
blockquote.blockquote--custom:after {
top: 50%;
-webkit-transform: translate(-3px, 1.05em);
-ms-transform: translate(-3px, 1.05em);
transform: translate(-3px, 1.05em);
} .highlighted-p {
display: block;
font-size: 20px;
line-height: 1.6;
color: #3f3f53;
margin-top: 30px;
margin-bottom: 30px;
}
.highlighted-p--boxed {
font-size: 22px;
color: #3f3f53;
background: #f5f5f5;
padding: 30px;
}
.main-content--m-plus .highlighted-p {
font-size: 24px;
line-height: 1.8;
margin-top: 45px;
margin-bottom: 45px;
}
.dark-mode .highlighted-p {
color: #ffffff;
}
.dark-mode .highlighted-p--boxed {
background: rgba(63, 63, 83, 0.2);
}
.highlighted-text {
color: #3f3f53;
background: #f5f5f5;
} code,
pre {
-webkit-border-radius: 3px;
border-radius: 3px;
font-family: Consolas, Monaco, 'Andale Mono', monospace;
font-size: .8em;
display: inline-block;
vertical-align: text-top;
padding: 0 3px;
background: rgba(119, 119, 119, 0.2);
color: #3f3f53;
}
pre {
width: 100%;
padding: 30px;
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
} .alignnone,
.aligncenter,
.alignleft,
.alignright {
display: block;
margin: 5px auto 30px;
}
.main-content--m-plus .alignnone {
display: initial;
}
.main-content--m-plus .alignleft {
float: left;
margin-right: 45px;
}
.main-content--m-plus .alignright {
float: right;
margin-left: 45px;
} ::selection {
background: #3f3f53;
color: #ffffff;
text-shadow: none;
}
::-webkit-selection {
background: #3f3f53;
color: #ffffff;
text-shadow: none;
}
::-moz-selection {
background: #3f3f53;
color: #ffffff;
text-shadow: none;
} .dark-mode {
color: #aaaaaa;
}
.dark-mode b,
.dark-mode strong {
color: #ffffff;
}
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode .h1,
.dark-mode .h2,
.dark-mode .h3,
.dark-mode .h4,
.dark-mode .h5,
.dark-mode .h6 {
color: #ffffff;
}
.dark-mode h1 a,
.dark-mode h2 a,
.dark-mode h3 a,
.dark-mode h4 a,
.dark-mode h5 a,
.dark-mode h6 a,
.dark-mode .h1 a,
.dark-mode .h2 a,
.dark-mode .h3 a,
.dark-mode .h4 a,
.dark-mode .h5 a,
.dark-mode .h6 a {
color: #ffffff;
}
.dark-mode h1 a:hover,
.dark-mode h2 a:hover,
.dark-mode h3 a:hover,
.dark-mode h4 a:hover,
.dark-mode h5 a:hover,
.dark-mode h6 a:hover,
.dark-mode .h1 a:hover,
.dark-mode .h2 a:hover,
.dark-mode .h3 a:hover,
.dark-mode .h4 a:hover,
.dark-mode .h5 a:hover,
.dark-mode .h6 a:hover {
color: #ff4d4d;
}
.dark-mode a {
color: #ff4d4d;
}
.dark-mode a:hover {
color: #ffffff;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .button {
-webkit-border-radius: 3px;
border-radius: 3px;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
display: inline-block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 100%;
height: 36px;
padding: 0 15px;
background: none;
font-size: 14px;
line-height: 36px;
}
.button[class*='button--outline'] {
line-height: 34px;
}
.button i {
margin: 0 10px 0 0;
}
.button + .button {
margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.button + .button {
margin-left: 20px;
margin-top: 0;
}
}
.button--disabled {
background: #3f3f53;
color: #ffffff;
opacity: 0.2 !important;
pointer-events: none;
} .button--small {
font-size: 12px;
height: 26px;
line-height: 26px;
}
.button--small[class*='button--outline'] {
line-height: 24px;
}
.button--medium {
height: 36px;
line-height: 36px;
padding: 0 25px;
}
.button--medium[class*='button--outline'] {
line-height: 34px;
}
.button--large {
font-size: 16px;
height: 50px;
line-height: 50px;
padding: 0 35px;
}
.button--large[class*='button--outline'] {
line-height: 48px;
} .button--wide {
width: 100%;
} .button--solid {
background: #3f3f53;
color: #ffffff;
}
.button--solid:hover {
background: #ff4d4d;
color: #ffffff;
}
.button--solid--light,
.dark-mode .button--solid {
background: #ffffff;
color: #3f3f53;
}
.button--solid--light:hover,
.dark-mode .button--solid:hover {
background: #ff4d4d;
color: #ffffff;
}
.button--solid--color {
background: #ff4d4d;
color: #ffffff;
}
.button--solid--color:hover {
background: #3f3f53;
color: #ffffff;
}
.button--solid--color--light,
.dark-mode .button--solid--color {
background: #ff4d4d;
color: #ffffff;
}
.button--solid--color--light:hover,
.dark-mode .button--solid--color:hover {
background: #ffffff;
color: #3f3f53;
} .button--outline {
border: 2px solid #3f3f53;
background: transparent;
color: #3f3f53;
}
.button--outline:hover {
background: #3f3f53;
color: #ffffff;
}
.button--outline--light,
.dark-mode .button--outline {
border: 2px solid #ffffff;
background: transparent;
color: #ffffff;
}
.button--outline--light:hover,
.dark-mode .button--outline:hover {
background: #ffffff;
color: #3f3f53;
}
.button--outline--color {
border: 2px solid #ff4d4d;
background: transparent;
color: #ff4d4d;
}
.button--outline--color:hover {
background: #ff4d4d;
color: #ffffff;
}
.button--outline--color--light,
.dark-mode .button--outline--color {
border: 2px solid #ff4d4d;
background: transparent;
color: #ff4d4d;
}
.button--outline--color--light:hover,
.dark-mode .button--outline--color:hover {
background: #ff4d4d;
color: #ffffff;
} input[type="text"],
input[type="textfield"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="tel"],
input[type="url"],
textarea,
select {
background: none;
border: 1px solid rgba(63, 63, 83, 0.2);
width: 100%;
padding: 0 17px;
-webkit-border-radius: 3px;
border-radius: 3px;
font-size: 0.875em; font-weight: 300;
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
height: 3.35em;
margin-bottom: 1.85em;
}
input[type="text"]:focus,
input[type="textfield"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
border-color: #3f3f53;
outline: none;
}
input[type="text"].error,
input[type="textfield"].error,
input[type="search"].error,
input[type="email"].error,
input[type="password"].error,
input[type="date"].error,
input[type="tel"].error,
input[type="url"].error,
textarea.error,
select.error,
input[type="text"].wpcf7-not-valid,
input[type="textfield"].wpcf7-not-valid,
input[type="search"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="url"].wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
border-color: #ff0000 !important;
}
input[type="text"].error + .wpcf7-not-valid-tip,
input[type="textfield"].error + .wpcf7-not-valid-tip,
input[type="search"].error + .wpcf7-not-valid-tip,
input[type="email"].error + .wpcf7-not-valid-tip,
input[type="password"].error + .wpcf7-not-valid-tip,
input[type="date"].error + .wpcf7-not-valid-tip,
input[type="tel"].error + .wpcf7-not-valid-tip,
input[type="url"].error + .wpcf7-not-valid-tip,
textarea.error + .wpcf7-not-valid-tip,
select.error + .wpcf7-not-valid-tip,
input[type="text"].wpcf7-not-valid + .wpcf7-not-valid-tip,
input[type="textfield"].wpcf7-not-valid + .wpcf7-not-valid-tip,
input[type="search"].wpcf7-not-valid + .wpcf7-not-valid-tip,
input[type="email"].wpcf7-not-valid + .wpcf7-not-valid-tip,
input[type="password"].wpcf7-not-valid + .wpcf7-not-valid-tip,
input[type="date"].wpcf7-not-valid + .wpcf7-not-valid-tip,
input[type="tel"].wpcf7-not-valid + .wpcf7-not-valid-tip,
input[type="url"].wpcf7-not-valid + .wpcf7-not-valid-tip,
textarea.wpcf7-not-valid + .wpcf7-not-valid-tip,
select.wpcf7-not-valid + .wpcf7-not-valid-tip {
display: none;
}
.dark-mode input[type="text"],
.dark-mode input[type="textfield"],
.dark-mode input[type="search"],
.dark-mode input[type="email"],
.dark-mode input[type="password"],
.dark-mode input[type="date"],
.dark-mode input[type="tel"],
.dark-mode input[type="url"],
.dark-mode textarea,
.dark-mode select {
color: #ffffff;
border-color: rgba(255, 255, 255, 0.2);
}
.dark-mode input[type="text"]:focus,
.dark-mode input[type="textfield"]:focus,
.dark-mode input[type="search"]:focus,
.dark-mode input[type="email"]:focus,
.dark-mode input[type="password"]:focus,
.dark-mode input[type="date"]:focus,
.dark-mode input[type="tel"]:focus,
.dark-mode input[type="url"]:focus,
.dark-mode textarea:focus,
.dark-mode select:focus {
border-color: #ffffff;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #cecece;
font-style: italic;
opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
color: #cecece;
font-style: italic;
opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color: #cecece;
font-style: italic;
opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #cecece;
font-style: italic;
opacity: 1;
}
.dark-mode input::-webkit-input-placeholder,
.dark-mode textarea::-webkit-input-placeholder {
color: #777777;
font-style: italic;
opacity: 1;
}
.dark-mode input:-moz-placeholder,
.dark-mode textarea:-moz-placeholder {
color: #777777;
font-style: italic;
opacity: 1;
}
.dark-mode input::-moz-placeholder,
.dark-mode textarea::-moz-placeholder {
color: #777777;
font-style: italic;
opacity: 1;
}
.dark-mode input:-ms-input-placeholder,
.dark-mode textarea:-ms-input-placeholder {
color: #777777;
font-style: italic;
opacity: 1;
}
textarea {
padding: 15px 20px;
min-height: 110px;
height: auto;
}
input[type="radio"],
input[type="checkbox"] {
font-size: 0.875em; }
input[type="submit"],
button[type="submit"],
input[type="button"],
button[type="button"] {
outline: none;
border: none;
-webkit-border-radius: 3px;
border-radius: 3px;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
display: inline-block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 100%;
padding: 0 15px;
background: none;
font-size: 14px;
height: 36px;
line-height: 36px;
padding: 0 25px;
background: #ff4d4d;
color: #ffffff;
margin-bottom: 1.85em;
}
input[type="submit"][class*='button--outline'],
button[type="submit"][class*='button--outline'],
input[type="button"][class*='button--outline'],
button[type="button"][class*='button--outline'] {
line-height: 34px;
}
input[type="submit"] i,
button[type="submit"] i,
input[type="button"] i,
button[type="button"] i {
margin: 0 10px 0 0;
}
input[type="submit"] + .button,
button[type="submit"] + .button,
input[type="button"] + .button,
button[type="button"] + .button {
margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
input[type="submit"] + .button,
button[type="submit"] + .button,
input[type="button"] + .button,
button[type="button"] + .button {
margin-left: 20px;
margin-top: 0;
}
}
input[type="submit"][class*='button--outline'],
button[type="submit"][class*='button--outline'],
input[type="button"][class*='button--outline'],
button[type="button"][class*='button--outline'] {
line-height: 34px;
}
input[type="submit"]:hover,
button[type="submit"]:hover,
input[type="button"]:hover,
button[type="button"]:hover {
background: #3f3f53;
color: #ffffff;
}
input[type="submit"].button--large,
button[type="submit"].button--large,
input[type="button"].button--large,
button[type="button"].button--large {
font-size: 16px;
height: 50px;
line-height: 50px;
padding: 0 35px;
}
input[type="submit"].button--large[class*='button--outline'],
button[type="submit"].button--large[class*='button--outline'],
input[type="button"].button--large[class*='button--outline'],
button[type="button"].button--large[class*='button--outline'] {
line-height: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
input[type="submit"],
button[type="submit"],
input[type="button"],
button[type="button"] {
float: right;
clear: both;
}
}
@media only screen and (min-width: 1200px) {
input[type="submit"],
button[type="submit"],
input[type="button"],
button[type="button"] {
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
}
}
.dark-mode input[type="submit"],
.dark-mode button[type="submit"],
.dark-mode input[type="button"],
.dark-mode button[type="button"] {
background: #ff4d4d;
color: #ffffff;
}
.dark-mode input[type="submit"]:hover,
.dark-mode button[type="submit"]:hover,
.dark-mode input[type="button"]:hover,
.dark-mode button[type="button"]:hover {
background: #ffffff;
color: #3f3f53;
}
div.wpcf7-response-output {
margin: 0;
padding: 0;
border: none;
}
.wpcf7-checkbox,
.wpcf7-radio {
font-size: 0.875em; }
span.wpcf7-list-item {
display: inline-block;
margin-left: 15px;
}
.wpcf7-list-item-label {
margin-left: 3px;
}
input:checked + .wpcf7-list-item-label {
color: #3f3f53;
}
.sleek-select-wrap {
position: relative;
}
.sleek-select-wrap select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
text-indent: 0.01px;
text-overflow: '';
}
.sleek-select-wrap select:focus {
border-color: rgba(63, 63, 83, 0.2);
}
.dark-mode .sleek-select-wrap select:focus {
border-color: rgba(255, 255, 255, 0.2);
}
.sleek-select-wrap option {
color: #3f3f53;
background: #ffffff;
}
.sleek-select-wrap:after {
content: "\e896";
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
pointer-events: none;
position: absolute;
top: 1em;
right: 17px;
} .sleek-embed-container.sleek-gmap,
.sleek-embed-container.domain-animoto,
.sleek-embed-container.domain-blip,
.sleek-embed-container.domain-collegehumor,
.sleek-embed-container.domain-dailymotion,
.sleek-embed-container.domain-funnyordie,
.sleek-embed-container.domain-kickstarter,
.sleek-embed-container.domain-mixcloud,
.sleek-embed-container.domain-soundcloud,
.sleek-embed-container.domain-ted,
.sleek-embed-container.domain-videopress,
.sleek-embed-container.domain-vimeo,
.sleek-embed-container.domain-player\.vimeo,
.sleek-embed-container.domain-wordpress,
.sleek-embed-container.domain-youtube {
position: relative;
padding-bottom: 56.25%; height: 0;
}
.sleek-embed-container.sleek-gmap iframe,
.sleek-embed-container.domain-animoto iframe,
.sleek-embed-container.domain-blip iframe,
.sleek-embed-container.domain-collegehumor iframe,
.sleek-embed-container.domain-dailymotion iframe,
.sleek-embed-container.domain-funnyordie iframe,
.sleek-embed-container.domain-kickstarter iframe,
.sleek-embed-container.domain-mixcloud iframe,
.sleek-embed-container.domain-soundcloud iframe,
.sleek-embed-container.domain-ted iframe,
.sleek-embed-container.domain-videopress iframe,
.sleek-embed-container.domain-vimeo iframe,
.sleek-embed-container.domain-player\.vimeo iframe,
.sleek-embed-container.domain-wordpress iframe,
.sleek-embed-container.domain-youtube iframe,
.sleek-embed-container.sleek-gmap object,
.sleek-embed-container.domain-animoto object,
.sleek-embed-container.domain-blip object,
.sleek-embed-container.domain-collegehumor object,
.sleek-embed-container.domain-dailymotion object,
.sleek-embed-container.domain-funnyordie object,
.sleek-embed-container.domain-kickstarter object,
.sleek-embed-container.domain-mixcloud object,
.sleek-embed-container.domain-soundcloud object,
.sleek-embed-container.domain-ted object,
.sleek-embed-container.domain-videopress object,
.sleek-embed-container.domain-vimeo object,
.sleek-embed-container.domain-player\.vimeo object,
.sleek-embed-container.domain-wordpress object,
.sleek-embed-container.domain-youtube object,
.sleek-embed-container.sleek-gmap embed,
.sleek-embed-container.domain-animoto embed,
.sleek-embed-container.domain-blip embed,
.sleek-embed-container.domain-collegehumor embed,
.sleek-embed-container.domain-dailymotion embed,
.sleek-embed-container.domain-funnyordie embed,
.sleek-embed-container.domain-kickstarter embed,
.sleek-embed-container.domain-mixcloud embed,
.sleek-embed-container.domain-soundcloud embed,
.sleek-embed-container.domain-ted embed,
.sleek-embed-container.domain-videopress embed,
.sleek-embed-container.domain-vimeo embed,
.sleek-embed-container.domain-player\.vimeo embed,
.sleek-embed-container.domain-wordpress embed,
.sleek-embed-container.domain-youtube embed,
.sleek-embed-container.sleek-gmap video,
.sleek-embed-container.domain-animoto video,
.sleek-embed-container.domain-blip video,
.sleek-embed-container.domain-collegehumor video,
.sleek-embed-container.domain-dailymotion video,
.sleek-embed-container.domain-funnyordie video,
.sleek-embed-container.domain-kickstarter video,
.sleek-embed-container.domain-mixcloud video,
.sleek-embed-container.domain-soundcloud video,
.sleek-embed-container.domain-ted video,
.sleek-embed-container.domain-videopress video,
.sleek-embed-container.domain-vimeo video,
.sleek-embed-container.domain-player\.vimeo video,
.sleek-embed-container.domain-wordpress video,
.sleek-embed-container.domain-youtube video {
position: absolute !important;
top: 0;
left: 0;
width: 100%;
height: 100%;
}  .wp-video {
width: 100% !important;
}
.mejs-container.mejs-video {
width: 100% !important;
height: auto !important;
padding-top: 56.25%; }
.mejs-container.mejs-video .mejs-overlay,
.mejs-container.mejs-video .mejs-poster {
width: 100% !important;
height: 100% !important;
}
.mejs-container.mejs-video video {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100% !important;
height: 100% !important;
} .sleek-gmap img {
max-width: none;
} iframe.giphy-embed {
max-width: 100%;
} .mejs-container {
height: 70px !important;
background: none !important;
outline: none; }
.mejs-container .mejs-controls {
background: #3f3f53 !important;
height: 70px !important;
padding: 0 10px 0 20px !important;
}
.mejs-container .mejs-controls > * {
margin-top: 22px !important;
}
.mejs-container .mejs-controls .mejs-time.mejs-currenttime-container {
margin-left: 70px !important;
}
.mejs-container .mejs-controls .mejs-time.mejs-duration-container {
margin-right: 15px !important;
}
.mejs-container .mejs-controls .mejs-time span {
color: #cecece !important;
font-size: 14px !important;
font-weight: 300;
}
.mejs-container .mejs-controls .mejs-time-rail {
margin-top: 26px !important;
}
.mejs-container .mejs-controls .mejs-time-rail span {
height: 4px !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
}
.mejs-container .mejs-controls .mejs-time-total {
background: rgba(255, 255, 255, 0.07000000000000001) !important;
height: 4px !important;
}
.mejs-container .mejs-controls .mejs-time-loaded {
background: rgba(255, 255, 255, 0.2) !important;
}
.mejs-container .mejs-controls .mejs-time-current {
background: #ffffff !important;
}
.mejs-container .mejs-controls .mejs-time-float {
background: none !important;
border: none !important;
top: -20px !important;
}
.mejs-container .mejs-controls .mejs-time-float-current {
color: #cecece !important;
}
.mejs-container .mejs-controls .mejs-time-float-corner {
display: none !important;
}
.mejs-container .mejs-controls .mejs-horizontal {
margin-top: 26px !important;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-slider {
margin-top: 24px !important;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-total,
.mejs-container .mejs-controls .mejs-horizontal-volume-current {
height: 4px !important;
-webkit-border-radius: 0 !important;
border-radius: 0 !important;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-total {
background: rgba(255, 255, 255, 0.2) !important;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-current {
background: #ffffff !important;
}
.mejs-container .mejs-controls .mejs-button button {
-webkit-transition: none;
transition: none;
float: none;
background-image: url(https://furkankulaber.com.tr/wp-content/themes/sleek/stylesheet/less/../../img/mejs_images.svg);
}
.mejs-container .mejs-controls .mejs-button button:focus {
outline: none !important;
}
.mejs-container .mejs-controls .mejs-button.mejs-playpause-button {
position: absolute;
left: 0;
width: 70px;
height: 70px;
line-height: 84px;
margin-top: 0 !important;
text-align: center;
}
.mejs-container .mejs-controls .mejs-button.mejs-playpause-button.mejs-pause {
background: #ff4d4d;
}
.mejs-container .mejs-controls .mejs-button.mejs-playpause-button button {
display: inline-block;
position: relative;
}
.mejs-container .mejs-controls .mejs-offscreen {
display: none !important;
}
.mejs-container .mejs-overlay-button {
margin-top: -50px !important;
}
.mejs-container.mejs-video,
.format-head--audio.featured-image--true .mejs-container.mejs-audio {
background: none !important;
}
.mejs-container.mejs-video .mejs-controls,
.format-head--audio.featured-image--true .mejs-container.mejs-audio .mejs-controls {
background: rgba(63, 63, 83, 0.75) !important;
border: none !important;
}
.mejs-container.mejs-video .mejs-controls .mejs-time-total,
.format-head--audio.featured-image--true .mejs-container.mejs-audio .mejs-controls .mejs-time-total {
background: rgba(255, 255, 255, 0.2) !important;
}
.mejs-container.mejs-video .mejs-controls .mejs-time-loaded,
.format-head--audio.featured-image--true .mejs-container.mejs-audio .mejs-controls .mejs-time-loaded {
background: rgba(255, 255, 255, 0.2) !important;
}
.mejs-container.mejs-video .mejs-controls .mejs-time-current,
.format-head--audio.featured-image--true .mejs-container.mejs-audio .mejs-controls .mejs-time-current {
background: #ffffff !important;
}
.mejs-container.mejs-video .mejs-controls .mejs-time-float-current,
.format-head--audio.featured-image--true .mejs-container.mejs-audio .mejs-controls .mejs-time-float-current {
color: #cecece !important;
}
.mejs-container.mejs-video .mejs-controls .mejs-horizontal-volume-current,
.format-head--audio.featured-image--true .mejs-container.mejs-audio .mejs-controls .mejs-horizontal-volume-current {
background: #ffffff !important;
}  .nano-content {
-webkit-overflow-scrolling: touch;
}
.nano-content:before,
.nano-content:after {
display: table;
content: "";
}
.nano-content:after {
clear: both;
}
.nano-content:focus {
outline: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.header .js-nano,
.independent-sidebar--true .js-nano {
position: relative;
height: 100%;
overflow: hidden;
}
.header .js-nano > .nano-content,
.independent-sidebar--true .js-nano > .nano-content {
overflow: scroll;
overflow-x: hidden;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.header .js-nano.nano > .nano-content::-webkit-scrollbar,
.independent-sidebar--true .js-nano.nano > .nano-content::-webkit-scrollbar {
display: none;
}
.header .js-nano > .nano-pane,
.independent-sidebar--true .js-nano > .nano-pane {
position: absolute;
z-index: 2;
width: 8px;
right: 0;
top: 0;
bottom: 0;
opacity: 0;
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
}
.header .js-nano > .nano-pane > .nano-slider,
.independent-sidebar--true .js-nano > .nano-pane > .nano-slider {
-webkit-border-radius: 3px;
border-radius: 3px;
background: #3f3f53;
background: rgba(63, 63, 83, 0.7);
border: 1px solid rgba(255, 255, 255, 0.2);
position: relative;
margin: 0 1px;
}
.header .js-nano:hover > .nano-pane,
.independent-sidebar--true .js-nano:hover > .nano-pane,
.header .js-nano .nano-pane.active,
.independent-sidebar--true .js-nano .nano-pane.active,
.header .js-nano .nano-pane.flashed,
.independent-sidebar--true .js-nano .nano-pane.flashed {
opacity: 0.99;
}
.header.js-nano.nano.has-scrollbar > .nano-content::-webkit-scrollbar,
.independent-sidebar--true .js-nano.nano.has-scrollbar > .nano-content::-webkit-scrollbar {
display: block;
}
}  .mCustomScrollbar {
-ms-touch-action: none;
touch-action: none; }
.mCustomScrollbar.mCS_no_scrollbar {
-ms-touch-action: auto;
touch-action: auto;
}
.mCustomScrollBox { position: relative;
overflow: hidden;
height: 100%;
max-width: 100%;
outline: none;
direction: ltr;
}
.mCSB_container { overflow: hidden;
width: auto;
height: auto;
} .mCSB_horizontal.mCSB_inside > .mCSB_container {
margin-right: 0;
margin-bottom: 0px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
margin-bottom: 0;
} .mCSB_scrollTools.mCSB_scrollTools_horizontal {
width: auto;
height: 16px;
top: auto;
right: 0;
bottom: 0;
left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
bottom: -26px;
} .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
width: 100%;
height: 3px;
margin: 10px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
width: 30px; height: 100%;
left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
width: 100%;
height: 4px;
margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
height: 12px; margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
height: 8px; margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
display: block;
position: absolute;
width: 20px;
height: 100%;
overflow: hidden;
margin: 0 auto;
cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
right: 0;
} .mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
} .mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
opacity: 0;
filter: "alpha(opacity=0)";
-ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
opacity: 1;
filter: "alpha(opacity=100)";
-ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
background: #cecece;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
background: #3f3f53;
}
.mCustomScrollBox:hover .mCSB_dragger .mCSB_dragger_bar {
background: #3f3f53;
} .widget_icl_lang_sel_widget {
overflow: visible !important;
}
.menu-item-language img.iclflag,
#lang_sel img.iclflag,
#lang_sel_click img.iclflag {
margin-right: 7px;
vertical-align: baseline;
}
.theme-sleek #lang_sel,
.theme-sleek #lang_sel_click {
text-align: left;
}
.theme-sleek #lang_sel a,
.theme-sleek #lang_sel_click a {
padding-left: 0;
border: none;
height: 40px;
line-height: 40px;
padding: 0 20px;
}
.theme-sleek #lang_sel a.lang_sel_sel,
.theme-sleek #lang_sel_click a.lang_sel_sel {
position: relative;
background: #ffffff;
color: #3f3f53;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.theme-sleek #lang_sel a.lang_sel_sel:after,
.theme-sleek #lang_sel_click a.lang_sel_sel:after {
content: "\e892";
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
margin-left: 5px;
font-size: 1.2em;
position: absolute;
top: 15px;
right: 15px;
}
.theme-sleek #lang_sel ul ul,
.theme-sleek #lang_sel_click ul ul {
top: 38px;
width: 100%;
border-top: none;
}
.theme-sleek #lang_sel ul ul a,
.theme-sleek #lang_sel_click ul ul a {
height: 40px;
line-height: 40px;
padding: 0 20px;
border: none;
background: #ffffff;
color: #3f3f53;
}
.theme-sleek #lang_sel ul ul a:hover,
.theme-sleek #lang_sel_click ul ul a:hover {
background: #3f3f53;
color: #ffffff;
}
.theme-sleek #lang_sel ul ul li:last-child a,
.theme-sleek #lang_sel_click ul ul li:last-child a {
-webkit-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.theme-sleek #lang_sel_list.lang_sel_list_vertical,
.theme-sleek #lang_sel_list.lang_sel_list_horizontal {
height: auto;
overflow: hidden;
}
.theme-sleek #lang_sel_list.lang_sel_list_vertical ul,
.theme-sleek #lang_sel_list.lang_sel_list_horizontal ul {
height: auto;
top: 0;
border-top: none;
}
.theme-sleek #lang_sel_list.lang_sel_list_vertical li,
.theme-sleek #lang_sel_list.lang_sel_list_horizontal li {
float: none;
}
.theme-sleek #lang_sel_list.lang_sel_list_vertical li:first-child a,
.theme-sleek #lang_sel_list.lang_sel_list_horizontal li:first-child a {
-webkit-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
}
.theme-sleek #lang_sel_list.lang_sel_list_vertical li:last-child a,
.theme-sleek #lang_sel_list.lang_sel_list_horizontal li:last-child a {
-webkit-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.theme-sleek #lang_sel_list.lang_sel_list_vertical a,
.theme-sleek #lang_sel_list.lang_sel_list_horizontal a {
padding: 0 20px;
height: 40px;
line-height: 40px;
border: none;
background: #ffffff;
color: #3f3f53;
}
.theme-sleek #lang_sel_list.lang_sel_list_vertical a:hover,
.theme-sleek #lang_sel_list.lang_sel_list_horizontal a:hover,
.theme-sleek #lang_sel_list.lang_sel_list_vertical a.lang_sel_sel,
.theme-sleek #lang_sel_list.lang_sel_list_horizontal a.lang_sel_sel {
background: #3f3f53;
color: #ffffff;
}
.theme-sleek .header #lang_sel,
.theme-sleek .header #lang_sel_click,
.theme-sleek .header #lang_sel_list {
margin-left: auto;
margin-right: auto;
}
.theme-sleek .header #lang_sel li,
.theme-sleek .header #lang_sel_click li,
.theme-sleek .header #lang_sel_list li {
float: none;
margin-left: auto;
margin-right: auto;
} .theme-sleek .dark-mode #lang_sel a.lang_sel_sel,
.theme-sleek .dark-mode #lang_sel_click a.lang_sel_sel {
background: #3f3f53;
color: #ffffff;
}
.theme-sleek .dark-mode #lang_sel ul ul a,
.theme-sleek .dark-mode #lang_sel_click ul ul a {
background: #3f3f53;
color: #ffffff;
}
.theme-sleek .dark-mode #lang_sel ul ul a:hover,
.theme-sleek .dark-mode #lang_sel_click ul ul a:hover,
.theme-sleek .dark-mode #lang_sel ul ul a.lang_sel_sel,
.theme-sleek .dark-mode #lang_sel_click ul ul a.lang_sel_sel {
background: #ffffff;
color: #3f3f53;
}
.theme-sleek .dark-mode #lang_sel_list.lang_sel_list_vertical a,
.theme-sleek .dark-mode #lang_sel_list.lang_sel_list_horizontal a {
background: #3f3f53;
color: #ffffff;
}
.theme-sleek .dark-mode #lang_sel_list.lang_sel_list_vertical a:hover,
.theme-sleek .dark-mode #lang_sel_list.lang_sel_list_horizontal a:hover,
.theme-sleek .dark-mode #lang_sel_list.lang_sel_list_vertical a.lang_sel_sel,
.theme-sleek .dark-mode #lang_sel_list.lang_sel_list_horizontal a.lang_sel_sel {
background: #ffffff;
color: #3f3f53;
}  .clearfix:before,
.clearfix:after {
display: table;
content: "";
}
.clearfix:after {
clear: both;
}
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
} @media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
html,
body {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
position: relative;
overflow: hidden;
}
} .header {
z-index: 4;
height: 100%;
position: fixed;
width: 260px;
left: -260px;
top: 0px; }
.header__overflow {
overflow: hidden;
height: 100%;
}
.header .nano-content {
padding: 50px 20px 20px;
height: 100%;
overflow-y: scroll;
}
.header:before {
content: "";
opacity: 0;
visibility: hidden;
background: #23222d;
position: absolute;
top: 0;
left: 260px;
right: 0;
bottom: 0;
width: 100vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.header {
position: fixed !important;
overflow: visible !important;
}
}
@media only screen and (min-width: 1200px) {
.header-desktop--true .header {
position: relative;
width: 250px;
left: 0;
float: left;
}
.header-desktop--true .header:before {
content: none;
}
.header-desktop--true .header__toggle {
display: none;
}
} body.touchscreen-header-open {
overflow: hidden;
position: relative;
}
body.touchscreen-header-open .header {
left: 0;
}
body.touchscreen-header-open .header:before {
pointer-events: none;
visibility: visible;
opacity: 0.9;
}
@media only screen and (min-width: 1200px) {
body.header-desktop--false .header {
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
}
body.header-desktop--false .header:before {
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
}
} @media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.sidebar--true {
display: -webkit-flex;
display: flex;
-webkit-align-items: stretch;
align-items: stretch;
}
.sidebar--true .sidebar {
position: relative;
width: 304px;
float: right;
overflow: hidden;
}
.sidebar--true .main-content {
margin-right: -304px;
width: 100%;
float: left;
}
.sidebar--true .main-content__inside {
margin-right: 304px;
}
}  @media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.content-wrapper {
overflow-x: hidden;
overflow-y: auto;
height: 100%;
-webkit-overflow-scrolling: touch;
}
.content-wrapper__inside {
width: 100%;
}
}  @media only screen and (min-width: 1400px) {
.sidebar--true .sidebar {
width: 401px;
}
.sidebar--true .main-content {
margin-right: -401px;
}
.sidebar--true .main-content__inside {
margin-right: 401px;
}
}  .independent-sidebar--true { }
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.independent-sidebar--true .content-wrapper {
overflow: hidden;
}
.independent-sidebar--true .content-wrapper__inside {
height: 100%;
}
.independent-sidebar--true .main-content {
display: block;
overflow: hidden;
height: 100%;
}
.independent-sidebar--true .main-content__inside {
min-height: 100%;
height: 100%;
overflow-x: hidden;
}
.js .independent-sidebar--true .main-content__inside {
overflow: hidden;
}
.independent-sidebar--true .sidebar {
height: 100%;
overflow: hidden;
}
.independent-sidebar--true .sidebar__content {
max-height: 100%;
height: 100%;
}
} .max-width-wrapper {
padding: 0 25px;
margin-left: auto;
margin-right: auto;  }
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.max-width-wrapper {
padding-left: 50px;
padding-right: 50px;
}
}
.main-content--m-plus .max-width-wrapper {
padding-left: 70px;
padding-right: 70px;
max-width: 1215px;
} [class^='column--'],
[class*='column--'] {
width: 100%;
padding: 0 15px;
margin-bottom: 15px;
}
[class^='column--']:empty,
[class*='column--']:empty {
margin-bottom: 0;
}
.row__inwrap:before,
.row__inwrap:after {
display: table;
content: "";
}
.row__inwrap:after {
clear: both;
}
.full-width--true {  }
.full-width--true .row__inwrap {
padding: 0 25px;
margin-left: auto;
margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.full-width--true .row__inwrap {
padding-left: 50px;
padding-right: 50px;
}
}
.full-width--true .main-content--m-plus .row__inwrap {
padding-left: 70px;
padding-right: 70px;
max-width: 1215px;
}
.sidebar .row__inwrap {
padding: 0 25px;
margin-left: auto;
margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.column-wrap {
margin-left: -15px;
margin-right: -15px;
}
[class^='column--'],
[class*='column--'] {
float: left;
min-height: 1px;
margin-bottom: 0;
}
[class^='column--'] [class^='column--']:first-of-type,
[class*='column--'] [class^='column--']:first-of-type,
[class^='column--'] [class*='column--']:first-of-type,
[class*='column--'] [class*='column--']:first-of-type {
padding-left: 0;
}
[class^='column--'] [class^='column--']:last-of-type,
[class*='column--'] [class^='column--']:last-of-type,
[class^='column--'] [class*='column--']:last-of-type,
[class*='column--'] [class*='column--']:last-of-type {
padding-right: 0;
}
.column--1-1 {
width: 100%;
}
.column--1-2 {
width: 50%;
}
.column--1-3 {
width: 33.33333333333333%;
}
.column--1-4 {
width: 25%;
}
.column--1-5 {
width: 20%;
}
.column--1-6 {
width: 16.666666666666664%;
}
.column--2-3 {
width: 66.66666666666666%;
}
.column--2-4 {
width: 50%;
}
.column--3-4 {
width: 75%;
}
.column--2-5 {
width: 40%;
}
.column--3-5 {
width: 60%;
}
.column--4-5 {
width: 80%;
}
.column--2-6 {
width: 33.33333333333333%;
}
.column--3-6 {
width: 50%;
}
.column--4-6 {
width: 66.66666666666666%;
}
.column--5-6 {
width: 83.333333335%;
}
} .sidebar {
position: relative;
padding-top: 0px;
}
.sidebar .nano-content {
padding: 60px 30px 0;  }
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
.sidebar .nano-content {
padding: 40px 32px 0 32px;
}
}
@media only screen and (min-width: 1400px) {
.sidebar .nano-content {
padding: 50px 51px 0 50px;
}
.sidebar--tabs-active.sidebar .nano-content {
padding-top: 40px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) { .sidebar__tabs {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 40px;
line-height: 40px;
padding: 0 30px;
}
.sidebar__tabs a {
display: block;
float: left;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
text-transform: uppercase;
color: #777777;
}
.sidebar__tabs a:hover {
color: #3f3f53;
}
.sidebar__tabs a:first-child {
text-align: left;
width: 60%;
}
.sidebar__tabs a:last-child {
text-align: right;
width: 40%;
}
.sidebar__tabs a.active {
color: #3f3f53;
}
.sidebar__tabs:after {
content: "";
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
display: block;
border-top: 1px solid #3f3f53;
height: 0;
margin: 30px 0;
opacity: 0.2;
width: 45px;
margin: 45px 0;
opacity: 1;
margin: 39px 0 0; position: absolute;
margin-left: 0;
left: 30px;
}
.sidebar--general-active .sidebar__tabs:after {
left: 100%;
margin-left: -75px; }
.dark-mode .sidebar__tabs a {
color: #aaaaaa;
}
.dark-mode .sidebar__tabs a:hover {
color: #ffffff;
}
.dark-mode .sidebar__tabs a.active {
color: #ffffff;
}
.dark-mode .sidebar__tabs:after {
border-top-color: #ffffff;
} .sidebar--tabs-active {
padding-top: 80px;
}
.sidebar--tabs-active .sidebar__tabs {
top: 40px;
}
.sidebar--tabs-active .sidebar__content {
width: 100%;
position: relative;
}
.sidebar--tabs-active .sidebar__general,
.sidebar--tabs-active .sidebar__comments {
width: 100%;
position: absolute;
top: 0;
overflow: hidden;
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
}
.sidebar--comments-active .sidebar__general {
left: 100%;
}
.sidebar--comments-active .sidebar__comments {
left: 0;
}
.sidebar--general-active .sidebar__general {
left: 0;
}
.sidebar--general-active .sidebar__comments {
left: -100%;
}
}  @media only screen and (min-width: 1400px) {
.sidebar__tabs {
padding: 0 50px;
}
.sidebar__tabs:after {
left: 50px;
}
.sidebar--general-active .sidebar__tabs:after {
margin-left: -95px;
}
}    .tooltip {
position: relative;
display: inline-block;
}
.tooltip:after,
.tooltip:before {
display: block;
position: absolute;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
}
.tooltip:after {
content: attr(data-tooltip);
-webkit-border-radius: 3px;
border-radius: 3px;
height: 42px;
line-height: 42px;
padding: 0 15px;
background: #3f3f53;
color: #ffffff;
font-size: 0.875em; font-style: italic;
font-weight: 300;
white-space: nowrap;
}
.dark-mode .tooltip:after {
background: #ffffff;
color: #3f3f53;
}
.tooltip:before {
content: "";
width: 0;
height: 0;
border-width: 6px;
border-style: solid;
border-color: transparent;
}
.tooltip:hover:after,
.tooltip:hover:before {
opacity: 1;
visibility: visible;
} .tooltip--right:after,
.tooltip--right:before {
left: 100%;
top: 50%;
-webkit-transform: translate(-10px, -50%);
-ms-transform: translate(-10px, -50%);
transform: translate(-10px, -50%);
}
.tooltip--right:after {
margin-left: 20px;
}
.tooltip--right:before {
margin-left: 9px;
border-right-color: #3f3f53;
}
.dark-mode .tooltip--right:before {
border-right-color: #ffffff;
}
.tooltip--right:hover:after,
.tooltip--right:hover:before {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
} .tooltip--left:after,
.tooltip--left:before {
right: 100%;
top: 50%;
-webkit-transform: translate(10px, -50%);
-ms-transform: translate(10px, -50%);
transform: translate(10px, -50%);
}
.tooltip--left:after {
margin-right: 20px;
}
.tooltip--left:before {
margin-right: 9px;
border-left-color: #3f3f53;
}
.dark-mode .tooltip--left:before {
border-left-color: #ffffff;
}
.tooltip--left:hover:after,
.tooltip--left:hover:before {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
} .tooltip--top:after,
.tooltip--top:before {
bottom: 100%;
left: 50%;
-webkit-transform: translate(-50%, 10px);
-ms-transform: translate(-50%, 10px);
transform: translate(-50%, 10px);
}
.tooltip--top:after {
margin-bottom: 20px;
}
.tooltip--top:before {
margin-bottom: 9px;
border-top-color: #3f3f53;
}
.dark-mode .tooltip--top:before {
border-top-color: #ffffff;
}
.tooltip--top:hover:after,
.tooltip--top:hover:before {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
} .tooltip--bottom:after,
.tooltip--bottom:before {
top: 100%;
left: 50%;
-webkit-transform: translate(-50%, -10px);
-ms-transform: translate(-50%, -10px);
transform: translate(-50%, -10px);
}
.tooltip--bottom:after {
margin-top: 20px;
}
.tooltip--bottom:before {
margin-top: 9px;
border-bottom-color: #3f3f53;
}
.dark-mode .tooltip--bottom:before {
border-bottom-color: #ffffff;
}
.tooltip--bottom:hover:after,
.tooltip--bottom:hover:before {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
} .social-nav {
text-align: center;
}
.social-nav:before,
.social-nav:after {
content: "";
display: block;
border-top: 1px solid #3f3f53;
height: 0;
margin: 30px 0;
opacity: 0.2;
margin-top: 0;
margin-bottom: 0;
clear: both;
border-top-style: dotted;
}
.dark-mode .social-nav:before,
.dark-mode .social-nav:after {
border-top-color: #ffffff;
}
.social-nav__title {
display: none;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
text-transform: uppercase;
color: #cecece;
line-height: 48px;
float: left;
}
.main-content--m-plus .social-nav__title {
display: block;
}
.social-nav__items {
position: relative;
z-index: 1; margin: 0;
padding: 0;
list-style: none;
display: inline-block;
text-align: center;
}
.sidebar .social-nav__items {
margin: 0 0 0 -1px;
}
.main-content--m-plus .social-nav__title + .social-nav__items {
float: right;
}
.social-nav .social-nav__item {
display: inline-block;
margin: 0;
padding: 0;
}
.social-nav .social-nav__link {
display: block;
width: 48px;
height: 50px;
line-height: 54px;
margin: -1px 0;
text-align: center;
color: inherit;
}
.social-nav .social-nav__link:hover {
background: #ff4d4d;
color: #ffffff;
}
.social-nav--big {
margin-top: 30px;
margin-bottom: 30px;
}
.social-nav--big:before,
.social-nav--big:after {
width: 45px;
margin: 45px 0;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
border-top-style: solid;
}
.social-nav--big .social-nav__link {
width: 40px;
height: 70px;
line-height: 70px;
font-size: 22px;
color: #3f3f53;
}
.social-nav--big .social-nav__link:hover {
color: #ff4d4d;
background: none;
}
.dark-mode .social-nav--big .social-nav__link {
color: #ffffff;
}
.dark-mode .social-nav--big .social-nav__link:hover {
color: #ff4d4d;
background: none;
} .sleek-cta {
padding: 30px 0 50px;
text-align: center;
}
.sleek-cta__inwrap {
padding: 0 25px;
margin-left: auto;
margin-right: auto;  }
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.sleek-cta__inwrap {
padding-left: 50px;
padding-right: 50px;
}
}
.main-content--m-plus .sleek-cta__inwrap {
padding-left: 70px;
padding-right: 70px;
max-width: 1215px;
}
.sleek-cta span {
margin-right: 20px;
vertical-align: middle;
}
.sleek-cta .button {
font-size: 16px;
height: 50px;
line-height: 50px;
padding: 0 35px;
background: #ff4d4d;
color: #ffffff;
margin-top: 20px;
overflow: visible;
}
.sleek-cta .button[class*='button--outline'] {
line-height: 48px;
}
.sleek-cta .button:hover {
background: #3f3f53;
color: #ffffff;
}
.dark-mode.sleek-cta .button {
background: #ff4d4d;
color: #ffffff;
}
.dark-mode.sleek-cta .button:hover {
background: #ffffff;
color: #3f3f53;
} .progress-bar {
width: 100%;
margin-bottom: 30px;
}
.progress-bar .meta {
color: #3f3f53; font-family: "Source Sans Pro", sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 1.4em;
margin-bottom: 10px;
margin-top: 10px;
margin-bottom: 5px;
padding: 0 5px;
}
.progress-bar .meta a {
color: #3f3f53;
}
.progress-bar .meta a:hover {
color: #ff4d4d;
}
.progress-bar .meta .percent {
float: right;
}
.progress-bar .bar {
width: 100%;
clear: both;
overflow: hidden;
height: 4px;
background: #f5f5f5;
}
.progress-bar .bar div {
-webkit-transition: all 1.5s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 1.5s cubic-bezier( 0.5, 0.2, 0.5, 1 );
height: 100%;
width: 0;
background: #cecece;
}
.color-black.progress-bar .bar div {
background: #3f3f53;
}
.color-primary.progress-bar .bar div {
background: #ff4d4d;
}
.color-white.progress-bar .bar div {
background: #ffffff;
} .icon--badge {
position: relative;
display: inline-block;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
}
.icon--badge:before {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} .icon--badge {
width: 60px;
height: 60px;
font-size: 20px;
}
.icon--badge:hover,
a:hover .icon--badge {
font-size: 26px;
}
.icon--badge--medium {
width: 80px;
height: 80px;
font-size: 26px;
}
.icon--badge--medium:hover,
a:hover .icon--badge--medium {
font-size: 30px;
}
.icon--badge--large {
width: 120px;
height: 120px;
font-size: 26px;
}
.icon--badge--large:hover,
a:hover .icon--badge--large {
font-size: 32px;
} .icon--badge--grey {
background: rgba(63, 63, 83, 0.05);
color: #777777;
}
.icon--badge--grey:hover {
background: transparent;
color: #3f3f53;
}
a:hover .icon--badge--grey {
background: #ff4d4d;
color: #ffffff;
}
.icon--badge--white {
background: #ffffff;
color: #3f3f53;
}
.icon--badge--white:hover {
background: transparent;
color: #3f3f53;
}
a:hover .icon--badge--white {
background: #ff4d4d;
color: #ffffff;
}
.dark-mode .icon--badge {
color: #ffffff;
background: rgba(255, 255, 255, 0.05);
}
.dark-mode .icon--badge:hover {
background: transparent;
}
a:hover .dark-mode .icon--badge {
background: #ff4d4d;
color: #ffffff;
} .header {
text-align: center;
}
.header__inwrap {
position: relative;
min-height: 100%;
padding-bottom: 40px; }
.header__logo {
display: block;
margin-bottom: 80px;
}
.header__logo img {
max-height: 100%;
}
.header__toggle {
position: absolute;
display: block;
width: 60px;
height: 56px;
z-index: 3;
top: 0;
right: -60px;
}
.header__toggle div {
transition: background 0.3s 0.5s ease;
-webkit-transform: translate(0, 10px);
-ms-transform: translate(0, 10px);
transform: translate(0, 10px);
}
.header__toggle div,
.header__toggle div:before,
.header__toggle div:after {
display: inline-block;
position: absolute;
left: 15px;
top: 15px;
width: 30px;
height: 3px;
background: #ff4d4d;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.header__toggle div:before,
.header__toggle div:after {
content: '';
-webkit-transform-origin: 50% 50%;
transform-origin: 50% 50%;
transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
transition: top 0.3s 0.6s ease, transform 0.3s ease;
left: 0;
}
.header__toggle div:before {
top: 10px;
}
.header__toggle div:after {
top: -10px;
}
body.touchscreen-header-open .header__toggle div {
transition: background 0.3s 0s ease;
background: rgba(255, 77, 77, 0);
}
body.touchscreen-header-open .header__toggle div:before,
body.touchscreen-header-open .header__toggle div:after {
transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
transition: top 0.3s ease, transform 0.3s 0.5s ease;
top: 0;
background: #ffffff;
}
body.touchscreen-header-open .header__toggle div:before {
-webkit-transform: rotate3d(0, 0, 1, 45deg);
-ms-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
}
body.touchscreen-header-open .header__toggle div:after {
-webkit-transform: rotate3d(0, 0, 1, -45deg);
-ms-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
}
.header__nav {
margin: 0 -20px 20px;  }
@media only screen and (min-width: 1200px) {
.header__nav {
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
}
}
.header__nav.dropdown-open {
margin-top: -15px;
}
.header__nav ul {
padding: 0;
margin: 0;
list-style: none;
}
.header__nav li {
margin: 0;
padding: 5px 0;
overflow: hidden;
}
@media only screen and (min-width: 1200px) {
.header__nav li {
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
}
}
.header__nav a {
display: block;
padding: 5px 10px;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
text-transform: uppercase;
color: #777777;
}
.header__nav a:hover {
color: #ff4d4d;
}
.dark-mode .header__nav a {
color: #ffffff;
}
.dark-mode .header__nav a:hover {
color: #ff4d4d;
}
.header__nav .sub-menu {
max-height: 0px;
opacity: 0;
visibility: hidden;
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px); }
@media only screen and (min-width: 1200px) {
.header__nav .sub-menu {
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
}
}
.header__nav .sub-menu a {
font-size: 14px;
}
.header__nav .sub-menu .sub-menu {
overflow: hidden;
}
.header__nav .sub-menu .sub-menu:before,
.header__nav .sub-menu .sub-menu:after {
content: "";
display: block;
border-top: 1px solid #3f3f53;
height: 0;
margin: 30px 0;
opacity: 0.2;
width: 30px;
margin-left: auto;
margin-right: auto;
border-top-color: #ffffff;
margin: 10px auto;
}
.js .header__nav .menu-item-has-children.active > ul,
.js .header__nav .menu-item-language.active > ul,
.no-js .header__nav .menu-item-language:hover > ul,
.no-js .header__nav .menu-item-has-children:hover > ul {
max-height: 800px;
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.js .header__nav > ul > .menu-item-has-children.active,
.js .header__nav > ul > .menu-item-language.active,
.no-js .header__nav > ul > .menu-item-has-children:hover,
.no-js .header__nav > ul > .menu-item-language:hover {
padding: 20px 0;
}
.js .header__nav > ul > .menu-item-has-children.active > ul,
.js .header__nav > ul > .menu-item-language.active > ul,
.no-js .header__nav > ul > .menu-item-has-children:hover > ul,
.no-js .header__nav > ul > .menu-item-language:hover > ul {
padding: 20px 0;
margin-top: 5px;
background: #23222d;
}
.js .header__nav > ul > .menu-item-has-children.active > ul a,
.js .header__nav > ul > .menu-item-language.active > ul a,
.no-js .header__nav > ul > .menu-item-has-children:hover > ul a,
.no-js .header__nav > ul > .menu-item-language:hover > ul a {
color: #ffffff;
}
.js .header__nav > ul > .menu-item-has-children.active > ul a:hover,
.js .header__nav > ul > .menu-item-language.active > ul a:hover,
.no-js .header__nav > ul > .menu-item-has-children:hover > ul a:hover,
.no-js .header__nav > ul > .menu-item-language:hover > ul a:hover {
color: #ff4d4d;
}
.js-ajax-load-pages--false .header__nav .current-menu-item > a {
color: #ff4d4d !important;
}
.header__footer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
top: auto;
}
.header .copyright {
font-size: 0.75em; }
.header .copyright i {
margin: 0 5px;
font-size: 1.2em;
vertical-align: text-bottom;
font-weight: 700;
color: #ff4d4d;
} .search-form {
height: 70px;
}
.search-form .submit {
display: none;
visibility: hidden;
}
.search-form .textfield {
position: relative;
height: 3em;
z-index: 1;
-webkit-border-radius: 0;
border-radius: 0;
background: none;
border: none;
font-size: 18px;
border-bottom: 1px solid transparent;
padding: 0;
margin-bottom: 0;
text-align: inherit;
}
.search-form .textfield:focus {
border-bottom: 1px solid rgba(63, 63, 83, 0.2);
}
.search-form i {
display: block;
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
visibility: visible;
margin-top: -33px;
font-size: 18px;
color: #3f3f53;
}
.search-form .textfield:focus + i,
.search-form .textfield:valid + i {
visibility: hidden;
margin-top: -45px;
color: transparent;
}
.dark-mode .search-form .textfield {
background: none;
border-bottom-color: rgba(255, 255, 255, 0.2);
}
.dark-mode .search-form i {
color: #ffffff;
}
.sidebar .search-form {
height: 55px;
margin-top: -20px;
}  .comment__list {
margin-bottom: 50px;     }
.comment__list:before {
display: block;
border-top: 1px solid #3f3f53;
height: 0;
margin: 30px 0;
opacity: 0.2;
width: 45px;
margin: 45px 0;
}
.main-content .comment__list:before {
content: "";
}
.comment__list h2 {
margin-bottom: 68px;
}
.comment__list ul {
list-style: none;
padding: 0;
margin: 0;
}
.comment__list .comment {
position: relative;
padding-left: 15px;
margin-bottom: 0;
}
.comment__list .comment:before,
.comment__list .comment:after {
display: table;
content: "";
}
.comment__list .comment:after {
clear: both;
}
.comment__list .comment-body {
padding: 20px 0 10px;
}
.comment__list .comment-body:hover .comment__links {
opacity: 1;
}
.comment__list .comment p {
margin: 3px 0 10px;
}
.comment__list .comment--ajax-loaded {
opacity: 0;
}
.comment__list .comment--ajax-loaded-animate {
opacity: 1;
-webkit-animation: sleek-fade-in-bottom 0.5s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-fade-in-bottom 0.5s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
.comment__list .comment .bypostauthor {
position: relative;
}
.comment__list .comment__image {
width: 50px;
height: 50px;
}
.comment__list .comment__image img {
-webkit-border-radius: 50%;
border-radius: 50%;
}
.comment__list .comment__content a {
color: #3f3f53;
}
.comment__list .comment__content a:hover {
color: #ff4d4d;
}
.comment__list .comment__author,
.comment__list .comment__date,
.comment__list .comment__moderated {
display: inline-block;
font-size: 15px;
font-style: italic;
margin-right: 5px;
}
.comment__list .comment__text {
font-size: 15px;
clear: both;
}
.comment__list .comment__links {
position: absolute;
top: 5px;
right: 15px;
}
@media only screen and (min-width: 1200px) {
.comment__list .comment__links {
opacity: 0;
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
}
}
.comment__list .comment__links a {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
text-transform: uppercase;
font-size: 10px;
line-height: 1;
margin-left: 10px;
color: #3f3f53;
}
.comment__list .comment__links a:hover {
color: #ff4d4d;
}
.comment__list .comment__links a.comment-reply-link {
color: #ff4d4d;
}
.comment__list .comment__links a.comment-reply-link:hover {
color: #3f3f53;
}
.comment__list .comments {
list-style: none;
margin: 0;
}
.comment__list .comments > .comment {
-webkit-border-radius: 3px;
border-radius: 3px;
background: #f5f5f5;
padding-right: 15px;
margin-top: 40px;
}
.comment__list .comments > .comment > .comment-body {
padding-top: 0;
}
.comment__list .comments > .comment > .comment-body > .comment__image {
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-bottom: -10px;
}
.comment__list .children .comment-body:before {
content: "";
display: block;
border-top: 1px solid #3f3f53;
height: 0;
margin: 30px 0;
opacity: 0.2;
width: 30px;
margin-top: 0;
margin-bottom: 0;
-webkit-transform: translate(0px, -20px);
-ms-transform: translate(0px, -20px);
transform: translate(0px, -20px);
margin-top: 4px;
opacity: 0.1;
}
.comment__list .children .comment__image {
float: left;
margin-right: 15px;
margin-bottom: 10px;
}
.comment__list .children .comment__content {
margin-top: 2px;
}
.comment__list .children .comment__date {
display: block;
}
.comment__list .children .comment__links {
top: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.main-content--m-plus .comment__list .comment {
padding-left: 30px;
}
.main-content--m-plus .comment__list .comments > .comment {
padding-right: 30px;
}
.main-content--m-plus .comment__list .children .comment-body:before {
-webkit-transform: translate(65px, -20px);
-ms-transform: translate(65px, -20px);
transform: translate(65px, -20px);
}
.main-content--m-plus .comment__list .children .comment__image {
margin-bottom: 0px;
}
.main-content--m-plus .comment__list .children .comment__content {
overflow: hidden;
}
.main-content--m-plus .comment__list .children .comment__date {
display: inline-block;
}
.comment__list .comment__pager {
text-align: right;
padding-top: 5px;
}
.comment__list .comment__pager a {
-webkit-border-radius: 3px;
border-radius: 3px;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
display: inline-block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 100%;
padding: 0 15px;
background: none;
font-size: 14px;
background: #ff4d4d;
color: #ffffff;
height: 36px;
line-height: 36px;
padding: 0 25px;
margin-top: 20px;
}
.comment__list .comment__pager a[class*='button--outline'] {
line-height: 34px;
}
.comment__list .comment__pager a i {
margin: 0 10px 0 0;
}
.comment__list .comment__pager a + .button {
margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.comment__list .comment__pager a + .button {
margin-left: 20px;
margin-top: 0;
}
}
.comment__list .comment__pager a:hover {
background: #3f3f53;
color: #ffffff;
}
.comment__list .comment__pager a[class*='button--outline'] {
line-height: 34px;
}
.dark-mode .comment__list .comment-body:before {
border-top-color: #ffffff;
}
.dark-mode .comment__list .comment__content a {
color: #ffffff;
}
.dark-mode .comment__list .comment__content a:hover {
color: #ff4d4d;
}
.dark-mode .comment__list .comment__links a {
color: #ffffff;
}
.dark-mode .comment__list .comment__links a:hover {
color: #ff4d4d;
}
.dark-mode .comment__list .comment__links a.comment-reply-link {
color: #ff4d4d;
}
.dark-mode .comment__list .comment__links a.comment-reply-link:hover {
color: #ffffff;
}
.dark-mode .comment__list .comments > .comment {
background: #3f3f53;
background: rgba(255, 255, 255, 0.07000000000000001);
}
.dark-mode .comment__list .comments .comment p {
color: #cecece;
}
.dark-mode .comment__list .children .comment:before {
border-top-color: #ffffff;
} .comment-respond {
overflow: hidden; }
.comment-respond:before {
display: block;
border-top: 1px solid #3f3f53;
height: 0;
margin: 30px 0;
opacity: 0.2;
width: 45px;
margin: 45px 0;
}
.main-content .comment-respond:before,
.comment__list + .comment-respond:before,
.comment .comment-respond:before {
content: "";
}
.dark-mode .comment-respond:before {
border-top-color: #ffffff;
}
.comment-respond h3 {
color: #3f3f53; font-family: "Source Sans Pro", sans-serif;
font-size: 30px;
font-weight: 200;
font-style: normal;
line-height: 1.3em;
margin-bottom: 30px;
margin-top: 45px;
}
.comment-respond h3 a {
color: #3f3f53;
}
.comment-respond h3 a:hover {
color: #ff4d4d;
}
.comment-respond h3 .above {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
text-transform: uppercase;
display: block;
margin-bottom: 10px;
color: #cecece;
}
.dark-mode .comment-respond h3 .above {
color: #aaaaaa;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.comment-respond h3 {
font-size: 38px;
}
}
@media only screen and (min-width: 1200px) {
.comment-respond h3 {
font-size: 42px;
}
}
.sidebar .comment-respond h3 {
font-size: 38px;
margin-top: 0;
}
.dark-mode .comment-respond h3 {
color: #ffffff;
}
.dark-mode .comment-respond h3 a {
color: #ffffff;
}
.dark-mode .comment-respond h3 a:hover {
color: #ff4d4d;
}
.comment-respond .logged-in-as {
font-size: 0.875em; }
.comment-respond .logged-in-as a {
color: #3f3f53;
}
.comment-respond .logged-in-as a:hover {
color: #ff4d4d;
}
.dark-mode .comment-respond .logged-in-as a {
color: #ffffff;
}
.dark-mode .comment-respond .logged-in-as a:hover {
color: #ff4d4d;
}
.comment-respond .form-submit {
margin: 0;
}
.main-content--m-plus .comment-respond .form__item--author,
.main-content--m-plus .comment-respond .form__item--email,
.main-content--m-plus .comment-respond .form__item--url {
width: 33.3%;
float: left;
padding-right: 1.85em;
}
.main-content--m-plus .comment-respond .form__item--url {
width: 33.4%;
padding-right: 0;
}
.comment .comment-respond {
margin-bottom: 30px;
}
.comment .comment-respond:before {
margin: 0 0 30px;
}
.comment .comment-respond h3 {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
text-transform: uppercase;
margin-bottom: 25px;
}
.comment .comment-respond h3 small {
display: block;
font-size: 10px;
margin: 15px 0 0;
} .main-content #disqus_thread {
margin-top: 50px;
} .author-block {
padding: 30px 0 0;
text-align: center;
}
.author-block__image {
width: 100px;
height: 100px;
margin: 0 auto 28px;
}
.author-block__image img {
-webkit-border-radius: 50%;
border-radius: 50%;
}
.author-block__content {
overflow: hidden;
}
.author-block h2 {
margin-top: 1px;
margin-bottom: 10px;
}
.author-block h2 .above {
margin-bottom: 5px;
}
.author-block__description {
font-size: 20px;
}
.post-centered--false .main-content--m-plus .author-block {
text-align: left;
}
.post-centered--false .main-content--m-plus .author-block:before,
.post-centered--false .main-content--m-plus .author-block:after {
display: table;
content: "";
}
.post-centered--false .main-content--m-plus .author-block:after {
clear: both;
}
.post-centered--false .main-content--m-plus .author-block__image {
float: left;
margin: 0 50px 20px 0;
} .sleek-slider {
position: relative;   }
.js-started.sleek-slider {
opacity: 0;
}
.processed.sleek-slider {
opacity: 1;
-webkit-animation: sleek-fade-in 0.7s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-fade-in 0.7s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
.sleek-slider .sleek-slider__items {
padding: 0;
margin: 0;
position: relative;
overflow: hidden;
list-style: none;
}
.sleek-slider .sleek-slider__item {
padding: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden; margin-bottom: 20px;       }
.js-started.sleek-slider .sleek-slider__item {
margin-bottom: 0;
opacity: 0;
z-index: 0;  }
.js-started.sleek-slider .sleek-slider__item.active {
z-index: 1;
opacity: 1;
}
.js-started.sleek-slider .sleek-slider__item .sleek-slider__item-inwrap {
overflow: hidden;
}
.processed.js-started.sleek-slider .sleek-slider__item {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.effect-fade.sleek-slider .sleek-slider__item.animate-out {
z-index: 1;
-webkit-animation: sleek-fade-out 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-fade-out 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
.effect-fade.sleek-slider .sleek-slider__item.animate-in {
opacity: 1;
z-index: 2;
-webkit-animation: sleek-fade-in 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-fade-in 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
.effect-pulse.sleek-slider .sleek-slider__item.animate-out {
-webkit-animation: sleek-fade-out-scale-up 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-fade-out-scale-up 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
.effect-pulse.sleek-slider .sleek-slider__item.animate-in {
-webkit-animation: sleek-fade-in-scale-down 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-fade-in-scale-down 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
.effect-slide_x.sleek-slider .sleek-slider__item.animate-out {
z-index: 1;
-webkit-animation: sleek-slide-out-right 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-slide-out-right 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
.effect-slide_x.sleek-slider .sleek-slider__item.animate-out.animate-reverse {
-webkit-animation: sleek-slide-out-left 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-slide-out-left 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
.effect-slide_x.sleek-slider .sleek-slider__item.animate-in {
opacity: 1;
z-index: 2;
-webkit-animation: sleek-slide-in-right 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-slide-in-right 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
.effect-slide_x.sleek-slider .sleek-slider__item.animate-in.animate-reverse {
-webkit-animation: sleek-slide-in-left 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-slide-in-left 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
.effect-slide_y.sleek-slider .sleek-slider__item.animate-out {
z-index: 1;
-webkit-animation: sleek-slide-out-top 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-slide-out-top 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
.effect-slide_y.sleek-slider .sleek-slider__item.animate-out.animate-reverse {
-webkit-animation: sleek-slide-out-bottom 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-slide-out-bottom 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
.effect-slide_y.sleek-slider .sleek-slider__item.animate-in {
opacity: 1;
z-index: 2;
-webkit-animation: sleek-slide-in-top 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-slide-in-top 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
.effect-slide_y.sleek-slider .sleek-slider__item.animate-in.animate-reverse {
-webkit-animation: sleek-slide-in-bottom 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-slide-in-bottom 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
.sleek-slider .sleek-ui--slider-arrows {
z-index: 3;
position: absolute;
bottom: 0%;
left: 0;
right: 0;
width: 100%;
text-align: center; }
.sleek-slider .sleek-ui--slider-arrows .sleek-ui__arrow {
display: inline-block;
color: #ffffff;
background: transparent;
-webkit-border-radius: 50%;
border-radius: 50%;
width: 32px;
height: 32px;
line-height: 28px;
margin-bottom: 10px;
}
.sleek-slider .sleek-ui--slider-arrows .sleek-ui__arrow i {
vertical-align: middle;
}
.sleek-slider .sleek-ui--slider-arrows .sleek-ui__arrow:hover {
background: #3f3f53;
}
.sleek-slider .sleek-ui--slider-arrows .sleek-ui__slider-info {
display: inline-block;
margin: 0 15px;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
color: #ffffff;
min-width: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.sleek-slider .sleek-ui--slider-arrows .sleek-ui__arrow {
width: 36px;
height: 36px;
margin-bottom: 30px;
line-height: 33px;
}
}
.sleek-slider .sleek-ui--slider-pager {
z-index: 3;
position: absolute;
left: 0;
right: 0;
bottom: 0%;
margin: 0;
text-align: center;
padding: 0; }
.sleek-slider .sleek-ui--slider-pager li {
display: inline-block;
padding: 0 5px;
margin-bottom: 15px;
}
.sleek-slider .sleek-ui--slider-pager a {
-webkit-border-radius: 50%;
border-radius: 50%;
width: 7px;
height: 7px;
display: block;
background: rgba(255, 255, 255, 0.5);
}
.sleek-slider .sleek-ui--slider-pager a.active {
pointer-events: none;
background: #ff4d4d;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.sleek-slider .sleek-ui--slider-pager li {
margin-bottom: 35px;
}
}
.sleek-slider .sleek-ui__loader {
height: 3px;
background: #ff4d4d;
width: 0%;
} .sleek-slider--element { }
.sleek-slider--element .sleek-slider__media-image {
padding-bottom: 56.25%;
}
.sleek-slider--element .video-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.sleek-slider--element .sleek-slider__media {
background-size: cover;
background-position: center center;
}
.sleek-slider--element .sleek-slider__text {
width: 100%;
}
.sleek-slider--element .dark-mode h1 .above,
.sleek-slider--element .dark-mode .h1 .above,
.sleek-slider--element .dark-mode h2 .above,
.sleek-slider--element .dark-mode .h2 .above {
color: #ffffff;
}
.js-started.sleek-slider--element { }
.js-started.sleek-slider--element .sleek-slider__media-image {
padding-bottom: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.js-started.sleek-slider--element .sleek-slider__media-video {
padding-bottom: 56.25%;
}
.js-started.sleek-slider--element .sleek-slider__media-video .wp-video {
display: none;
}
.js-started.sleek-slider--element .sleek-slider__media-video + .sleek-slider__text {
display: none;
}
.processed.js-started.sleek-slider--element .sleek-slider__item-inwrap {
position: relative;
height: 100%;
}
.processed.js-started.sleek-slider--element .sleek-slider__media-video {
padding-bottom: 0;
}
.processed.js-started.sleek-slider--element .sleek-slider__media-video .wp-video {
display: block;
}
.processed.js-started.sleek-slider--element .sleek-slider__media-video + .sleek-slider__text {
display: block;
}
.processed.js-started.sleek-slider--element .sleek-slider__text {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} .sleek-slider--images { }
.sleek-slider--images .sleek-slider__item-inwrap {
text-align: center;
}
.sleek-slider--images .caption {
position: absolute;
bottom: 40px;
left: 0;
right: 0;
width: 100%;
text-align: center;
color: #ffffff !important;
color: #3f3f53; font-family: "Source Sans Pro", sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 1.4em;
margin-bottom: 10px;
margin-top: 10px;
}
.sleek-slider--images .caption a {
color: #3f3f53;
}
.sleek-slider--images .caption a:hover {
color: #ff4d4d;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.sleek-slider--images .caption {
bottom: 50px;
}
}
@media only screen and (min-width: 1200px) {
.sleek-slider--images .caption {
color: #3f3f53; font-family: "Source Sans Pro", sans-serif;
font-size: 32px;
font-weight: 300;
line-height: 1.4em;
margin-bottom: 30px;
margin-top: 45px;
}
.sleek-slider--images .caption a {
color: #3f3f53;
}
.sleek-slider--images .caption a:hover {
color: #ff4d4d;
}
}
.sidebar .sleek-slider--images .caption {
position: static;
color: #3f3f53; font-family: "Source Sans Pro", sans-serif;
font-size: 18px;
font-weight: 300;
line-height: 1.4em;
margin-bottom: 10px;
margin-top: 10px;
margin: 15px 0 0px;
}
.sidebar .sleek-slider--images .caption a {
color: #3f3f53;
}
.sidebar .sleek-slider--images .caption a:hover {
color: #ff4d4d;
}
.sidebar .sleek-slider--images .sleek-ui--slider-arrows {
position: static;
margin-top: 5px;
}
.sidebar .sleek-slider--images .sleek-ui--slider-arrows .sleek-ui__arrow {
margin-bottom: 10px;
}
.sidebar .sleek-slider--images .sleek-ui--slider-pager {
position: static;
margin-top: 15px;
}
.sidebar .sleek-slider--images .sleek-ui--slider-pager li {
margin-bottom: 10px;
}
.js-started.sleek-slider--images img {
margin: 0 !important;
}
.processed.js-started.sleek-slider--images .sleek-slider__item-inwrap.processed {
width: 100%; position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.processed.js-started.sleek-slider--images .sleek-slider__item-inwrap.processed img {
max-height: 100%;
} .sleek-carousel {
position: relative;
}
.sleek-carousel .sleek-carousel__inwrap {
overflow: auto;
}
@media only screen and (min-width: 1200px) {
.sleek-carousel .sleek-carousel__inwrap {
overflow: hidden;
}
}
.sleek-carousel__items:before,
.sleek-carousel__items:after {
display: table;
content: "";
}
.sleek-carousel__items:after {
clear: both;
}
.sleek-carousel .sleek-carousel__item {
float: left;
width: 33.3%;
}
.sleek-carousel .mCSB_scrollTools {
padding: 0 30px;
}
.sleek-carousel .mCSB_scrollTools .mCSB_dragger {
padding: 0 30px;
}
.sleek-carousel .sleek-ui--arrows {
padding: 20px 30px 0;
text-align: center;
}
.sleek-carousel .sleek-ui--arrows:before,
.sleek-carousel .sleek-ui--arrows:after {
display: table;
content: "";
}
.sleek-carousel .sleek-ui--arrows:after {
clear: both;
}
.sleek-carousel .sleek-ui--arrows .sleek-ui__arrow {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
color: #cecece;
display: inline-block;
margin: 0 10px;
}
.sleek-carousel .sleek-ui--arrows .sleek-ui__arrow:hover {
color: #3f3f53;
}  .post__badge {
position: relative;
width: 80px;
height: 80px;
-webkit-border-radius: 50%;
border-radius: 50%; }
.post__badge a {
display: block;
}
.post__badge img {
-webkit-border-radius: 50%;
border-radius: 50%;
width: auto;
}
.post__badge .post__badge__inwrap {
position: absolute;
top: 50%;
width: 100%;
margin: auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
color: #ffffff;
}
.post__badge--date {
text-align: center;
line-height: 1;
font-weight: 300;
text-transform: uppercase;
} .post__badge--medium {
width: 100px;
height: 100px;
}
.post__badge--large {
width: 150px;
height: 150px;
}
.post__badge--colored {
background: #ff4d4d;
} .format-head {
position: relative;
overflow: hidden;
}
.format-head img {
width: 100%;
} .format-head--audio.featured-image--true.embed-audiofile .post__media {
position: relative;
}
.format-head--audio.featured-image--true.embed-audiofile .post__media .mejs-audio {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
} .format-head--overlay .post__media {
overflow: hidden;
background-size: cover;
background-color: #3f3f53;
background-position: 50% 25%;
}
.format-head--overlay .post__media .post__media-permalink {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.format-head--overlay .post__media img {
display: none;
visibility: hidden;
}
.format-head--overlay .post__text {
position: absolute;
width: 100%;
}
.image-dark .format-head--overlay h1,
.image-dark .format-head--overlay h2 {
color: #ffffff;
}
.image-dark .format-head--overlay a {
color: #ffffff;
}
.image-dark .format-head--overlay a:hover {
color: #ff4d4d;
}
.image-dark .format-head--overlay .post__text {
color: #ffffff;
}
.image-light .format-head--overlay a {
color: #3f3f53;
}
.image-light .format-head--overlay a:hover {
color: #ff4d4d;
}
.image-light .format-head--overlay .post__text {
color: #3f3f53;
} .format-head--quote .post__text,
.format-head--status .post__text {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
.format-head--quote .icon-heading,
.format-head--status .icon-heading {
font-size: 21px;
margin-top: 1em;
margin-bottom: 35px;
}
.format-head--quote .icon-heading i,
.format-head--status .icon-heading i {
position: relative;
}
.format-head--quote .icon-heading i:after,
.format-head--status .icon-heading i:after {
content: "\e8e5";
opacity: 0.5;
position: absolute;
top: 50%;
left: 50%;
font-size: 3em;
font-weight: 300;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
}
.format-head--quote .quote,
.format-head--status .quote {
display: inline-block;
font-size: 20px;
line-height: 1.2;
}
.format-head--quote .author,
.format-head--status .author {
overflow: hidden;
padding: 2px 0 5px;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
}
.format-head--quote .author i,
.format-head--status .author i {
margin-left: 10px;
}
.format-head--quote .dash,
.format-head--status .dash {
display: block;
border-top: 1px solid #3f3f53;
height: 0;
margin: 30px 0;
opacity: 0.2;
width: 30px;
opacity: 0.8;
margin: 5px auto 27px;
}
.image-dark .format-head--quote .dash,
.image-dark .format-head--status .dash {
border-top-color: #ffffff;
}
.main-content--m-plus .article-single--post .format-head--quote .icon-heading,
.main-content--m-plus .article-single--post .format-head--status .icon-heading {
position: relative;
margin-top: 1em;
}
.main-content--m-plus .article-single--post .format-head--quote .icon-heading:before,
.main-content--m-plus .article-single--post .format-head--status .icon-heading:before,
.main-content--m-plus .article-single--post .format-head--quote .icon-heading:after,
.main-content--m-plus .article-single--post .format-head--status .icon-heading:after {
content: "";
opacity: 0.8;
height: 1px;
border-top: 1px solid #3f3f53;
border-top-color: inherit;
width: 100px;
position: absolute;
top: 50%;
}
.main-content--m-plus .article-single--post .format-head--quote .icon-heading:before,
.main-content--m-plus .article-single--post .format-head--status .icon-heading:before {
right: 50%;
margin-right: 28px;
}
.main-content--m-plus .article-single--post .format-head--quote .icon-heading:after,
.main-content--m-plus .article-single--post .format-head--status .icon-heading:after {
left: 50%;
margin-left: 28px;
}
.main-content--m-plus .article-single--post .format-head--quote .quote,
.main-content--m-plus .article-single--post .format-head--status .quote {
font-size: 24px;
line-height: 1.4;
}
.main-content--m-plus .article-single--post .format-head--quote .dash,
.main-content--m-plus .article-single--post .format-head--status .dash {
margin: 10px auto 30px;
}
.main-content--l-plus .article-single--post .format-head--quote .icon-heading,
.main-content--l-plus .article-single--post .format-head--status .icon-heading {
margin-bottom: 40px;
}
.main-content--l-plus .article-single--post .format-head--quote .quote,
.main-content--l-plus .article-single--post .format-head--status .quote {
font-size: 28px;
line-height: 1.6;
}
.main-content--l-plus .article-single--post .format-head--quote .dash,
.main-content--l-plus .article-single--post .format-head--status .dash {
margin: 18px auto 42px;
} .format-head--image h1,
.format-head--link h1 {
margin-bottom: 10px;
}
.format-head--image h2,
.format-head--link h2 {
font-weight: 100;
font-size: 38px;
}
.format-head--image .excerpt,
.format-head--link .excerpt {
padding-left: 30px;
font-size: 18px;
line-height: 1.8;
margin: 0;
}
.format-head--image .excerpt:before,
.format-head--link .excerpt:before {
content: "";
width: 20px;
height: 1px;
display: inline-block;
vertical-align: middle;
border-top: 1px solid #777777;
border-top-color: inherit;
margin-right: 10px;
margin-left: -30px;
margin-top: -7px;
opacity: 0.5;
}
.main-content--m-plus .format-head--image .excerpt,
.main-content--m-plus .format-head--link .excerpt {
font-size: 20px;
line-height: 1.8;
} .format-head--image .post__text {
bottom: 30px;
left: 0;
right: 0;
} .format-head--link .post__text {
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.format-head--link .icon-heading {
font-size: 21px;
margin-top: 1em;
margin-left: 25px;
margin-bottom: 35px;
}
.format-head--link .icon-heading i {
position: relative;
}
.format-head--link .icon-heading i:after {
content: "\e8e5";
opacity: 0.5;
position: absolute;
top: 50%;
left: 50%;
font-size: 3em;
font-weight: 300;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
} .format-head--aside {
overflow: auto; }
.format-head--aside .format-head__inwrap {
position: relative;
color: #3f3f53;
background: #f5f5f5;
font-size: 20px;
line-height: 1.6;
font-weight: 300;
margin-bottom: 38px;
padding: 30px 30px 0;
}
.format-head--aside .format-head__inwrap .excerpt {
margin: 0 !important;
}
.format-head--aside .format-head__inwrap:before,
.format-head--aside .format-head__inwrap:after {
content: "";
display: block;
position: absolute;
top: 100%;
}
.format-head--aside .format-head__inwrap:before {
left: 0;
right: 38px;
height: 38px;
background: #f5f5f5;
}
.format-head--aside .format-head__inwrap:after {
right: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 38px 38px 0 0;
border-color: #f5f5f5 transparent transparent transparent;
}
.main-content--m-plus .format-head--aside .format-head__inwrap {
padding: 45px 50px 5px;
} .loop-container {   }
.loop-container .format-head--overlay { }
.loop-container .format-head--overlay .post__media {
height: 0;
padding-bottom: 75%;
}
.loop-container .format-head--overlay .post__text {
padding-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.loop-container { }
.loop-container .format-head--overlay .post__media {
height: auto;
padding-bottom: 177.7%;
}
.main-content--m-plus .loop-container .post--size-medium .format-head--overlay .post__media {
padding-bottom: 75%;
}
.main-content--m-plus .loop-container .post--size-large .format-head--overlay .post__media {
padding-bottom: 75%;
}
}
.loop-container .format-quote,
.loop-container .format-status { }
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.loop-container .format-quote,
.loop-container .format-status {  }
.loop-container .format-quote.post--size-small .post__text,
.loop-container .format-status.post--size-small .post__text,
.main-content--s .loop-container .format-quote.post--size-medium .post__text,
.main-content--s .loop-container .format-status.post--size-medium .post__text,
.main-content--s .loop-container .format-quote.post--size-large .post__text,
.main-content--s .loop-container .format-status.post--size-large .post__text {
text-align: left;
font-weight: 300;
}
.loop-container .format-quote.post--size-small .icon-heading,
.loop-container .format-status.post--size-small .icon-heading,
.main-content--s .loop-container .format-quote.post--size-medium .icon-heading,
.main-content--s .loop-container .format-status.post--size-medium .icon-heading,
.main-content--s .loop-container .format-quote.post--size-large .icon-heading,
.main-content--s .loop-container .format-status.post--size-large .icon-heading {
margin-left: 0.6em;
}
.loop-container .format-quote.post--size-small .quote,
.loop-container .format-status.post--size-small .quote,
.main-content--s .loop-container .format-quote.post--size-medium .quote,
.main-content--s .loop-container .format-status.post--size-medium .quote,
.main-content--s .loop-container .format-quote.post--size-large .quote,
.main-content--s .loop-container .format-status.post--size-large .quote {
font-size: 20px;
line-height: 1.2;
}
.loop-container .format-quote.post--size-small .dash,
.loop-container .format-status.post--size-small .dash,
.main-content--s .loop-container .format-quote.post--size-medium .dash,
.main-content--s .loop-container .format-status.post--size-medium .dash,
.main-content--s .loop-container .format-quote.post--size-large .dash,
.main-content--s .loop-container .format-status.post--size-large .dash {
border-top: none;
margin-top: 0;
margin-bottom: 0;
height: 1px;
padding-left: 30px;
float: left;
}
.loop-container .format-quote.post--size-small .dash:before,
.loop-container .format-status.post--size-small .dash:before,
.main-content--s .loop-container .format-quote.post--size-medium .dash:before,
.main-content--s .loop-container .format-status.post--size-medium .dash:before,
.main-content--s .loop-container .format-quote.post--size-large .dash:before,
.main-content--s .loop-container .format-status.post--size-large .dash:before {
content: "";
width: 20px;
height: 1px;
display: inline-block;
vertical-align: middle;
border-top: 1px solid #777777;
border-top-color: inherit;
margin-right: 10px;
margin-left: -30px;
margin-top: -7px;
opacity: 0.5;
}
.main-content--m-plus .loop-container .format-quote.post--size-medium .icon-heading,
.main-content--m-plus .loop-container .format-status.post--size-medium .icon-heading {
position: relative;
margin-top: 1em;
}
.main-content--m-plus .loop-container .format-quote.post--size-medium .icon-heading:before,
.main-content--m-plus .loop-container .format-status.post--size-medium .icon-heading:before,
.main-content--m-plus .loop-container .format-quote.post--size-medium .icon-heading:after,
.main-content--m-plus .loop-container .format-status.post--size-medium .icon-heading:after {
content: "";
opacity: 0.8;
height: 1px;
border-top: 1px solid #3f3f53;
border-top-color: inherit;
width: 100px;
position: absolute;
top: 50%;
}
.main-content--m-plus .loop-container .format-quote.post--size-medium .icon-heading:before,
.main-content--m-plus .loop-container .format-status.post--size-medium .icon-heading:before {
right: 50%;
margin-right: 28px;
}
.main-content--m-plus .loop-container .format-quote.post--size-medium .icon-heading:after,
.main-content--m-plus .loop-container .format-status.post--size-medium .icon-heading:after {
left: 50%;
margin-left: 28px;
}
.main-content--m-plus .loop-container .format-quote.post--size-medium .quote,
.main-content--m-plus .loop-container .format-status.post--size-medium .quote {
font-size: 24px;
line-height: 1.4;
}
.main-content--m-plus .loop-container .format-quote.post--size-large .icon-heading,
.main-content--m-plus .loop-container .format-status.post--size-large .icon-heading {
position: relative;
margin-top: 1em;
}
.main-content--m-plus .loop-container .format-quote.post--size-large .icon-heading:before,
.main-content--m-plus .loop-container .format-status.post--size-large .icon-heading:before,
.main-content--m-plus .loop-container .format-quote.post--size-large .icon-heading:after,
.main-content--m-plus .loop-container .format-status.post--size-large .icon-heading:after {
content: "";
opacity: 0.8;
height: 1px;
border-top: 1px solid #3f3f53;
border-top-color: inherit;
width: 100px;
position: absolute;
top: 50%;
}
.main-content--m-plus .loop-container .format-quote.post--size-large .icon-heading:before,
.main-content--m-plus .loop-container .format-status.post--size-large .icon-heading:before {
right: 50%;
margin-right: 28px;
}
.main-content--m-plus .loop-container .format-quote.post--size-large .icon-heading:after,
.main-content--m-plus .loop-container .format-status.post--size-large .icon-heading:after {
left: 50%;
margin-left: 28px;
}
.main-content--m-plus .loop-container .format-quote.post--size-large .quote,
.main-content--m-plus .loop-container .format-status.post--size-large .quote {
font-size: 28px;
line-height: 1.6;
}
}
.loop-container .format-image,
.loop-container .format-link,
.loop-container .format-aside { }
.loop-container .format-image .excerpt,
.loop-container .format-link .excerpt,
.loop-container .format-aside .excerpt {
font-size: 17px;
line-height: 1.7;
}
.loop-container .format-image.post--size-small .excerpt,
.loop-container .format-link.post--size-small .excerpt,
.loop-container .format-aside.post--size-small .excerpt,
.main-content--s .loop-container .format-image.post--size-medium .excerpt,
.main-content--s .loop-container .format-link.post--size-medium .excerpt,
.main-content--s .loop-container .format-aside.post--size-medium .excerpt,
.main-content--s .loop-container .format-image.post--size-large .excerpt,
.main-content--s .loop-container .format-link.post--size-large .excerpt,
.main-content--s .loop-container .format-aside.post--size-large .excerpt {
font-size: inherit;
line-height: inherit;
padding-left: 0;
}
.loop-container .format-image.post--size-small .excerpt:before,
.loop-container .format-link.post--size-small .excerpt:before,
.loop-container .format-aside.post--size-small .excerpt:before,
.main-content--s .loop-container .format-image.post--size-medium .excerpt:before,
.main-content--s .loop-container .format-link.post--size-medium .excerpt:before,
.main-content--s .loop-container .format-aside.post--size-medium .excerpt:before,
.main-content--s .loop-container .format-image.post--size-large .excerpt:before,
.main-content--s .loop-container .format-link.post--size-large .excerpt:before,
.main-content--s .loop-container .format-aside.post--size-large .excerpt:before {
content: none;
}
.loop-container .format-link .format-head--overlay .post__media {
position: absolute;
height: 100%;
width: 100%;
padding-bottom: 0;
}
.loop-container .format-link .format-head--overlay .post__text {
padding-top: 50px;
padding-bottom: 40px;
position: static;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.loop-container .format-link .format-head--overlay .excerpt {
margin-top: 20px;
}
.loop-container .format-link .format-head--overlay .icon-heading {
font-size: 16px;
float: left;
margin: 9px 30px 10px 15px;
}
.loop-container .format-aside .format-head__inwrap {
padding: 45px 50px 5px;
}
.loop-container .format-aside.post--size-small .format-head__inwrap,
.main-content--s .loop-container .format-aside.post--size-medium .format-head__inwrap,
.main-content--s .loop-container .format-aside.post--size-large .format-head__inwrap {
padding: 25px 30px 0px;
} .article-single--post { }
.article-single--post .format-head--audio.embed-audiofile.featured-image--false,
.article-single--post .format-head--aside {
padding: 0 25px;
margin-left: auto;
margin-right: auto;  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.article-single--post .format-head--audio.embed-audiofile.featured-image--false,
.article-single--post .format-head--aside {
padding-left: 50px;
padding-right: 50px;
}
}
.main-content--m-plus .article-single--post .format-head--audio.embed-audiofile.featured-image--false,
.main-content--m-plus .article-single--post .format-head--aside {
padding-left: 70px;
padding-right: 70px;
max-width: 1215px;
}
.main-content--m-plus .article-single--post .format-head--audio.embed-audiofile.featured-image--false,
.main-content--m-plus .article-single--post .format-head--aside {
margin-top: 80px;
}
.article-single--post .format-head--overlay .post__text {
padding: 0 25px;
margin-left: auto;
margin-right: auto;  }
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.article-single--post .format-head--overlay .post__text {
padding-left: 50px;
padding-right: 50px;
}
}
.main-content--m-plus .article-single--post .format-head--overlay .post__text {
padding-left: 70px;
padding-right: 70px;
max-width: 1215px;
}
.main-content--m-plus .article-single--post .format-head--overlay .post__text {
padding-left: 120px;
padding-right: 120px;
}
.article-single--post .format-head--image .post__text {
padding: 0 25px;
margin-left: auto;
margin-right: auto;  }
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.article-single--post .format-head--image .post__text {
padding-left: 50px;
padding-right: 50px;
}
}
.main-content--m-plus .article-single--post .format-head--image .post__text {
padding-left: 70px;
padding-right: 70px;
max-width: 1215px;
}
.main-content--m-plus .article-single--post .format-head--image .post__text {
bottom: 60px;
} .gallery {
margin-top: 8px;
margin-bottom: 30px;
}
.gallery--lightbox .gallery-icon { }
.gallery--lightbox .gallery-icon:after {
content: "ZOOM";
opacity: 0;
pointer-events: none;
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
display: block;
position: absolute;
top: 5px;
left: 5px;
border-radius: 0 0 3px 0;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
background: #ff4d4d;
color: #ffffff;
font-size: 10px;
line-height: 1;
padding: 5px 7px 4px;
}
.gallery--lightbox .gallery-icon:hover:after {
opacity: 1;
}
.gallery--newspaper {
padding: 0;
margin-left: 30px;
margin-right: 30px;
}
.gallery--newspaper .gallery-item {
margin: 0;
padding: 5px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.gallery--newspaper {
margin-left: -5px;
margin-right: -5px;
}
.full-width--true .gallery--newspaper {
margin-left: 50px;
margin-right: 50px;
}
.gallery--newspaper .gallery-item {
float: left;
padding: 5px;
width: 49.9%; }
.main-content--m-plus .gallery--newspaper .gallery-item {
width: 33.3%;
}
.main-content--l-plus .gallery--newspaper .gallery-item {
width: 24.9%;
}
.gallery-columns-1.gallery--newspaper .gallery-item {
min-width: 100%;
}
.gallery-columns-2.gallery--newspaper .gallery-item {
min-width: 49.9%;
}
.gallery-columns-3.gallery--newspaper .gallery-item {
min-width: 33.3%;
}
.gallery-columns-4.gallery--newspaper .gallery-item {
min-width: 25%;
}
.main-content--xl .gallery-columns-5.gallery--newspaper .gallery-item {
width: 20%;
}
.main-content--xl .gallery-columns-6.gallery--newspaper .gallery-item {
width: 16.6%;
}
.main-content--xl .gallery-columns-7.gallery--newspaper .gallery-item {
width: 14.1%;
}
.main-content--xl .gallery-columns-8.gallery--newspaper .gallery-item {
width: 12.5%;
}
.main-content--xl .gallery-columns-9.gallery--newspaper .gallery-item {
width: 11%;
}
.main-content--xl .gallery-columns-10.gallery--newspaper .gallery-item {
width: 10%;
}
} .title-header {
margin: 90px auto 70px;
}
.title-header .title-header__inwrap {
padding: 0 25px;
margin-left: auto;
margin-right: auto;  width: 100%;
text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.title-header .title-header__inwrap {
padding-left: 50px;
padding-right: 50px;
}
}
.main-content--m-plus .title-header .title-header__inwrap {
padding-left: 70px;
padding-right: 70px;
max-width: 1215px;
}
.title-header.title-header--big {
min-height: 150px;
position: relative;
margin-top: 0;
margin-bottom: 0px;
}
.title-header.title-header--big .title-header__inwrap {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.title-header.title-header--big h1 {
margin: 0;
}
.title-header.title-header--big .separator {
width: 45px;
margin: 45px 0;
margin-left: auto;
margin-right: auto;
}
.title-header.title-header--big .title-header__description {
font-size: 20px;
}
.title-header.title-header--big .title-header__description p {
margin: 0;
}
.title-header.title-header--big.title-header--dark,
.title-header.title-header--big.title-header--dark h1,
.title-header.title-header--big.title-header--dark h1 span {
color: #ffffff;
}
.title-header.title-header--big.title-header--dark .separator {
border-top-color: #ffffff;
opacity: 1;
} .single__header {
position: relative;
}
.single__header:before,
.single__header:after {
display: table;
content: "";
}
.single__header:after {
clear: both;
}
.single__header .post__head {
padding: 0 25px;
margin-left: auto;
margin-right: auto;  text-align: center;
margin-top: 50px;
margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.single__header .post__head {
padding-left: 50px;
padding-right: 50px;
}
}
.main-content--m-plus .single__header .post__head {
padding-left: 70px;
padding-right: 70px;
max-width: 1215px;
}
.main-content--m-plus .single__header .post__head {
margin-top: 80px;
margin-bottom: 80px;
}
.single__header h1 {
margin-top: 0;
margin-bottom: 15px;
}
.single__header .post__badge {
width: 100px;
height: 100px;
margin: 0 auto 30px;
}
.main-content--m-plus .single__header .post__badge {
width: 150px;
height: 150px;
margin: 0px auto 50px;
}
.single__header .post__badge .tooltip:after,
.single__header .post__badge .tooltip:before {
left: 100%;
top: 50%;
-webkit-transform: translate(-10px, -50%);
-ms-transform: translate(-10px, -50%);
transform: translate(-10px, -50%);
}
.single__header .post__badge .tooltip:after {
margin-left: 20px;
}
.single__header .post__badge .tooltip:before {
margin-left: 9px;
border-right-color: #3f3f53;
}
.dark-mode .single__header .post__badge .tooltip:before {
border-right-color: #ffffff;
}
.single__header .post__badge .tooltip:hover:after,
.single__header .post__badge .tooltip:hover:before {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.single__header .social-nav {
margin-top: 35px;
}
.single__header .description {
font-size: 22px;
line-height: 1.6;
margin-top: 30px;
margin-bottom: 30px;
} .article-single {    }
.article-single .post__navigation {
padding: 0 25px;
margin-left: auto;
margin-right: auto;  text-align: center;
margin-top: 40px;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.article-single .post__navigation {
padding-left: 50px;
padding-right: 50px;
}
}
.main-content--m-plus .article-single .post__navigation {
padding-left: 70px;
padding-right: 70px;
max-width: 1215px;
}
.article-single .post__navigation a {
display: inline-block;
font-size: 0.875em; color: #cecece; }
.article-single .post__navigation a:hover {
color: #3f3f53;
}
.main-content--m-plus .article-single .post__navigation a {
font-size: inherit;
}
.article-single .post__navigation a + a {
margin-left: 20px;
}
.article-single .post__navigation i {
font-size: 0.875em; }
.main-content--m-plus .article-single .post__navigation {
margin-top: 60px;
}
.article-single .post__navigation.post__navigation--pages {
margin-top: 0px;
margin-bottom: 70px;
}
.article-single .post__content {
padding: 0 25px;
margin-left: auto;
margin-right: auto;  font-size: 1.075em;
line-height: 1.7;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.article-single .post__content {
padding-left: 50px;
padding-right: 50px;
}
}
.main-content--m-plus .article-single .post__content {
padding-left: 70px;
padding-right: 70px;
max-width: 1215px;
}
.article-single .post__content .loop-container {
font-size: 0.9302em;
}
.full-width--true .article-single .post__content {
max-width: none;
padding-left: 0;
padding-right: 0;
}
.full-width--false .article-single .post__content .sleek-embed-container,
.full-width--false .article-single .post__content .sleek-slider--element,
.full-width--false .article-single .post__content .sleek-slider--images {
margin-top: 8px;
margin-bottom: 30px;
}
.article-single .post__content > h2:first-child,
.article-single .post__content > p:first-child {
margin-top: 0;
}
.article-single .post__content .separator {
margin-top: 30px;
margin-bottom: 30px;
}
.main-content--m-plus .article-single .post__content {
font-size: 1.125em; line-height: 1.8;
}
.main-content--m-plus .article-single .post__content .loop-container {
font-size: 0.889em;
}
.main-content--m-plus .article-single .post__content .separator {
margin-top: 45px;
margin-bottom: 45px;
}
.full-width--false .main-content--m-plus .article-single .post__content pre,
.full-width--false .main-content--m-plus .article-single .post__content .sleek-embed-container,
.full-width--false .main-content--m-plus .article-single .post__content .sleek-slider--element,
.full-width--false .main-content--m-plus .article-single .post__content .sleek-slider--images {
margin-top: 45px;
margin-bottom: 45px;
}
.article-single .post__comments {
padding: 0 25px;
margin-left: auto;
margin-right: auto;  }
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.article-single .post__comments {
padding-left: 50px;
padding-right: 50px;
}
}
.main-content--m-plus .article-single .post__comments {
padding-left: 70px;
padding-right: 70px;
max-width: 1215px;
}
.article-single .sleek-blog--page:before,
.article-single .sleek-blog--page:after {
display: table;
content: "";
}
.article-single .sleek-blog--page:after {
clear: both;
} .article-single--post {
padding-bottom: 50px;          }
.article-single--post .post__head .post__meta {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
margin-bottom: 15px;
}
.article-single--post .post__head .post__meta:before,
.article-single--post .post__head .post__meta:after {
display: table;
content: "";
}
.article-single--post .post__head .post__meta:after {
clear: both;
}
.article-single--post .post__head .post__meta .meta--item {
font-size: 14px;
display: inline-block;
margin-bottom: 10px;
color: #cecece;
}
.article-single--post .post__head .post__meta .meta--item + .meta--item {
margin-left: 10px;
}
.main-content--m-plus .article-single--post .post__head .post__meta .meta--item {
font-size: inherit;
}
.main-content--m-plus .article-single--post .post__head .post__meta .meta--item + .meta--item {
margin-left: 20px;
}
.article-single--post .post__head .post__meta .meta--item i {
vertical-align: middle;
display: inline-block; }
.article-single--post .post__head .post__meta a {
color: #3f3f53;
}
.article-single--post .post__head .post__meta a:hover {
color: #ff4d4d;
}
.article-single--post .post__meta + .post__navigation {
margin-top: 30px;
}
.article-single--post .post__intro {
padding: 0 25px;
margin-left: auto;
margin-right: auto;  }
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.article-single--post .post__intro {
padding-left: 50px;
padding-right: 50px;
}
}
.main-content--m-plus .article-single--post .post__intro {
padding-left: 70px;
padding-right: 70px;
max-width: 1215px;
}
.article-single--post .post__intro .excerpt {
margin: 0;
}
.article-single--post .post__intro .excerpt + img {
margin-top: 30px;
}
.article-single--post .post__intro .excerpt + .separator {
margin-top: 40px;
}
.article-single--post .post__intro .separator {
margin-top: 50px;
margin-bottom: 40px;
}
.post-centered--true .article-single--post .post__intro {
text-align: center;
}
.post-centered--true .article-single--post .post__intro .separator {
margin-left: auto;
margin-right: auto;
}
.article-single--post .post__content {
padding-bottom: 50px;
}
.article-single--post .post__tags {
padding: 0 25px;
margin-left: auto;
margin-right: auto;  margin-top: 20px;
margin-bottom: 60px;
text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.article-single--post .post__tags {
padding-left: 50px;
padding-right: 50px;
}
}
.main-content--m-plus .article-single--post .post__tags {
padding-left: 70px;
padding-right: 70px;
max-width: 1215px;
}
.article-single--post .post__tags:before,
.article-single--post .post__tags:after {
display: table;
content: "";
}
.article-single--post .post__tags:after {
clear: both;
}
.article-single--post .post__tags a {
display: inline-block;
margin: 4px;
font-weight: 300;
text-transform: capitalize;
padding: 2px 10px;
border: 1px solid rgba(63, 63, 83, 0.2);
-webkit-border-radius: 3px;
border-radius: 3px;
color: #3f3f53;
}
.article-single--post .post__tags a:hover {
color: #ff4d4d;
}
.dark-mode .article-single--post .post__tags a {
border-color: rgba(255, 255, 255, 0.2);
color: #ffffff;
}
.dark-mode .article-single--post .post__tags a:hover {
color: #ff4d4d;
}
.article-single--post .post__tags a:hover {
color: #ffffff;
background: #ff4d4d;
border-color: #ff4d4d;
}
.dark-mode .article-single--post .post__tags a:hover {
color: #ff4d4d;
background: #ffffff;
border-color: #ffffff;
}
.main-content--m-plus .article-single--post .post__tags {
margin-top: 50px;
}
.post-centered--false .main-content--m-plus .article-single--post .post__tags {
text-align: left;
}
.post-centered--false .main-content--m-plus .article-single--post .post__tags a {
margin: 4px 8px 4px 0;
}
.article-single--post .post__share {
padding: 0 25px;
margin-left: auto;
margin-right: auto;  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.article-single--post .post__share {
padding-left: 50px;
padding-right: 50px;
}
}
.main-content--m-plus .article-single--post .post__share {
padding-left: 70px;
padding-right: 70px;
max-width: 1215px;
}
.article-single--post .post__share .social-nav li {
margin-left: -4px;
}
.post-centered--true .article-single--post .post__share .social-nav__title {
display: none;
}
.post-centered--true .article-single--post .post__share .social-nav__title + .social-nav__items {
float: none;
}
.article-single--post .post__author {
padding: 0 25px;
margin-left: auto;
margin-right: auto;  }
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.article-single--post .post__author {
padding-left: 50px;
padding-right: 50px;
}
}
.main-content--m-plus .article-single--post .post__author {
padding-left: 70px;
padding-right: 70px;
max-width: 1215px;
}
.article-single--post .post__related {
padding: 0 25px;
margin-left: auto;
margin-right: auto;  }
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.article-single--post .post__related {
padding-left: 50px;
padding-right: 50px;
}
}
.main-content--m-plus .article-single--post .post__related {
padding-left: 70px;
padding-right: 70px;
max-width: 1215px;
}
.article-single--post .post__related .separator {
margin-left: auto;
margin-right: auto;
}
.article-single--post .post__related h2 {
text-align: center;
}
.post-centered--false .main-content--m-plus .article-single--post .post__related .separator {
margin-left: 0;
}
.post-centered--false .main-content--m-plus .article-single--post .post__related h2 {
text-align: left;
} .article-single--page.article-single--post-blog-last {
padding-bottom: 0;
}
.full-width--false .article-single--page .post__content {
padding-top: 50px;
padding-bottom: 50px;
} .article-single--404 .post__badge--404 {
width: 150px;
height: 150px;
background: #ff4d4d;
color: #3f3f53; font-family: "Source Sans Pro", sans-serif;
font-weight: 200;
font-style: normal;
font-size: 38px;
line-height: 1.05em;
margin-top: 20px;
margin-bottom: 20px;
margin: 90px auto 40px;
}
.article-single--404 .post__badge--404 a {
color: #3f3f53;
}
.article-single--404 .post__badge--404 a:hover {
color: #ff4d4d;
}
.main-content--m-plus .article-single--404 .post__badge--404 {
font-size: 52px;
}
.article-single--404 .post__badge--404 .above {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
font-size: 18px;
text-transform: uppercase;
display: block;
margin-bottom: 20px;
color: #cecece;
}
.dark-mode .article-single--404 .post__badge--404 .above {
color: #aaaaaa;
} .sleek-blog:before,
.sleek-blog:after {
display: table;
content: "";
}
.sleek-blog:after {
clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.sleek-blog--style-newspaper {
padding: 30px;
}
.main-content--l-plus .sleek-blog--style-newspaper {
padding: 45px;
}
}
.loop-container {        }
.loop-container:before,
.loop-container:after {
display: table;
content: "";
}
.loop-container:after {
clear: both;
}
.loop-container .post,
.loop-container .page {
position: relative;
width: 100%; margin-bottom: 30px;
}
.loop-container .post__inwrap,
.loop-container .page__inwrap {
position: relative;
padding: 0 !important;
}
.loop-container .post__inwrap:before,
.loop-container .page__inwrap:before,
.loop-container .post__inwrap:after,
.loop-container .page__inwrap:after {
display: table;
content: "";
}
.loop-container .post__inwrap:after,
.loop-container .page__inwrap:after {
clear: both;
}
.loop-container .post img,
.loop-container .page img {
min-width: 100%;
}
.loop-container--style-list .post,
.loop-container--style-masonry .post,
.loop-container--style-newspaper .post,
.loop-container--style-list .page,
.loop-container--style-masonry .page,
.loop-container--style-newspaper .page {
margin-top: 30px;
padding-left: 30px;
padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.loop-container--style-list .post,
.loop-container--style-masonry .post,
.loop-container--style-newspaper .post,
.loop-container--style-list .page,
.loop-container--style-masonry .page,
.loop-container--style-newspaper .page {
margin-top: 0;
padding-left: 0;
padding-right: 0;
}
}
.loop-container--style-list {
margin-top: 80px; }
.loop-container--style-list .post,
.loop-container--style-list .page {
margin-bottom: 80px;
background: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.loop-container--style-list {
padding: 0 25px;
margin-left: auto;
margin-right: auto;  margin-top: 80px;
}
.main-content--m-plus .loop-container--style-list {
padding-left: 70px;
padding-right: 70px;
max-width: 1215px;
}
.main-content--xl .loop-container--style-list .post,
.main-content--xl .loop-container--style-list .page {
margin-bottom: 100px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) and only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) and only screen and (min-width: 768px) and (max-width: 1199px) {
.loop-container--style-list {
padding-left: 50px;
padding-right: 50px;
}
}
.loop-container--style-masonry {  }
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.js .loop-container--style-masonry {
opacity: 0;
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
}
.js .loop-container--style-masonry.loop-is-masonry--init-processed {
opacity: 1;
}
.loop-container--style-masonry .post,
.loop-container--style-masonry .page {
float: left;
margin-bottom: 0;
width: 49.9%; }
.main-content--m-plus .loop-container--style-masonry .post--size-small,
.main-content--m-plus .loop-container--style-masonry .page--size-small {
width: 33.3%;
}
.main-content--m-plus .loop-container--style-masonry .post--size-medium,
.main-content--m-plus .loop-container--style-masonry .page--size-medium {
width: 66.6%;
}
.main-content--m-plus .loop-container--style-masonry .post--size-large,
.main-content--m-plus .loop-container--style-masonry .page--size-large {
width: 100%;
}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.loop-container--style-masonry {
margin-right: -0.4%;
}
}
@media only screen and (min-width: 1200px) {
.loop-container--style-masonry {
margin-right: -0.2%;
}
}
.loop-container--style-newspaper { }
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.js .loop-container--style-newspaper {
opacity: 0;
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
}
.js .loop-container--style-newspaper.loop-is-masonry--init-processed {
opacity: 1;
}
.loop-container--style-newspaper .post,
.loop-container--style-newspaper .page {
padding: 10px;
float: left;
margin-bottom: 0;
width: 49.9%; }
.main-content--l-plus .loop-container--style-newspaper .post,
.main-content--l-plus .loop-container--style-newspaper .page {
width: 33.3%;
}
.main-content--xl .loop-container--style-newspaper .post,
.main-content--xl .loop-container--style-newspaper .page {
width: 24.95%;
}
}
.loop-container--style-carousel {
margin-bottom: 45px;
}
.loop-container--style-carousel .post {
margin-bottom: 0;
}
.loop-container--style-slider {
margin-bottom: 0px;
}
.loop-container--style-slider .post {
margin-bottom: 0;
}
.loop-container--style-widget_list .post {
padding: 20px 0;
margin: 0;
}
.loop-container--style-widget_list .post:first-child {
padding-top: 0;
} .sleek-blog--style-masonry,
.sleek-blog--style-newspaper {
background: #f5f5f5;
-webkit-background-size: auto, auto;
background-size: auto, auto;
padding-bottom: 50px;
}
.loop-container {                }
.loop-container .post.sticky {
display: block;
}
.loop-container .post__text {
padding: 30px 30px 10px;
line-height: 1.6;
}
.loop-container .post__text p {
font-size: inherit;
line-height: inherit;
}
.main-content--l-plus .loop-container .post--size-medium .post__text,
.main-content--l-plus .loop-container .post--size-large .post__text {
padding-left: 50px;
padding-right: 50px;
}
.loop-container h2 {
font-size: 28px;
margin-top: 0;
margin-bottom: 20px;
}
.loop-container .sleek-embed-container,
.loop-container .sleek-slider {
margin: 0 !important;
}
.loop-container .post__meta:before,
.loop-container .post__meta:after {
display: table;
content: "";
}
.loop-container .post__meta:after {
clear: both;
}
.loop-container .post__meta .meta--item {
display: inline-block;
margin-right: 15px;
margin-bottom: 5px;
font-style: italic;
color: #cecece;
}
.loop-container .post__meta .meta--item i {
display: inline-block;
vertical-align: middle;
margin-top: -3px;
}
.loop-container .post__meta .meta--item a {
color: #3f3f53;
}
.loop-container .post__meta .meta--item a:hover {
color: #ff4d4d;
}
.loop-container .post__meta .meta--item:last-child {
margin-right: 0;
}
.loop-container .format-aside .post__inwrap {
background: none;
}
.loop-container--style-list .post__meta {
text-align: center;
padding-left: 25px;
padding-right: 25px;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
}
.loop-container--style-list .post__meta:before,
.loop-container--style-list .post__meta:after {
display: table;
content: "";
}
.loop-container--style-list .post__meta:after {
clear: both;
}
.loop-container--style-list .post__meta .meta--item {
font-style: normal;
font-size: 14px;
display: inline-block;
white-space: nowrap;
margin-right: 10px;
margin-bottom: 10px;
}
.main-content--m-plus .loop-container--style-list .post__meta .meta--item {
font-size: inherit;
margin-right: 20px;
}
.loop-container--style-list .post__text {
padding: 20px 25px 10px;
}
.main-content--l-plus .loop-container--style-list .post__text {
padding: 30px 50px 10px;
}
.loop-container--style-list h2 + .post__text {
padding-top: 0;
}
.main-content--l-plus .loop-container--style-list h2 + .post__text {
padding-top: 0;
}
.loop-container--style-list .format-standard h2,
.loop-container--style-list .format-video h2,
.loop-container--style-list .format-audio h2,
.loop-container--style-list .type-page h2 {
color: #3f3f53; font-family: "Source Sans Pro", sans-serif;
font-size: 30px;
font-weight: 200;
font-style: normal;
line-height: 1.3em;
margin-top: 45px;
text-align: center;
margin-top: 0;
margin-bottom: 30px;
padding-left: 25px;
padding-right: 25px;
}
.loop-container--style-list .format-standard h2 a,
.loop-container--style-list .format-video h2 a,
.loop-container--style-list .format-audio h2 a,
.loop-container--style-list .type-page h2 a {
color: #3f3f53;
}
.loop-container--style-list .format-standard h2 a:hover,
.loop-container--style-list .format-video h2 a:hover,
.loop-container--style-list .format-audio h2 a:hover,
.loop-container--style-list .type-page h2 a:hover {
color: #ff4d4d;
}
.loop-container--style-list .format-standard h2 .above,
.loop-container--style-list .format-video h2 .above,
.loop-container--style-list .format-audio h2 .above,
.loop-container--style-list .type-page h2 .above {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
text-transform: uppercase;
display: block;
margin-bottom: 10px;
color: #cecece;
}
.dark-mode .loop-container--style-list .format-standard h2 .above,
.dark-mode .loop-container--style-list .format-video h2 .above,
.dark-mode .loop-container--style-list .format-audio h2 .above,
.dark-mode .loop-container--style-list .type-page h2 .above {
color: #aaaaaa;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.loop-container--style-list .format-standard h2,
.loop-container--style-list .format-video h2,
.loop-container--style-list .format-audio h2,
.loop-container--style-list .type-page h2 {
font-size: 38px;
}
}
@media only screen and (min-width: 1200px) {
.loop-container--style-list .format-standard h2,
.loop-container--style-list .format-video h2,
.loop-container--style-list .format-audio h2,
.loop-container--style-list .type-page h2 {
font-size: 42px;
}
}
.sidebar .loop-container--style-list .format-standard h2,
.sidebar .loop-container--style-list .format-video h2,
.sidebar .loop-container--style-list .format-audio h2,
.sidebar .loop-container--style-list .type-page h2 {
font-size: 38px;
margin-top: 0;
}
.main-content--m-plus .loop-container--style-list .format-standard h2,
.main-content--m-plus .loop-container--style-list .format-video h2,
.main-content--m-plus .loop-container--style-list .format-audio h2,
.main-content--m-plus .loop-container--style-list .type-page h2 {
margin-bottom: 45px;
}
.loop-container--style-list .format-standard .post__text,
.loop-container--style-list .format-video .post__text,
.loop-container--style-list .format-audio .post__text,
.loop-container--style-list .type-page .post__text {
text-align: center;
font-size: 1.125em; }
.loop-container--style-list .format-standard .read-more--continue,
.loop-container--style-list .format-video .read-more--continue,
.loop-container--style-list .format-audio .read-more--continue,
.loop-container--style-list .type-page .read-more--continue {
margin-bottom: 35px;
}
.loop-container--style-list .format-standard .separator,
.loop-container--style-list .format-video .separator,
.loop-container--style-list .format-audio .separator,
.loop-container--style-list .type-page .separator {
width: 45px;
margin: 45px 0;
margin-left: auto;
margin-right: auto;
margin-top: 0;
margin-bottom: 0;
}
.loop-container--style-list .format-head--overlay .post__text {
padding-left: 30px;
padding-right: 30px;
}
.main-content--m-plus .loop-container--style-list .format-head--overlay .post__text {
padding-left: 70px;
padding-right: 70px;
}
.main-content--l-plus .loop-container--style-list .format-head--overlay .post__text {
padding-left: 120px;
padding-right: 120px;
}
.loop-container--style-list .format-image h2,
.loop-container--style-list .format-link h2,
.loop-container--style-list .format-aside h2 {
color: #3f3f53; font-family: "Source Sans Pro", sans-serif;
font-size: 30px;
font-weight: 200;
font-style: normal;
line-height: 1.3em;
margin-bottom: 30px;
margin-top: 45px;
margin-top: 0;
margin-bottom: 10px;
line-height: 1;
}
.loop-container--style-list .format-image h2 a,
.loop-container--style-list .format-link h2 a,
.loop-container--style-list .format-aside h2 a {
color: #3f3f53;
}
.loop-container--style-list .format-image h2 a:hover,
.loop-container--style-list .format-link h2 a:hover,
.loop-container--style-list .format-aside h2 a:hover {
color: #ff4d4d;
}
.loop-container--style-list .format-image h2 .above,
.loop-container--style-list .format-link h2 .above,
.loop-container--style-list .format-aside h2 .above {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
text-transform: uppercase;
display: block;
margin-bottom: 10px;
color: #cecece;
}
.dark-mode .loop-container--style-list .format-image h2 .above,
.dark-mode .loop-container--style-list .format-link h2 .above,
.dark-mode .loop-container--style-list .format-aside h2 .above {
color: #aaaaaa;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.loop-container--style-list .format-image h2,
.loop-container--style-list .format-link h2,
.loop-container--style-list .format-aside h2 {
font-size: 38px;
}
}
@media only screen and (min-width: 1200px) {
.loop-container--style-list .format-image h2,
.loop-container--style-list .format-link h2,
.loop-container--style-list .format-aside h2 {
font-size: 42px;
}
}
.sidebar .loop-container--style-list .format-image h2,
.sidebar .loop-container--style-list .format-link h2,
.sidebar .loop-container--style-list .format-aside h2 {
font-size: 38px;
margin-top: 0;
}
.loop-container--style-list .format-image.image-dark h2 a,
.loop-container--style-list .format-link.image-dark h2 a,
.loop-container--style-list .format-aside.image-dark h2 a {
color: #ffffff;
}
.loop-container--style-list .format-image.image-dark h2 a:hover,
.loop-container--style-list .format-link.image-dark h2 a:hover,
.loop-container--style-list .format-aside.image-dark h2 a:hover {
color: #ff4d4d;
}
.main-content--m-plus .loop-container--style-list .format-image .format-head--overlay .icon-heading,
.main-content--m-plus .loop-container--style-list .format-link .format-head--overlay .icon-heading,
.main-content--m-plus .loop-container--style-list .format-aside .format-head--overlay .icon-heading {
margin-top: 13px;
}
.main-content--m-plus .loop-container--style-list .format-image .excerpt,
.main-content--m-plus .loop-container--style-list .format-link .excerpt,
.main-content--m-plus .loop-container--style-list .format-aside .excerpt {
font-size: 1.125em; }
.loop-container--style-newspaper .post__inwrap {
background: #ffffff;
}
.loop-container--style-newspaper .format-audio .post__media > audio {
display: none;
}
.loop-container--style-masonry .post__inwrap {
background: #ffffff;
}
.loop-container--style-masonry .format-audio .post__media > audio {
display: none;
}
.loop-container--style-carousel .post {
background: #ffffff;
}
.loop-container--style-carousel .post__inwrap {
background: #ffffff;
}
.loop-container--style-carousel .post__text {
padding: 30px 30px 20px;
}
.loop-container--style-carousel h2 {
font-size: 22px;
}
.loop-container--style-slider { }
.loop-container--style-slider .post {
background: #ffffff;
text-align: center;
}
.loop-container--style-slider .post__media {
margin-right: -1px;
overflow: hidden;
background-size: cover;
background-color: #3f3f53;
background-position: 50% 25%;
padding-bottom: 56.25%;
}
.loop-container--style-slider .post__media .post__media-permalink {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.loop-container--style-slider .post__media img {
display: none;
visibility: hidden;
}
.loop-container--style-slider h2 {
color: #3f3f53; font-family: "Source Sans Pro", sans-serif;
font-size: 30px;
font-weight: 200;
font-style: normal;
line-height: 1.3em;
margin-top: 45px;
padding: 0 25px;
margin-left: auto;
margin-right: auto;  text-align: center;
margin-top: 0;
margin-bottom: 30px;
}
.loop-container--style-slider h2 a {
color: #3f3f53;
}
.loop-container--style-slider h2 a:hover {
color: #ff4d4d;
}
.loop-container--style-slider h2 .above {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
text-transform: uppercase;
display: block;
margin-bottom: 10px;
color: #cecece;
}
.dark-mode .loop-container--style-slider h2 .above {
color: #aaaaaa;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.loop-container--style-slider h2 {
font-size: 38px;
}
}
@media only screen and (min-width: 1200px) {
.loop-container--style-slider h2 {
font-size: 42px;
}
}
.sidebar .loop-container--style-slider h2 {
font-size: 38px;
margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.loop-container--style-slider h2 {
padding-left: 50px;
padding-right: 50px;
}
}
.main-content--m-plus .loop-container--style-slider h2 {
padding-left: 70px;
padding-right: 70px;
max-width: 1215px;
}
.loop-container--style-slider .post__text {
padding: 25px 0 0px;
}
.loop-container--style-slider .post__text .excerpt {
padding: 0 25px;
margin-left: auto;
margin-right: auto;  font-size: 18px;
color: #777777;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.loop-container--style-slider .post__text .excerpt {
padding-left: 50px;
padding-right: 50px;
}
}
.main-content--m-plus .loop-container--style-slider .post__text .excerpt {
padding-left: 70px;
padding-right: 70px;
max-width: 1215px;
}
.main-content--m-plus .loop-container--style-slider .post__text .excerpt {
padding-left: 75px;
padding-right: 75px;
}
.main-content--l-plus .loop-container--style-slider .post__text .excerpt {
padding-left: 120px;
padding-right: 120px;
}
.loop-container--style-slider .read-more--continue {
margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.loop-container--style-slider .post__text {
padding: 30px 0;
}
.loop-container--style-slider .post__text .excerpt {
font-size: 20px;
}
}
.loop-container--style-slider_overlay .post__media {
min-height: 100%;
padding-bottom: 75%;
}
.main-content--l-plus .loop-container--style-slider_overlay .post__media {
padding-bottom: 56.25%;
}
.loop-container--style-slider_overlay .post__text {
position: absolute;
bottom: 30px;
left: 0;
right: 0;
width: 100%;
padding-bottom: 25px;
}
.loop-container--style-slider_overlay .post__text a {
color: #ffffff;
}
.loop-container--style-slider_overlay .post__text a:hover {
color: #ff4d4d;
}
.loop-container--style-slider_overlay .post__text .excerpt {
color: #ffffff;
margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.loop-container--style-slider_overlay .post__text .excerpt {
margin-bottom: 30px;
}
}
.loop-container--style-slider_overlay .post__text h2,
.loop-container--style-slider_overlay .post__text p {
position: relative;
}
.loop-container--style-slider_overlay .post__text h2 {
margin-bottom: 15px;
}
.loop-container--style-slider_overlay .post__text:before {
content: "";
position: absolute;
top: -60px;
left: 0;
right: 0;
bottom: -30px;
background-image: -webkit-linear-gradient(bottom, rgba(63, 63, 83, 0.45), rgba(63, 63, 83, 0));
background-image: linear-gradient(bottom, rgba(63, 63, 83, 0.45), rgba(63, 63, 83, 0));
}
.loop-container--style-widget_list .post {
border-bottom: 1px dotted rgba(63, 63, 83, 0.2);
}
.dark-mode .loop-container--style-widget_list .post {
border-bottom-color: rgba(255, 255, 255, 0.2);
}
.loop-container--style-widget_list .post__media {
float: left;
width: 80px;
margin-right: 15px;
}
.loop-container--style-widget_list .post__text {
padding: 0;
overflow: hidden;
}
.loop-container--style-widget_list h6 {
line-height: 1.2;
margin: 0;
}
.loop-container--style-widget_slider .post__text {
padding: 50px 0 0px;
}
.loop-container--style-widget_slider .post__text .excerpt {
font-size: 16px;
line-height: 1.4;
margin: 0;
}
.loop-container--style-widget_slider h4 {
margin: 0 0 10px;
line-height: 1.2;
}
.loop-container--style-widget_slider .sleek-ui--slider-arrows {
margin-top: 55px;
}
.loop-container--style-widget_slider .sleek-ui--slider-arrows .sleek-ui__slider-info {
color: #3f3f53;
}
.loop-container--style-widget_slider .sleek-ui--slider-arrows .sleek-ui__arrow {
color: #3f3f53;
}
.loop-container--style-widget_slider .sleek-ui--slider-arrows .sleek-ui__arrow:hover {
color: #ffffff;
}
.dark-mode .loop-container--style-widget_slider .sleek-ui--slider-arrows .sleek-ui__slider-info {
color: #ffffff;
}
.dark-mode .loop-container--style-widget_slider .sleek-ui--slider-arrows .sleek-ui__arrow {
color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.loop-container--style-widget_slider .sleek-ui--slider-arrows {
margin-top: 75px;
}
}
.loop-container--style-widget_slider .sleek-ui--slider-pager {
margin-top: 55px;
text-align: left;
}
.loop-container--style-widget_slider .sleek-ui--slider-pager a {
background: rgba(63, 63, 83, 0.15);
}
.loop-container--style-widget_slider .sleek-ui--slider-pager a:hover {
background: #ff4d4d;
}
.dark-mode .loop-container--style-widget_slider .sleek-ui--slider-pager a {
background: rgba(255, 255, 255, 0.15);
}
.dark-mode .loop-container--style-widget_slider .sleek-ui--slider-pager a:hover {
background: #ff4d4d;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.loop-container--style-widget_slider .sleek-ui--slider-pager {
margin-top: 75px;
}
}
.sleek-touchscreen--false .loop-container.loop-container--style-masonry .post__inwrap:before,
.sleek-touchscreen--false .loop-container.loop-container--style-newspaper .post__inwrap:before,
.sleek-touchscreen--false .loop-container.loop-container--related .post__inwrap:before {
content: "";
display: block;
position: absolute;
z-index: 2;
left: 0;
top: 0;
width: 3px;
height: 0;
background: #ff4d4d;
-webkit-transition: all 1s cubic-bezier(0.5, 0.2, 0.5, 1);
transition: all 1s cubic-bezier(0.5, 0.2, 0.5, 1);
}
.sleek-touchscreen--false .loop-container.loop-container--style-masonry .post__inwrap .post__media,
.sleek-touchscreen--false .loop-container.loop-container--style-newspaper .post__inwrap .post__media,
.sleek-touchscreen--false .loop-container.loop-container--related .post__inwrap .post__media {
-webkit-transition: -webkit-filter 0.5s cubic-bezier(1, 0.2, 1, 1), filter 0.5s cubic-bezier(0.5, 0.2, 0.5, 1);
transition: -webkit-filter 0.5s cubic-bezier(1, 0.2, 1, 1), filter 0.5s cubic-bezier(0.5, 0.2, 0.5, 1);
}
.sleek-touchscreen--false .loop-container.loop-container--style-masonry .post__inwrap:hover:before,
.sleek-touchscreen--false .loop-container.loop-container--style-newspaper .post__inwrap:hover:before,
.sleek-touchscreen--false .loop-container.loop-container--related .post__inwrap:hover:before {
height: 100%;
}
.sleek-touchscreen--false .loop-container.loop-container--style-masonry .format-standard .post__inwrap:hover .post__media,
.sleek-touchscreen--false .loop-container.loop-container--style-newspaper .format-standard .post__inwrap:hover .post__media,
.sleek-touchscreen--false .loop-container.loop-container--related .format-standard .post__inwrap:hover .post__media,
.sleek-touchscreen--false .loop-container.loop-container--style-masonry .format-image .post__inwrap:hover .post__media,
.sleek-touchscreen--false .loop-container.loop-container--style-newspaper .format-image .post__inwrap:hover .post__media,
.sleek-touchscreen--false .loop-container.loop-container--related .format-image .post__inwrap:hover .post__media,
.sleek-touchscreen--false .loop-container.loop-container--style-masonry .format-status .post__inwrap:hover .post__media,
.sleek-touchscreen--false .loop-container.loop-container--style-newspaper .format-status .post__inwrap:hover .post__media,
.sleek-touchscreen--false .loop-container.loop-container--related .format-status .post__inwrap:hover .post__media,
.sleek-touchscreen--false .loop-container.loop-container--style-masonry .format-quote .post__inwrap:hover .post__media,
.sleek-touchscreen--false .loop-container.loop-container--style-newspaper .format-quote .post__inwrap:hover .post__media,
.sleek-touchscreen--false .loop-container.loop-container--related .format-quote .post__inwrap:hover .post__media,
.sleek-touchscreen--false .loop-container.loop-container--style-masonry .post--related .post__inwrap:hover .post__media,
.sleek-touchscreen--false .loop-container.loop-container--style-newspaper .post--related .post__inwrap:hover .post__media,
.sleek-touchscreen--false .loop-container.loop-container--related .post--related .post__inwrap:hover .post__media {
filter: gray; -webkit-filter: grayscale(70%);
filter: grayscale(70%);
} .loop-container--featured .post {   }
.loop-container--featured .post .post__media {
overflow: hidden;
height: 0;
padding-bottom: 100%; background: #3f3f53;
}
.loop-container--featured .post .post__text {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 0 30px 80px;
color: #ffffff;
text-align: center;
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.loop-container--featured .post h2 {
font-size: 38px;
line-height: 1;
font-weight: 100;
margin-bottom: 25px;
}
.loop-container--featured .post h2 a {
color: #ffffff;
}
.loop-container--featured .post h2 a:hover {
color: #ff4d4d;
}
.loop-container--featured .post .post__badge {
margin: auto;
}
.loop-container--featured .post .post__badge .tooltip:after,
.loop-container--featured .post .post__badge .tooltip:before {
left: 100%;
top: 50%;
-webkit-transform: translate(-10px, -50%);
-ms-transform: translate(-10px, -50%);
transform: translate(-10px, -50%);
}
.loop-container--featured .post .post__badge .tooltip:after {
margin-left: 20px;
}
.loop-container--featured .post .post__badge .tooltip:before {
margin-left: 9px;
border-right-color: #3f3f53;
}
.dark-mode .loop-container--featured .post .post__badge .tooltip:before {
border-right-color: #ffffff;
}
.loop-container--featured .post .post__badge .tooltip:hover:after,
.loop-container--featured .post .post__badge .tooltip:hover:before {
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.loop-container--featured .post .excerpt {
margin: 0 auto;
max-width: 700px;
}
.post-badge-true .loop-container--featured .post .post__text {
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
background-image: linear-gradient(top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
.post-badge-true .loop-container--featured .post .post__badge {
width: 100px;
height: 100px;
background: #ff4d4d;
margin-top: -50px;
margin-bottom: 40px;
}
.main-content--m-plus .loop-container--featured .post .post__media {
padding-bottom: 56.25%;
}
.main-content--m-plus .loop-container--featured .post h2 {
font-size: 52px;
}
.post-badge-true .main-content--m-plus .loop-container--featured .post .post__badge {
width: 150px;
height: 150px;
margin-top: -75px;
} .loop-container--related .post {
width: 100%;
margin-bottom: 20px;
}
.loop-container--related .post .post__inwrap {
padding: 0;
overflow: hidden;
}
.loop-container--related .post .post__text {
padding: 15px 10px 10px 15px;
font-size: 18px;
}
.loop-container--related .post .post__text h3 {
width: 100%;
font-size: inherit;
padding-bottom: 2px;
}
.loop-container--related .post .post__text .post__meta {
font-size: 0.75em; }
.loop-container--related .post .post__text .meta--item {
color: #777777;
}
.loop-container--related .post .post__title,
.loop-container--related .post .post__meta,
.loop-container--related .post .meta--item {
margin: 0;
}
.main-content--m-plus .loop-container--related .post {
float: left;
max-width: 33.3%;
min-width: 32%;
width: 33.3%;
}
.sleek-touchscreen--false .main-content--m-plus .loop-container--related .post .post__media {
-webkit-transition: -webkit-filter 0.5s cubic-bezier(1, 0.2, 1, 1), filter 0.5s cubic-bezier(0.5, 0.2, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.5, 0.2, 0.5, 1), -moz-transform 0.3s cubic-bezier(0.5, 0.2, 0.5, 1), -ms-transform 0.3s cubic-bezier(0.5, 0.2, 0.5, 1), -o-transform 0.3s cubic-bezier(0.5, 0.2, 0.5, 1), transform 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
transition: -webkit-filter 0.5s cubic-bezier(1, 0.2, 1, 1), filter 0.5s cubic-bezier(0.5, 0.2, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.5, 0.2, 0.5, 1), -moz-transform 0.3s cubic-bezier(0.5, 0.2, 0.5, 1), -ms-transform 0.3s cubic-bezier(0.5, 0.2, 0.5, 1), -o-transform 0.3s cubic-bezier(0.5, 0.2, 0.5, 1), transform 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
}
.main-content--m .loop-container--related .post .post__text h3 {
padding-bottom: 0px;
}
@media only screen and (min-width: 1200px) {
.main-content--m-plus .loop-container--related .post .post__text {
padding: 0;
height: 36%;
font-size: 16px;
text-align: left;
position: absolute;
width: 100%;
bottom: 0;
left: 0;
right: 0;
background: #ffffff;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
}
.main-content--m-plus .loop-container--related .post .post__text-inwrap {
padding: 10px 10px 10px 15px;
width: 100%;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.main-content--m-plus .loop-container--related .post .post__text h3 {
display: inline-block;
line-height: 1.2;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 100%;
}
.main-content--m-plus .loop-container--related .post .post__text .post__meta {
margin-top: -8px;
font-size: 14px;
}
.sleek-touchscreen--false .main-content--m-plus .loop-container--related .post:hover .post__media {
-webkit-transform: translateY(-10%);
-ms-transform: translateY(-10%);
transform: translateY(-10%);
}
.sleek-touchscreen--false .main-content--m-plus .loop-container--related .post:hover .post__text {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.main-content--xl .loop-container--related .post .post__text {
font-size: 22px;
}
.main-content--xl .loop-container--related .post .post__text-inwrap {
padding: 10px 15px 10px 20px;
}
.main-content--xl .loop-container--related .post .post__text .post__meta {
font-size: 15px;
} .pagination {
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
opacity: 1;
visibility: visible;
position: relative;
z-index: 1;
margin: 30px auto 30px; }
.pagination:before,
.pagination:after {
display: table;
content: "";
}
.pagination:after {
clear: both;
}
.loop-is-masonry + .pagination {
opacity: 0;
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
}
.loop-is-masonry--init-processed.loop-is-masonry + .pagination {
opacity: 1;
}
.pagination--classic {
text-align: center;
}
.pagination--classic .page-numbers {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
display: inline-block;
background: transparent;
min-width: 32px;
height: 32px;
line-height: 32px;
margin-bottom: 10px;
padding: 0 5px;
color: #777777;
}
.pagination--classic .page-numbers:hover {
color: #3f3f53;
}
.pagination--classic .page-numbers i {
display: inline-block;
vertical-align: middle;
margin: -3px 5px 0;
}
.pagination--classic .page-numbers.current {
-webkit-border-radius: 50%;
border-radius: 50%;
color: #ffffff;
background: #ff4d4d;
}
.pagination--classic .page-numbers.prev {
min-width: 105px;
text-align: right;
}
.pagination--classic .page-numbers.next {
min-width: 105px;
text-align: left;
}
.pagination--load-more {
-webkit-border-radius: 3px;
border-radius: 3px;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
display: inline-block;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 100%;
padding: 0 15px;
background: none;
font-size: 14px;
background: #ff4d4d;
color: #ffffff;
height: 36px;
line-height: 36px;
padding: 0 25px;
display: table;
}
.pagination--load-more[class*='button--outline'] {
line-height: 34px;
}
.pagination--load-more i {
margin: 0 10px 0 0;
}
.pagination--load-more + .button {
margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.pagination--load-more + .button {
margin-left: 20px;
margin-top: 0;
}
}
.pagination--load-more:hover {
background: #3f3f53;
color: #ffffff;
}
.pagination--load-more[class*='button--outline'] {
line-height: 34px;
}
.pagination--load-more.pagination--disabled:not(.pagination--loading) {
visibility: hidden;
opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.pagination--auto {
visibility: hidden;
display: block;
}
}
.pagination + .sleek-loader {
width: 30px;
height: 30px;
margin: -67px auto 25px;
}
.pagination--loading {
opacity: 0 !important;
visibility: hidden;
}
.pagination--loading + .sleek-loader {
opacity: 1;
}
.pagination-message {
opacity: 0;
visibility: hidden;
text-align: center;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
color: #cecece;
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
margin-top: -40px;
}
.pagination--disabled:not(.pagination--loading) ~ .pagination-message {
opacity: 1;
visibility: visible;
} .sidebar .widget {
margin-bottom: 55px;
overflow: hidden;
}
.header .widget {
margin-bottom: 20px;
}
.main-content .widget {
text-align: center;
}
.widget__title {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
}
.dark-mode .widget__title {
color: #aaaaaa;
}
.sidebar .widget__title {
margin: 0 0 20px;
}
.header .widget__title {
margin: 0 0 10px;
} .widget_nav_menu ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
margin: 0;
padding: 0;
list-style: none;
}
.widget_nav_menu a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_recent_comments a,
.widget_recent_entries a {
color: #3f3f53;
}
.widget_nav_menu a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_recent_comments a:hover,
.widget_recent_entries a:hover {
color: #ff4d4d;
}
.dark-mode .widget_nav_menu a,
.dark-mode .widget_pages a,
.dark-mode .widget_archive a,
.dark-mode .widget_categories a,
.dark-mode .widget_meta a,
.dark-mode .widget_recent_comments a,
.dark-mode .widget_recent_entries a {
color: #ffffff;
}
.dark-mode .widget_nav_menu a:hover,
.dark-mode .widget_pages a:hover,
.dark-mode .widget_archive a:hover,
.dark-mode .widget_categories a:hover,
.dark-mode .widget_meta a:hover,
.dark-mode .widget_recent_comments a:hover,
.dark-mode .widget_recent_entries a:hover {
color: #ff4d4d;
}
.sidebar .widget_nav_menu li,
.sidebar .widget_pages li,
.sidebar .widget_archive li,
.sidebar .widget_categories li,
.sidebar .widget_meta li,
.sidebar .widget_recent_comments li,
.sidebar .widget_recent_entries li {
padding-left: 10px;
margin: 0;
border-bottom: 1px dotted rgba(63, 63, 83, 0.2);
}
.dark-mode.sidebar .widget_nav_menu li,
.dark-mode.sidebar .widget_pages li,
.dark-mode.sidebar .widget_archive li,
.dark-mode.sidebar .widget_categories li,
.dark-mode.sidebar .widget_meta li,
.dark-mode.sidebar .widget_recent_comments li,
.dark-mode.sidebar .widget_recent_entries li {
border-bottom-color: rgba(255, 255, 255, 0.2);
}
.sidebar .widget_nav_menu a,
.sidebar .widget_pages a,
.sidebar .widget_archive a,
.sidebar .widget_categories a,
.sidebar .widget_meta a,
.sidebar .widget_recent_comments a,
.sidebar .widget_recent_entries a {
display: inline-block;
line-height: 1;
font-size: 1.125em; font-weight: 300;
padding: 20px 0;
}
.sidebar .widget_nav_menu a + .post-date,
.sidebar .widget_pages a + .post-date,
.sidebar .widget_archive a + .post-date,
.sidebar .widget_categories a + .post-date,
.sidebar .widget_meta a + .post-date,
.sidebar .widget_recent_comments a + .post-date,
.sidebar .widget_recent_entries a + .post-date {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
font-size: 0.75em; display: block;
margin: -10px 0 20px;
}
.header .widget_nav_menu ul,
.header .widget_pages ul,
.header .widget_archive ul,
.header .widget_categories ul,
.header .widget_meta ul,
.header .widget_recent_comments ul,
.header .widget_recent_entries ul {
list-style: none;
margin: 0;
}
.header .widget_nav_menu li,
.header .widget_pages li,
.header .widget_archive li,
.header .widget_categories li,
.header .widget_meta li,
.header .widget_recent_comments li,
.header .widget_recent_entries li {
display: inline-block;
padding-right: 5px;
margin: 0 0 0 -4px;
}
.header .widget_nav_menu li + li:before,
.header .widget_pages li + li:before,
.header .widget_archive li + li:before,
.header .widget_categories li + li:before,
.header .widget_meta li + li:before,
.header .widget_recent_comments li + li:before,
.header .widget_recent_entries li + li:before {
content: "|";
font-size: 0.875em;  margin-right: 5px;
}
.header .widget_nav_menu li:last-child,
.header .widget_pages li:last-child,
.header .widget_archive li:last-child,
.header .widget_categories li:last-child,
.header .widget_meta li:last-child,
.header .widget_recent_comments li:last-child,
.header .widget_recent_entries li:last-child {
padding-right: 0;
}
.header .widget_nav_menu a,
.header .widget_pages a,
.header .widget_archive a,
.header .widget_categories a,
.header .widget_meta a,
.header .widget_recent_comments a,
.header .widget_recent_entries a {
font-size: 0.875em; }
.main-content .widget_nav_menu li,
.main-content .widget_pages li,
.main-content .widget_archive li,
.main-content .widget_categories li,
.main-content .widget_meta li,
.main-content .widget_recent_comments li,
.main-content .widget_recent_entries li {
margin: 0;
padding: 5px 0;
}
.main-content .widget_nav_menu a,
.main-content .widget_pages a,
.main-content .widget_archive a,
.main-content .widget_categories a,
.main-content .widget_meta a,
.main-content .widget_recent_comments a,
.main-content .widget_recent_entries a {
display: block;
padding: 5px 0;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
text-transform: uppercase;
font-size: 17px;
color: #777777;
}
.main-content .widget_nav_menu a:hover,
.main-content .widget_pages a:hover,
.main-content .widget_archive a:hover,
.main-content .widget_categories a:hover,
.main-content .widget_meta a:hover,
.main-content .widget_recent_comments a:hover,
.main-content .widget_recent_entries a:hover {
color: #ff4d4d;
} .widget_calendar caption {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
text-align: left;
}
.dark-mode .widget_calendar caption {
color: #aaaaaa;
}
.sidebar .widget_calendar caption {
margin: 0 0 20px;
}
.header .widget_calendar caption {
margin: 0 0 10px;
}
.widget_calendar td {
text-align: center;
font-size: 1.125em; font-weight: 300;
}
.widget_calendar a {
font-weight: 400;
color: #3f3f53;
}
.widget_calendar a:hover {
color: #ff4d4d;
}
.dark-mode .widget_calendar a {
color: #ffffff;
}
.dark-mode .widget_calendar a:hover {
color: #ff4d4d;
}
.widget_calendar tbody,
.widget_calendar tfoot {
border-bottom: 1px dotted rgba(63, 63, 83, 0.2);
}
.dark-mode .widget_calendar tbody,
.dark-mode .widget_calendar tfoot {
border-bottom-color: rgba(255, 255, 255, 0.2);
}
.widget_calendar tbody tr:last-child td {
padding-bottom: 15px;
}
.widget_calendar tfoot td {
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
padding: 15px 0;
}
.dark-mode .widget_calendar tfoot td {
color: #aaaaaa;
}
.sidebar .widget_calendar tfoot td {
margin: 0 0 20px;
}
.header .widget_calendar tfoot td {
margin: 0 0 10px;
}
.widget_calendar #prev {
text-align: left;
}
.widget_calendar #next {
text-align: right;
} .widget_tag_cloud:before,
.widget_tag_cloud:after {
display: table;
content: "";
}
.widget_tag_cloud:after {
clear: both;
}
.widget_tag_cloud a {
display: block;
float: left;
margin: 0px 8px 8px 0;
font-size: 16px !important;
font-weight: 300;
text-transform: capitalize;
padding: 6px 10px;
border: 1px solid rgba(63, 63, 83, 0.2);
-webkit-border-radius: 3px;
border-radius: 3px;
color: #3f3f53;
}
.widget_tag_cloud a:hover {
color: #ff4d4d;
}
.dark-mode .widget_tag_cloud a {
border-color: rgba(255, 255, 255, 0.2);
color: #ffffff;
}
.dark-mode .widget_tag_cloud a:hover {
color: #ff4d4d;
}
.widget_tag_cloud a:hover {
color: #ffffff;
background: #ff4d4d;
border-color: #ff4d4d;
}
.dark-mode .widget_tag_cloud a:hover {
color: #ff4d4d;
background: #ffffff;
border-color: #ffffff;
}  .js .init-load-animation--true .header,
.js .init-load-animation--true .content-wrapper {
opacity: 0;
}
.init-load-animation--true.init-load-animation-end .header,
.init-load-animation--true.init-load-animation-end .content-wrapper {
opacity: 1;
}
.init-load-animation--true.init-load-animation-start {
overflow: hidden;
}
.init-load-animation--true.init-load-animation-start .header {
opacity: 1;
-webkit-animation: sleek-fade-in 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-fade-in 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
.init-load-animation--true.init-load-animation-start .content-wrapper {
opacity: 1;
-webkit-animation: sleek-fade-in 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-fade-in 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
} .js-ajax-load-pages.ajax-main-content-loading-start .main-content,
.js-ajax-load-pages.ajax-content-wrapper-loading-start .content-wrapper {
opacity: 0;
-webkit-animation: sleek-fade-out 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-fade-out 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
.js-ajax-load-pages.ajax-main-content-loading-end .main-content,
.js-ajax-load-pages.ajax-content-wrapper-loading-end .content-wrapper {
opacity: 1;
-webkit-animation: sleek-fade-in 1.5s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-fade-in 1.5s 1 cubic-bezier(0.7, 0, 0.3, 1);
} @media only screen and (min-width: 768px) and (max-width: 1199px), only screen and (min-width: 1200px) {
.js .sleek-animate-appearance {
opacity: 0;
}
.js .sleek-animate-appearance--start {
opacity: 1;
-webkit-animation: sleek-fade-in-bottom-soft 0.7s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-fade-in-bottom-soft 0.7s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
.js .sleek-animate-appearance--start.sleek-fade-in {
-webkit-animation: sleek-fade-in 0.7s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-fade-in 0.7s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
.js .sleek-animate-appearance--start.sleek-fade-in-top-soft {
-webkit-animation: sleek-fade-in-top-soft 0.7s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-fade-in-top-soft 0.7s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
.js .sleek-animate-appearance--start.sleek-fade-in-bottom-soft {
-webkit-animation: sleek-fade-in-bottom-soft 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-fade-in-bottom-soft 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
.js .sleek-animate-appearance--start.sleek-fade-in-left-soft {
-webkit-animation: sleek-fade-in-left-soft 0.7s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-fade-in-left-soft 0.7s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
.js .sleek-animate-appearance--start.sleek-fade-in-right-soft {
-webkit-animation: sleek-fade-in-right-soft 0.7s 1 cubic-bezier(0.7, 0, 0.3, 1);
animation: sleek-fade-in-right-soft 0.7s 1 cubic-bezier(0.7, 0, 0.3, 1);
}
} .sleek-loader {
pointer-events: none;
width: 35px;
height: 35px;
position: relative;
z-index: 0;
opacity: 0;
}
.sleek-loader:before,
.sleek-loader:after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-border-radius: 50%;
border-radius: 50%;
opacity: 0;
background: #ff4d4d;
}
.sleek-loader:after {
z-index: 1;
-webkit-animation: preloader 1.4s infinite 0.7s ease-out;
-moz-animation: preloader 1.4s infinite 0.7s ease-out;
-o-animation: preloader 1.4s infinite 0.7s ease-out;
animation: preloader 1.4s infinite 0.7s ease-out;
}
.sleek-loader:before {
z-index: 2;
-webkit-animation: preloader 1.4s infinite ease-in;
-moz-animation: preloader 1.4s infinite ease-in;
-o-animation: preloader 1.4s infinite ease-in;
animation: preloader 1.4s infinite ease-in;
} @-webkit-keyframes preloader {
0% {
opacity: 0;
-webkit-transform: scale(0);
}
50% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: scale(1);
}
}
@-moz-keyframes preloader {
0% {
opacity: 0;
-moz-transform: scale(0);
}
50% {
opacity: 1;
}
100% {
opacity: 0;
-moz-transform: scale(1);
}
}
@-o-keyframes preloader {
0% {
opacity: 0;
-o-transform: scale(0);
}
50% {
opacity: 1;
}
100% {
opacity: 0;
-o-transform: scale(1);
}
}
@keyframes preloader {
0% {
opacity: 0;
transform: scale(0);
}
50% {
opacity: 1;
}
100% {
opacity: 0;
transform: scale(1);
}
} .sleek-loader--body {
display: none;
}
.init-load-animation--true .sleek-loader--body {
display: block;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
opacity: 1;
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.init-load-animation-start.init-load-animation--true .sleek-loader--body,
.init-load-animation-end.init-load-animation--true .sleek-loader--body {
opacity: 0;
}
.ajax-content-wrapper-loading-start.init-load-animation--true .sleek-loader--body {
opacity: 1;
-webkit-transition: opacity 1.5s 1s ease-in-out;
transition: opacity 1.5s 1s ease-in-out;
}
@media only screen and (min-width: 1200px) {
.ajax-content-wrapper-loading-start.init-load-animation--true .sleek-loader--body.header-desktop--true {
left: 250px;
}
}
.ajax-content-wrapper-loading-end.init-load-animation--true .sleek-loader--body {
opacity: 0;
}
@media only screen and (min-width: 1200px) {
.ajax-content-wrapper-loading-end.init-load-animation--true .sleek-loader--body.header-desktop--true {
left: 250px;
}
}
.ajax-main-content-loading-start.init-load-animation--true .sleek-loader--body {
opacity: 1;
-webkit-transition: opacity 1.5s 1s ease-in-out;
transition: opacity 1.5s 1s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.ajax-main-content-loading-start.init-load-animation--true .sleek-loader--body {
right: 300px;
}
}
@media only screen and (min-width: 1200px) {
.ajax-main-content-loading-start.init-load-animation--true .sleek-loader--body {
right: 300px;
}
.ajax-main-content-loading-start.init-load-animation--true .sleek-loader--body.header-desktop--true {
left: 250px;
}
}
@media only screen and (min-width: 1400px) {
.ajax-main-content-loading-start.init-load-animation--true .sleek-loader--body {
right: 375px;
}
}
.ajax-main-content-loading-end.init-load-animation--true .sleek-loader--body {
opacity: 0;
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
} .sleek-lightbox {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9;
width: 100%;
height: 100%;
display: none;
}
.sleek-lightbox__mask {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.9);
}
.sleek-lightbox__content img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
padding: 80px 80px 140px;
}
.sleek-lightbox__content .sleek-slider__caption {
text-align: center;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 100%;
width: 100%;
position: absolute;
bottom: 95px;
color: #ffffff;
font-size: 16px;
padding-left: 80px;
padding-right: 80px;
}
@media only screen and (min-width: 1400px), only screen and (min-width: 1650px) {
.sleek-lightbox__content .sleek-slider__caption {
padding-left: 120px;
padding-right: 120px;
font-size: 18px;
}
}
.sleek-lightbox__close,
.sleek-lightbox__arrow {
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
position: absolute;
z-index: 2;
cursor: pointer;
font-size: 16px;
color: #ffffff;
-webkit-border-radius: 50%;
border-radius: 50%;
width: 40px;
height: 40px;
text-align: center;
line-height: 44px;
}
.sleek-lightbox__close:hover,
.sleek-lightbox__arrow:hover {
background: #ff4d4d;
}
.sleek-lightbox__close {
font-size: 24px;
top: 10px;
right: 10px;
-webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
}
.sleek-lightbox__close:hover {
background: #ffffff;
color: #3f3f53;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.sleek-lightbox__info {
position: absolute;
z-index: 2;
width: 60px;
margin-left: -30px;
font-family: "Montserrat", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
line-height: 1em;
line-height: 40px;
text-align: center;
color: #ffffff;
}
.sleek-lightbox__arrow--prev,
.sleek-lightbox__arrow--next,
.sleek-lightbox__info {
bottom: 40px;
left: 50%;
}
.sleek-lightbox__arrow--prev {
margin-left: -70px;
}
.sleek-lightbox__arrow--next {
margin-left: 30px;
}
.sleek-lightbox .sleek-loader {
width: 26px;
height: 26px;
position: absolute;
top: 50%;
left: 50%;
margin-left: -13px;
margin-top: -13px;
}
.sleek-lightbox .sleek-loader:before,
.sleek-lightbox .sleek-loader:after {
background: rgba(255, 255, 255, 0.8);
}@font-face {
font-family: 'icomoon';
src:
url(//furkankulaber.com.tr/wp-content/themes/sleek/icons/fonts/icomoon.ttf?3lxv6x) format('truetype'),
url(//furkankulaber.com.tr/wp-content/themes/sleek/icons/fonts/icomoon.woff?3lxv6x) format('woff'),
url(//furkankulaber.com.tr/wp-content/themes/sleek/icons/fonts/icomoon.svg?3lxv6x#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
content: "\e900";
}
.icon-arrow-left:before {
content: "\e8f1";
}
.icon-arrow-right:before {
content: "\e8f2";
}
.icon-quote:before {
content: "\e8ea";
}
.icon-comments:before {
content: "\e8ec";
}
.icon-grid:before {
content: "\e8ed";
}
.icon-pencil:before {
content: "\e8e2";
}
.icon-magglass:before {
content: "\e8e6";
}
.icon-hexagon-fill:before {
content: "\e8e4";
}
.icon-hexagon-outline:before {
content: "\e8e5";
}
.icon-home:before {
content: "\e600";
}
.icon-home2:before {
content: "\e601";
}
.icon-home3:before {
content: "\e602";
}
.icon-office:before {
content: "\e603";
}
.icon-newspaper:before {
content: "\e604";
}
.icon-pencil2:before {
content: "\e605";
}
.icon-pencil22:before {
content: "\e606";
}
.icon-quill:before {
content: "\e607";
}
.icon-pen:before {
content: "\e608";
}
.icon-blog:before {
content: "\e609";
}
.icon-droplet:before {
content: "\e60a";
}
.icon-paint-format:before {
content: "\e60b";
}
.icon-image:before {
content: "\e60c";
}
.icon-image2:before {
content: "\e60d";
}
.icon-images:before {
content: "\e60e";
}
.icon-camera:before {
content: "\e60f";
}
.icon-music:before {
content: "\e610";
}
.icon-headphones:before {
content: "\e611";
}
.icon-play:before {
content: "\e612";
}
.icon-film:before {
content: "\e613";
}
.icon-camera2:before {
content: "\e614";
}
.icon-dice:before {
content: "\e615";
}
.icon-pacman:before {
content: "\e616";
}
.icon-spades:before {
content: "\e617";
}
.icon-clubs:before {
content: "\e618";
}
.icon-diamonds:before {
content: "\e619";
}
.icon-pawn:before {
content: "\e61a";
}
.icon-bullhorn:before {
content: "\e61b";
}
.icon-connection:before {
content: "\e61c";
}
.icon-podcast:before {
content: "\e61d";
}
.icon-feed:before {
content: "\e61e";
}
.icon-book:before {
content: "\e61f";
}
.icon-books:before {
content: "\e620";
}
.icon-library:before {
content: "\e621";
}
.icon-file:before {
content: "\e622";
}
.icon-profile:before {
content: "\e623";
}
.icon-file2:before {
content: "\e624";
}
.icon-file3:before {
content: "\e625";
}
.icon-file4:before {
content: "\e626";
}
.icon-copy:before {
content: "\e627";
}
.icon-copy2:before {
content: "\e628";
}
.icon-copy3:before {
content: "\e629";
}
.icon-paste:before {
content: "\e62a";
}
.icon-paste2:before {
content: "\e62b";
}
.icon-paste3:before {
content: "\e62c";
}
.icon-stack:before {
content: "\e62d";
}
.icon-folder:before {
content: "\e62e";
}
.icon-folder-open:before {
content: "\e62f";
}
.icon-tag:before {
content: "\e630";
}
.icon-tags:before {
content: "\e631";
}
.icon-barcode:before {
content: "\e632";
}
.icon-qrcode:before {
content: "\e633";
}
.icon-ticket:before {
content: "\e634";
}
.icon-cart:before {
content: "\e635";
}
.icon-cart2:before {
content: "\e636";
}
.icon-cart3:before {
content: "\e637";
}
.icon-coin:before {
content: "\e638";
}
.icon-credit:before {
content: "\e639";
}
.icon-calculate:before {
content: "\e63a";
}
.icon-support:before {
content: "\e63b";
}
.icon-phone:before {
content: "\e63c";
}
.icon-phone-hang-up:before {
content: "\e63d";
}
.icon-address-book:before {
content: "\e63e";
}
.icon-notebook:before {
content: "\e63f";
}
.icon-envelope:before {
content: "\e640";
}
.icon-pushpin:before {
content: "\e641";
}
.icon-location:before {
content: "\e642";
}
.icon-location2:before {
content: "\e643";
}
.icon-compass:before {
content: "\e644";
}
.icon-map:before {
content: "\e645";
}
.icon-map2:before {
content: "\e646";
}
.icon-history:before {
content: "\e647";
}
.icon-clock:before {
content: "\e648";
}
.icon-clock2:before {
content: "\e649";
}
.icon-alarm:before {
content: "\e64a";
}
.icon-alarm2:before {
content: "\e64b";
}
.icon-bell:before {
content: "\e64c";
}
.icon-stopwatch:before {
content: "\e64d";
}
.icon-calendar:before {
content: "\e64e";
}
.icon-calendar2:before {
content: "\e64f";
}
.icon-print:before {
content: "\e650";
}
.icon-keyboard:before {
content: "\e651";
}
.icon-screen:before {
content: "\e652";
}
.icon-laptop:before {
content: "\e653";
}
.icon-mobile:before {
content: "\e654";
}
.icon-mobile2:before {
content: "\e655";
}
.icon-tablet:before {
content: "\e656";
}
.icon-tv:before {
content: "\e657";
}
.icon-cabinet:before {
content: "\e658";
}
.icon-drawer:before {
content: "\e659";
}
.icon-drawer2:before {
content: "\e65a";
}
.icon-drawer3:before {
content: "\e65b";
}
.icon-box-add:before {
content: "\e65c";
}
.icon-box-remove:before {
content: "\e65d";
}
.icon-download:before {
content: "\e65e";
}
.icon-upload:before {
content: "\e65f";
}
.icon-disk:before {
content: "\e660";
}
.icon-storage:before {
content: "\e661";
}
.icon-undo:before {
content: "\e662";
}
.icon-redo:before {
content: "\e663";
}
.icon-flip:before {
content: "\e664";
}
.icon-flip2:before {
content: "\e665";
}
.icon-undo2:before {
content: "\e666";
}
.icon-redo2:before {
content: "\e667";
}
.icon-forward:before {
content: "\e668";
}
.icon-reply:before {
content: "\e669";
}
.icon-bubble:before {
content: "\e66a";
}
.icon-bubbles:before {
content: "\e66b";
}
.icon-bubbles2:before {
content: "\e66c";
}
.icon-bubble2:before {
content: "\e66d";
}
.icon-bubbles3:before {
content: "\e66e";
}
.icon-bubbles4:before {
content: "\e66f";
}
.icon-user:before {
content: "\e670";
}
.icon-users:before {
content: "\e671";
}
.icon-user2:before {
content: "\e672";
}
.icon-users2:before {
content: "\e673";
}
.icon-user3:before {
content: "\e674";
}
.icon-user4:before {
content: "\e675";
}
.icon-quotes-left:before {
content: "\e676";
}
.icon-busy:before {
content: "\e677";
}
.icon-spinner:before {
content: "\e678";
}
.icon-spinner2:before {
content: "\e679";
}
.icon-spinner3:before {
content: "\e67a";
}
.icon-spinner4:before {
content: "\e67b";
}
.icon-spinner5:before {
content: "\e67c";
}
.icon-spinner6:before {
content: "\e67d";
}
.icon-binoculars:before {
content: "\e67e";
}
.icon-search:before {
content: "\e67f";
}
.icon-zoomin:before {
content: "\e680";
}
.icon-zoomout:before {
content: "\e681";
}
.icon-expand:before {
content: "\e682";
}
.icon-contract:before {
content: "\e683";
}
.icon-expand2:before {
content: "\e684";
}
.icon-contract2:before {
content: "\e685";
}
.icon-key:before {
content: "\e686";
}
.icon-key2:before {
content: "\e687";
}
.icon-lock:before {
content: "\e688";
}
.icon-lock2:before {
content: "\e689";
}
.icon-unlocked:before {
content: "\e68a";
}
.icon-wrench:before {
content: "\e68b";
}
.icon-settings:before {
content: "\e68c";
}
.icon-equalizer:before {
content: "\e68d";
}
.icon-cog:before {
content: "\e68e";
}
.icon-cogs:before {
content: "\e68f";
}
.icon-cog2:before {
content: "\e690";
}
.icon-hammer:before {
content: "\e691";
}
.icon-wand:before {
content: "\e692";
}
.icon-aid:before {
content: "\e693";
}
.icon-bug:before {
content: "\e694";
}
.icon-pie:before {
content: "\e695";
}
.icon-stats:before {
content: "\e696";
}
.icon-bars:before {
content: "\e697";
}
.icon-bars2:before {
content: "\e698";
}
.icon-gift:before {
content: "\e699";
}
.icon-trophy:before {
content: "\e69a";
}
.icon-glass:before {
content: "\e69b";
}
.icon-mug:before {
content: "\e69c";
}
.icon-food:before {
content: "\e69d";
}
.icon-leaf:before {
content: "\e69e";
}
.icon-rocket:before {
content: "\e69f";
}
.icon-meter:before {
content: "\e6a0";
}
.icon-meter2:before {
content: "\e6a1";
}
.icon-dashboard:before {
content: "\e6a2";
}
.icon-hammer2:before {
content: "\e6a3";
}
.icon-fire:before {
content: "\e6a4";
}
.icon-lab:before {
content: "\e6a5";
}
.icon-magnet:before {
content: "\e6a6";
}
.icon-remove:before {
content: "\e6a7";
}
.icon-remove2:before {
content: "\e6a8";
}
.icon-briefcase:before {
content: "\e6a9";
}
.icon-airplane:before {
content: "\e6aa";
}
.icon-truck:before {
content: "\e6ab";
}
.icon-road:before {
content: "\e6ac";
}
.icon-accessibility:before {
content: "\e6ad";
}
.icon-target:before {
content: "\e6ae";
}
.icon-shield:before {
content: "\e6af";
}
.icon-lightning:before {
content: "\e6b0";
}
.icon-switch:before {
content: "\e6b1";
}
.icon-powercord:before {
content: "\e6b2";
}
.icon-signup:before {
content: "\e6b3";
}
.icon-list:before {
content: "\e6b4";
}
.icon-list2:before {
content: "\e6b5";
}
.icon-numbered-list:before {
content: "\e6b6";
}
.icon-menu:before {
content: "\e6b7";
}
.icon-menu2:before {
content: "\e6b8";
}
.icon-tree:before {
content: "\e6b9";
}
.icon-cloud:before {
content: "\e6ba";
}
.icon-cloud-download:before {
content: "\e6bb";
}
.icon-cloud-upload:before {
content: "\e6bc";
}
.icon-download2:before {
content: "\e6bd";
}
.icon-upload2:before {
content: "\e6be";
}
.icon-download3:before {
content: "\e6bf";
}
.icon-upload3:before {
content: "\e6c0";
}
.icon-globe:before {
content: "\e6c1";
}
.icon-earth:before {
content: "\e6c2";
}
.icon-link:before {
content: "\e6c3";
}
.icon-flag:before {
content: "\e6c4";
}
.icon-attachment:before {
content: "\e6c5";
}
.icon-eye:before {
content: "\e6c6";
}
.icon-eye-blocked:before {
content: "\e6c7";
}
.icon-eye2:before {
content: "\e6c8";
}
.icon-bookmark:before {
content: "\e6c9";
}
.icon-bookmarks:before {
content: "\e6ca";
}
.icon-brightness-medium:before {
content: "\e6cb";
}
.icon-brightness-contrast:before {
content: "\e6cc";
}
.icon-contrast:before {
content: "\e6cd";
}
.icon-star:before {
content: "\e6ce";
}
.icon-star2:before {
content: "\e6cf";
}
.icon-star3:before {
content: "\e6d0";
}
.icon-heart:before {
content: "\e6d1";
}
.icon-heart2:before {
content: "\e6d2";
}
.icon-heart-broken:before {
content: "\e6d3";
}
.icon-thumbs-up:before {
content: "\e6d4";
}
.icon-thumbs-up2:before {
content: "\e6d5";
}
.icon-happy:before {
content: "\e6d6";
}
.icon-happy2:before {
content: "\e6d7";
}
.icon-smiley:before {
content: "\e6d8";
}
.icon-smiley2:before {
content: "\e6d9";
}
.icon-tongue:before {
content: "\e6da";
}
.icon-tongue2:before {
content: "\e6db";
}
.icon-sad:before {
content: "\e6dc";
}
.icon-sad2:before {
content: "\e6dd";
}
.icon-wink:before {
content: "\e6de";
}
.icon-wink2:before {
content: "\e6df";
}
.icon-grin:before {
content: "\e6e0";
}
.icon-grin2:before {
content: "\e6e1";
}
.icon-cool:before {
content: "\e6e2";
}
.icon-cool2:before {
content: "\e6e3";
}
.icon-angry:before {
content: "\e6e4";
}
.icon-angry2:before {
content: "\e6e5";
}
.icon-evil:before {
content: "\e6e6";
}
.icon-evil2:before {
content: "\e6e7";
}
.icon-shocked:before {
content: "\e6e8";
}
.icon-shocked2:before {
content: "\e6e9";
}
.icon-confused:before {
content: "\e6ea";
}
.icon-confused2:before {
content: "\e6eb";
}
.icon-neutral:before {
content: "\e6ec";
}
.icon-neutral2:before {
content: "\e6ed";
}
.icon-wondering:before {
content: "\e6ee";
}
.icon-wondering2:before {
content: "\e6ef";
}
.icon-point-up:before {
content: "\e6f0";
}
.icon-point-right:before {
content: "\e6f1";
}
.icon-point-down:before {
content: "\e6f2";
}
.icon-point-left:before {
content: "\e6f3";
}
.icon-warning:before {
content: "\e6f4";
}
.icon-notification:before {
content: "\e6f5";
}
.icon-question:before {
content: "\e6f6";
}
.icon-info:before {
content: "\e6f7";
}
.icon-info2:before {
content: "\e6f8";
}
.icon-blocked:before {
content: "\e6f9";
}
.icon-cancel-circle:before {
content: "\e6fa";
}
.icon-checkmark-circle:before {
content: "\e6fb";
}
.icon-spam:before {
content: "\e6fc";
}
.icon-close:before {
content: "\e6fd";
}
.icon-checkmark:before {
content: "\e6fe";
}
.icon-checkmark2:before {
content: "\e6ff";
}
.icon-spell-check:before {
content: "\e700";
}
.icon-minus:before {
content: "\e701";
}
.icon-plus:before {
content: "\e702";
}
.icon-enter:before {
content: "\e703";
}
.icon-exit:before {
content: "\e704";
}
.icon-play2:before {
content: "\e705";
}
.icon-pause:before {
content: "\e706";
}
.icon-stop:before {
content: "\e707";
}
.icon-backward:before {
content: "\e708";
}
.icon-forward2:before {
content: "\e709";
}
.icon-play3:before {
content: "\e70a";
}
.icon-pause2:before {
content: "\e70b";
}
.icon-stop2:before {
content: "\e70c";
}
.icon-backward2:before {
content: "\e70d";
}
.icon-forward3:before {
content: "\e70e";
}
.icon-first:before {
content: "\e70f";
}
.icon-last:before {
content: "\e710";
}
.icon-previous:before {
content: "\e711";
}
.icon-next:before {
content: "\e712";
}
.icon-eject:before {
content: "\e713";
}
.icon-volume-high:before {
content: "\e714";
}
.icon-volume-medium:before {
content: "\e715";
}
.icon-volume-low:before {
content: "\e716";
}
.icon-volume-mute:before {
content: "\e717";
}
.icon-volume-mute2:before {
content: "\e718";
}
.icon-volume-increase:before {
content: "\e719";
}
.icon-volume-decrease:before {
content: "\e71a";
}
.icon-loop:before {
content: "\e71b";
}
.icon-loop2:before {
content: "\e71c";
}
.icon-loop3:before {
content: "\e71d";
}
.icon-shuffle:before {
content: "\e71e";
}
.icon-arrow-up-left:before {
content: "\e71f";
}
.icon-arrow-up:before {
content: "\e720";
}
.icon-arrow-up-right:before {
content: "\e721";
}
.icon-arrow-right22222:before {
content: "\e722";
}
.icon-arrow-down-right:before {
content: "\e723";
}
.icon-arrow-down:before {
content: "\e724";
}
.icon-arrow-down-left:before {
content: "\e725";
}
.icon-arrow-left22222:before {
content: "\e726";
}
.icon-arrow-up-left2:before {
content: "\e727";
}
.icon-arrow-up2:before {
content: "\e728";
}
.icon-arrow-up-right2:before {
content: "\e729";
}
.icon-arrow-right222222:before {
content: "\e72a";
}
.icon-arrow-down-right2:before {
content: "\e72b";
}
.icon-arrow-down2:before {
content: "\e72c";
}
.icon-arrow-down-left2:before {
content: "\e72d";
}
.icon-arrow-left222222:before {
content: "\e72e";
}
.icon-arrow-up-left3:before {
content: "\e72f";
}
.icon-arrow-up3:before {
content: "\e730";
}
.icon-arrow-up-right3:before {
content: "\e731";
}
.icon-arrow-right3:before {
content: "\e732";
}
.icon-arrow-down-right3:before {
content: "\e733";
}
.icon-arrow-down3:before {
content: "\e734";
}
.icon-arrow-down-left3:before {
content: "\e735";
}
.icon-arrow-left3:before {
content: "\e736";
}
.icon-tab:before {
content: "\e737";
}
.icon-checkbox-checked:before {
content: "\e738";
}
.icon-checkbox-unchecked:before {
content: "\e739";
}
.icon-checkbox-partial:before {
content: "\e73a";
}
.icon-radio-checked:before {
content: "\e73b";
}
.icon-radio-unchecked:before {
content: "\e73c";
}
.icon-crop:before {
content: "\e73d";
}
.icon-scissors:before {
content: "\e73e";
}
.icon-filter:before {
content: "\e73f";
}
.icon-filter2:before {
content: "\e740";
}
.icon-font:before {
content: "\e741";
}
.icon-text-height:before {
content: "\e742";
}
.icon-text-width:before {
content: "\e743";
}
.icon-bold:before {
content: "\e744";
}
.icon-underline:before {
content: "\e745";
}
.icon-italic:before {
content: "\e746";
}
.icon-strikethrough:before {
content: "\e747";
}
.icon-omega:before {
content: "\e748";
}
.icon-sigma:before {
content: "\e749";
}
.icon-table:before {
content: "\e74a";
}
.icon-table2:before {
content: "\e74b";
}
.icon-insert-template:before {
content: "\e74c";
}
.icon-pilcrow:before {
content: "\e74d";
}
.icon-lefttoright:before {
content: "\e74e";
}
.icon-righttoleft:before {
content: "\e74f";
}
.icon-paragraph-left:before {
content: "\e750";
}
.icon-paragraph-center:before {
content: "\e751";
}
.icon-paragraph-right:before {
content: "\e752";
}
.icon-paragraph-justify:before {
content: "\e753";
}
.icon-paragraph-left2:before {
content: "\e754";
}
.icon-paragraph-center2:before {
content: "\e755";
}
.icon-paragraph-right2:before {
content: "\e756";
}
.icon-paragraph-justify2:before {
content: "\e757";
}
.icon-indent-increase:before {
content: "\e758";
}
.icon-indent-decrease:before {
content: "\e759";
}
.icon-newtab:before {
content: "\e75a";
}
.icon-embed:before {
content: "\e75b";
}
.icon-code:before {
content: "\e75c";
}
.icon-console:before {
content: "\e75d";
}
.icon-share:before {
content: "\e75e";
}
.icon-mail:before {
content: "\e75f";
}
.icon-mail2:before {
content: "\e760";
}
.icon-mail3:before {
content: "\e761";
}
.icon-mail4:before {
content: "\e762";
}
.icon-google4:before {
content: "\e763";
}
.icon-googleplus:before {
content: "\e764";
}
.icon-googleplus2:before {
content: "\e765";
}
.icon-googleplus3:before {
content: "\e766";
}
.icon-googleplus4:before {
content: "\e767";
}
.icon-google-drive:before {
content: "\e768";
}
.icon-facebook:before {
content: "\e769";
}
.icon-facebook2:before {
content: "\e76a";
}
.icon-facebook3:before {
content: "\e76b";
}
.icon-instagram2:before {
content: "\e76c";
}
.icon-twitter:before {
content: "\e76d";
}
.icon-twitter2:before {
content: "\e76e";
}
.icon-twitter3:before {
content: "\e76f";
}
.icon-feed2:before {
content: "\e770";
}
.icon-feed3:before {
content: "\e771";
}
.icon-feed4:before {
content: "\e772";
}
.icon-youtube:before {
content: "\e773";
}
.icon-youtube2:before {
content: "\e774";
}
.icon-vimeo:before {
content: "\e775";
}
.icon-vimeo2:before {
content: "\e776";
}
.icon-vimeo3:before {
content: "\e777";
}
.icon-lanyrd:before {
content: "\e778";
}
.icon-flickr:before {
content: "\e779";
}
.icon-flickr2:before {
content: "\e77a";
}
.icon-flickr3:before {
content: "\e77b";
}
.icon-flickr4:before {
content: "\e77c";
}
.icon-picassa:before {
content: "\e77d";
}
.icon-picassa2:before {
content: "\e77e";
}
.icon-dribbble:before {
content: "\e77f";
}
.icon-dribbble2:before {
content: "\e780";
}
.icon-dribbble3:before {
content: "\e781";
}
.icon-forrst:before {
content: "\e782";
}
.icon-forrst2:before {
content: "\e783";
}
.icon-deviantart:before {
content: "\e784";
}
.icon-deviantart2:before {
content: "\e785";
}
.icon-steam:before {
content: "\e786";
}
.icon-steam2:before {
content: "\e787";
}
.icon-github:before {
content: "\e788";
}
.icon-github2:before {
content: "\e789";
}
.icon-github3:before {
content: "\e78a";
}
.icon-github4:before {
content: "\e78b";
}
.icon-github5:before {
content: "\e78c";
}
.icon-wordpress:before {
content: "\e78d";
}
.icon-wordpress2:before {
content: "\e78e";
}
.icon-joomla:before {
content: "\e78f";
}
.icon-blogger:before {
content: "\e790";
}
.icon-blogger2:before {
content: "\e791";
}
.icon-tumblr:before {
content: "\e792";
}
.icon-tumblr2:before {
content: "\e793";
}
.icon-yahoo:before {
content: "\e794";
}
.icon-tux:before {
content: "\e795";
}
.icon-apple:before {
content: "\e796";
}
.icon-finder:before {
content: "\e797";
}
.icon-android:before {
content: "\e798";
}
.icon-windows:before {
content: "\e799";
}
.icon-windows8:before {
content: "\e79a";
}
.icon-soundcloud:before {
content: "\e79b";
}
.icon-soundcloud2:before {
content: "\e79c";
}
.icon-skype:before {
content: "\e79d";
}
.icon-reddit:before {
content: "\e79e";
}
.icon-linkedin:before {
content: "\e79f";
}
.icon-lastfm:before {
content: "\e7a0";
}
.icon-lastfm2:before {
content: "\e7a1";
}
.icon-delicious:before {
content: "\e7a2";
}
.icon-stumbleupon:before {
content: "\e7a3";
}
.icon-stumbleupon2:before {
content: "\e7a4";
}
.icon-stackoverflow:before {
content: "\e7a5";
}
.icon-pinterest:before {
content: "\e7a6";
}
.icon-pinterest2:before {
content: "\e7a7";
}
.icon-xing:before {
content: "\e7a8";
}
.icon-xing2:before {
content: "\e7a9";
}
.icon-flattr:before {
content: "\e7aa";
}
.icon-foursquare2:before {
content: "\e7ab";
}
.icon-foursquare22:before {
content: "\e7ac";
}
.icon-paypal22:before {
content: "\e7ad";
}
.icon-paypal222:before {
content: "\e7ae";
}
.icon-paypal3:before {
content: "\e7af";
}
.icon-yelp:before {
content: "\e7b0";
}
.icon-libreoffice:before {
content: "\e7b1";
}
.icon-file-pdf:before {
content: "\e7b2";
}
.icon-file-openoffice:before {
content: "\e7b3";
}
.icon-file-word:before {
content: "\e7b4";
}
.icon-file-excel:before {
content: "\e7b5";
}
.icon-file-zip:before {
content: "\e7b6";
}
.icon-file-powerpoint:before {
content: "\e7b7";
}
.icon-file-xml:before {
content: "\e7b8";
}
.icon-file-css:before {
content: "\e7b9";
}
.icon-html5:before {
content: "\e7ba";
}
.icon-html52:before {
content: "\e7bb";
}
.icon-css3:before {
content: "\e7bc";
}
.icon-chrome:before {
content: "\e7bd";
}
.icon-firefox:before {
content: "\e7be";
}
.icon-IE:before {
content: "\e7bf";
}
.icon-opera:before {
content: "\e7c0";
}
.icon-safari:before {
content: "\e7c1";
}
.icon-IcoMoon:before {
content: "\e7c2";
}
.icon-google:before {
content: "\ea88";
}
.icon-google2:before {
content: "\ea89";
}
.icon-google3:before {
content: "\ea8a";
}
.icon-google-plus:before {
content: "\ea8b";
}
.icon-google-plus2:before {
content: "\ea8c";
}
.icon-google-plus3:before {
content: "\ea8d";
}
.icon-twitch:before {
content: "\f1e8";
}
.icon-paypal:before {
content: "\f1ef";
}
.icon-google-wallet:before {
content: "\f1f6";
}
.icon-medium:before {
content: "\f23a";
}
.icon-first-order:before {
content: "\f2b0";
}
.icon-yoast:before {
content: "\f2b3";
}
.icon-themeisle:before {
content: "\f2b4";
}
.icon-imdb:before {
content: "\f2d8";
}
.icon-ravelry:before {
content: "\f2d9";
}
.icon-eercast:before {
content: "\f2da";
}
.icon-superpowers:before {
content: "\f2dd";
}
.icon-wpexplorer:before {
content: "\f2de";
}
.icon-meetup:before {
content: "\f2e0";
}
.icon-mixcloud:before {
content: "\f289";
}
.icon-themeisle2:before {
content: "\f2b2";
}
.icon-yoast2:before {
content: "\f2b1";
}
.icon-snapchat-square:before {
content: "\f2ad";
}
.icon-snapchat-ghost:before {
content: "\f2ac";
}
.icon-snapchat:before {
content: "\f2ab";
}
.icon-viadeo-square:before {
content: "\f2aa";
}
.icon-viadeo:before {
content: "\f2a9";
}
.icon-low-vision:before {
content: "\f2a8";
}
.icon-glide-g:before {
content: "\f2a6";
}
.icon-glide:before {
content: "\f2a5";
}
.icon-deaf:before {
content: "\f2a4";
}
.icon-deafness:before {
content: "\f2a4";
}
.icon-hard-of-hearing:before {
content: "\f2a4";
}
.icon-american-sign-language-interpreting:before {
content: "\f2a3";
}
.icon-asl-interpreting:before {
content: "\f2a3";
}
.icon-assistive-listening-systems:before {
content: "\f2a2";
}
.icon-braille:before {
content: "\f2a1";
}
.icon-audio-description:before {
content: "\f29e";
}
.icon-gitlab:before {
content: "\f296";
}
.icon-scribd:before {
content: "\f28a";
}
.icon-product-hunt:before {
content: "\f288";
}
.icon-usb:before {
content: "\f287";
}
.icon-modx:before {
content: "\f285";
}
.icon-fonticons:before {
content: "\f280";
}
.icon-odnoklassniki-square:before {
content: "\f264";
}
.icon-odnoklassniki:before {
content: "\f263";
}
.icon-tripadvisor:before {
content: "\f262";
}
.icon-gg-circle:before {
content: "\f261";
}
.icon-gg:before {
content: "\f260";
}
.icon-creative-commons:before {
content: "\f25e";
}
.icon-registered:before {
content: "\f25d";
}
.icon-cc-diners-club:before {
content: "\f24c";
}
.icon-cc-jcb:before {
content: "\f24b";
}
.icon-whatsapp:before {
content: "\f232";
}
.icon-skyatlas:before {
content: "\f216";
}
.icon-sellsy:before {
content: "\f213";
}
.icon-forumbee:before {
content: "\f211";
}
.icon-buysellads:before {
content: "\f20d";
}
.icon-meanpath:before {
content: "\f20c";
}
.icon-ils:before {
content: "\f20b";
}
.icon-shekel:before {
content: "\f20b";
}
.icon-sheqel:before {
content: "\f20b";
}
.icon-cc:before {
content: "\f20a";
}
.icon-ioxhost:before {
content: "\f208";
}
.icon-at:before {
content: "\f1fa";
}
.icon-copyright:before {
content: "\f1f9";
}
.icon-cc-stripe:before {
content: "\f1f5";
}
.icon-cc-paypal:before {
content: "\f1f4";
}
.icon-cc-amex:before {
content: "\f1f3";
}
.icon-cc-discover:before {
content: "\f1f2";
}
.icon-cc-mastercard:before {
content: "\f1f1";
}
.icon-cc-visa:before {
content: "\f1f0";
}
.icon-google-wallet2:before {
content: "\f1ee";
}
.icon-paypal2:before {
content: "\f1ed";
}
.icon-empire:before {
content: "\f1d1";
}
.icon-ge:before {
content: "\f1d1";
}
.icon-ra:before {
content: "\f1d0";
}
.icon-rebel:before {
content: "\f1d0";
}
.icon-resistance:before {
content: "\f1d0";
}
.icon-jsfiddle:before {
content: "\f1cc";
}
.icon-soundcloud4:before {
content: "\f1be";
}
.icon-foursquare:before {
content: "\f180";
}
.icon-bitbucket-square:before {
content: "\f172";
}
.icon-bitbucket:before {
content: "\f171";
}
.icon-instagram6:before {
content: "\f16d";
}
.icon-maxcdn:before {
content: "\f136";
}
.icon-world:before {
content: "\e8e0";
}
.icon-eye3:before {
content: "\e000";
}
.icon-paper-clip:before {
content: "\e001";
}
.icon-mail5:before {
content: "\e002";
}
.icon-toggle:before {
content: "\e003";
}
.icon-layout:before {
content: "\e004";
}
.icon-link2:before {
content: "\e005";
}
.icon-bell2:before {
content: "\e006";
}
.icon-lock3:before {
content: "\e007";
}
.icon-unlock:before {
content: "\e008";
}
.icon-ribbon:before {
content: "\e009";
}
.icon-image3:before {
content: "\e010";
}
.icon-signal:before {
content: "\e011";
}
.icon-target2:before {
content: "\e012";
}
.icon-clipboard:before {
content: "\e013";
}
.icon-clock3:before {
content: "\e014";
}
.icon-watch:before {
content: "\e015";
}
.icon-air-play:before {
content: "\e016";
}
.icon-camera3:before {
content: "\e017";
}
.icon-video:before {
content: "\e018";
}
.icon-disc:before {
content: "\e019";
}
.icon-printer:before {
content: "\e020";
}
.icon-monitor:before {
content: "\e021";
}
.icon-server:before {
content: "\e022";
}
.icon-cog3:before {
content: "\e023";
}
.icon-heart3:before {
content: "\e024";
}
.icon-paragraph:before {
content: "\e025";
}
.icon-align-justify:before {
content: "\e026";
}
.icon-align-left:before {
content: "\e027";
}
.icon-align-center:before {
content: "\e028";
}
.icon-align-right:before {
content: "\e029";
}
.icon-book2:before {
content: "\e030";
}
.icon-layers:before {
content: "\e031";
}
.icon-stack2:before {
content: "\e032";
}
.icon-stack-2:before {
content: "\e033";
}
.icon-paper:before {
content: "\e034";
}
.icon-paper-stack:before {
content: "\e035";
}
.icon-search2:before {
content: "\e036";
}
.icon-zoom-in:before {
content: "\e037";
}
.icon-zoom-out:before {
content: "\e038";
}
.icon-reply2:before {
content: "\e039";
}
.icon-circle-plus:before {
content: "\e040";
}
.icon-circle-minus:before {
content: "\e041";
}
.icon-circle-check:before {
content: "\e042";
}
.icon-circle-cross:before {
content: "\e043";
}
.icon-square-plus:before {
content: "\e044";
}
.icon-square-minus:before {
content: "\e045";
}
.icon-square-check:before {
content: "\e046";
}
.icon-square-cross:before {
content: "\e047";
}
.icon-microphone:before {
content: "\e048";
}
.icon-record:before {
content: "\e049";
}
.icon-skip-back:before {
content: "\e050";
}
.icon-rewind:before {
content: "\e051";
}
.icon-play4:before {
content: "\e052";
}
.icon-pause3:before {
content: "\e053";
}
.icon-stop3:before {
content: "\e054";
}
.icon-fast-forward:before {
content: "\e055";
}
.icon-skip-forward:before {
content: "\e056";
}
.icon-shuffle2:before {
content: "\e057";
}
.icon-repeat:before {
content: "\e058";
}
.icon-folder2:before {
content: "\e059";
}
.icon-umbrella:before {
content: "\e060";
}
.icon-moon:before {
content: "\e061";
}
.icon-thermometer:before {
content: "\e062";
}
.icon-drop:before {
content: "\e063";
}
.icon-sun:before {
content: "\e064";
}
.icon-cloud2:before {
content: "\e065";
}
.icon-cloud-upload2:before {
content: "\e066";
}
.icon-cloud-download2:before {
content: "\e067";
}
.icon-upload4:before {
content: "\e068";
}
.icon-download4:before {
content: "\e069";
}
.icon-location3:before {
content: "\e070";
}
.icon-location-2:before {
content: "\e071";
}
.icon-map3:before {
content: "\e072";
}
.icon-battery:before {
content: "\e073";
}
.icon-head:before {
content: "\e074";
}
.icon-briefcase2:before {
content: "\e075";
}
.icon-speech-bubble:before {
content: "\e076";
}
.icon-anchor:before {
content: "\e077";
}
.icon-globe2:before {
content: "\e078";
}
.icon-box:before {
content: "\e079";
}
.icon-reload:before {
content: "\e080";
}
.icon-share2:before {
content: "\e081";
}
.icon-marquee:before {
content: "\e082";
}
.icon-marquee-plus:before {
content: "\e083";
}
.icon-marquee-minus:before {
content: "\e084";
}
.icon-tag2:before {
content: "\e085";
}
.icon-power:before {
content: "\e086";
}
.icon-command:before {
content: "\e087";
}
.icon-alt:before {
content: "\e088";
}
.icon-esc:before {
content: "\e089";
}
.icon-bar-graph:before {
content: "\e090";
}
.icon-bar-graph-2:before {
content: "\e091";
}
.icon-pie-graph:before {
content: "\e092";
}
.icon-star4:before {
content: "\e093";
}
.icon-arrow-left4:before {
content: "\e094";
}
.icon-arrow-right4:before {
content: "\e095";
}
.icon-arrow-up4:before {
content: "\e096";
}
.icon-arrow-down4:before {
content: "\e097";
}
.icon-volume:before {
content: "\e098";
}
.icon-mute:before {
content: "\e099";
}
.icon-content-right:before {
content: "\e100";
}
.icon-content-left:before {
content: "\e101";
}
.icon-grid2:before {
content: "\e102";
}
.icon-grid-2:before {
content: "\e103";
}
.icon-columns:before {
content: "\e104";
}
.icon-loader:before {
content: "\e105";
}
.icon-bag:before {
content: "\e106";
}
.icon-ban:before {
content: "\e107";
}
.icon-flag2:before {
content: "\e108";
}
.icon-trash:before {
content: "\e109";
}
.icon-expand3:before {
content: "\e110";
}
.icon-contract3:before {
content: "\e111";
}
.icon-maximize:before {
content: "\e112";
}
.icon-minimize:before {
content: "\e113";
}
.icon-plus2:before {
content: "\e114";
}
.icon-minus2:before {
content: "\e115";
}
.icon-check:before {
content: "\e116";
}
.icon-cross:before {
content: "\e117";
}
.icon-move:before {
content: "\e118";
}
.icon-delete:before {
content: "\e119";
}
.icon-menu3:before {
content: "\e120";
}
.icon-archive:before {
content: "\e121";
}
.icon-inbox:before {
content: "\e122";
}
.icon-outbox:before {
content: "\e123";
}
.icon-file5:before {
content: "\e124";
}
.icon-file-add:before {
content: "\e125";
}
.icon-file-subtract:before {
content: "\e126";
}
.icon-help:before {
content: "\e127";
}
.icon-open:before {
content: "\e128";
}
.icon-ellipsis:before {
content: "\e129";
}
.icon-phone2:before {
content: "\e7c4";
}
.icon-mobile3:before {
content: "\e7c5";
}
.icon-mouse:before {
content: "\e7c6";
}
.icon-directions:before {
content: "\e7c7";
}
.icon-mail6:before {
content: "\e7c8";
}
.icon-paperplane:before {
content: "\e7c9";
}
.icon-pencil3:before {
content: "\e7ca";
}
.icon-feather:before {
content: "\e7cb";
}
.icon-paperclip:before {
content: "\e7cc";
}
.icon-drawer4:before {
content: "\e7cd";
}
.icon-reply3:before {
content: "\e7ce";
}
.icon-reply-all:before {
content: "\e7cf";
}
.icon-forward4:before {
content: "\e7d0";
}
.icon-user5:before {
content: "\e7d1";
}
.icon-users3:before {
content: "\e7d2";
}
.icon-user-add:before {
content: "\e7d3";
}
.icon-vcard:before {
content: "\e7d4";
}
.icon-export:before {
content: "\e7d5";
}
.icon-location4:before {
content: "\e7d6";
}
.icon-map4:before {
content: "\e7d7";
}
.icon-compass2:before {
content: "\e7d8";
}
.icon-location5:before {
content: "\e7d9";
}
.icon-target3:before {
content: "\e7da";
}
.icon-share3:before {
content: "\e7db";
}
.icon-sharable:before {
content: "\e7dc";
}
.icon-heart4:before {
content: "\e7dd";
}
.icon-heart5:before {
content: "\e7de";
}
.icon-star5:before {
content: "\e7df";
}
.icon-star6:before {
content: "\e7e0";
}
.icon-thumbsup:before {
content: "\e7e1";
}
.icon-thumbsdown:before {
content: "\e7e2";
}
.icon-chat:before {
content: "\e7e3";
}
.icon-comment:before {
content: "\e7e4";
}
.icon-quote2:before {
content: "\e7e5";
}
.icon-house:before {
content: "\e7e6";
}
.icon-popup:before {
content: "\e7e7";
}
.icon-search3:before {
content: "\e7e8";
}
.icon-flashlight:before {
content: "\e7e9";
}
.icon-printer2:before {
content: "\e7ea";
}
.icon-bell3:before {
content: "\e7eb";
}
.icon-link3:before {
content: "\e7ec";
}
.icon-flag3:before {
content: "\e7ed";
}
.icon-cog4:before {
content: "\e7ee";
}
.icon-tools:before {
content: "\e7ef";
}
.icon-trophy2:before {
content: "\e7f0";
}
.icon-tag3:before {
content: "\e7f1";
}
.icon-camera4:before {
content: "\e7f2";
}
.icon-megaphone:before {
content: "\e7f3";
}
.icon-moon2:before {
content: "\e7f4";
}
.icon-palette:before {
content: "\e7f5";
}
.icon-leaf2:before {
content: "\e7f6";
}
.icon-music2:before {
content: "\e7f7";
}
.icon-music3:before {
content: "\e7f8";
}
.icon-new:before {
content: "\e7f9";
}
.icon-graduation:before {
content: "\e7fa";
}
.icon-book3:before {
content: "\e7fb";
}
.icon-newspaper2:before {
content: "\e7fc";
}
.icon-bag2:before {
content: "\e7fd";
}
.icon-airplane2:before {
content: "\e7fe";
}
.icon-lifebuoy:before {
content: "\e7ff";
}
.icon-eye4:before {
content: "\e800";
}
.icon-clock4:before {
content: "\e801";
}
.icon-microphone2:before {
content: "\e802";
}
.icon-calendar3:before {
content: "\e803";
}
.icon-bolt:before {
content: "\e804";
}
.icon-thunder:before {
content: "\e805";
}
.icon-droplet2:before {
content: "\e806";
}
.icon-cd:before {
content: "\e807";
}
.icon-briefcase3:before {
content: "\e808";
}
.icon-air:before {
content: "\e809";
}
.icon-hourglass:before {
content: "\e80a";
}
.icon-gauge:before {
content: "\e80b";
}
.icon-language:before {
content: "\e80c";
}
.icon-network:before {
content: "\e80d";
}
.icon-key3:before {
content: "\e80e";
}
.icon-battery2:before {
content: "\e80f";
}
.icon-bucket:before {
content: "\e810";
}
.icon-magnet2:before {
content: "\e811";
}
.icon-drive:before {
content: "\e812";
}
.icon-cup:before {
content: "\e813";
}
.icon-rocket2:before {
content: "\e814";
}
.icon-brush:before {
content: "\e815";
}
.icon-suitcase:before {
content: "\e816";
}
.icon-cone:before {
content: "\e817";
}
.icon-earth2:before {
content: "\e818";
}
.icon-keyboard2:before {
content: "\e819";
}
.icon-browser:before {
content: "\e81a";
}
.icon-publish:before {
content: "\e81b";
}
.icon-progress-3:before {
content: "\e81c";
}
.icon-progress-2:before {
content: "\e81d";
}
.icon-brogress-1:before {
content: "\e81e";
}
.icon-progress-0:before {
content: "\e81f";
}
.icon-sun2:before {
content: "\e820";
}
.icon-sun3:before {
content: "\e821";
}
.icon-adjust:before {
content: "\e822";
}
.icon-code2:before {
content: "\e823";
}
.icon-screen2:before {
content: "\e824";
}
.icon-infinity:before {
content: "\e825";
}
.icon-light-bulb:before {
content: "\e826";
}
.icon-creditcard:before {
content: "\e827";
}
.icon-database:before {
content: "\e828";
}
.icon-voicemail:before {
content: "\e829";
}
.icon-clipboard2:before {
content: "\e82a";
}
.icon-cart4:before {
content: "\e82b";
}
.icon-box2:before {
content: "\e82c";
}
.icon-ticket2:before {
content: "\e82d";
}
.icon-rss:before {
content: "\e82e";
}
.icon-signal2:before {
content: "\e82f";
}
.icon-thermometer2:before {
content: "\e830";
}
.icon-droplets:before {
content: "\e831";
}
.icon-uniE832:before {
content: "\e832";
}
.icon-statistics:before {
content: "\e833";
}
.icon-pie2:before {
content: "\e834";
}
.icon-bars3:before {
content: "\e835";
}
.icon-graph:before {
content: "\e836";
}
.icon-lock4:before {
content: "\e837";
}
.icon-lock-open:before {
content: "\e838";
}
.icon-logout:before {
content: "\e839";
}
.icon-login:before {
content: "\e83a";
}
.icon-checkmark3:before {
content: "\e83b";
}
.icon-cross2:before {
content: "\e83c";
}
.icon-minus3:before {
content: "\e83d";
}
.icon-plus3:before {
content: "\e83e";
}
.icon-cross3:before {
content: "\e83f";
}
.icon-minus4:before {
content: "\e840";
}
.icon-plus4:before {
content: "\e841";
}
.icon-cross4:before {
content: "\e842";
}
.icon-minus5:before {
content: "\e843";
}
.icon-plus5:before {
content: "\e844";
}
.icon-erase:before {
content: "\e845";
}
.icon-blocked2:before {
content: "\e846";
}
.icon-info3:before {
content: "\e847";
}
.icon-info4:before {
content: "\e848";
}
.icon-question2:before {
content: "\e849";
}
.icon-help2:before {
content: "\e84a";
}
.icon-warning2:before {
content: "\e84b";
}
.icon-cycle:before {
content: "\e84c";
}
.icon-cw:before {
content: "\e84d";
}
.icon-ccw:before {
content: "\e84e";
}
.icon-shuffle3:before {
content: "\e84f";
}
.icon-arrow:before {
content: "\e850";
}
.icon-arrow2:before {
content: "\e851";
}
.icon-retweet:before {
content: "\e852";
}
.icon-loop4:before {
content: "\e853";
}
.icon-history2:before {
content: "\e854";
}
.icon-back:before {
content: "\e855";
}
.icon-switch2:before {
content: "\e856";
}
.icon-list3:before {
content: "\e857";
}
.icon-add-to-list:before {
content: "\e858";
}
.icon-layout2:before {
content: "\e859";
}
.icon-list4:before {
content: "\e85a";
}
.icon-text:before {
content: "\e85b";
}
.icon-text2:before {
content: "\e85c";
}
.icon-document:before {
content: "\e85d";
}
.icon-docs:before {
content: "\e85e";
}
.icon-landscape:before {
content: "\e85f";
}
.icon-pictures:before {
content: "\e860";
}
.icon-video2:before {
content: "\e861";
}
.icon-music4:before {
content: "\e862";
}
.icon-folder3:before {
content: "\e863";
}
.icon-archive2:before {
content: "\e864";
}
.icon-trash2:before {
content: "\e865";
}
.icon-upload5:before {
content: "\e866";
}
.icon-download5:before {
content: "\e867";
}
.icon-disk2:before {
content: "\e868";
}
.icon-install:before {
content: "\e869";
}
.icon-cloud3:before {
content: "\e86a";
}
.icon-upload6:before {
content: "\e86b";
}
.icon-bookmark2:before {
content: "\e86c";
}
.icon-bookmarks2:before {
content: "\e86d";
}
.icon-book4:before {
content: "\e86e";
}
.icon-play5:before {
content: "\e86f";
}
.icon-pause4:before {
content: "\e870";
}
.icon-record2:before {
content: "\e871";
}
.icon-stop4:before {
content: "\e872";
}
.icon-next2:before {
content: "\e873";
}
.icon-previous2:before {
content: "\e874";
}
.icon-first2:before {
content: "\e875";
}
.icon-last2:before {
content: "\e876";
}
.icon-resize-enlarge:before {
content: "\e877";
}
.icon-resize-shrink:before {
content: "\e878";
}
.icon-volume2:before {
content: "\e879";
}
.icon-sound:before {
content: "\e87a";
}
.icon-mute2:before {
content: "\e87b";
}
.icon-flow-cascade:before {
content: "\e87c";
}
.icon-flow-branch:before {
content: "\e87d";
}
.icon-flow-tree:before {
content: "\e87e";
}
.icon-flow-line:before {
content: "\e87f";
}
.icon-flow-parallel:before {
content: "\e880";
}
.icon-arrow-left5:before {
content: "\e881";
}
.icon-arrow-down5:before {
content: "\e882";
}
.icon-arrow-up-upload:before {
content: "\e883";
}
.icon-arrow-right5:before {
content: "\e884";
}
.icon-arrow-left6:before {
content: "\e885";
}
.icon-arrow-down6:before {
content: "\e886";
}
.icon-arrow-up5:before {
content: "\e887";
}
.icon-arrow-right6:before {
content: "\e888";
}
.icon-arrow-left7:before {
content: "\e889";
}
.icon-arrow-down7:before {
content: "\e88a";
}
.icon-arrow-up6:before {
content: "\e88b";
}
.icon-arrow-right7:before {
content: "\e88c";
}
.icon-arrow-left8:before {
content: "\e88d";
}
.icon-arrow-down8:before {
content: "\e88e";
}
.icon-arrow-up7:before {
content: "\e88f";
}
.icon-arrow-right8:before {
content: "\e890";
}
.icon-arrow-left9:before {
content: "\e891";
}
.icon-arrow-down9:before {
content: "\e892";
}
.icon-arrow-up8:before {
content: "\e893";
}
.icon-arrow-right9:before {
content: "\e894";
}
.icon-arrow-left10:before {
content: "\e895";
}
.icon-arrow-down10:before {
content: "\e896";
}
.icon-arrow-up9:before {
content: "\e897";
}
.icon-arrow-right10:before {
content: "\e898";
}
.icon-arrow-left11:before {
content: "\e899";
}
.icon-arrow-down11:before {
content: "\e89a";
}
.icon-arrow-up10:before {
content: "\e89b";
}
.icon-uniE89C:before {
content: "\e89c";
}
.icon-arrow-left12:before {
content: "\e89d";
}
.icon-arrow-down12:before {
content: "\e89e";
}
.icon-arrow-up11:before {
content: "\e89f";
}
.icon-arrow-right11:before {
content: "\e8a0";
}
.icon-menu4:before {
content: "\e8a1";
}
.icon-ellipsis2:before {
content: "\e8a2";
}
.icon-dots:before {
content: "\e8a3";
}
.icon-dot:before {
content: "\e8a4";
}
.icon-cc2:before {
content: "\e8a5";
}
.icon-cc-by:before {
content: "\e8a6";
}
.icon-cc-nc:before {
content: "\e8a7";
}
.icon-cc-nc-eu:before {
content: "\e8a8";
}
.icon-cc-nc-jp:before {
content: "\e8a9";
}
.icon-cc-sa:before {
content: "\e8aa";
}
.icon-cc-nd:before {
content: "\e8ab";
}
.icon-cc-pd:before {
content: "\e8ac";
}
.icon-cc-zero:before {
content: "\e8ad";
}
.icon-cc-share:before {
content: "\e8ae";
}
.icon-cc-share2:before {
content: "\e8af";
}
.icon-danielbruce:before {
content: "\e8b0";
}
.icon-danielbruce2:before {
content: "\e8b1";
}
.icon-github6:before {
content: "\e8b2";
}
.icon-github7:before {
content: "\e8b3";
}
.icon-flickr5:before {
content: "\e8b4";
}
.icon-flickr6:before {
content: "\e8b5";
}
.icon-vimeo4:before {
content: "\e8b6";
}
.icon-vimeo5:before {
content: "\e8b7";
}
.icon-twitter4:before {
content: "\e8b8";
}
.icon-twitter5:before {
content: "\e8b9";
}
.icon-facebook4:before {
content: "\e8ba";
}
.icon-facebook5:before {
content: "\e8bb";
}
.icon-facebook6:before {
content: "\e8bc";
}
.icon-googleplus5:before {
content: "\e8bd";
}
.icon-googleplus6:before {
content: "\e8be";
}
.icon-pinterest3:before {
content: "\e8bf";
}
.icon-pinterest4:before {
content: "\e8c0";
}
.icon-tumblr3:before {
content: "\e8c1";
}
.icon-tumblr4:before {
content: "\e8c2";
}
.icon-linkedin2:before {
content: "\e8c3";
}
.icon-linkedin3:before {
content: "\e8c4";
}
.icon-dribbble4:before {
content: "\e8c5";
}
.icon-dribbble5:before {
content: "\e8c6";
}
.icon-stumbleupon3:before {
content: "\e8c7";
}
.icon-stumbleupon4:before {
content: "\e8c8";
}
.icon-lastfm3:before {
content: "\e8c9";
}
.icon-lastfm4:before {
content: "\e8ca";
}
.icon-rdio:before {
content: "\e8cb";
}
.icon-rdio2:before {
content: "\e8cc";
}
.icon-spotify:before {
content: "\e8cd";
}
.icon-spotify2:before {
content: "\e8ce";
}
.icon-qq:before {
content: "\e8cf";
}
.icon-instagram22:before {
content: "\e8d0";
}
.icon-dropbox:before {
content: "\e8d1";
}
.icon-evernote:before {
content: "\e8d2";
}
.icon-flattr2:before {
content: "\e8d3";
}
.icon-skype2:before {
content: "\e8d4";
}
.icon-skype3:before {
content: "\e8d5";
}
.icon-renren:before {
content: "\e8d6";
}
.icon-sina-weibo:before {
content: "\e8d7";
}
.icon-paypal4:before {
content: "\e8d8";
}
.icon-picasa:before {
content: "\e8d9";
}
.icon-soundcloud3:before {
content: "\e8da";
}
.icon-mixi:before {
content: "\e8db";
}
.icon-behance:before {
content: "\e8dc";
}
.icon-circles:before {
content: "\e8dd";
}
.icon-vk:before {
content: "\e8de";
}
.icon-smashing:before {
content: "\e8df";
}
.icon-500px:before {
content: "\e8e3";
}
.icon-basecamp:before {
content: "\e8e7";
}
.icon-behance2:before {
content: "\e8e8";
}
.icon-creative-cloud:before {
content: "\e8e9";
}
.icon-foursquare3:before {
content: "\e8f0";
}
.icon-google-hangouts:before {
content: "\e8f4";
}
.icon-grooveshark:before {
content: "\e8f5";
}
.icon-icloud:before {
content: "\e8f6";
}
.icon-mixi2:before {
content: "\e8f7";
}
.icon-onedrive:before {
content: "\e8f8";
}
.icon-paypal5:before {
content: "\e8f9";
}
.icon-picasa2:before {
content: "\e8fa";
}
.icon-qq2:before {
content: "\e8fb";
}
.icon-renren2:before {
content: "\e8fd";
}
.icon-scribd2:before {
content: "\e8fe";
}
.icon-sina-weibo2:before {
content: "\e8ff";
}
.icon-slideshare:before {
content: "\e902";
}
.icon-spotify-with-circle:before {
content: "\e905";
}
.icon-spotify3:before {
content: "\e906";
}
.icon-swarm:before {
content: "\e907";
}
.icon-vine-with-circle:before {
content: "\e908";
}
.icon-vine:before {
content: "\e909";
}
.icon-vk-alternitive:before {
content: "\e90a";
}
.icon-vk-with-circle:before {
content: "\e90b";
}
.icon-vk2:before {
content: "\e90c";
}
.icon-xing-with-circle:before {
content: "\e90d";
}
.icon-xing3:before {
content: "\e90e";
}
.icon-yelp2:before {
content: "\e90f";
}
.icon-google-with-circle:before {
content: "\e918";
}
.icon-google22:before {
content: "\e919";
}
.icon-instagram-with-circle:before {
content: "\e91a";
}
.icon-instagram3:before {
content: "\e91b";
}
.icon-youtube-with-circle:before {
content: "\e92b";
}
.icon-500px-with-circle:before {
content: "\e8e1";
}
.icon-youtube3:before {
content: "\e92c";
}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//furkankulaber.com.tr/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//furkankulaber.com.tr/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//furkankulaber.com.tr/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0 10px}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 0 0}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.wp-playlist-caption,.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title,.wp-playlist-item-album{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span{max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist-caption,.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{max-width:88%}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}.jetpack_widget_social_icons ul,
.jetpack_widget_social_icons li {
list-style: none;
}
.jetpack_widget_social_icons ul {
display: block;
margin: 0 0 1.5em;
padding: 0;
}
.jetpack_widget_social_icons ul li {
border: 0;
display: inline-block;
line-height: 1;
margin: 0;
padding: 0;
}
.jetpack_widget_social_icons ul li:before,
.jetpack_widget_social_icons ul li:after {
display: none;
}
.jetpack_widget_social_icons a {
border: 0;
box-shadow: none;
display: block;
height: 24px;
text-decoration: none;
width: 24px;
}
.jetpack_widget_social_icons svg {
color: inherit;
fill: currentColor;
height: inherit;
vertical-align: middle;
width: inherit;
} .jetpack_widget_social_icons ul.size-small a {
height: 24px;
width: 24px;
}
.jetpack_widget_social_icons ul.size-medium a {
height: 32px;
width: 32px;
}
.jetpack_widget_social_icons ul.size-large a {
height: 48px;
width: 48px;
}.jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(//furkankulaber.com.tr/wp-content/plugins/jetpack/modules/carousel/images/arrows.png) no-repeat center center;background-size:200px 126px}.jp-carousel-msg{font-family:"Open Sans",sans-serif;font-style:normal;display:inline-block;line-height:19px;padding:11px 15px;font-size:14px;text-align:center;margin:25px 20px 0 2px;background-color:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(//furkankulaber.com.tr/wp-content/plugins/jetpack/modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-info h2{background:0 0!important;border:none!important;color:#999;display:block!important;font:normal 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;filter:alpha(opacity=20);opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:.5s opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{filter:alpha(opacity=60);opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:normal 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-transitions .jp-carousel-slide{transition:.3s ease-out}.jp-carousel-slide.selected{position:absolute!important;filter:alpha(opacity=100);opacity:1}.jp-carousel-slide{filter:alpha(opacity=25);opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:0 0!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity .4s linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:right;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:inline-block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color .2s linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(//furkankulaber.com.tr/wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite.png?5) no-repeat;background-size:16px 200px}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(//furkankulaber.com.tr/wp-content/plugins/jetpack/modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;background:-moz-linear-gradient(bottom,#222,#333);background:-webkit-gradient(linear,left bottom,left top,from(#222),to(#333));padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0 9px;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;background:-moz-linear-gradient(bottom,#aaa,#ccc);background:-webkit-gradient(linear,left bottom,left top,from(#aaa),to(#ccc));border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc;background:-moz-linear-gradient(bottom,#ccc,#eee);background:-webkit-gradient(linear,left bottom,left top,from(#ccc),to(#eee))}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font-size:13px;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:0 0!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;display:inline-block!important;vertical-align:top!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none transparent}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none transparent;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner{color:#fff;margin:22px 0 0 10px;display:block;width:20px;height:20px;float:left}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0 0;padding:0}#jp-carousel-comment-form-commenting-as fieldset{clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px rgba(0,0,0,1)}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div#carousel-reblog-box{background:#eee;background:-moz-linear-gradient(bottom,#ececec,#f7f7f7);background:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f7f7f7));box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{border:1px inset #ccc;color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;background:-moz-linear-gradient(bottom,#ddd,#fff);background:-webkit-gradient(linear,left bottom,left top,from(#ddd),to(#fff));border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}.jp-carousel-light .jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(255,255,255,.75),rgba(255,255,255,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.75)),to(rgba(255,255,255,0)))}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-buttons{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{filter:alpha(opacity=100);opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}
.contact-form .clear-form{clear:both}.contact-form input[type=email],.contact-form input[type=text],.contact-form input[type=url]{width:300px;max-width:98%;margin-bottom:13px}.contact-form select{margin-bottom:13px}.contact-form textarea{height:200px;width:80%;float:none;margin-bottom:13px}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin-bottom:13px}.contact-form label{margin-bottom:3px;float:none;font-weight:700;display:block}.contact-form label.checkbox,.contact-form label.radio{margin-bottom:3px;float:none;font-weight:700;display:inline-block}.contact-form label span{color:#aaa;margin-left:4px;font-weight:400}.contact-form-submission{margin-bottom:4em;padding:1.5em 1em}.contact-form-submission p{margin:0 auto}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea{width:250px;max-width:100%;box-sizing:border-box}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}
.infinite-loader{color:#000;display:block;height:28px;text-indent:-9999px}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}
@font-face{font-family:Noticons;src:url(https://wordpress.com/i/noticons/Noticons.woff)}#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}div.jetpack-comment-likes-widget-wrapper{width:100%;position:relative;min-height:31px}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px 10px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.comment-likes-widget-placeholder{height:18px;position:absolute;display:-ms-flexbox;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;margin-top:4px}.comment-likes-widget-placeholder::before{-webkit-font-smoothing:antialiased;font-family:Noticons;font-size:20px;line-height:.9;color:#5cb5d4;content:'\f408';width:16px;display:inline-block;vertical-align:middle}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{padding-left:5px;margin-top:2px;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;color:#4e4e4e}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}
#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative;clear:both}.jp-relatedposts:after{content:'';display:block;clear:both}#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em 0;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block;border-bottom:0}#jp-relatedposts .jp-relatedposts-items p{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;filter:alpha(opacity=100);-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;overflow:hidden;max-width:33%;margin-right:3%}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;max-width:100%;margin-right:0}}
#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-content ul{padding:0!important;margin:0 0 .7em 0!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-block.sd-gplus{margin:0 0 .5em 0}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#777!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content ul li a.sd-button>span{line-height:17px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 18px/1 social-logos;vertical-align:top;text-align:center}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 5px 5px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f607'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f210'}.sd-content ul li.share-google-plus-1 div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-google-plus-1 a:before,.sd-social-icon-text .sd-content li.share-google-plus-1 a:before,.sd-social-text .sd-content ul li.share-google-plus-1 a:before{content:'\f218'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f203'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:'\f606'}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:'\f220'}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:'\f608'}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px 0}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.googleplus1_button .g-plus{vertical-align:top!important}.reddit_button iframe{margin-top:1px}.googleplus1_button iframe,.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.sd-social-official .sd-content .share-skype{width:55px}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0 3px;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:21px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0!important;height:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:7px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:1px;top:0\9}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px 8px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#3b5998;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-google-plus-1 a.sd-button{background:#dd4b39;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px 0;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em 0}
.slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-top:30px!important;padding-bottom:56.25%!important;position:relative;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-width:100%;max-height:100%;padding:0!important;position:relative;transform:translateY(-50%);top:50%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";opacity:.5;direction:ltr;transition:.3s opacity ease-out}.slideshow-window:hover .slideshow-controls{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";opacity:1}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(//furkankulaber.com.tr/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;*display:inline;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;border-radius:10em!important;transition:.3s border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(//furkankulaber.com.tr/wp-content/plugins/jetpack/modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:rgba(255,255,255,1)!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.running{background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}
body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(//furkankulaber.com.tr/wp-content/plugins/jetpack/modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url(//furkankulaber.com.tr/wp-content/plugins/jetpack/modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(//furkankulaber.com.tr/wp-content/plugins/jetpack/modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}
div.jetpack-quiz{border:1px solid #deede3;background-color:#f3f3f3;padding:1em;line-height:1.3em;margin-bottom:2em;border-radius:.2em}div.jetpack-quiz div.jetpack-quiz-question{margin-bottom:.5em;font-weight:700}div.jetpack-quiz div.jetpack-quiz-answer{cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em;border-bottom:1px dotted #999}div.jetpack-quiz div.jetpack-quiz-answer.last{padding-bottom:0;margin-bottom:0;border-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{display:block;color:#000;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;background:0 0;margin:0;padding:0}
#subscribe-email input{width:95%}.comment-subscription-form .subscribe-label{display:inline!important}
.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}
.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;margin:0;line-height:1}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{color:inherit;fill:currentColor;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a:before{content:"\f415"}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest.com"]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}
.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}
.jetpack-display-remote-posts{margin:5px 0 20px 0}.jetpack-display-remote-posts h4{font-size:90%;margin:5px 0;padding:0}.jetpack-display-remote-posts h4 a{text-decoration:none}.jetpack-display-remote-posts p{margin:0!important;padding:0;line-height:1.4em!important;font-size:90%}.jetpack-display-remote-posts img{max-width:100%}
.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}
div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px 10px 5px;background-color:#fff;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}
.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0 none;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0 none;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}
.jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{display:table;content:""}
.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-width:48px;max-height:48px}
.widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{margin-bottom:1em;list-style:none}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{margin-right:5px;margin-bottom:5px;vertical-align:middle;box-shadow:none} #wp-admin-bar-jetpack-idc.hide{display:none}#wp-admin-bar-jetpack-idc .jp-idc-admin-bar{background:#fff;border-radius:2px;color:#23282d;padding:4px 8px;font-size:12px}#wpadminbar #wp-admin-bar-jetpack-idc .dashicons{color:#23282d;font-family:dashicons}#wpadminbar #wp-admin-bar-jetpack-idc .dashicons:before{font-size:16px}#wpadminbar #wp-admin-bar-jetpack-idc:hover .ab-item{background:inherit}#wpadminbar #wp-admin-bar-jetpack-idc:hover .jp-idc-admin-bar{background:#eee}
.wpcnt{text-align:center;line-height:2}.wpa{position:relative;overflow:hidden;display:inline-block;max-width:100%}.wpa-about{position:absolute;top:5px;left:0;right:0;display:block;margin-top:0;color:#888;font:10px/1 "Open Sans",Arial,sans-serif!important;text-align:left!important;text-decoration:none!important;opacity:.85;border-bottom:none!important;box-shadow:none!important}.wpa .u>div{display:block;margin-top:5px;margin-bottom:1em}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{display:block;margin-top:17px;margin-bottom:1em;background-color:transparent}
.widget_eu_cookie_law_widget.widget{border:none;bottom:1em;display:none;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}
.flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{-ms-flex-line-pack:justify;align-content:space-between;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex-pack:center;justify-content:center}.flickr-images img{max-width:100%;margin:5px}