/*******************************************************************

[Table of contents]
1. Vendors
    1.1 Normalize
    1.2 Flickity
    1.3 PhotoSwipe
2. Core
    2.1 Fonts
    2.2 Types
3. Components
    3.1 Icons
    3.2 Logo
    3.3 Banner
    3.4 Columns
    3.5 Alignment
    3.6 Keyframes
4. Layout
    4.1 Container
    4.2 Header
    4.3 Navigation
    4.4 Sticky
    4.5 Language
    4.6 Main
    4.7 Elements
    4.8 Categories
    4.9 Bottom Links
    4.10 Footer
5. Responsive
    5.1 Large
    5.2 Medium
    5.3 iPad Pro
    5.4 Small
    5.5 iPhone
    5.6 Touchscreen
6. Language
    6.1 Arabic

*******************************************************************/

/*******************************************************************
****    [1. Vendors]    ****
*******************************************************************/

/*------------------------------------------------------------------
    [1.1 Normalize]
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

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

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

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

a {
    background-color: transparent;
}


abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/*------------------------------------------------------------------
    [1.2 Flickity]
*/
/*! Flickity v1.0.2 | http://flickity.metafizzy.co */

.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
    background: white;
}

.flickity-prev-next-button:focus {
    outline: none;
    -webkit-box-shadow: 0 0 0 5px #09F;
    box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button:disabled {
    filter: alpha(opacity=30);
    opacity: 0.3;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #333;
}

.flickity-prev-next-button.no-svg {
    color: #333;
    font-size: 26px;
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    filter: alpha(opacity=25);
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    filter: alpha(opacity=100);
    opacity: 1;
}

/*------------------------------------------------------------------
    [1.3 PhotoSwipe]
*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 2500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none;
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pswp img {
    max-width: none;
}

.pswp--animate_opacity {
    opacity: 0.001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    -o-transition: -o-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s;
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
    opacity: 0 !important;
}

.pswp__img--placeholder--blank {
    background: transparent;
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #000;
}

.pswp__error-msg a {
    color: #000;
    text-decoration: underline;
}

.pswp__button {
    width: 2.2777777778rem;
    height: 2.2777777778rem;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1;
}

.pswp__button:active {
    outline: none;
    opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

.pswp__button--close {
    width: 41px;
    width: 2.2777777778rem;
    height: 41px;
    height: 2.2777777778rem;
    background: url(../images/close.png) no-repeat;
    -webkit-background-size: 41px 41px;
    background-size: 41px 41px;
    -webkit-background-size: 2.2777777778rem 2.2777777778rem;
    background-size: 2.2777777778rem 2.2777777778rem;
    position: absolute;
    float: none;
    top: 50px;
    top: 2.7777777778rem;
    right: 50px;
    right: 2.7777777778rem;
}

.pswp__button--close:before {
    display: none;
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    top: 50%;
    position: absolute;
    width: 57px;
    width: 3.1666666667rem;
    height: 57px;
    height: 3.1666666667rem;
    background: url(../images/nav.png) no-repeat;
    -webkit-background-size: 35px 57px;
    background-size: 35px 57px;
    -webkit-background-size: 1.9444444444rem 3.1666666667rem;
    background-size: 1.9444444444rem 3.1666666667rem;
    cursor: pointer;
}

.pswp__button--arrow--left {
    left: 50px;
    left: 2.7777777778rem;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: right top;
}

.pswp__button--arrow--right {
    right: 50px;
    right: 2.7777777778rem;
    background-position: right top;
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 2600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__share-modal--hidden {
    display: none;
}

.pswp__share-tooltip {
    z-index: 2620;
    position: absolute;
    background: transparent;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    -o-transition: -o-transform 0.25s;
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000;
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
    opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: transparent;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #000;
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #000;
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D;
}

a.pswp__share--download:hover {
    background: #DDD;
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #000;
    opacity: 0.75;
    padding: 0 10px;
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
    background: rgba(0, 0, 0, 0.3);
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB;
}

.pswp__caption a {
    text-decoration: underline;
}

.pswp__caption__center {
    text-align: center;
    margin: 0 auto;
    padding: 25px 10px;
    line-height: 20px;
    color: #FFF;
    max-width: 700px;
}

.pswp__caption--empty {
    display: none;
}

.pswp__caption--fake {
    visibility: hidden;
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr;
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}

.pswp__preloader--active {
    opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../images/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    -o-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    -o-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #000;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes clockwise {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-o-keyframes donut-rotate {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -o-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    100% {
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(-140deg);
        -o-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 2550;
}

.pswp__top-bar {
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__top-bar {
    background-color: transparent;
}

.pswp__ui--fit .pswp__top-bar {
    background-color: transparent;
}

.pswp__ui--idle .pswp__caption,
.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001;
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none;
}

.pswp__element--disabled {
    display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
    background: none;
}

.pswp--zoom-allowed .pswp__img {
    cursor: default !important;
}

/*******************************************************************
****    [2. Core]    ****
*******************************************************************/

/*------------------------------------------------------------------
    [2.1 Fonts]
*/

@font-face {
    font-family: "Voyager";
    src: url("../fonts/voyager_bold-webfont.woff") format("woff");
    font-weight: bold;
}

@font-face {
    font-family: 'furrypuppet-icons';
    src: url("../fonts/furrypuppet-icons.eot?74285624");
    src: url("../fonts/furrypuppet-icons.eot?74285624#iefix") format("embedded-opentype"), url("../fonts/furrypuppet-icons.woff?74285624") format("woff"), url("../fonts/furrypuppet-icons.ttf?74285624") format("truetype"), url("../fonts/furrypuppet-icons.svg?74285624#furrypuppet-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

#language,
#language-mobile,
#language-mobile select,
nav,
h1,
h2,
.comment-author,
.comment-form-title,
#categories,
.blog-button,
.comment-button a,
.blog-navigation,
#bottom-link-left,
#bottom-link-right,
.aboutus #content p:first-child::first-letter,
.aboutus #content .first-letter {
    font-family: Voyager;
    font-weight: bold;
    letter-spacing: 0.1em;
}

/*------------------------------------------------------------------
    [2.2 Types]
*/

html {
    font-family: 'Merriweather', serif;
    font-size: 112.5%;
}

html[dir="rtl"] {
    direction: ltr;
}

html[dir="rtl"] main {
    direction: rtl;
}

ul,
li {
    margin: 0;
    padding: 0;
}

a,
a:visited,
a:hover {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

h1,
h2 {
    text-align: center;
    text-transform: uppercase;
}

h1 {
    font-size: 2.45rem;
    line-height: 3.43rem;
    letter-spacing: 0.098rem;
    margin: 4.55rem 0 2rem 0;
}

h2 {
    line-height: 1.95rem;
    font-size: 1.5rem;
    margin-bottom: 2.222rem;
}

p {
    margin: 0 0 2em 0;
}

figure {
    margin: 0;
}

figcaption {
    font-style: italic;
    color: #7F7F7F;
    font-size: 0.78rem;
    line-height: 1.248rem;
    margin-top: 0.833rem;
    text-align: left;
}

/*******************************************************************
****    [3. Components]    ****
*******************************************************************/

/*------------------------------------------------------------------
    [3.1 Icons]
*/

[class^="icon-"]:before,
[class*=" icon-"]:before,
.iconfont:before,
#header-icon:before,
#logo a:before,
#lightbox-close-button a:before,
#sticky a:before,
#sticky.spreadtheword .sticky-share a:before,
.grid-overlay:before,
#blog-list article:before,
.blog-video .blog-video-overlay .blog-video-overlay-link:before,
#anakin-logo a:before {
    font-family: "furrypuppet-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-play:before,
.blog-video .blog-video-overlay .blog-video-overlay-link:before {
    content: '\e800';
}

.icon-pause:before {
    content: '\e801';
}

.icon-mail:before {
    content: '\e802';
}

.icon-gplus:before {
    content: '\e803';
}

.icon-facebook:before,
#sticky.spreadtheword .sticky-share-facebook a:before {
    content: '\e804';
}

.icon-twitter:before,
#sticky.spreadtheword .sticky-share-twitter a:before {
    content: '\e805';
}

.icon-linkedin:before {
    content: '\e806';
}

.icon-link:before {
    content: '\e807';
}

.icon-link-1:before {
    content: '\e808';
}

.icon-anakin:before,
#anakin-logo a:before {
    content: '\e809';
}

.icon-close:before {
    content: '\e80a';
}

.icon-readourstory:before,
#sticky a:before {
    content: '\e80b';
}

.icon-stroke:before,
#header-icon:before,
#blog-list article:before {
    content: '\e80c';
}

.icon-spreadtheword:before {
    content: '\e80d';
}

.icon-email:before {
    content: '\e80e';
}

.icon-tumblr:before,
#sticky.spreadtheword .sticky-share-tumblr a:before {
    content: '\e80f';
}

.icon-pinterest:before {
    content: '\e810';
}

.icon-instagram:before {
    content: '\e811';
}

.icon-rss:before {
    content: '\e812';
}

.icon-vimeo:before {
    content: '\e813';
}

.icon-blogger:before {
    content: '\e814';
}

.icon-logo:before,
#logo a:before,
#lightbox-close-button a:before {
    content: '\e815';
}

.icon-loupe:before,
.grid-overlay:before {
    content: '\e816';
}

.icon-spin5:before {
    content: '\e817';
}

.icon-right-open:before {
    content: '\e818';
}

.icon-left-open:before {
    content: '\e819';
}

.icon-angle-left:before {
    content: '\e81a';
}

.icon-angle-right:before {
    content: '\e81b';
}

.icon-cancel:before {
    content: '\e81c';
}

/*------------------------------------------------------------------
    [3.2 Logo]
*/

#logo,
#lightbox-close-button {
    margin: 2rem auto 1.5rem auto;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 1.9222222222rem;
}

#logo span,
#lightbox-close-button span {
    display: block;
    text-indent: -9999px;
}

/*------------------------------------------------------------------
    [3.3 Banner]
*/

.banner {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.6666666667rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.banner .banner-slides {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.banner .banner-slides .banner-slide {
    width: 100%;
}

.banner .banner-slides img {
    width: 100%;
    height: auto;
}

.banner .flickity-page-dots {
    bottom: 1.7777777778rem;
}

.banner .flickity-page-dots .dot {
    filter: alpha(opacity=100);
    opacity: 1;
    border-radius: 0;
    margin: 0 0.4444444444rem;
    width: 0.4444444444rem;
    height: 0.4444444444rem;
    border: 0.1111111111rem solid #fff;
    background: transparent;
}

.banner .flickity-page-dots .dot.is-selected {
    background: #fff;
}

.banner-navigation {
    position: absolute;
    bottom: 1.7777777778rem;
    left: 0;
    right: 0;
    list-style-type: none;
    text-align: center;
}

.banner-navigation li {
    display: inline-block;
    margin: 0 0.2222222222rem;
}

.banner-navigation li a {
    display: block;
    width: 0.4444444444rem;
    height: 0.4444444444rem;
    border: 0.1111111111rem solid #000;
}

.banner-navigation li a.active {
    background-color: #000;
}

/*------------------------------------------------------------------
    [3.4 Columns]
*/

.grid {
    width: 100%;
}

.grid-gutter {
    width: 1.6666666667rem;
}

.grid-item {
    float: left;
    width: calc(33.33333333333333% - 1.111111111133333rem);
    margin: 0;
}

.grid-item img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: 0.25s -webkit-filter linear;
    transition: 0.25s -webkit-filter linear;
}

.grid-overlay {
    background: rgba(167, 222, 229, 0.92);
    -webkit-filter: contrast(200%);
    filter: contrast(200%);
    display: block;
    opacity: 0;
    -webkit-transition: opacity 0.35s ease-in-out;
    -o-transition: opacity 0.35s ease-in-out;
    transition: opacity 0.35s ease-in-out;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 48px;
    font-size: 2.6666666667rem;
}

.grid-overlay:before {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*------------------------------------------------------------------
    [3.5 Alignment]
*/

.centered {
    text-align: center;
}

.alignright {
    float: right;
    margin: 0 0 1.531rem 2.222rem;
}

.aligncenter {
    float: none;
    text-align: center;
    margin-bottom: 5rem;
    max-width: 100%;
}

/*------------------------------------------------------------------
    [3.6 Keyframes]
*/

@-webkit-keyframes load4 {
    0%,
    100% {
        -webkit-box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
        box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
    }
    12.5% {
        -webkit-box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
        box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
    }
    25% {
        -webkit-box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
    }
    37.5% {
        -webkit-box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
    }
    50% {
        -webkit-box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
    }
    62.5% {
        -webkit-box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 -0.5em #ffffff;
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 -0.5em #ffffff;
    }
    75% {
        -webkit-box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff, -2em -2em 0 0em #ffffff;
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff, -2em -2em 0 0em #ffffff;
    }
    87.5% {
        -webkit-box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 0.2em #ffffff;
        box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 0.2em #ffffff;
    }
}

@keyframes load4 {
    0%,
    100% {
        -webkit-box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
        box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
    }
    12.5% {
        -webkit-box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
        box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
    }
    25% {
        -webkit-box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
    }
    37.5% {
        -webkit-box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
    }
    50% {
        -webkit-box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
    }
    62.5% {
        -webkit-box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 -0.5em #ffffff;
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 -0.5em #ffffff;
    }
    75% {
        -webkit-box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff, -2em -2em 0 0em #ffffff;
        box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff, -2em -2em 0 0em #ffffff;
    }
    87.5% {
        -webkit-box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 0.2em #ffffff;
        box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 0.2em #ffffff;
    }
}

/*******************************************************************
****    [4. Layout]    ****
*******************************************************************/

/*------------------------------------------------------------------
    [4.1 Container]
*/

#wrap {
    position: relative;
    margin: 0 auto;
    width: 80rem;
    font-size: 0.88rem;
    line-height: 1.6em;
    letter-spacing: .04em;
}

/*------------------------------------------------------------------
    [4.2 Header]
*/

header {
    position: relative;
    margin-bottom: 1.333rem;
}

header:before,
header:after,
main:before,
main:after,
footer:before,
footer:after,
#bottom-links:before,
#bottom-links:after,
#blog-header:before,
#blog-header:after,
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

header:after,
main:after,
footer:after,
#bottom-links:after,
#blog-header:after,
.clearfix:after {
    clear: both;
}

#header-icon {
    position: absolute;
    top: 2.3888888889rem;
    left: 3.1666666667rem;
    width: 1.0555555556rem;
    font-size: 0.5555555556rem;
}

/*------------------------------------------------------------------
    [4.3 Navigation]
*/

nav {
    position: fixed;
    z-index: 2000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7.5rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.746667rem;
}

nav li {
    list-style-type: none;
    line-height: 1.7em;
}

nav a {
    padding: 0 0.2222222222rem;
}

nav a.active,
nav li.current-menu-item a {
    background-color: #a9dde4;
}

nav li.menu-item-type-custom.current-menu-item a {
    background: none;
}

nav li.menu-item-type-custom.current-menu-item a:hover {
    background-color: #a9dde4;
}

/*------------------------------------------------------------------
    [4.4 Sticky]
*/

#sticky {
    position: fixed;
    z-index: 1000;
    top: 50%;
    margin-left: 72.5rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 7.5rem;
    font-size: .77rem;
    line-height: 1.5em;
}

#sticky a {
    display: inline-block;
}

#sticky a:before {
    display: block;
    text-align: center;
    margin-bottom: 0.6111111111rem;
    font-size: 1.2rem;
    line-height: 1.3em;
}

#sticky.spreadtheword:before {
    display: none;
}

#sticky.spreadtheword .sticky-share a {
    display: block;
    text-align: center;
    margin-top: 5px;
}

#sticky.spreadtheword .sticky-share a:before {
    font-size: 0.7777777778rem;
}

#sticky.spreadtheword .sticky-share-facebook {
    margin-top: 15px;
}

/*------------------------------------------------------------------
    [4.5 Language]
*/

#language,
#language-mobile {
    z-index: 2000;
    position: absolute;
    text-align: center;
    line-height: 2.2em;
    font-size: 0.746667rem;
}

#language,
#language-mobile {
    top: 2.2222222222rem;
    right: 0.555rem;
}

#language ul {
    margin: 0;
    padding: 0;
    height: 0;
    overflow: hidden;
    background-color: #FFFFFF;
}

#language:hover ul {
    height: auto;
}

#language li {
    list-style-type: none;
    margin: 0 0.675rem;
}

#language-mobile {
    line-height: normal;
    display: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#language-mobile select {
    text-transform: uppercase;
    float: left;
    position: relative;
    z-index: 2;
    margin: 0;
    display: block;
    padding: 0px;
    -moz-appearance: window;
    -moz-padding-end: 0;
    -moz-padding-start: 0;
    background: transparent;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none !important;
    width: 130%;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*------------------------------------------------------------------
    [4.6 Main]
*/

main {
    margin: 0 7.5rem;
}

/*------------------------------------------------------------------
    [4.7 Elements]
*/

article p a,
article ul a {
    text-decoration: underline;
}

#contact-header {
    margin-bottom: 3.7222222222rem;
}

#content {
    padding: 4.277rem 7.722rem 0 7.722rem;
}

#content.content-page {
    padding-top: 0;
}

.aboutus #content {
    padding-top: 0;
}

.aboutus #content h1,
.aboutus #content h2 {
    margin: 4.55rem 0 2rem 0;
}

.aboutus #content h1 {
    font-size: 2.45rem;
    line-height: 1.4em;
    letter-spacing: 0.04em;
}

.aboutus #content h2 {
    font-size: 1rem;
    line-height: 1.4rem;
    margin: 4.1444rem 0 1.666rem 0;
    color: #999;
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    font-family: inherit;
}

.aboutus #content .alignright {
    max-width: 45%;
}

.aboutus #content .aligncenter {
  margin-bottom: 60px;
}

.aboutus #content .author {
    margin: 1.444rem 0 4.444rem 0;
    text-align: center;
}

.aboutus .about-us-video {
    margin-bottom: 3.72rem;
}

.aboutus .about-us-video video {
    display: block;
    max-width: 100%;
}

.aboutus #content p:first-child::first-letter,
.aboutus #content .first-letter {
    line-height: 0.911em;
    font-size: 4.9em;
    padding-right: 0.1em;
    letter-spacing: normal;
    float: left;
}

.aboutus #content figure {
    width: auto !important;
}

.aboutus #content img {
    display: inline-block;
}

.aboutus #content figcaption {
    margin-top: 0.5555558333333333rem;
}

#blog-list article:first-child::before {
    display: none;
}

#blog-list article::before {
    font-size: 1rem;
    margin: 6.2222222222rem 0;
    display: block;
    text-align: center;
}

#blog-search {
    text-align: center;
    border-width: 0 0 0.3333333333rem 0;
    border-style: solid;
    border-color: #000;
    font-size: .6555555556rem;
    line-height: 1.18rem;
    width: 11.111rem;
    padding: 0 0 0.222rem;
}

.blog-image,
.blog-video {
    margin-bottom: 1.666rem;
}

.blog-content {
    padding: 4.3333rem 4.4444444444rem 2.3333333333rem 4.4444444444rem;
    background-color: #f2f2f2;
}

.blog-content h1,
.blog-content h2 {
    font-size: 1.85rem;
    line-height: 2.034725rem;
    letter-spacing: 0.185rem;
    margin: 0 0 2.923rem 0;
}

.blog-gallery {
    text-align: center;
}

.blog-gallery figure {
    display: inline-block;
    margin: 1.111rem 0.555rem 0;
    width: 5.555555555555556rem;
}

.blog-social {
    margin: 2.5rem 0 1.9444444444rem;
    text-align: center;
}

.blog-social-icon {
    display: inline-block;
    margin: 0 0.444rem;
}

.blog-info {
    text-align: center;
    text-transform: uppercase;
    font-size: 0.6rem;
}

.blog-video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    width: 100%;
}

.blog-video iframe,
.blog-video .blog-video-overlay,
.blog-video .blog-video-overlay .blog-video-overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-video .blog-video-overlay .blog-video-poster {
    width: 100%;
    height: 100%;
}

.blog-video .blog-video-overlay .blog-video-overlay-link {
    cursor: pointer;
    cursor: hand;
    color: #fff;
}

.blog-video .blog-video-overlay .blog-video-overlay-link::before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.6666666667rem;
    padding: 1rem;;
    margin-top: -2.1111111111rem;
    margin-left: -2.1111111111rem;
    display: inline-block;
    border: 5px solid #fff;
}

.blog-video .blog-video-overlay .blog-video-overlay-link .loader {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.blog-navigation {
    margin-top: 6.1111111111rem;
    text-align: center;
    font-size: 0.746667rem;
}

.blog-navigation-divider {
    padding: 0 1em;
}

#comments {
    margin: 6.833rem 0;
}

.text-divider {
    padding: 0 0.5em;
}

/*------------------------------------------------------------------
    [4.8 Categories]
*/

#categories {
    width: 45%;
    margin: 0 12% 0.833rem 0;
    font-size: 12px;
    font-size: 0.6666666667rem;
    line-height: 1.6em;
    float: left;
    text-transform: uppercase;
}

#categories li {
    float: left;
    list-style-type: none;
    margin-left: 18px;
    margin-left: 1rem;
    margin-bottom: 18px;
    margin-bottom: 1rem;
}

#categories li a {
    padding: 0px 3px 5px;
    padding: 0rem 0.1666666667rem 0.2777777778rem;
}

#categories li a.active,
#categories li.current-cat a {
    border-bottom: 6px solid #000;
    border-bottom: 0.3333333333rem solid #000;
}

/*------------------------------------------------------------------
    [4.9 Bottom Links]
*/

#bottom-links {
    position: relative;
    height: 9.4444444444rem;
    margin: 0 9.4444444444rem;
}

#bottom-links a {
    display: block;
    width: 11.1111111111rem;
    padding-bottom: 0.7222222222rem;
    border-bottom: 0.6666666667rem solid #000;
    font-size: 1.2em;
}

#bottom-link-left,
#bottom-link-right {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

#bottom-link-right {
    left: auto;
    right: 0;
}

/*------------------------------------------------------------------
    [4.10 Footer]
*/

footer {
    position: relative;
    margin: 2.9444444444rem 2.2222222222rem 2rem;
    font-size: 0.6666666667rem;
    font-weight: 200;
    letter-spacing: 0.1em;
}

#social {
    margin: 0 auto 3.15rem auto;
    text-align: center;
}

#social li {
    list-style-type: none;
    margin-top: 2.166667rem;
}

#social li a {
    display: block;
    font-size: 1.7777777778rem;
}

#copyright {
    text-align: center;
}

#anakin {
    display: none;
}

/*******************************************************************
****    [5. Responsive]    ****
*******************************************************************/

/*------------------------------------------------------------------
    [5.1 Large]
*/

@media only screen and (max-width: 1439px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1295px) {
    html {
        font-size: 14px;
    }

    nav {
        font-size: 0.8571428571428571rem;
    }

    #sticky {
        font-size: 0.7777777778rem;
        line-height: 1.4em;
    }

    footer {
        font-size: 0.7777777778rem;
    }
}

@media only screen and (max-width: 1136px) {
    html {
        font-size: 12px;
    }
}


/*------------------------------------------------------------------
    [5.2 Medium]
*/

@media only screen and (max-width: 1024px) {
    .pswp__button--close {
        width: 40px;
        height: 40px;
        top: 33px;
        right: 33px;
        background-size: 40px;
    }

    .pswp__button--arrow--left,
    .pswp__button--arrow--right {
        width: 38px;
        height: 38px;
        background-size: 23px 38px;
    }

    .pswp__button--arrow--left {
        left: 33px;
    }

    .pswp__button--arrow--right {
        right: 33px;
    }

    .pswp__caption__center {
        font-size: 13.5px;
        line-height: 19.6833px;
    }

    html {
        font-size: 12px;
    }

    p {
        margin: 0 0 2.666666666666667rem 0;
    }

    h2 {
        line-height: 3.25rem;
    }

    .grid-item {
        width: 31.53526970954357%;
    }

    .grid-gutter {
        width: 2.697095435684647%;
    }

    .banner {
        margin-bottom: 5.6666rem;
    }

    #wrap {
        width: 60.25rem;
        font-size: 1.333333333333333rem;
        line-height: 1.999999999999992rem;
        letter-spacing: 0.0533333333333331rem;
    }

    header {
        margin-bottom: 3.75rem;
    }

    .blog header {
        margin-bottom: 2.416666666666667rem;
    }

    #header-icon {
        display: none;
    }

    #logo,
    #lightbox-close-button {
        font-size: 4.16666666666665rem;
        margin: 4.583333333333315rem auto;
    }

    nav {
        position: relative;
        width: auto;
        font-size: 1.66666666666666rem;
        margin: 5rem 0 1.083333333333329rem 0;
    }

    nav li {
        display: inline-block;
        padding: 0 0.1666666666666667rem;
    }

    nav a {
        padding: 0 0.5rem;
    }

    #language {
        top: 2.083333333333325rem;
        right: 1.083333333333329rem;
        font-size: 1.25rem;
        line-height: 2.5rem;
        width: auto;
    }

    #language li {
        margin: 0 0.6909583333333306rem;
    }

    main {
        margin: 0;
    }

    #content {
        padding: 4.16666666666665rem 4.16666666666665rem 0;
    }

    #content.content-page h2 {
        font-size: 2.5rem;
        margin-bottom: 5.166666666666646rem;
    }

    .aboutus #content,
    #content.content-page {
        padding-top: 4.16666666666665rem;
    }

    #contact-header {
        margin-bottom: 5.916666666666667rem;
    }

    .aboutus #content h1 {
        margin: 0;
        line-height: 5.83333333333331rem;
        letter-spacing: 0.166666666666666rem;
        font-size: 4.16666666666665rem;
    }

    .aboutus #content h2 {
        font-size: 2.416666666666657rem;
        margin: 4.14444166666665rem 0 1.66666666666666rem 0;
        line-height: 3.38333333333332rem;
    }

    .aboutus .about-us-video {
        margin-bottom: 2.5rem;
    }

    .aboutus #content .author {
        font-size: 1.333333333333328rem;
        line-height: 2rem;
        margin: 1.444441666666661rem 0 7.5rem 0;
    }

    .aboutus #content figcaption {
        font-size: 1.083333333333333rem;
        line-height: 1.666666666666667rem;
    }

    .blog-image,
    .blog-video {
        margin-bottom: 2.333333333333333rem;
    }

    .blog-content h1,
    .blog-content h2 {
        font-size: 2.833333333333322rem;
        letter-spacing: 0.2833333333333333rem;
        line-height: 3.116666666666667rem;
        margin-bottom: 4.476391666666667rem;
    }

    #blog-header {
        display: none;
    }

    #blog-list article::before {
        margin: 5.055558333333333rem 0 6.222225rem 0;
        font-size: 1rem;
    }

    .blog-content {
        padding: 3.833333333333333rem 4.333333333333333rem 4rem 4.333333333333333rem;
    }

    .blog-gallery {
        margin: 0 2.875rem;
    }

    .blog-gallery figure {
        width: 8.333333333333333rem;
        margin: 1.11rem 0.5549rem 0 0.5549rem;
    }

    .blog-social {
        margin: 7.5rem 0 4.5833rem 0;
    }

    .blog-social-icon {
        font-size: 1.833333333333333rem;
        margin: 0 2rem;
    }

    .blog-info {
        font-size: 1.166666666666667rem;
    }

    .blog-navigation {
        font-size: 2.083333333333333rem;
        margin-top: 4.083333333333333rem;
    }

    #content.content-page h2 {
        font-size: 2.274160775658078rem;
        margin-bottom: 4.698874292640767rem;
        line-height: 2.957297547282001rem;
    }

    #bottom-links {
        height: 14rem;
        margin: 0;
    }

    #bottom-links a {
        width: 11.66666666666662rem;
        padding-bottom: 0.7222225rem;
        border-width: 0.7166666666666638rem;
        font-size: 2.2rem;
        line-height: 2.916666666666667rem;
        letter-spacing: 0.1833333333333333rem;
    }

    footer {
        margin-top: 2.5rem;
        margin-bottom: 2rem;
        letter-spacing: 0.1rem;
    }

    #social {
        margin-bottom: 4.583333333333333rem;
    }

    #social li {
        margin-top: 3.666666666666667rem;
    }

    #social li:first-child {
        margin-top: 2.833333333333333rem;
    }

    #social li a {
        font-size: 3.75rem;
    }

    #copyright {
        font-size: 1rem;
    }
}

/*------------------------------------------------------------------
    [5.3 iPad Pro]
*/

@media only screen and (min-width: 1025px) and (min-device-width: 768px) and (max-device-width: 1024px) {
    #content {
        padding: 50px 50px 0;
    }

    #wrap #content {
        padding-top: 50px;
    }

    #wrap {
        font-size: 16px;
    }

    nav {
        font-size: 14px;
    }

    #sticky {
        font-size: 12px;
    }

    .blog-info {
        font-size: 14px;
    }

    .aboutus .about-us-video {
        margin-bottom: 30px;
    }

    .aboutus #content h1 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .aboutus #content h2 {
        font-size: 21px;
    }

    .aboutus #content .author {
        font-size: 16px;
        margin-bottom: 90px;
    }

    .aboutus #content figcaption {
        font-size: 13px;
        line-height: 20px;
    }

    .blog-gallery figure a img.attachment-blog-gallery-thumb {
        width: 100px;
    }

    .pswp__caption__center {
        font-size: 18px;
        line-height: 35px;
    }

    .blog-navigation {
        font-size: 18px;
    }

    .blog-social-icon {
        font-size: 22px;
        width: 64px;
    }

    #bottom-links a {
        line-height: 35px;
    }

    .pswp__button--close {
        background-size: 40px;
        width: 40px;
        height: 40px;
    }
}

@media only screen and (min-width: 1025px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .pswp__button--close {
        background-size: 35px;
        width: 35px;
        height: 35px;
    }

    .blog-info {
        font-size: 12px;
    }

    .blog-gallery figure a img.attachment-blog-gallery-thumb {
        width: 80px;
    }

    .pswp__caption {
        min-height: 2px;
    }

    .pswp__caption__center {
        font-size: 15px;
        line-height: 10px;
    }

    .aboutus #content figcaption {
        font-size: 11px;
        line-height: 17px;
    }
}

/*------------------------------------------------------------------
    [5.4 Small]
*/

@media only screen and (max-width: 768px) {
    html {
        font-size: 1.978238707722839vw;
    }

    p {
        margin: 0 0 3.865171296552226rem 0;
    }

    .grid-item {
        width: calc(50% - 10px);
    }

    .grid-gutter {
        width: 20px;
    }

    #wrap {
        width: auto;
        margin: 1.895527237965286rem;
        font-size: 1.932578906706109rem;
        line-height: 2.898875101629168rem;
        letter-spacing: 0.0773032910996444rem;
    }

    .blog header {
        margin-bottom: 1.617976800909303rem;
    }

    nav {
        margin-top: 4.719099002652134rem;
    }

    nav a {
        padding: 0 0.4539328296931103rem;
    }

    #logo,
    #lightbox-close-button {
        font-size: 3.79101402651055rem;
        margin-top: 2.157302401212404rem;
    }

    #language-mobile {
        top: 0.1348314000757752rem;
        right: 0;
    }

    #language-mobile select {
        font-size: 1.364048825146595rem;
    }

    #content {
        padding: 0 !important;
    }

    #content.content-page {
        padding: 0.3415683858119614rem 0;
    }

    .banner {
        margin-bottom: 5.155049368517138rem;
    }

    .aligncenter {
        margin-bottom: 8.089884004546515rem;
    }

    .aboutus #content h1 {
        font-size: 3.790238008432356rem;
        margin: 6.741570003788762rem 0 5.306333211535635rem 0;
        line-height: 5.307867277363021rem;
        letter-spacing: 0.1516408307232221rem;
    }

    .aboutus #content h2 {
        font-size: 2.198338045241328rem;
        margin: 6.705610469388553rem 0 2.696628001515505rem 0;
        line-height: 3.076407606108941rem;
    }

    .aboutus #content .author {
        font-size: 1.932578906706109rem;
        margin: 2.337073106933435rem 0 6.822468843834227rem 0;
        line-height: 2.898875101629168rem;
    }

    .aboutus #content .alignright {
        margin: 0 0 2.476407875771741rem 3.595508496400676rem;
    }

    .aboutus #content figcaption {
        line-height: 2.274160775658078rem;
        font-size: 1.364048825146595rem;
        margin-top: 0.8988764499431686rem;
    }

    .blog-content {
        padding: 3.487643376340056rem 3.941566767835161rem 3.638196117664666rem 3.941566767835161rem;
    }

    .blog-content h1,
    .blog-content h2 {
        font-size: 2.577531425828573rem;
        line-height: 2.835949287213803rem;
        margin-bottom: 4.071908282288412rem;
        letter-spacing: 0.2577531425828573rem;
    }

    .blog-image {
        margin-bottom: 2.12359455119346rem;
    }

    .blog-gallery {
        margin: 0 2rem;
    }

    .blog-gallery figure {
        width: 9.137079039515038rem;
        margin: 1.797747506630334rem 0.8988764499431686rem 0 0.8988764499431686rem;
    }

    .blog-social-icon {
        font-size: 2.274160775658078rem;
    }

    .blog-social {
        margin: 6.822468843834227rem 0 4.168541946722721rem 0;
    }

    .blog-info {
        font-size: 1.516853250852472rem;
    }

    .blog-navigation {
        font-size: 1.894381171064642rem;
        margin-top: 3.714605072087608rem;
    }

    #blog-list article::before {
        font-size: 1.617976800909303rem;
        margin: 8.179776098977034rem 0 10.06741570003789rem 0;
    }

    #bottom-links {
        height: 12.80898300719865rem;
    }

    #bottom-links a {
        width: 10.61348287034478rem;
        border-width: 1.078651200606202rem;
        padding-bottom: 1.168539250094719rem;
        letter-spacing: 0.166741947531709rem;
        font-size: 1.999994606743997rem;
        line-height: 2.898875101629168rem;
    }

    #social {
        margin-bottom: 2.157302401212404rem;
        margin-bottom: 1.752808200985078rem;
    }

    #social li:first-child {
        margin-top: 1.752808200985078rem;
    }

    #social li a {
        font-size: 3.411234421917114rem;
    }

    #copyright {
        font-size: 0.9101119505114829rem;
        line-height: 2.898875101629168rem;
    }
}

/*------------------------------------------------------------------
    [5.5 iPhone]
*/
@media only screen and (max-device-width: 667px) and (orientation: landscape) {
    html {
        font-size: 13.2px;
    }

    #wrap {
        font-size: 18px;
        margin-left: 4.053030303030303rem;
        margin-right: 4.053030303030303rem;
        width: auto;
        line-height: 1.5em;
        letter-spacing: .04em;
    }

    .aboutus #content figcaption {
        font-size: 15px;
        line-height: 24px;
    }

    .aboutus #content h1 {
        font-size: 50px;
        margin-top: 90px;
        margin-bottom: 70px;
    }

    .blog-info {
        font-size: 12px;
    }

    .blog-gallery figure {
        width: 80px;
        margin: 13px 7px 0;
    }

    .pswp__caption {
        min-height: 2px;
    }

    .pswp__caption__center {
        font-size: 15px;
        line-height: 10px;
    }

    .pswp__button--close {
        background-size: 40px;
        width: 40px;
        height: 40px;
    }

    .aboutus #content .author {
        font-size: 15px;
    }

    #bottom-links a {
        line-height: 33px;
    }

    .aboutus #content .alignright {
        margin-bottom: 1.7311111111rem;
    }
}

/*------------------------------------------------------------------
    [5.6 Touchscreen]
*/
@media (hover: none) and (pointer: coarse) {
    #language-mobile {
        display: block;
    }

    #language {
        display: none;
    }
}

/*******************************************************************
****    [6. Language]    ****
*******************************************************************/

/*------------------------------------------------------------------
    [6.1 Arabic]
*/
.ar .aboutus #content .first-letter,
.ar .aboutus #content p:first-child:first-letter {
    float: right;
    padding-right: 0;
    padding-left: 0.1em;
    padding-bottom: 0.1em;
}

.ar .aboutus #content figcaption {
    direction: ltr;
    text-align: right;
}

.ar #wrap {
    font-size: 1rem;
}

.ar .aboutus h1,
.ar .aboutus h2 {
    letter-spacing: .02em;
}

.ar #bottom-links a {
    letter-spacing: .02em;
}
