/* ===================================================================
 * # base style overrides
 *
 * ------------------------------------------------------------------- */
html {
    font-size: 14px;
    font-family: majalla
}

@media only screen and (max-width:400px) {
    html {
        font-size: 9.375px;
    }
}

html, body {
    height: 100%;
    position:relative;
}

body {
    background: #f3f3f3;
    font-family: font, majalla;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: normal;
    line-height: 1.875;
    color: #656565;
    margin: 0;
    padding: 0;
}

.quran-font,.quran-font p{
    font-family: font;
}
html body .mt-0{
    margin-top:0;
}
.hidden-lg{
    display:none;
} 
/* ------------------------------------------------------------------- 
 * ## links
 * ------------------------------------------------------------------- */
a {
    color: #0054a5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover, a:focus, a:active {
    color: #000000;
}

a:hover, a:active {
    outline: 0;
}

/* ===================================================================
 * # typography & general theme styles
 * 
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000000;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 6rem;
    margin-bottom: 1.8rem;
}

@media only screen and (max-width:600px) {
    h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
        margin-top: 5.1rem;
    }
}

h5, .h5, h6, .h6 {
    margin-top: 4.2rem;
    margin-bottom: 1.5rem;
}

@media only screen and (max-width:600px) {
    h5, .h5, h6, .h6 {
        margin-top: 3.6rem;
        margin-bottom: 0.9rem;
    }
}

h1, .h1 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
}

@media only screen and (max-width:600px) {
    h1, .h1 {
        font-size: 3.3rem;
        letter-spacing: -.07rem;
    }
}

h2, .h2 {
    font-size: 3rem;
    line-height: 1.3;
}

@media only screen and (max-width:600px) {
    h2, .h2 {
        font-size: 2.8rem;
    }
}

h3, .h3 {
    font-size: 2.4rem;
    line-height: 1.25;
}

h4, .h4 {
    font-size: 2.1rem;
    line-height: 1.286;
}

h5, .h5 {
    font-size: 1.6rem;
    line-height: 1.313;
}

h6, .h6 {
    font-size: 1.3rem;
    line-height: 1.385;
    text-transform: uppercase;
    letter-spacing: .16rem;
}

p img {
    margin: 0;
}

p.lead {
    font-family: "metropolis-medium", sans-serif;
    font-size: 2rem;
    line-height: 1.8;
    margin-bottom: 3.6rem;
    color: #000000;
}

@media only screen and (max-width:800px) {
    p.lead {
        font-size: 1.8rem;
    }
}

em, i, strong, b {
    font-size: inherit;
    line-height: inherit;
    font-style: normal;
    font-weight: normal;
}

em, i {
    font-family: "metropolis-italic", sans-serif;
}

strong, b {
    font-family: "metropolis-bold", sans-serif;
}

small {
    font-size: 1.2rem;
    line-height: inherit;
}

blockquote {
    margin: 3.9rem 0;
    padding-left: 4.5rem;
    position: relative;
}

blockquote:before {
    content: "\201C";
    font-size: 10rem;
    line-height: 0px;
    margin: 0;
    color: rgba(0, 0, 0, 0.25);
    font-family: arial, sans-serif;
    position: absolute;
    top: 3.6rem;
    left: 0;
}

blockquote p {
    font-family: "metropolis-medium", sans-serif;
    padding: 0;
    font-size: 2.1rem;
    line-height: 1.857;
    color: #000000;
}

blockquote cite {
    display: block;
    font-family: "metropolis-medium", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.4;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited {
    color: #727272;
    border: none;
}

abbr {
    font-family: "metropolis-bold", sans-serif;
    font-variant: small-caps;
    text-transform: lowercase;
    letter-spacing: .05rem;
    color: #727272;
}

var, kbd, samp, code, pre {
    font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
    padding: 2.4rem 3rem 3rem;
    background: #F1F1F1;
    overflow-x: auto;
}

code {
    font-size: 1.4rem;
    margin: 0 .2rem;
    padding: .3rem .6rem;
    white-space: nowrap;
    background: #e5e5e5;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
}

pre>code {
    display: block;
    white-space: pre;
    line-height: 2;
    padding: 0;
    margin: 0;
}

pre.prettyprint>code {
    border: none;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
    text-decoration: none;
}

mark {
    background: #ffd900;
    color: #000000;
}

hr {
    border: solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0 0;
    clear: both;
    height: 0;
}

/* ------------------------------------------------------------------- 
 * ## Lists
 * ------------------------------------------------------------------- */
ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    display: list-item;
}

ol, ul {
    margin-left: 1.7rem;
}

ul li {
    padding-left: .4rem;
    float: left;
}

ul ul, ul ol, ol ol, ol ul {
    margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
    display: list-item;
    list-style: none;
    padding: 0 0 0 .8rem;
    position: relative;
}

ul.disc li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0054a5;
    position: absolute;
    left: -17px;
    top: 11px;
    vertical-align: middle;
}

dt {
    margin: 0;
    color: #0054a5;
}

dd {
    margin: 0 0 0 2rem;
}

/* ------------------------------------------------------------------- 
 * ## responsive video container
 * ------------------------------------------------------------------- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed,
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ------------------------------------------------------------------- 
 * ## floated image
 * ------------------------------------------------------------------- */
img.pull-right {
    margin: 1.5rem 0 0 3rem;
}

img.pull-left {
    margin: 1.5rem 3rem 0 0;
}

/* ------------------------------------------------------------------- 
 * ## tables
 * ------------------------------------------------------------------- */
table {
    border-width: 0;
    width: 100%;
    max-width: 100%;
    font-family: "metropolis-regular", sans-serif;
}

th, td {
    padding: 1.5rem 3rem;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

th {
    color: #000000;
    font-family: "metropolis-bold", sans-serif;
}

td {
    line-height: 1.5;
}

th:first-child, td:first-child {
    padding-left: 0;
}

th:last-child, td:last-child {
    padding-right: 0;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* ------------------------------------------------------------------- 
 * ## spacing 
 * ------------------------------------------------------------------- */
button, .btn {
    margin-bottom: 1.2rem;
}

fieldset {
    margin-bottom: 1.5rem;
}

textarea, select, pre, blockquote, figure, table, p, ul, ol, dl, form,
.video-container, .cl-custom-select {
    margin-bottom: 3rem;
}

/* ------------------------------------------------------------------- 
 * ## pace.js styles - minimal
 * ------------------------------------------------------------------- */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #FFFFFF;
    position: fixed;
    z-index: 900;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}

.oldie .pace {
    display: none;
}

/* ===================================================================
 * # preloader (line scale)
 *
 * ------------------------------------------------------------------- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #050505;
    z-index: 800;
    height: 100%;
    width: 100%;
    display: table;
}

.no-js #preloader, .oldie #preloader {
    display: none;
}

#loader {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.line-scale>div:nth-child(1) {
    -webkit-animation: line-scale 1s -0.4s infinite
        cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.4s infinite
        cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div:nth-child(2) {
    -webkit-animation: line-scale 1s -0.3s infinite
        cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.3s infinite
        cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div:nth-child(3) {
    -webkit-animation: line-scale 1s -0.2s infinite
        cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.2s infinite
        cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div:nth-child(4) {
    -webkit-animation: line-scale 1s -0.1s infinite
        cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.1s infinite
        cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div:nth-child(5) {
    -webkit-animation: line-scale 1s 0s infinite
        cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale>div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}

@
-webkit-keyframes line-scale { 0% {
                                   -webkit-transform: scaley(1);
                                   transform: scaley(1);
                               }

                               50%
                               {
                                   -webkit-transform


                                   :



                                       scaley


                                       (0
                                       .4


                                       );
                                   transform


                                   :



                                       scaley


                                       (0
                                       .4


                                       );
                               }
                               100%
                               {
                                   -webkit-transform


                                   :



                                       scaley


                                       (1);
                                   transform


                                   :



                                       scaley


                                       (1);
                               }
}
@
keyframes line-scale { 0% {
                           -webkit-transform: scaley(1);
                           transform: scaley(1);
                       }

                       50%
                       {
                           -webkit-transform


                           :



                               scaley


                               (0
                               .4


                               );
                           transform


                           :



                               scaley


                               (0
                               .4


                               );
                       }
                       100%
                       {
                           -webkit-transform


                           :



                               scaley


                               (1);
                           transform


                           :



                               scaley


                               (1);
                       }
}

/* ===================================================================
 * # forms
 *
 * ------------------------------------------------------------------- */
fieldset {
    border: none;
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"],
input[type="tel"], input[type="url"], input[type="password"], textarea,
select {
    display: block;
    height: 6rem;
    padding: 1.5rem 0;
    border: 0;
    outline: none;
    color: #151515;
    font-family: "metropolis-regular", sans-serif;
    font-size: 1.6rem;
    line-height: 3rem;
    width: 100%;
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cl-custom-select {
    position: relative;
    padding: 0;
}

.cl-custom-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    margin: 0;
    line-height: 3rem;
    vertical-align: middle;
}

.cl-custom-select select option {
    padding-left: 2rem;
    padding-right: 2rem;
}

.cl-custom-select select::-ms-expand {
    display: none;
}

.cl-custom-select::after {
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    border-right: 2px solid rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 2.4rem;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

/* IE9 and below */
.oldie .cl-custom-select::after {
    display: none;
}

textarea {
    min-height: 25rem;
}

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus,
input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus,
input[type="password"]:focus, textarea:focus, select:focus {
    color: #0054a5;
    border-bottom: 2px solid #0054a5;
}

label, legend {
    font-family: "metropolis-regular", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: .9rem;
    line-height: 1.714;
    color: #000000;
    display: block;
}

input[type="checkbox"], input[type="radio"] {
    display: inline;
}

label>.label-text {
    display: inline-block;
    margin-left: 1rem;
    font-family: "librebaskerville-regular", serif;
    font-weight: normal;
    line-height: inherit;
}

label>input[type="checkbox"], label>input[type="radio"] {
    margin: 0;
    position: relative;
    top: .15rem;
}

/* ------------------------------------------------------------------- 
 * ## Style Placeholder Text
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {
    color: #6d6d6d;
}

:-moz-placeholder {
    color: #6d6d6d; /* Firefox 18- */
}

::-moz-placeholder {
    color: #6d6d6d; /* Firefox 19+ */
}

:-ms-input-placeholder {
    color: #6d6d6d;
}

.placeholder {
    color: #6d6d6d !important;
}

/* ------------------------------------------------------------------- 
 * ## Change Autocomplete styles in Chrome
 * ------------------------------------------------------------------- */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus
input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #0054a5;
    transition: background-color 5000s ease-in-out 0s;
}

/* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */
.btn, button, input[type="submit"], input[type="reset"], input[type="button"]
{
    display: inline-block;
    font-family: "metropolis-bold", sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: .3rem;
    height: 4.6rem;
    line-height: 2rem;
    padding: 0 14px;
    margin: 0 .3rem 1.2rem 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fbb180;
    border: .2rem solid #fbb180;
}

.btn:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .btn:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    outline: 0;
    background: #fbb180;
}

/* button primary
 * ------------------------------------------------- */
.btn.btn--primary, button.btn--primary, input[type="submit"].btn--primary,
input[type="reset"].btn--primary, input[type="button"].btn--primary {
    background: #000000;
    border-color: #000000;
    color: #FFFFFF;
}

.btn.btn--primary:hover, button.btn--primary:hover, input[type="submit"].btn--primary:hover,
input[type="reset"].btn--primary:hover, input[type="button"].btn--primary:hover,
.btn.btn--primary:focus, button.btn--primary:focus, input[type="submit"].btn--primary:focus,
input[type="reset"].btn--primary:focus, input[type="button"].btn--primary:focus
{
    background: #0054a5;
    border-color: #0054a5;
}

/* button modifiers
 * ------------------------------------------------- */
.btn.full-width, button.full-width {
    width: 100%;
    margin-right: 0;
}

.btn--medium, button.btn--medium {
    height: 5.7rem !important;
    line-height: 5.3rem !important;
}

.btn--large, button.btn--large {
    height: 6rem !important;
    line-height: 5.6rem !important;
}

.btn--stroke, button.btn--stroke {
    background: transparent !important;
    border: 0.2rem solid #000000;
    color: #000000;
}

.btn--stroke:hover, button.btn--stroke:hover {
    border: 0.2rem solid #0054a5;
    color: #0054a5;
}

.btn--pill, button.btn--pill {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    border-radius: 1000px !important;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* =================================================================== 
 * # additional components
 *
 * ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- 
 * ## alert box
 * ------------------------------------------------------------------- */
.alert-box {
    padding: 2.1rem 4rem 2.1rem 3rem;
    position: relative;
    margin-bottom: 3rem;
    border-radius: 3px;
    font-family: "metropolis-semibold", sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
}

.alert-box__close {
    position: absolute;
    right: 1.8rem;
    top: 1.8rem;
    cursor: pointer;
}

.alert-box__close.fa {
    font-size: 12px;
}

.alert-box--error {
    background-color: #ffd1d2;
    color: #e65153;
}

.alert-box--success {
    background-color: #c8e675;
    color: #758c36;
}

.alert-box--info {
    background-color: #d7ecfb;
    color: #4a95cc;
}

.alert-box--notice {
    background-color: #fff099;
    color: #bba31b;
}

/* ------------------------------------------------------------------- 
 * ## additional typo styles
 * ------------------------------------------------------------------- */

/* drop cap 
 * ----------------------------------------------- */
.drop-cap::first-letter {
    float: left;
    margin: 0;
    padding: 1.5rem .6rem 0 0;
    font-size: 8.4rem;
    font-family: "metropolis-extrabold", sans-serif;
    font-weight: bold;
    line-height: 6rem;
    text-indent: 0;
    background: transparent;
    color: #000000;
}

/* line definition style 
 * ----------------------------------------------- */
.lining dt, .lining dd {
    display: inline;
    margin: 0;
}

.lining dt+dt::before, .lining dd+dt::before {
    content: "\A";
    white-space: pre;
}

.lining dd+dd::before {
    content: ", ";
}

.lining dd+dd::before {
    content: ", ";
}

.lining dd::before {
    content: ": ";
    margin-left: -0.2em;
}

/* dictionary definition style 
 * ----------------------------------------------- */
.dictionary-style dt {
    display: inline;
    counter-reset: definitions;
}

.dictionary-style dt+dt::before {
    content: ", ";
    margin-left: -0.2em;
}

.dictionary-style dd {
    display: block;
    counter-increment: definitions;
}

.dictionary-style dd::before {
    content: counter(definitions, decimal) ". ";
}

/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *    <blockquote>
 *       <p></p>
 *    </blockquote>
 * </aside>
 *
 * --------------------------------------------------------------------- */
.pull-quote {
    position: relative;
    padding: 2.1rem 3rem 2.1rem 0px;
}

.pull-quote::before, .pull-quote::after {
    height: 1em;
    position: absolute;
    font-size: 10rem;
    font-family: Arial, Sans-Serif;
    color: rgba(0, 0, 0, 0.25);
}

.pull-quote::before {
    content: "\201C";
    top: -3.6rem;
    left: 0;
}

.pull-quote::after {
    content: '\201D';
    bottom: 3.6rem;
    right: 0;
}

.pull-quote blockquote {
    margin: 0;
}

.pull-quote blockquote::before {
    content: none;
}

/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *    <li><a href="#">[value]<em>[name]</em></a></li>
 * </ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */
.stats-tabs {
    padding: 0;
    margin: 3rem 0;
}

.stats-tabs li {
    display: inline-block;
    margin: 0 1.5rem 3rem 0;
    padding: 0 1.5rem 0 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.stats-tabs li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.stats-tabs li a {
    display: inline-block;
    font-size: 2.5rem;
    font-family: "metropolis-bold", sans-serif;
    font-weight: bold;
    border: none;
    color: #000000;
}

.stats-tabs li a:hover {
    color: #0054a5;
}

.stats-tabs li a em {
    display: block;
    margin: .6rem 0 0 0;
    font-size: 1.5rem;
    font-family: "metropolis-regular", sans-serif;
    color: #727272;
}

/* -------------------------------------------------------------------
 * ## pagination 
 * ------------------------------------------------------------------- */
.pgn {
    margin: 3rem auto;
    text-align: center;
}

.pgn ul {
    display: inline-block;
    list-style: none;
    margin-left: 0;
    position: relative;
    padding: 0 6rem;
}

.pgn ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.pgn__num {
    font-family: "metropolis-bold", sans-serif;
    font-size: 1.5rem;
    line-height: 2.4rem;
    display: inline-block;
    padding: .6rem 1.2rem;
    height: 3.6rem;
    margin: .3rem .15rem;
    color: #151515;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pgn__num:hover {
    background: #c4c4c4;
    color: #151515;
}

.pgn .current, .pgn .current:hover {
    background-color: #151515;
    color: #FFFFFF;
}

.pgn .inactive, .pgn .inactive:hover {
    color: #888888;
    cursor: default;
}

.pgn__prev, .pgn__next {
    display: block;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: 18px 12px;
    background-position: center;
    height: 4.8rem;
    width: 4.8rem;
    line-height: 4.8rem;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pgn__prev:hover, .pgn__next:hover {
    background-color: #151515;
    color: #FFFFFF;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
}

.pgn__prev {
    background-image: url("../images/icons/icon-arrow-left.svg");
    left: 0;
}

.pgn__prev:hover {
    background-image: url("../images/icons/icon-arrow-left-w.svg");
}

.pgn__next {
    background-image: url("../images/icons/icon-arrow-right.svg");
    right: 0;
}

.pgn__next:hover {
    background-image: url("../images/icons/icon-arrow-right-w.svg");
}

.pgn__prev.inactive, .pgn__next.inactive {
    background-color: #ffffff;
    opacity: 0.5;
    cursor: default;
}

.pgn__prev.inactive:hover {
    background-image: url("../images/icons/icon-arrow-left.svg");
}

.pgn__next.inactive:hover {
    background-image: url("../images/icons/icon-arrow-right.svg");
}

/* ------------------------------------------------------------------- 
 * responsive:
 * pagination
 * ------------------------------------------------------------------- */
@media only screen and (max-width:600px) {
    .pgn ul {
        padding: 0 5rem;
    }
    .pgn__prev, .pgn__next {
        height: 3.6rem;
        width: 3.6rem;
        line-height: 3.6rem;
        background-size: 12px 8px;
    }
}

/* ===================================================================
 * # reusable and common theme styles
 *
 * ------------------------------------------------------------------- */
.wide {
    max-width: 1400px;
}

.narrow {
    max-width: 800px;
}

/* ------------------------------------------------------------------- 
 * ## mediaelement style overrides
 * ------------------------------------------------------------------- */
.mejs__overlay-button {
    background-image: url("../images/mejs/mejs-controls.svg");
}

.mejs__overlay-loading-bg-img {
    background-image: url("../images/mejs/mejs-controls.svg");
}

.mejs__button>button {
    background-image: url("../images/mejs/mejs-controls.svg");
    background-color: transparent;
    outline: none !important;
}

.audio-wrap .mejs__container {
    background-color: rgba(0, 0, 0, 0.8) !important;
    font-family: "metropolis-light", sans-serif;
}

.audio-wrap .mejs__time-buffering, .audio-wrap .mejs__time-current,
.audio-wrap .mejs__time-handle, .audio-wrap .mejs__time-loaded,
.audio-wrap .mejs__time-marker, .audio-wrap .mejs__time-total,
.audio-wrap .mejs__time-hovered {
    height: 2px;
}

.audio-wrap .mejs__time-total {
    margin-top: 9px;
}

.audio-wrap .mejs__time-handle {
    left: -5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FFFFFF;
    top: -5px;
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 2;
    border: none;
}

.audio-wrap .mejs__time-handle-content {
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
}

.audio-wrap .mejs__horizontal-volume-total, .audio-wrap .mejs__horizontal-volume-current
{
    border-radius: 0;
}

/* ------------------------------------------------------------------- 
 * ## close button for search and mobile navigation 
 * ------------------------------------------------------------------- */
.header__overlay-close {
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    top: 21px;
    left: 50%;
    margin-left: -23px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.header__overlay-close::before, .header__overlay-close::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 20px;
    top: 12px;
    left: 22px;
    background-color: #FFFFFF;
}

.header__overlay-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header__overlay-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* ------------------------------------------------------------------- 
 * ## slick slider 
 * ------------------------------------------------------------------- */
.slick-slider .slick-slide {
    outline: none;
}

.slick-slider .slick-dots {
    display: block;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 3rem 0 0 0;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
}

.slick-slider .slick-dots li {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0;
    padding: 4px;
    cursor: pointer;
}

.slick-slider .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    border: none;
    line-height: 10px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.slick-slider .slick-dots li button:hover, .slick-slider .slick-dots li button:focus
{
    outline: none;
}

.slick-slider .slick-dots li.slick-active button, .slick-slider .slick-dots li:hover button
{
    background: #FFFFFF;
}

/* ------------------------------------------------------------------- 
 * ## masonry entries 
 * ------------------------------------------------------------------- */
.masonry .entry {
    margin-bottom: 14px;
    border: 2px solid #64b3a0;
    /*! background: #64b3a0; */
    position: relative;
}

.masonry .entry__thumb, .masonry .entry__text {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.masonry .entry__thumb {
    position: relative;
    overflow: hidden;
}

.masonry .entry__thumb-link img, .article-wrapper .main-article .entry__thumb-link img
{
    vertical-align: bottom;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    /* height: 300px; */
    object-fit: cover;
}

.masonry .entry__thumb-link::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.masonry .entry__thumb-link::after {
    content: "...";
    font-family: georgia, serif;
    font-size: 2.7rem;
    z-index: 1;
    display: block;
    height: 90px;
    width: 90px;
    letter-spacing: -1px;
    line-height: 90px;
    margin-left: -45px;
    margin-top: -45px;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.masonry .entry__thumb:hover .entry__thumb-link::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.entry__excerpt p {
    direction: rtl;
    text-shadow: none;
    color: #333;
    max-height: 75px;
    padding-bottom: 30px;
    overflow: hidden;
}
.entry__excerpt p.special{
    max-height:100%;
} 
.masonry .entry__thumb:hover .entry__thumb-link img, .article-wrapper .main-article .entry__thumb:hover .entry__thumb-link img
{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.masonry .entry__text {
    padding: 0;
    background-color: #fff;
    /*background-color: #9decd9;*/
    display: inline-block;
    width: 100%;
}

.masonry .entry__title {
    font-size: 2.4rem;
    line-height: 1.375;
    margin-top: 0;
    margin-bottom: 2.1rem;
}

.masonry .entry__title a {
    color: #000000;
    border-bottom: 1px solid transparent;
}

.masonry .entry__title a:hover, .masonry .entry__title a:focus {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.masonry .entry__date {
    font-family: "metropolis-medium", sans-serif;
    font-size: 1.4rem;
    line-height: 1.714;
    margin-bottom: 0;
}

.masonry .entry__date a {
    color: #858585;
}

.masonry .entry__excerpt {
    font-size: 1.5rem;
    line-height: 1.8;
    padding: 2rem 1.8rem 0.6rem;
    color: #333;
    direction: rtl;
}

.masonry .entry__meta {
    font-family: "metropolis-semibold", sans-serif;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.masonry .entry__meta a {
    color: #0054a5;
}

.masonry .entry__meta a:hover, .masonry .entry__meta a:focus {
    color: #000000;
}

.masonry .entry__meta-links a::after {
    content: ", ";
}

.masonry .entry__meta-links a:last-child::after {
    display: none;
}

/* ------------------------------------------------------------------- 
 *  ## post formats - masonry view
 * ------------------------------------------------------------------- */

/* format quote & format link
 * --------------------------------------- */
.format-quote, .format-link {
    text-align: center;
}

.format-quote .entry__thumb, .format-link .entry__thumb {
    /* display: table; */
    /*  background: #9decd9;*/
    background: #fff;
    padding: 2.4rem 1rem 4.8rem;
    /* min-height: autoauto172px; */
    width: 100%;
    position: relative;
}

.format-quote .entry__thumb::before, .format-link .entry__thumb::before
{
    content: "";
    display: block;
    height: 3.6rem;
    width: 3.6rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .2;
    margin-bottom: 1.5rem;
    position: absolute;
    top: 3.3rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.format-quote blockquote::before {
    display: none;
}

.format-quote blockquote, .format-link .link-wrap {
    display: table-cell;
    margin: 0;
    padding-left: 0;
    vertical-align: middle;
}

.format-quote blockquote p, .format-link .link-wrap p {
    font-family: "librebaskerville-bold", serif;
    color: #000000;
    padding: 7.8rem 0 0 0;
    margin-bottom: 3.3rem;
    font-size: 13px;
    line-height: 2.625;
}

.format-quote cite, .format-link cite {
    display: block;
    font-family: "metropolis-regular", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    line-height: 1.6;
    color: #999999;
}

.format-quote cite::before, .format-link cite::before {
    display: none;
}

.format-quote cite a, .format-quote cite a:visited {
    color: #999999;
    border: none;
}

.format-quote .entry__thumb::before {
    background-image: url(../images/icons/icon-quote.svg);
}

.format-link .entry__thumb::before {
    background-image: url(../images/icons/icon-link.svg);
    width: 3.3rem;
}

.format-link .link-wrap cite:before {
    display: none;
}

.format-link .link-wrap cite a, .format-link .link-wrap cite a:visited {
    color: #999999;
    display: inline-block;
    padding-bottom: .3rem;
}

.format-link .link-wrap cite a:hover, .format-link .link-wrap cite a:focus
{
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

/* format video
 * --------------------------------------- */
.format-video .entry__thumb a {
    cursor: zoom-in;
    display: block;
    position: relative;
}

.format-video .entry__thumb a img {
    vertical-align: bottom;
}

.format-video .entry__thumb a::before {
    content: "";
    display: block;
    height: 4.5rem;
    width: 4.5rem;
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    cursor: zoom-in;
    background-image: url(../images/icons/icon-video.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* ===================================================================
 * # pageheader
 *
 * ------------------------------------------------------------------- */
.s-pageheader {
    min-height: 174px;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: cover;
    width: 100%;
    background-color: #30a1b3;
    background-blend-mode: multiply;
}

.s-pageheader--home {
    min-height: 480px;
    padding-top: 0;
}

.header {
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header__content {
    position: relative;
    padding: 0 20px;
}

/* -------------------------------------------------------------------
 * ## header logo
 * ------------------------------------------------------------------- */
.header__logo {
    display: inline-block;
    margin: 0;
    padding: 0;
    z-index: 501;
}

.header__logo a {
    display: block;
    margin: 0 0 0 6px;
    padding: 0;
    outline: 0;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header__logo img {
    width: 80px;
    /* height: 48px; */
}

/* -------------------------------------------------------------------
 * ## header social
 * ------------------------------------------------------------------- */
.header__social {
    list-style: none;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 0;
    /* position: absolute; */
    /* left: 20px; */
    /* top: 12px; */
    text-align: left;
    padding-left: 60px;
    margin-top: 20px;
}

.header__social a {
    color: #FFFFFF;
}

.header__social li {
    display: inline-block;
    margin-right: 5px;
    padding-left: 0;
    border: 1px solid #f3f3f3;
    /* padding: 7px 8px; */
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height:40px;
    text-align: center;
}

.header__social li:last-child {
    margin-right: 0;
}

/* ------------------------------------------------------------------- 
 * ## header-toggle
 * ------------------------------------------------------------------- */
.header__toggle-menu {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 20px;
    top: 6px;
}

.header__toggle-menu span {
    display: block;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    right: 9px;
    top: 50%;
    bottom: auto;
    left: auto;
    background-color: white;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
}

.header__toggle-menu span::before, .header__toggle-menu span::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
}

.header__toggle-menu span::before {
    top: -8px;
}

.header__toggle-menu span::after {
    bottom: -8px;
}

/* ------------------------------------------------------------------- 
 * ## header-search
 * ------------------------------------------------------------------- */
.header__search {
    display: block;
    text-align: center;
    background: #151515;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 900;
}

.header__search-form {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header__search-form label {
    color: #FFFFFF;
}

.header__search-form::after {
    content: "Press Enter to begin your search.";
    display: block;
    letter-spacing: 0.6px;
    font-size: 1.6rem;
    margin-top: 3rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.header__search-form input[type="search"] {
    background-color: transparent;
    color: #000000;
    height: auto;
    width: 100%;
    font-family: "metropolis-semibold", sans-serif;
    font-size: 6rem;
    line-height: 1.5;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    max-width: 680px;
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
    margin: 0 auto;
}

.header__search-form input[type="search"]::-webkit-input-placeholder {
    color: #FFFFFF;
    text-align: center !important;
    opacity: 1;
}

.header__search-form input[type="search"]:-moz-placeholder {
    color: #FFFFFF;
    text-align: center !important;
    opacity: 1;
}

.header__search-form input[type="search"]::-moz-placeholder {
    color: #FFFFFF;
    text-align: center !important;
    opacity: 1;
}

.header__search-form input[type="search"]:-ms-input-placeholder {
    color: #FFFFFF;
    text-align: center !important;
    opacity: 1;
}

.header__search-form input[type="search"].placeholder {
    color: #FFFFFF;
    text-align: center !important;
    opacity: 1;
}

.header__search-form input[type="search"]:focus {
    outline: none;
}

.header__search-form input[type="submit"] {
    display: none;
}

body.search-is-visible {
    overflow: hidden;
}

.search-is-visible .header__search {
    opacity: 1;
    visibility: visible;
}

/* -------------------------------------------------------------------
 * ## header search trigger
 * ------------------------------------------------------------------- */
.header__search-trigger {
    height: 21px;
    min-width: 21px;
    position: absolute;
    right: 20px;
    top: 15px;
    background-image: url(../images/icons/icon-search.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.header__search-trigger::before {
    font-family: "metropolis-semibold", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 21px;
    content: "Search";
    display: block;
    color: #FFFFFF;
    float: left;
    padding-right: 33px;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * header components
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1000px) {
    .header__social {
        font-size: 21px;
    }
}

@media only screen and (max-width:900px) {
    .header__logo img {
        width: 250px;
        height: 45px;
    }
}

@media only screen and (max-width:800px) {
    .s-pageheader {
        min-height: 90px;
    }
    .s-pageheader--home {
        padding-top: 120px;
    }
    .header {
        top: 24px;
    }
    .header__logo img {
        width: 225px;
        height: 40px;
    }
    .header__social {
        display: none;
    }
    .header__toggle-menu {
        top: 0;
        display: block;
    }
    .header__search-trigger {
        top: 9px;
        right: 28px;
    }
    .header__search-trigger::before {
        display: none;
    }
    .header__search-form::after {
        font-size: 1.5rem;
    }
    .header__search-form input[type="search"] {
        max-width: none;
        width: 80%;
        font-size: 4.2rem;
    }
}

@media only screen and (max-width:600px) {
    .s-pageheader {
        min-height: 84px;
    }
    .header__logo img {
        width: 200px;
        height: 36px;
    }
    .header__toggle-menu {
        top: -3px;
    }
    .header__search-trigger {
        top: 6px;
    }
    .header__search-form input[type="search"] {
        font-size: 3.4rem;
    }
}

@media only screen and (max-width:400px) {
    .s-pageheader {
        min-height: 78px;
    }
    .s-pageheader--home {
        padding-top: 96px;
    }
    .header__logo img {
        width: 160px;
        height: 29px;
    }
    .header__toggle-menu {
        top: -7px;
    }
    .header__search-trigger {
        top: 3px;
    }
    .header__search-form input[type="search"] {
        font-size: 2.6rem;
    }
}

/* -------------------------------------------------------------------
 * ## main navigation
 * ------------------------------------------------------------------- */
.header__nav-wrap {
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    padding-top: 15px;
}

.header__nav-wrap a {
    color: rgba(255, 255, 255, 0.6);
}

.header__nav-wrap .header__nav-heading {
    text-align: center;
    font-family: "metropolis-semibold", sans-serif;
    font-size: 1.4rem;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .3rem;
    margin-top: 6rem;
}

.header__nav-wrap .header__nav-heading, .header__nav-wrap .close-mobile-menu
{
    display: none;
}

.header__nav {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "metropolis-medium", sans-serif;
    font-size: 15px;
}

.header__nav li {
    display: inline-block;
    position: relative;
    padding: 0 2rem;
}

.header__nav li.has-children {
    padding-right: 3.3rem;
}

.header__nav li a {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    line-height: 39px;
}

.header__nav li.has-children>a::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 1.8rem;
    top: 21px;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header__nav li:hover>a, .header__nav li:focus>a {
    color: #FFFFFF;
}

.header__nav li:hover li, .header__nav li:focus li {
    background: transparent;
}

.header__nav li.current>a {
    color: #FFFFFF;
}

.header__nav li ul {
    position: absolute;
    top: 45px;
    left: 0;
    font-size: 14px;
    margin: 0;
    padding: 1.8rem 0;
    background: #050505;
    border-radius: 0 0 3px 3px;
    z-index: 500;
    -webkit-transform: translate3d(0, 15px, 0);
    -ms-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.header__nav li ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    left: calc(100% + 1px);
    border-radius: 0 0 3px 3px;
    padding-top: 1.2rem;
}

.header__nav li ul li {
    display: block;
    text-align: left;
    padding: 0;
    margin: 0;
    min-height: 33px;
    width: 100%;
}

.header__nav li ul li a {
    display: block;
    white-space: nowrap;
    padding: 7.5px 3rem 7.5px 2rem;
    font-family: "metropolis-regular", sans-serif;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.6);
}

.header__nav li ul li a:hover, .header__nav li ul li a:focus {
    color: #FFFFFF;
}

.header__nav li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * main navigation
 * ------------------------------------------------------------------- */
@media only screen and (min-width:801px) {
    .header__nav li.has-children:hover>a::after, .header__nav li.has-children:focus>a::after
    {
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    .header__nav li ul {
        display: block !important;
    }
}

@media only screen and (max-width:800px) {
    .header__nav-wrap {
        background-color: #151515;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin: 0;
        border: none;
        z-index: 600;
        overflow-y: auto;
    }
    .header__nav-wrap .header__nav-heading, .header__nav-wrap .close-mobile-menu
    {
        display: block;
    }
    .header__nav {
        margin: 4.8rem 6rem 3rem 6rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.03);
        font-family: "metropolis-semibold", sans-serif;
        font-size: 16px;
    }
    .header__nav li {
        display: block;
        padding: 0;
        text-align: left;
    }
    .header__nav li ul {
        display: none;
        position: static;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
        background-color: transparent;
        padding: 0 0 1.8rem 0;
        -webkit-transition: none !important;
        transition: none !important;
    }
    .header__nav li.has-children>a::after {
        top: 27px;
    }
    .header__nav li.has-children>a.sub-menu-is-open::after {
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    .header__nav li ul li a {
        padding: 7.5px 1.5rem 7.5px 1.5rem;
    }
    .header__nav>li {
        border-top: 1px solid rgba(255, 255, 255, 0.03);
    }
    .header__nav>li a {
        line-height: 54px;
    }
    body.nav-wrap-is-visible {
        overflow: hidden;
    }
    .nav-wrap-is-visible .header__nav-wrap {
        opacity: 1;
        visibility: visible;
    }
}

@media only screen and (max-width:400px) {
    .header__nav {
        margin: 4.2rem 4.2rem 3rem 4.2rem;
    }
}

/* -------------------------------------------------------------------
 * ## pageheader content
 * ------------------------------------------------------------------- */
.featured {
    background-color: #151515;
    height: 564px;
    position: relative;
}

.featured::before, .featured::after {
    content: "";
    display: block;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 50%;
}

.featured::before {
    left: -75px;
}

.featured::after {
    right: -75px;
}

.featured__column {
    float: left;
}

.featured .entry {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.featured .entry h1 {
    font-size: 3.6rem;
    line-height: 1.333;
    margin-top: 0;
    margin-bottom: 3rem;
}

.featured .entry h1 a {
    color: #FFFFFF;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.featured .entry h1 a:focus, .featured .entry h1 a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.featured .entry::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: .5;
    background-color: #151515;
}

.featured .entry:hover::before {
    opacity: .8;
}

.featured .entry__content {
    position: absolute;
    left: 0;
    bottom: 6rem;
    width: 100%;
    padding: 0 20% 0 6rem;
    display: block;
}

.featured .entry__category {
    display: inline-block;
    font-family: "metropolis-bold", sans-serif;
    font-size: 1.1rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    margin-bottom: 2.4rem;
}

.featured .entry__category a {
    display: inline-block;
    color: #FFFFFF;
    padding: 0 1.5rem;
}

.featured .entry__info {
    position: relative;
}

.featured .entry__profile-pic {
    float: left;
    height: 4.2rem;
    width: 4.2rem;
    margin-top: -.9rem;
}

.featured .entry__profile-pic img {
    border-radius: 50%;
}

.featured .entry__meta {
    list-style: none;
    margin: 0 0 0 6rem;
    padding: 0;
    font-family: "metropolis-semibold", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
}

.featured .entry__meta li {
    display: inline-block;
    padding-left: 0;
}

.featured .entry__meta li::after {
    content: '\2022';
    margin-left: 9px;
    margin-right: 6px;
}

.featured .entry__meta li:last-child::after {
    display: none;
}

.featured .entry__meta a {
    color: rgba(255, 255, 255, 0.5);
}

.featured .entry__meta a:focus, .featured .entry__meta a:hover {
    color: #FFFFFF;
}

.featured__column--big {
    width: 66.66666%;
    position: relative;
}

.featured__column--big .entry {
    height: 564px;
}

.featured__column--big .entry__category a {
    background-color: #01aef0;
}

.featured__column--small {
    width: 33.333333333%;
    position: relative;
}

.featured__column--small .entry {
    height: 282px;
}

.featured__column--small .entry h1 {
    font-size: 2rem;
    margin-bottom: 1.2rem;
}

.featured__column--small .entry__content {
    bottom: 2.4rem;
    padding: 0 10% 0 3rem;
}

.featured__column--small .entry__category {
    font-size: 1rem;
    line-height: 2.1rem;
    margin-bottom: 1.5rem;
}

.featured__column--small .entry__category a {
    background-color: #679a23;
}

.featured__column--small .entry__profile-pic {
    display: none;
}

.featured__column--small .entry__meta {
    margin: 0;
    font-size: 1.4rem;
}

/* animate .featured
 * ------------------------------------------------------------------- */
html.cl-preload .featured {
    opacity: 0;
}

html.cl-loaded .featured {
    animation-duration: 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

html.no-csstransitions .featured {
    opacity: 1;
}

/* ------------------------------------------------------------------- 
 * ## feature section animation
 * ------------------------------------------------------------------- */

/* fade in */
@
-webkit-keyframes fadeIn {from { opacity:0;
                                 -webkit-transform: translate3d(0, 150%, 0);
                                 -ms-transform: translate3d(0, 150%, 0);
                                 transform: translate3d(0, 150%, 0);
                          }

                          to {
                              opacity: 1;
                              -webkit-transform: translate3d(0, 0, 0);
                              -ms-transform: translate3d(0, 0, 0);
                              transform: translate3d(0, 0, 0);
                          }

}
@
keyframes fadeIn {from { opacity:0;
                         -webkit-transform: translate3d(0, 150%, 0);
                         -ms-transform: translate3d(0, 150%, 0);
                         transform: translate3d(0, 150%, 0);
                  }

                  to {
                      opacity: 1;
                      -webkit-transform: translate3d(0, 0, 0);
                      -ms-transform: translate3d(0, 0, 0);
                      transform: translate3d(0, 0, 0);
                  }

}

/* fade out */
@
-webkit-keyframes fadeOut {from { opacity:1;

                           }

                           to {
                               opacity: 0;
                               -webkit-transform: translate3d(0, -150%, 0);
                               -ms-transform: translate3d(0, -150%, 0);
                               transform: translate3d(0, -150%, 0);
                           }

}
@
keyframes fadeOut {from { opacity:1;

                   }

                   to {
                       opacity: 0;
                       -webkit-transform: translate3d(0, -150%, 0);
                       -ms-transform: translate3d(0, -150%, 0);
                       transform: translate3d(0, -150%, 0);
                   }

}

/* ------------------------------------------------------------------- 
 * responsive:
 * pageheader content
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1400px) {
    .pageheader-content {
        padding: 0;
        height:600px;
    }
    .featured::before, .featured::after {
        display: none;
    }
}

@media only screen and (max-width:1200px) {
    .featured {
        height: auto;
    }
    .featured__column--big .entry {
        height: 522px;
    }
    .featured__column--big .entry h1 {
        font-size: 3.2rem;
    }
    .featured__column--small .entry {
        height: 261px;
    }
}

@media only screen and (max-width:1000px) {
    .featured__column--big {
        width: 60%;
    }
    .featured__column--big .entry {
        height: 504px;
    }
    .featured__column--big .entry h1 {
        font-size: 3rem;
    }
    .featured__column--big .entry__content {
        padding: 0 10% 0 4.2rem;
    }
    .featured__column--small {
        width: 40%;
    }
    .featured__column--small .entry {
        height: 252px;
    }
}

@media only screen and (max-width:900px) {
    .pageheader-content {
        max-width: 100%;
    }
    .featured__column {
        float: none;
        width: 100%;
    }
    .featured__column--big .entry {
        height: 468px;
    }
    .featured__column--small:after {
        content: "";
        display: table;
        clear: both;
    }
    .featured__column--small .entry {
        height: 300px;
        float: left;
        width: 50%;
    }
}

@media only screen and (max-width:800px) {
    .featured__column .entry {
        height: 360px;
    }
    .featured__column .entry h1 {
        font-size: 2.8rem;
        margin-bottom: 3rem;
    }
    .featured__column .entry__content {
        bottom: 5.4rem;
        padding: 0 10% 0 4.2rem;
    }
    .featured__column--small .entry {
        float: none;
        width: 100%;
    }
    .featured__column--small .entry:last-child {
        display: none;
    }
    .featured__column--small .entry__category {
        font-size: 1.1rem;
        line-height: 2.4rem;
        margin-bottom: 2.4rem;
    }
    .featured__column--small .entry__profile-pic {
        display: block;
    }
    .featured__column--small .entry__meta {
        margin: 0 0 0 6rem;
        font-size: 1.6rem;
    }
}

@media only screen and (max-width:700px) {
    .pageheader-content {
        max-width: 100%;
    }
}

@media only screen and (max-width:600px) {
    .pageheader-content {
        max-width: 100%;
        width: auto;
        padding-left: 25px;
        padding-right: 25px;
    }
    .featured__column .entry {
        height: 330px;
    }
    .featured__column .entry h1 {
        font-size: 2.6rem;
        margin-bottom: 1.5rem;
    }
    .featured__column .entry__content {
        bottom: 4.2rem;
        padding: 0 3rem 0;
    }
    .featured__column .entry__category {
        font-size: 1rem;
        line-height: 2.1rem;
        margin-bottom: 1.5rem;
    }
    .featured__column .entry__profile-pic {
        display: none;
    }
    .featured__column .entry__meta {
        margin: 0rem;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width:500px) {
    .featured__column .entry h1 {
        font-size: 2.4rem;
    }
    .featured .entry__content {
        bottom: 3.6rem;
    }
    .featured .entry__meta {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width:400px) {
    .featured__column .entry {
        height: 288px;
    }
    .featured__column .entry h1 {
        font-size: 2rem;
    }
    .featured .entry__content {
        bottom: 3rem;
        padding: 0 2.4rem 0;
    }
}

/* ===================================================================
 * # s-content
 *
 * ------------------------------------------------------------------- */
.s-content {
    background-color: #f2f2f2;
    padding-top: 18px;
    padding-bottom: 7.2rem;
}

.s-content--no-padding-bottom {
    padding-bottom: 0;
}
.masonry-wrap {
    padding: 0;
}
.s-content--narrow .row {
    max-width: 960px;
}

.s-content__header {
    padding-bottom: 3rem;
    text-align: center;
}

.s-content__header h1 {
    font-size: 4.8rem;
    line-height: 1.25;
    margin-top: 0;
    letter-spacing: -.15rem;
}

.s-content__header .lead {
    color: rgba(0, 0, 0, 0.5);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * s-content
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
    .s-content--narrow .row {
        max-width: 900px;
    }
}

@media only screen and (max-width:1000px) {
    .s-content--narrow .row {
        max-width: 800px;
    }
    .s-content__header h1 {
        font-size: 4.5rem;
    }
}

@media only screen and (max-width:800px) {
    .s-content {
        padding-top: 6rem;
    }
    .s-content__header h1 {
        font-size: 4rem;
    }
}

@media only screen and (max-width:600px) {
    .s-content__header h1 {
        font-size: 3.6rem;
    }
}

/* -------------------------------------------------------------------
 * ## masonry layout
 * ------------------------------------------------------------------- */
.masonry {
    margin-bottom: 3rem;
}

.masonry:after {
    content: "";
    display: table;
    clear: both;
}

/*.masonry .grid-sizer, .masonry__brick {
   width: 385px;
}

.masonry__brick {
   float: left;
   padding: 0 20px;
}*/

/* ------------------------------------------------------------------- 
 * responsive:
 * masonry layout
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1480px) {
}
/*
@media only screen and (max-width:1140px) {
   .masonry-wrap {
      width: 1020px;
   }

   .masonry .grid-sizer, .masonry .masonry__brick {
      width: 340px;
   }

}

@media only screen and (max-width:1060px) {
   .masonry-wrap {
      width: 740px;
   }

   .masonry .grid-sizer, .masonry .masonry__brick {
      width: 370px;
   }

}

@media only screen and (max-width:800px) {
   .masonry-wrap {
      max-width: 700px;
      width: 90%;
   }

   .masonry .grid-sizer, .masonry .masonry__brick {
      width: 50%;
      padding: 0 15px;
   }

}

@media only screen and (max-width:700px) {
   .masonry-wrap {
      max-width: 400px;
   }

   .masonry .grid-sizer, .masonry .masonry__brick {
      width: 100%;
      clear: both;
   }

}

@media only screen and (max-width:600px) {
   .masonry-wrap {
      width: auto;
   }

   .masonry .grid-sizer, .masonry .masonry__brick {
      padding: 0 10px;
   }

}

@media only screen and (max-width:400px) {
   .masonry .masonry__brick {
      width: 100% !important;
      float: none !important;
      clear: both !important;
      margin-left: 0;
      margin-right: 0;
      padding: 0;
   }

}*/

/* ===================================================================
 * # s-extra
 *
 * ------------------------------------------------------------------- */
.s-extra {
    background-color: #FFFFFF;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    font-family: "metropolis-regular", sans-serif;
    font-size: 1.5rem;
    line-height: 1.8;
}

.s-extra a {
    color: #000000;
}

.s-extra a:hover, .s-extra a:focus {
    color: #0054a5;
}

.s-extra h3, .s-extra h5 {
    margin-top: 0;
}

.s-extra h3 {
    font-size: 2.4rem;
    line-height: 1.375;
    margin-bottom: 1rem;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 14px;
}

.s-extra h5 {
    font-family: "metropolis-extrabold", sans-serif;
    font-size: 1.6rem;
    line-height: 1.3125;
    margin-bottom: .6rem;
}

.s-extra .top [class*="col-"] {
    margin-bottom: 4.8rem;
}

/* -------------------------------------------------------------------
 * ## popular posts
 * ------------------------------------------------------------------- */
.s-extra .popular__post {
    position: relative;
    padding-left: 9.5rem;
    margin-bottom: 3.3rem;
    min-height: 5.4rem;
}

.s-extra .popular__thumb {
    position: absolute;
    top: .3rem;
    left: 0;
}

.s-extra .popular__thumb img {
    height: 6.9rem;
    width: 6.9rem;
}

.s-extra .popular__meta {
    font-size: 1.3rem;
    line-height: 1.615;
}

/* -------------------------------------------------------------------
 * ## about
 * ------------------------------------------------------------------- */
.s-extra .about {
    padding: 0 40px;
}

.s-extra .about p {
    margin-bottom: 1.5rem;
}

.s-extra .about__social {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 2.4rem;
}

.s-extra .about__social li {
    display: inline-block;
    padding-left: 0;
    margin-right: 9px;
}

/* -------------------------------------------------------------------
 * ## tags
 * ------------------------------------------------------------------- */
.s-extra .tags {
    text-align: center;
    border-bottom: 1px solid #777;
    margin-bottom: 18px;
    padding-bottom: 21px;
}

.s-extra .tagcloud {
    padding-top: .6rem;
}

.s-extra .tagcloud a {
    display: inline-block;
    font-family: "metropolis-extrabold", sans-serif;
    font-size: 1.3rem;
    line-height: 3.6rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    padding: 0 2rem;
    margin: 0 1.2rem 1.5rem 0;
    border-radius: 3px;
    background: #e2e2e2;
    text-decoration: none;
    color: #333333;
    position: relative;
}

.s-extra .tagcloud a:hover, .s-extra .tagcloud a:focus {
    color: #FFFFFF;
    background: #151515;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * s-extra
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
    .s-extra .top {
        max-width: 900px;
    }
    .s-extra .popular__posts article:nth-child(n+5) {
        display: none;
    }
}

@media only screen and (max-width:1000px) {
    .s-extra .top, .s-extra .tags-wrap {
        max-width: 800px;
    }
}

@media only screen and (max-width:800px) {
    .s-extra .top, .s-extra .tags-wrap {
        max-width: 550px;
    }
    .s-extra .about {
        padding: 0 15px;
    }
    .s-extra .tags {
        text-align: left;
    }
}

@media only screen and (max-width:600px) {
    .s-extra h3, .s-extra .about, .s-extra .tags {
        text-align: center;
    }
    .s-extra .popular__thumb {
        left: .6rem;
    }
    .s-extra .popular__thumb img {
        height: 6.6rem;
        width: 6.6rem;
    }
    .s-extra .about {
        padding: 0 10px;
    }
}

@media only screen and (max-width:400px) {
    .s-extra .popular__post {
        padding-left: 8.5rem;
    }
    .s-extra .popular__thumb {
        left: .6rem;
    }
    .s-extra .popular__thumb img {
        height: 6.3rem;
        width: 6.3rem;
    }
    .s-extra .about {
        padding: 0;
    }
}

/* ===================================================================
 * # footer
 *
 * ------------------------------------------------------------------- */
footer {
    padding-top: 5.2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
    line-height: 2;
    color: #fff;
    background: #333;
}

footer a {
    color: #FFFFFF;
}

footer h4 {
    font-family: "metropolis-bold", sans-serif;
    font-size: 1.4rem;
    line-height: 1.286;
    text-transform: uppercase;
    letter-spacing: .25rem;
    padding-bottom: 0;
    color: #fff;
    margin-top: 0;
    position: relative;
}

footer h4::after {
    content: "";
    display: block;
    height: 1px;
    width: 120px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0;
    bottom: -2px;
}

.s-footer__main {
    margin-bottom: 3.6rem;
}

/* -------------------------------------------------------------------
 * ## footer link list
 * ------------------------------------------------------------------- */
.s-footer__linklist {
    list-style: none;
    margin-left: 0;
    padding: 0;
}

.s-footer__linklist a {
    color: #fff;
}

.s-footer__linklist li {
    padding-left: 0;
}

/* -------------------------------------------------------------------
 * ## subscribe form
 * ------------------------------------------------------------------- */
.s-footer__subscribe .subscribe-form {
    margin: 0;
    padding: 0;
    position: relative;
}

.s-footer__subscribe #mc-form {
    width: 100%;
}

.s-footer__subscribe #mc-form input[type="email"] {
    width: 100%;
    height: 5.4rem;
    font-size: 1.5rem;
    padding: 1.2rem 100px 1.2rem 60px;
    background: url(../images/icons/icon-mail.svg) 20px center no-repeat,
        rgba(0, 0, 0, 0.1);
    background-size: 24px 16px, auto;
    margin-bottom: 1.8rem;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    border: none;
}

.s-footer__subscribe #mc-form input[type="email"]:hover,
.s-footer__subscribe #mc-form input[type="email"]:focus {
    color: #FFFFFF;
}

.s-footer__subscribe #mc-form input[type="email"]::-webkit-input-placeholder
{
    color: rgba(255, 255, 255, 0.2);
}

.s-footer__subscribe #mc-form input[type="email"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.2); /* Firefox 18- */
}

.s-footer__subscribe #mc-form input[type="email"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2); /* Firefox 19+ */
}

.s-footer__subscribe #mc-form input[type="email"]:-ms-input-placeholder
{
    color: rgba(255, 255, 255, 0.2);
}

.s-footer__subscribe #mc-form input[type="email"].placeholder {
    color: rgba(255, 255, 255, 0.2) !important;
}

.s-footer__subscribe #mc-form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    color: #FFFFFF;
    background: #0054a5;
    border-color: #0054a5;
    padding: 0 15px;
    border-radius: 0 3px 3px 0;
}

.s-footer__subscribe #mc-form label {
    color: #FFFFFF;
    font-family: "metropolis-regular", sans-serif, sans-serif;
    font-size: 1.3rem;
    padding: 0 2rem;
}

.s-footer__subscribe #mc-form label i {
    padding-right: 6px;
}

/* -------------------------------------------------------------------
 * ## copyright
 * ------------------------------------------------------------------- */
.s-footer__bottom .s-footer__copyright span {
    display: inline-block;
}

.s-footer__bottom .s-footer__copyright span::after {
    content: "|";
    display: inline-block;
    padding: 0 1rem 0 1.2rem;
    color: rgba(255, 255, 255, 0.1);
}

.s-footer__bottom .s-footer__copyright span:last-child::after {
    display: none;
}

/* ------------------------------------------------------------------- 
 * ## go to top
 * ------------------------------------------------------------------- */
.go-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 600;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.go-top a, .go-top a:visited {
    text-decoration: none;
    border: 0 none;
    display: block;
    height: 5.4rem;
    width: 5.4rem;
    line-height: 5.4rem;
    text-align: center;
    background-image: url(../images/icons/icon-arrow-up.svg);
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px 16px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    text-transform: uppercase;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.go-top a:hover, .go-top a:focus {
    color: #FFFFFF;
    background-color: #0054a5;
}

.go-top.link-is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * footer components
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
    .s-footer__main>.row {
        max-width: 800px;
    }
    .s-footer__sitelinks, .s-footer__archives, .s-footer__social {
        margin-bottom: 3rem;
    }
    .s-footer__subscribe {
        clear: both;
    }
    .s-footer__bottom {
        text-align: center;
    }
}

@media only screen and (max-width:600px) {
    footer {
        padding-top: 7.8rem;
    }
    .s-footer__main .row {
        max-width: 480px;
    }
    .s-footer__main h4 {
        padding-bottom: 0;
        margin-bottom: 2.4rem;
    }
    .s-footer__main h4::after {
        display: none;
    }
    .s-footer__main .s-footer__linklist {
        width: 80%;
        margin: 0 auto;
    }
    .s-footer__main .s-footer__linklist li a {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.03);
        padding: .6rem 0;
    }
    .s-footer__main .s-footer__linklist li:first-child a {
        border-top: 1px solid rgba(255, 255, 255, 0.03);
    }
    .s-footer__sitelinks, .s-footer__archives, .s-footer__social,
    .s-footer__subscribe {
        text-align: center;
    }
    .s-footer__sitelinks, .s-footer__archives, .s-footer__social {
        margin-bottom: 4.2rem;
    }
    .s-footer__main .row [class*="col-"]:nth-child(2) {
        display: none;
    }
    .s-footer__bottom {
        padding-bottom: .6rem;
    }
    .s-footer__bottom .s-footer__copyright span {
        display: block;
    }
    .s-footer__bottom .s-footer__copyright span::after {
        display: none;
    }
}

/* ===================================================================
 * # blog styles
 *
 * ------------------------------------------------------------------- */
.s-content--narrow .s-content__header {
    padding: 0 8rem;
}

.s-content--narrow h3.remove-top-margin {
    margin-top: 0;
}

.s-content--narrow h3.quarter-top-margin {
    margin-top: 1.5rem;
}

.s-content--narrow h3.half-top-margin {
    margin-top: 3rem;
}

.s-content__header-title {
    font-size: 4.2rem;
    line-height: 1.214;
    margin-bottom: .9rem;
}

.s-content__header-meta {
    list-style: none;
    margin-left: 0;
    margin-bottom: 1.2rem;
    font-family: "metropolis-medium", sans-serif;
    font-size: 1.5rem;
    line-height: 1.8;
    position: relative;
}

.s-content__header-meta li {
    display: inline-block;
    padding-left: 0;
    margin: 0 1rem;
}

.s-content__header-meta span, .s-content__header-meta a {
    color: #000000;
}

.s-content__header-meta .cat a::after {
    content: ",";
}

.s-content__header-meta .cat a:last-child::after {
    content: none;
}

/* -------------------------------------------------------------------
 * ## content main
 * ------------------------------------------------------------------- */
.s-content__main {
    margin-top: 6rem;
    padding-left: 6rem;
    padding-right: 6rem;
}

.s-content__main img {
    max-width: 960px;
    margin: 3rem 0 3rem -6rem;
}

/* -------------------------------------------------------------------
 * ## content media
 * ------------------------------------------------------------------- */
.s-content__media {
    padding: 0;
    margin-top: 4.8rem;
}

.s-content__media img {
    vertical-align: bottom;
}

.s-content__media, .s-content__post-thumb {
    position: relative;
}

/* -------------------------------------------------------------------
 * ## post tags
 * ------------------------------------------------------------------- */
.s-content__tags {
    margin-top: 6rem;
    font-family: "metropolis-regular", sans-serif;
}

.s-content__tags span {
    font-family: "metropolis-bold", sans-serif;
    color: #151515;
    position: relative;
    padding-right: 55px;
    margin-right: 1.5rem;
    margin-top: 1.2rem;
}

.s-content__tags span::after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    right: 0;
}

.s-content__tags .s-content__tag-list {
    display: inline-block;
    padding-right: 0;
    margin-right: 0;
}

.s-content__tags .s-content__tag-list::after {
    display: none;
}

.s-content__tags .s-content__tag-list a {
    display: inline-block;
    font-family: "metropolis-regular", sans-serif;
    font-size: 1.3rem;
    line-height: inherit;
    color: #7f7f7f;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 0 10px;
}

.s-content__tags .s-content__tag-list a:hover, .s-content__tags .s-content__tag-list a:focus
{
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.s-content__tags .s-content__tag-list a:last-child {
    margin-right: 0;
}

/* -------------------------------------------------------------------
 * ## author profile
 * ------------------------------------------------------------------- */
.s-content__author {
    margin-top: 10.2rem;
    padding-left: 9rem;
    position: relative;
}

.s-content__author img {
    margin: 0 !important;
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.s-content__author p {
    margin-bottom: 1.2rem;
}

.s-content__author-name {
    margin-top: 0;
}

.s-content__author-name a {
    color: #151515;
}

.s-content__author-social {
    list-style: none;
    margin-left: 0;
    font-family: "metropolis-bold", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.s-content__author-social li {
    display: inline-block;
    margin-right: 1rem;
    padding-left: 0;
}

.s-content__author-social a {
    color: #151515;
}

/* -------------------------------------------------------------------
 * ## blog single page navigation
 * ------------------------------------------------------------------- */
.s-content__pagenav {
    margin-top: 10.2rem;
    padding-top: 1.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.s-content__nav:after {
    content: "";
    display: table;
    clear: both;
}

.s-content__nav span {
    display: block;
    font-family: "metropolis-medium", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #7f7f7f;
    margin-bottom: 1.2rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.s-content__nav a {
    font-family: "librebaskerville-bold", serif;
    font-size: 2.2rem;
    line-height: 1.5;
    color: #19191b;
}

.s-content__nav a:hover span, .s-content__nav a:focus span {
    color: #19191b;
}

.s-content__prev, .s-content__next {
    width: 50%;
    float: left;
    padding-right: 2rem;
}

/* -------------------------------------------------------------------
 * ## format gallery
 * ------------------------------------------------------------------- */
.format-gallery .entry__thumb {
    overflow: hidden;
}

.format-gallery .slider {
    overflow: hidden;
}

.format-gallery .slick-dots {
    text-align: left;
    margin: 0;
    padding: 0 2rem 0 2.4rem;
    position: absolute;
    top: auto;
    bottom: 2.4rem;
    left: 0;
}

.format-gallery .slider__slides {
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.format-gallery .slider__slides.slick-initialized {
    opacity: 1;
    visibility: visible;
}

/* -------------------------------------------------------------------
 * ## format video
 * ------------------------------------------------------------------- */
.format-video .video-container {
    margin-bottom: 0;
}

/* -------------------------------------------------------------------
 * ## format audio
 * ------------------------------------------------------------------- */
.format-audio .audio-wrap {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * blog styles
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
    .s-content--narrow .s-content__header {
        padding: 0 6rem;
    }
    .s-content__main {
        padding-left: 5rem;
        padding-right: 5rem;
    }
    .s-content__main img {
        max-width: 900px;
        margin: 3rem 0 3rem -5rem;
    }
}

@media only screen and (max-width:1000px) {
    .s-content--narrow .s-content__header {
        padding: 0 6rem;
    }
    .s-content__header-title {
        font-size: 3.8rem;
    }
    .s-content__main {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .s-content__main img {
        max-width: 800px;
        margin: 3rem 0 3rem -4rem;
    }
}

@media only screen and (max-width:900px) {
    .s-content__main, .s-content__media {
        padding-left: 15px;
        padding-right: 15px;
    }
    .s-content--narrow .s-content__header {
        padding: 0 5rem;
    }
    .s-content__main img {
        max-width: 100%;
        margin: 3rem 0 3rem;
    }
}

@media only screen and (max-width:800px) {
    .s-content__header-title {
        font-size: 3.6rem;
    }
    .s-content__prev, .s-content__next {
        width: 100%;
        float: none;
        padding: 0;
        text-align: left;
        margin-bottom: 1.8rem;
    }
    .s-content__author {
        text-align: center;
        padding-left: 0;
    }
    .s-content__author img {
        position: static;
    }
    .s-content__author-name {
        margin-top: 1.2rem;
    }
}

@media only screen and (max-width:600px) {
    .s-content--narrow .s-content__header, .s-content__main,
    .s-content__media {
        padding-left: 10px;
        padding-right: 10px;
    }
    .s-content__prev, .s-content__next {
        text-align: center;
    }
}

@media only screen and (max-width:500px) {
    .s-content__header-title {
        font-size: 3.4rem;
    }
}

@media only screen and (max-width:400px) {
    .s-content--narrow .s-content__header, .s-content__main,
    .s-content__media {
        padding-left: 0;
        padding-right: 0;
    }
    .s-content--narrow .s-content__header {
        margin-top: 0;
    }
    .s-content__header-title {
        font-size: 3.3rem;
    }
}

/* -------------------------------------------------------------------
 * ## comments 
 * ------------------------------------------------------------------- */
.comments-wrap {
    background-color: #e5e5e5;
    padding: 8.4rem 0 9rem;
    margin-top: 10.2rem;
}

/* comments
 * -------------------------------------------------- */
#comments {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    max-width: 880px;
    color: #4c4c4c;
}

#comments h3 {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

#comments ol, #comments ul {
    list-style: none;
}

.commentlist {
    margin: 6rem 0 5.4rem;
    padding: 0;
}

.commentlist>.comment {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 1.8rem 0;
    padding-left: 14%;
}

.comment__avatar {
    position: absolute;
    left: 0;
    display: block;
    height: 6rem;
    width: 6rem;
}

.comment__avatar img {
    margin-top: 0.6rem;
    height: 6rem;
    width: 6rem;
    border-radius: 100%;
}

.comment__info cite {
    font-family: "metropolis-bold", sans-serif;
    font-size: 1.9rem;
    line-height: 1.263;
    font-style: normal;
    color: #151515;
}

.comment__meta {
    font-family: "metropolis-regular", sans-serif;
    font-size: 1.45rem;
    line-height: 3rem;
    font-style: normal;
    display: block;
    color: rgba(0, 0, 0, 0.7);
}

.comment__meta time {
    margin-right: 12px;
}

.comment__meta .reply {
    font-family: "metropolis-semibold", sans-serif;
}

.comment__text {
    clear: both;
    margin: 1.8rem 0 0 0;
    padding: 0;
}

.comment ul.children {
    margin: 0;
    padding: 1.8rem 0 0 0;
}

.comment ul.children li {
    padding-left: 5%;
    padding-top: 1.8rem;
}

/* comments form
 * ---------------------------- */
#comments .respond {
    padding-top: 4.2rem;
}

#comments form {
    padding-top: 3rem;
}

#comments form .form-field {
    margin-bottom: 3.9rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * comments
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
    #comments {
        max-width: 830px;
    }
}

@media only screen and (max-width:1000px) {
    #comments {
        max-width: 750px;
    }
}

@media only screen and (max-width:800px) {
    #comments form button {
        width: 100%;
    }
    .comment__avatar {
        height: 5.1rem;
        width: 5.1rem;
    }
    .comment__avatar img {
        margin-top: 0;
        height: 5.1rem;
        width: 5.1rem;
    }
}

@media only screen and (max-width:600px) {
    #comments h3 {
        text-align: center;
    }
    .commentlist>.comment {
        padding-left: 0;
    }
    .commentlist .comment__avatar {
        display: none;
    }
}

/* ===================================================================
 * # page styles
 *
 * ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- 
 * ## contact page
 * ------------------------------------------------------------------- */

/* map
 * ----------------------------------------------- */
#map-wrap {
    background: #FFFFFF;
    z-index: 500;
    height: 420px;
}

#map-wrap .gm-style img {
    max-width: none;
}

#map-wrap .gm-style label {
    width: auto;
    display: inline;
}

#map-wrap #map-container {
    height: 100%;
    width: 100%;
    background: #DDDDDD;
    position: relative;
}

#map-wrap #map-zoom-in, #map-wrap #map-zoom-out {
    height: 3.2rem;
    width: 3.2rem;
    cursor: pointer;
    margin-right: 4rem;
    color: white;
    background-color: #000000;
    display: none;
}

#map-wrap #map-zoom-in {
    margin-bottom: 2px;
    margin-top: 30px;
}

#map-wrap #map-zoom-in::before, #map-wrap #map-zoom-out::before {
    display: block;
    color: white;
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 14px;
    content: "\f067";
    height: 32px;
    width: 32px;
    line-height: 32px;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

#map-wrap #map-zoom-in::before {
    content: "\f067";
}

#map-wrap #map-zoom-out::before {
    content: "\f068";
}

#map-wrap #map-zoom-in:hover::before, #map-wrap #map-zoom-out:hover::before
{
    background-color: #0054a5;
}

/* contact form
 * ----------------------------------------------- */
#cForm {
    margin-top: 3.6rem;
}

/*# sourceMappingURL=main.css.map */
.search-outer input {
    background: #fff;
    border-radius: 0;
    padding: 12px;
    border-bottom: navajowhite;
    height: 52px;
    border: none !important;
}

.main-articles {
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    margin: 0;
}

.main-articles li img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.entry__text {
    background: #fff;
    padding: 15px;
}

.entry__title a {
    color: #333;
    display:;
    font-size: 15px;
    font-weight: 600;
}

.entry__title {
    margin: 0;
    color: #333 !important;
}

.main-articles li {
    width: 24%;
    float: left;
    margin-right: 14px;
    margin-bottom: 20px;
}

/*.masonry__brick.entry:nth-child(3n+3){
   padding: 0 0 0 63px;
}
*/
/*.masonry__brick{
   float: left;
   padding: 0 63px;
}*/
/*.masonry .grid-sizer, .masonry__brick {
   width: 440px;
}*/
.pos-abs {
    position: relative;
    width: 100%;
}

.entry__thumb-link.pos-rel {
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
}

.pos-abs p {
    /* 	color: #fff;
    */	padding: 20px 10px;
    font-weight: 600;
    font-size: 17px;
    text-align: right;
    direction: rtl;
    margin-bottom: 0;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 13.5px !important;
    border-left: none;
}

.entry__excerpt p {
    margin: 0;
}

.form__login {
    background: #fff;
    padding: 20px;
    border-top: 7px solid #30a1b3;
    margin: 50px 0;
}

.form__login h1 {
    margin: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-control {
    background: transparent;
    padding: 15px !important;
    height: 45px !important;
    border: none !important;
    box-shadow: none;
    border: 1px solid #f3f3f3 !important;
    border-radius: 0 !important;
    font-size: 14px !important;
    color: #333 !important;
    border: none !important;
    border-bottom: 1px solid #333 !important;
}

.login-box {
    padding: 80px 0px;
}

.login-box.login-contact {
    padding: 120px 0px;
}

.toggle_area {
    background: rgba(225, 225, 225, 0.7);
}

.modal-header {
    padding: 15px;
}

.modal-header {
    background-color: #2c9bae;
    color: #fff;
}

.modal-header .inner-title {
    text-transform: inherit;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
}

.inner-title {
    margin-bottom: 20px;
    line-height: 35px;
}

.modal-body>p {
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.form-control {
    background: transparent;
    border: 1px solid #ececec;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    padding: 9px 20px;
    text-align: left;
    width: 100%;
    color: #6C6C6C;
    border-bottom: 1px solid #000;
}

.login-box .btn-default {
    background-color: #2c9bae;
    color: #fff;
    border: 1px solid #2c9bae;
    font-size: 13px;
    letter-spacing: 0;
    padding: 0px 22px;
    /* height: auto; */
}

.submit_area>span {
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 46px;
    text-transform: capitalize;
}

.modal-footer {
    text-align: center;
}

.modal-footer>span {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
    display: block;
}

.modal-footer span a {
    display: block;
    font-family: 'Montserrat', sans-serif;
}

.s-pageheader--home.s-pageheader--inner {
    min-height: 300px;
    padding-top: 222px;
}

.login-box .btn-default {
    background-color: transparent;
    color: #333;
    border: none;
    font-size: 15px;
    letter-spacing: 0;
    padding: 0px 22px;
    margin-bottom: 0;
    display: inline-block;
    /* width: 100%; */
    margin: auto;
    text-align: center;
    font-weight: 600;
}

.login_option form {
    margin-bottom: 0 !important;
}

.load-btn {
    background: #30a1b3 !important;
    color: #fff !important;
}

.product-slider {
    padding: 30px 16px;
    /* background: #fff; */
    margin-top: 26px;
    padding-bottom: 0;
}
.product-slider #carousel { /*! border: 4px solid #1089c0; */
    /*! margin: 0; */

}

.product-slider #thumbcarousel {
    margin: 0;
    padding: 0;
    text-align: left !important;
}

.product-slider #thumbcarousel .item {
    text-align: left;
}

.product-slider #thumbcarousel .item .thumb {
    border: 4px solid #cecece; 
    width: 20%; 
    margin: 0 2%; 
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    max-width: 98px; 
}

.product-slider #thumbcarousel .item .thumb:hover {
    border-color: #1089c0;
}

.carousel-control {
    color: #fff;
    text-align: center;
    text-shadow: none;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    top: 23%;
}

.carousel-control:hover, .carousel-control:focus, .carousel-control:active
{
    color: #fff;
}

.carousel-caption, .carousel-control .fa {
    font: normal normal normal 30px/26px FontAwesome;
}

.carousel-control {
    background-color: rgba(0, 0, 0, 0);
    bottom: auto;
    font-size: 20px;
    left: 25px;
    position: absolute;
    top: 50%;
    width: auto;
}

.carousel-control.right {
    right: 25px;
}

.carousel-control.right, .carousel-control.left {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}
/* .product-slider .carousel-inner.carousel-outer .item img {
   width: 100%;
   height: 400px;
   object-fit: cover;
} */
.carousel-inner img {
    height: 100px;
}

.rows {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.rows .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 3px;
}

.rows .column img {
    margin-top: 0;
    vertical-align: middle;
    width: 100%;
}

@media ( max-width : 1100px) and (min-width:901px) {
    .rows {
        display: flex;
        flex-wrap: nowrap;
        padding: 0 4px;
        justify-content: space-between;
        align-items: stretch;
    }
}

@media ( max-width : 1030px) {
    /* .rows .column {
            flex: 33%;
            max-width: 33.33%;
    } */
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media ( max-width : 900px) {
    /* 	.rows .column {
                    flex: 50%;
                    max-width: 50%;
            } */
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media ( max-width : 600px) {
    .rows .column {
        flex: 100%;
        max-width: 100%;
    }
}
.navbar-header {
    margin: 7px 0;
}
.navbar-brand.logo img {
    height: 50px;
}

header {
    padding: 0;
    min-height: 44px !important;
    margin-bottom: 0 !important;
    background: #000;
}
.nav.navbar-nav {
    color: #fff;
    padding: 7px 0;
}

.nav.navbar-nav li a {
    color: #fff;
    font-weight: 500;
    padding: 10px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0 10px 0 10px;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
}
.header-bottom {
    background: #212121;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-bottom .header__social{
    padding-left:10px;
}

.header-bottom .header__social li {
    width: 30px;
    height: 30px;
    line-height: 26px;
}
.header-bottom .header__social li a i { 
    font-size:12px;
}
.header-bottom span{
    color:#fff;
}
.p-r-0 {
    padding-left: 0;
    padding-right: 0;
}

.header-bottom .header__social li:last-child {
    margin-right: 13px;
    border: 1px solid #f3f3f3;
    line-height: 26px;
}

.pageheader-content {
    background-image: url(../images/banner.jpeg);
    padding: 80px 0;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.3);
    height: 650px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}


.homeSocialFollow {
    margin-top: 30px;
}

.fbIconBlock {
    background: #3b5998;
}

.homeSocialIconBlock {
    height: 63.9px;
    width: 100%;
    display: block;
    color: #fff;
}

.homeSocialIconBlock i {
    padding: 22px 25px 20px;
    font-size: 24px;
    width: 70px;
}

.homeSocialIconBlock span {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: .5px;
    display: inline-block;
    position: relative;
    top: -4px;
}

.twIconBlock {
    background: #00aced;
}

.googIconBlock {
    background: #dd4b39;
}

.instaIconBlock {
    background: #8825bd;
}

.homeBumpUp {
    margin-top: -37px;
    padding-bottom: 24px;
    display: inline-block;
    width: 100%;
    background: #fff;
}

.homeGridBox h2 {
    font-size: 16px;
}

.homeNoLeftPad ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.homeGridBox.homeBirthdays {
    background: #fff;
    padding: 12px;
    margin-top: 20px;
}

.homeGridBox.homeBirthdays h2 {
    margin: 0;
}

.homeGridBox.homeBirthdays ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.homeNoLeftPad .btn-more-popular {
    height: auto;
    padding: 2px;
    letter-spacing: 0;
    font-size: 13px;
    padding: 5px 12px;
}

.homeGridBox.homePopular.homeBumpUp h2 {
    margin: 0;
    margin-top: 15px;
}

.homeBumpUp {
    margin-top: 0;
    padding-bottom: 24px;
    display: inline-block;
    width: 100%;
    background: #fff;
    border-top: 5px solid #fbb180;
    box-shadow: 0px 0px 6px 0 #ccc;
}

.bqLn a {
    color:;
    font-size: 21px;
}

.homeSocialIconBlock:hover, .homeSocialIconBlock:focus,
.homeSocialIconBlock:active {
    color: #fff;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    /* margin-top: 20px; */
}

.search-outer h3 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-shadow: 0 0 3px #555;
    margin-top: 0;
}

.contact-inner h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

.contact-inner p a {
    color: #2c9bae;
}

.m-0 {
    margin: 0;
}

.homeBumpUp.homeBumpUp1 {
    margin-top: 0;
}

.sticky {
    position: fixed;
    top: 0;
    /*   width: 82%;*/
    z-index: 999;
}

.header.sticky header {
    background: rgba(0, 0, 0, 0.4);
    /* min-height: 50px !important; */
}

.header.sticky .nav.navbar-nav {
    color: #fff;
    padding: 20px 0;
}

.header.sticky .navbar-brand.logo img {
    height: 60px;
}
.search-outer {
    position: absolute;
    /* width: 100%; */
    right: 0;
    left: 0;
    text-align: center;
}
.banner-headings h1 {
    color: #fff;
    font-size: 36px;
    margin: 0;
}

/* .banner-headings h1::before {
        display: inline-block;
        margin: 0 20px 8px 0;
        height: 2px;
        content: " ";
        text-shadow: none;
        background-color: #fff;
        width: 61px;
        position: absolute;
        bottom: 93px;
        left: 0;
} */
.banner-headings p {
    padding-left: 60px;
    color: #f3f3f3;
    margin: 0;
}

.banner-searching button {
    background: #fff;
    border: 1px solid #fff;
    height: 3.2rem;
}

.banner-searching i {
    color: #fbb180;
    font-size: 25px;
}

.banner-headings {
    padding-top: 110px;
    /* padding-right: 30px; */
}
.banner-searching  .btn:hover, .banner-searching  button:hover {
    background-color: #fff;
    border-color: transparent;
    color: #000000;
    outline: 0;
}
.pageheader-content-inner-remove .search-outer.search-outer-new {
    top: 180px;

}

.search-outer.search-outer-new {
    position: absolute;
    top: 542px;
    left: 50%;
    width: 20%;
    margin: 0;
    margin-bottom: 13px;
    transform: translate(-50% , -50%);
}

/* .nav.navbar-nav li a:hover::before {
        display: inline-block;
        margin: 0 20px 8px 0;
        height: 2px;
        content: " ";
        text-shadow: none;
        background-color: #fff;
        width: 16px;
        position: absolute;
        bottom: 10px;
        left: -8px;
}

.nav.navbar-nav li a:hover::after {
        display: inline-block;
        margin: 0 20px 8px 0;
        height: 2px;
        content: " ";
        text-shadow: none;
        background-color: #fff;
        width: 16px;
        position: absolute;
        bottom: 10px;
        right: -29px;
}
*/
.search-outer.search-outer-li {
    position: absolute;
    bottom: -20px;
    text-align: center;
    left: 20px;
    right: 20px;
}
.selected-border-g,.selected-border-b,.selected-border-p,.selected-border-y {
    margin-top: -18px;
}
/* .green {
        background: #56c1a9;
        
}

.blue {
    background: #12aee2;
   
}
.purple {
        background: #465492;
        
}

.yellow {
        background: #fcd77c;
        
} */

.carousel-indicators {
    bottom: 97px;
}

.social-black {
    position: fixed;
    display: inline-block;
    width: 7%;
}

.social-black ul {
    padding: 0;
    display: inline-block;
    width: 100%;
    float: right;
    text-align: right;
    margin-top: 0;
}

.social-black ul li {
    display: inline-block;
    /*! width: 100%; */
    text-align: center;
    color: #333;
    padding: 0;
    margin: 0;
    margin-bottom: 0;
}

.social-black ul li a {
    color: #333;
    border: 1px solid #333;
    padding: 9px 11px;
    display: inline-block;
    border-radius: 50px;
}

.carousel-indicators li {
    background-color: #41a3cb;
    border: none;
}

/* .entry__header a {
        color: #fff !important;
        border: 1px solid #f3f3f3;
        padding: 2px 7px;
        display: inline-block;
        border-radius: 50px;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
} */
.entry__header a {
    color: #fff !important;
    border: 1px solid #f3f3f3;
    /* padding: 2px 7px; */
    display: inline-block;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    cursor: pointer;
}

.entry__header {
    display: inline-block;
    width: 100%;
    background: #64b3a0;
    /* position: absolute; */
    /* bottom: 0; */
    padding: 7px 7px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.s-footer__sitelinks img {
    width: 100px;
    text-align: center;
}

.signature {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 12px 0;
}

.signature img {
    width: auto;
    margin: auto;
    text-align: center;
    display: inline-block;
    height: 300px;
}

.pageheader-content.page-login-inner {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-footer-bottom {
    position: absolute;
    bottom: 0;
    color: #fff;
    right: 48px;
    font-size: 25px;
    padding-bottom: 15px;
}

.login-footer-bottom a {
    color: #e2c67c;
}

.login-footer-bottom span {
    font-size: 12px;
}

.modal-header {
    background-color: #333;
    color: #fff;
    width: 90%;
    /* position: absolute; */
    /* margin-bottom: 20px; */
    /* display: inline-block; */
    margin: -50px 0px 0px 5%;
    display: inline-block;
    text-align: center;
    border: none;
}

.modal-header .header__social {
    list-style: none;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 0;
    /* position: absolute; */
    /* left: 20px; */
    /* top: 12px; */
    text-align: left;
    padding-left: 60px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    padding: 0;
}

.modal-header .sign-ul .auth-icon {
    border-radius: 25px !important;
}

.modal-header .sign-ul .auth-clients {
    margin-bottom: 0px !important;
}

.modal-dialog {
    width: 600px;
    margin: 30px auto;
}

::placeholder {
    color: #333 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #333 !important;
}

/* .entry__header.yellow1 {
        background: #e2c67c;
        position: absolute;
        display: inline-block;
        bottom: 0;
        left: 0;
} */
.entry__header.yellow1 {
    background: #fcd77c;
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
}
.entry__header.other-black {
    background: #333333;
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 0;
}

.entry__header.blue1 {
    background: #12aee2;
}

.entry__header.purple1 {
    background: rgb(60, 61, 103);
}

.submit_area>span {
    display: inline-block;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 46px;
    text-transform: capitalize;
    color: #333;
}

.modal-header.modal-new {
    width: 100%;
    background: transparent;
    margin: 0;
    padding: 0 10px;
    text-align: left;
    border-bottom: 1px solid #f3f3f3;
}

.modal-header.modal-new h4 {
    line-height: 49px;
}

.modal-body.modal-new-1 {
    padding: 5px;
}

.modal-body.modal-new-1 img {
    margin: 0;
    height: 400px;
    object-fit: cover;
    width: 100%;
}

.modal-content.modal-content-1 {
    border-radius: 0;
}

.modal-content-1 button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    background: #333 !important;
    opacity: 1;
    color: #fff;
    border-radius: 50%;
    padding: 4px 4px !important;
    margin: 0 !important;
    line-height: 0 !important;
    height: 28px;
    /* margin-top: 4px !important; */
    position: absolute;
    right: -8px;
    top: -7px;
}

.modal-content-1 button.close {
    cursor: pointer;
    color: #fff;
    line-height: 0 !important;
    z-index: 999;
}

.top-bar {
    background: #fff;
    padding: 5px 0;
}

.social-black {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #fff;
    float: right;
    text-align: right;
}

.small {
    font-size: 26px;
}

.pageheader-content.header-content-1 {
    background-image: url(../images/banner.jpeg);
    padding: 50px 0;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.3);
    height: 380px;
    position: relative;
}

.modal-header.modal-connect {
    background-color: #333;
    color: #fff;
    width: 100%;
    margin: auto;
    /* position: absolute; */
    /* margin-bottom: 20px; */
    /* display: inline-block; */
    /* margin: -50px 0px 0px 22px; */
    display: inline-block;
    text-align: center;
    border: none;
}

.header-quote h1 {
    border-bottom: 1px solid #333;
    text-align: left;
    font-size: 27px;
    padding-bottom: 9px;
}

.header-quote {
    padding: 5px 32px;
    /* background: #4444; */
}

.product-padding .product-slider {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0px;
}

.section-new {
    background: #fff;
    padding-bottom: 60px;
}

.li-searching.small {
    position: fixed!important;
    top: 124px;
    /* width: 100%; */
    z-index: 9;
    /* background: #fff; */
    left: 19px;
    right: 19px;
    /* transform: unset; */
    /* padding: 15px; */
}
/*.li-searching.small li{
   width: 20%;
   min-height: 70px;
   line-height: 30px;

}*/
.green.active {
    padding: 30px;
    font-size: 20px;
    font-weight: 600;
    background: #3B8A77;
}

.pos-absolute p {
    color: #ffff;
    width: 100%;
    font-size: 23px;
    text-align: center;
    font-weight: 600;
    direction: rtl;
}

.pos-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
}

.header.sticky .navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 10px 0 10px;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
}

.header.sticky .navbar-brand.logo img {
    height: 45px;
}

.header.sticky header {
    background: rgba(0, 0, 0, 0.9);
    min-height: 50px !important;
}
.header.sticky .nav.navbar-nav {
    color: #fff;
    padding: 10px 0;
}

.blue.active {
    padding: 30px;
    font-size: 20px;
    font-weight: 600;
    background: #41a3cb;
}

.masonry .blue-back .entry {
    margin-bottom: 14px;
    border: 2px solid #41a3cb;
    /* background: #64b3a0; */
}

.blue-back .format-quote .entry__thumb, .blue-back .format-link .entry__thumb
{
    /* display: table; */
    /*  background:#66c8f0;*/
    padding: 2.4rem 1rem 4.8rem;
    /* min-height: autoauto172px; */
    width: 100%;
    position: relative;
}

.masonry .blue-back .entry__text {
    padding: 0;
    /*background-color: #66c8f0;*/
    display: inline-block;
    width: 100%;
    /* color: #000; */
}

.purple.active {
    padding: 30px;
    font-size: 20px;
    font-weight: 600;
    background: #555788;
}

.masonry .purple-back .entry {
    margin-bottom: 14px;
    border: 2px solid #555788;
    /* background: #64b3a0; */
}

.purple-back .format-quote .entry__thumb, .purple-back .format-link .entry__thumb
{
    /* display: table; */
    /*   background:#8082B3;*/
    padding: 2.4rem 1rem 4.8rem;
    /* min-height: autoauto172px; */
    width: 100%;
    position: relative;
}

.masonry .purple-back .entry__text {
    padding: 0;
    /*  background-color: #8082B3;*/
    display: inline-block;
    width: 100%;
    /* color: #000; */
}

.yellow.active {
    padding: 30px;
    font-size: 20px;
    font-weight: 600;
    background: #e2c67c;
}

.masonry .yellow-back .entry {
    margin-bottom: 14px;
    border: 2px solid #e2c67c;
    /* background: #64b3a0; */
    position: relative;
}

.yellow-back .format-quote .entry__thumb, .yellow-back .format-link .entry__thumb
{
    /* display: table; */
    /*background:#e5c9a3;*/
    padding: 2.4rem 1rem 4.8rem;
    /* min-height: autoauto172px; */
    width: 100%;
    position: relative;
}

.masonry .yellow-back .entry__text {
    padding: 0;
    /*   background-color: #e5c9a3;*/
    display: inline-block;
    width: 100%;
    /* color: #000; */
}

.header__social.header__social-2.pull-right {
    display: inline-block;
    /* padding: 0; */
    margin-top: 16px;
}

.header.sticky .header__social.header__social-2.pull-right {
    display: inline-block;
    /* padding: 0; */
    margin-top: 15px;
}

.homeGridBox.homePopular.homeBumpUp.homeBumpUp1.green-side {
    border-top: 5px solid #64b3a0;
}

.homeGridBox.homePopular.homeBumpUp.homeBumpUp1.green-side .homeNoLeftPad .btn-more-popular
{
    height: auto;
    padding: 2px;
    letter-spacing: 0;
    font-size: 13px;
    padding: 5px 12px;
    background: #64b3a0;
    border: #64b3a0;
}

.entry__excerpt {
    /* min-height: 330px; */
    margin-bottom: 45px;
    display: inline-block;
    width: 100%;
}

/* .li-searching span {
        display: inline-block;
        width: 100%;
        color: #fff;
        border-radius: 7px 7px 0 0;
        transform: perspective(140px) rotateX(-15deg);
} */
/* .li-searching a.selected {
        font-weight: 900;
        position: absolute;
        z-index: 999;
        left: 9px;
        top: 0px;
        box-shadow: 0px 10px 9px 3px #635959;
        border-bottom:1px solid #000;
}
*/



/* .li-searching a.selected .blue,.li-searching a.selected .green ,.li-searching a.selected .purple,.li-searching a.selected .yellow{
    line-height: 40px;
    box-shadow: -1px 4px 9px 3px #686464;
}
*/

/* .li-searching a.selected .green {
    background: rgb(61, 134, 116);
}

.li-searching a.selected .blue {
        background: #21a7d4;
}

.li-searching a.selected .purple{
        background :rgb(60, 61, 103);
} */
/* .li-searching a.selected .yellow{
        background :rgb(179, 154, 90);
}
*/
.follow {
    border: none !important;
}

.li-searching a {
    display: inline-block;
    width: 100%;
}

.bar-dropdown {
    display: inline-block;
    border: none !important;
}

.bar-dropdown button {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    line-height: unset !important;
    height: unset !important;
}

.bar-dropdown button:hover, .bar-dropdown button:active, .bar-dropdown button:focus
{
    color: #fff !important;
}

.bar-dropdown ul li {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.help-block {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #737373;
    border-bottom: none !important;
    font-size: 18px;
    position: absolute;
}

.bar-dropdown .dropdown-menu {
    border-radius: 0 !important;
    padding: 0 !important;
    left: 0;
    right: 0;
    z-index: 99;
}
.header__social .bar-dropdown .dropdown-menu {
    left:auto;
}
.bar-dropdown ul li {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0 !important;
    border: none;
    border-bottom: 1px solid #f3f3f3 !important;
    border-radius: 0 !important;
}

.bar-dropdown .dropdown-menu>li>a:hover, .bar-dropdown .dropdown-menu>li>a:focus,
.bar-dropdown .dropdown-menu>li>a.active {
    color: #fff;
    text-decoration: none;
    background-color: #fbb180;
}

.bar-dropdown ul li a {
    display: inline-block;
    width: 100%;
    /* padding: 11px 11px !important; */
    font-size: 18px;
}

.bar-dropdown.bar-dropdown-menu button {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    line-height: unset !important;
    height: unset !important;
    vertical-align: text-top;
    margin-bottom: 0 !important;
    margin-top: 6px;
    padding: 0 30px !important;
}

.bar-dropdown-menu .btn, button {
    display: inline-block;
    font-family: "metropolis-bold", sans-serif;
    font-size: 15px;
    text-transform: unset;
    letter-spacing: 0;
    height: 4.6rem;
    line-height: 2rem;
    padding: 0 14px;
    /* margin: 0 .3rem 1.2rem 0; */
    color: #fff;
    text-decoration: none;
    text-align: left;
    white-space: nowrap;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fbb180;
    border: .2rem solid #fbb180;
}

.nav.navbar-nav .bar-dropdown-menu a {
    color: #fff;
    font-weight: 500;
    padding: 15px 10px;
    font-size: 22px;
}

.nav.navbar-nav .bar-dropdown-menu li a:hover::after {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #fff;
    width: unset;
    position: absolute;
    bottom: 15px;
    right: -33px;
}

.nav.navbar-nav .bar-dropdown-menu li a:hover::before {
    display: inline-block;
    margin: 0 20px 8px 0;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #fff;
    width: unset;
    position: absolute;
    bottom: 15px;
    left: -12px;
}

.about {
    display: inline-block;
    width: 100%;
    padding: 100px 0;
}

.about h3 {
    margin: 0;
}
/**/

/*.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item {   
  padding: 5px;
  width: 23.3%;
  margin-top: 10px;
  font-size: 3em;

}
*/



.entry__text a {
    text-decoration: none;
}

.list-view { /* Masonry container */
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 0 0.3em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
}

.list-view .item {
    display: inline-block;
    /* background: #fff; */
    width: 100%;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*     padding-top: 25px;
    */}

.list-view .item img {
    max-width: 100%;
}

.nav.navbar-nav .bar-dropdown-menu a {
    cursor: pointer;
}
.nav.navbar-nav .bar-dropdown-menu .dropdown-menu li a {
    color: #333;
}

@media only screen and (max-width: 320px) {
    .list-view {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {


    .list-view {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .product-slider #thumbcarousel .item .thumb {
        /* border: 4px solid #cecece; */
        width: 19%;
        margin: 0 1px;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        /* max-width: 98px; */
        float: left;
    }
    .name-author {
        display: inline-block;
        width: 100%;
        /* background: #64b3a0; */
        padding: 8px;
        left: 0;
        position: static;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .list-view {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1201px) {
    .list-view {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

.search-invisible {
    background: #fff;
}

.search-invisible ul {
    padding: 0;
    list-style: none;
    margin: 0;
    overflow: auto;
    max-height: 300px;
}

.search-invisible ul li {
    padding: 7px 15px;
    border-bottom: 1px solid #f3f3f3;
    font-size: 13px;
    cursor: pointer;
}

.search-invisible ul li a {
    color: #333;
}

.search-invisible ul li:hover {
    background: #fbb180;
    color: #fff;
}

.save-btn {
    color: red;
}

.s-footer__copyright a:hover, .s-footer__copyright a:focus,
.s-footer__copyright a:active {
    color: #fff;
}

.s-footer__copyright a {
    display: inline-block;
    margin-right: 13px;
}

.privacy h3 {
    color: #333;
}

.privacy h1 {
    color: #333;
}

.privacy p {
    color: #909090;
}

.privacy .privacy-section h3 {
    counter-reset: subsection;
    margin-bottom: 1.5rem;
    margin-top: 0;
}

.verfication-img img {
    height: 57px;
    width: 100%;
}

.masonry__brick  a {
    color: #000;
}

.masonry__brick entry  a:hover {
    color: #000;
    text-decoration: none;
}

a:hover, a:active {
    outline: 0;
    text-decoration: none;
}

.detail-unit p {
    display: inline-block;
    width: 100%;
    line-height: 21px;
    color: #333;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin: 11px 0;
    direction: rtl;
}

.detail-unit {
    display: inline-block;
    width: 100%;
    box-shadow: 0 0 5px 0 #ccc;
    margin-top: 19px;
    background: none;
    /* background-position: top; */
    min-height: 150px;
    position: relative;
}

.detail-unit p {
    display: inline-block;
    width: 100%;
    line-height: 21px;
    color: #333;
    text-align: center;
    font-weight: normal;
    font-size: 1.5rem;
    margin: 11px 0;
    text-shadow: none;
    /* white-space: nowrap; */
}

.name-author {
    display: inline-block;
    width: 100%;
    /* background: #64b3a0; */
    padding: 8px;
    left: 0;
}

.name-author a {
    color: #fff;
    font-weight: 600;
}

.name-author .entry__date a {
    border: 1px solid #fff !important;
    /* padding: 2px 7px; */
    width: 30px;
    height: 30px;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    line-height: 28px;
}

div#list-wrapper div {
    display: initial;
}

div#list-wrapper h3 {
    padding: 1%;
}

.entry__excerpt p a {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.banner-headings h1 p {
    padding: 0;
}

.auth-clients {
    display: inline-block;
    margin: 0 0 1em;
    list-style: none;
    overflow: auto;
    padding: 0;
}

.auth-clients li {
    border: none !important;
}

.rider-dashbord .side-tabs, .rider-dashbord .tab-content {
    min-height: 65vh;
}

.border-style {
    border-top: 3px solid #fbb180;
    border-radius: 0;
}

.bg-blue {
    background: #fff;
    box-shadow: 0 0 2px 0 #ccc;
}

.pic-grid {
    padding: 12px;
}

.rider-dashbord .pic-grid img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0px auto;
}

.side-tabs h4 {
    margin: 0;
}

.rider-dashbord .side-tabs .nav-tabs, .rider-dashbord .side-tabs .nav-tabs>li>a,
.fav-people .nav-tabs>li>a, .fav-people .nav-tabs {
    background: transparent;
    border-right: none;
}

.rider-dashbord .side-tabs .nav {
    display: block;
}

.tabs-left {
    border-bottom: none;
}

.rider-dashbord .side-tabs .nav-tabs li::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f054";
    font-family: "fontawesome";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    top: 14px;
    right: 18px;
    line-height: normal;
    color: #10aded;
    border-radius: 0;
}

.rider-dashbord .side-tabs .nav-tabs>li>a {
    color: #000;
    font-size: 22px;
    margin: 0px;
    border: none;
    border-bottom: 1px solid #ddd;
    display: inherit;
    padding: 10px 10px;
}

.rider-dashbord .side-tabs .nav-tabs, .rider-dashbord .side-tabs .nav-tabs>li>a,
.fav-people .nav-tabs>li>a, .fav-people .nav-tabs {
    background: transparent;
    border-right: none;
    margin: 0;
}

.rider-dashbord .side-tabs .nav-tabs li::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f054";
    font-family: "fontawesome";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    top: 14px;
    right: 18px;
    line-height: normal;
    color: #fbb180;
}

.rider-dashbord .tab-content {
    padding: 20px 15px;
}

.side-tabs .nav.nav-tabs li a i {
    margin-right: 16px;
    font-size: 15px;
}

.rider-dashbord .side-tabs .nav-tabs>li a.active, .rider-dashbord .side-tabs .nav-tabs>li a.active:focus,
.rider-dashbord .side-tabs .nav-tabs>li a.active:hover {
    color: #fbb180;
    cursor: default;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #e6e6e6;
    border-left: 3px solid #fbb180;
    outline: 0;
}

.nav.nav-tabs.tabs-left li {
    width: 100% !important;
}

.user-profile {
    padding: 120px 0;
}

.dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    text-align: left;
    font-size: 16px;
}

.flex-item {
    padding: 5px;
    width: 23.3%;
    margin-top: 10px;
    font-size: 3em;
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.profile-edit .flex-item {
    padding: 5px;
    width: 33.3%;
    margin-top: 10px;
    font-size: 3em;
}

.upload-file {
    display: inline-block;
    width: 100%;
    text-align: center;
    /* padding: 30px; */
}

.upload-file label {
    /* align-items: center; */
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 141px;
    /* justify-content: center; */
    border: 3px dashed #fbb180;
    /* outline-offset: 5px; */
    position: relative;
    width: 100%;
    padding: 50px 0;
    margin-bottom: 15px;
    border-radius: 8px;
}

.upload-file label .fa {
    color: #fbb180;
    font-size: 1em;
}

.collection-modal .close {
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
}

.collection-modal .modal-header {
    background-color: #333;
    color: #fff;
    width: 90%;
    margin: auto;
    /* position: absolute; */
    /* margin-bottom: 20px; */
    /* display: inline-block; */
    margin: -50px 0px 0px 22px;
    display: inline-block;
    text-align: center;
    border: none;
}

.collection-modal h4 {
    color: #fff;
    /* font-weight: 600; */
    font-size: 20px;
}

.collection-modal .bar-dropdown-menu .btn, button {
    display: inline-block;
    font-family: "metropolis-bold", sans-serif;
    font-size: 15px;
    text-transform: unset;
    letter-spacing: 0;
    height: 1.6rem;
    line-height: 2rem;
    padding: 0 14px;
    /* margin: 0 .3rem 1.2rem 0; */
    color: #fff;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fbb180;
    border: .2rem solid #fbb180;
}

.collection-modal .modal-footer button {
    display: inline-block;
    margin: 0 !important;
    font-size: 12px;
    padding: 4px 7px !important;
    height: auto;
    letter-spacing: 0;
}

.side-tabs.bg-blue.border-style ul li {
    padding: 0;
    border-radius: 0 !important;
}

.side-tabs.bg-blue.border-style ul li a {
    border-radius: 0 !important;
}

.profile-edit h1 {
    font-size: 23px;
    margin: 0;
    font-weight: normal;
}

.profile-edit h2 {
    margin: 0;
    font-size: 14px;
    margin-top: 6px;
}

.upload-file h3 {
    margin: 0;
    font-size: 18px;
}

.profile-edit .entry__date a {
    /* background: #fbb180; */
    font-size: 12px;
    height: 30px;
    /* padding: 6px 6px; */
    margin: 10px 0 0 0;
    line-height: 30px;
}

.profile-share ul li a {
    margin: 2px 0 0 0 !important;
}


.dl-horizontal dd a {
    color: #fff;
    padding: 7px 9px;
}

.rider-dashbord .side-tabs .nav-tabs li::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f054";
    font-family: "fontawesome";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    top: 14px;
    right: 18px;
    line-height: normal;
    color: #000;
}

.rider-dashbord .side-tabs .nav-tabs li a.active::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f054";
    font-family: "fontawesome";
    font-weight: 900;
    font-size: 10px;
    position: absolute;
    top: 14px;
    right: 18px;
    line-height: normal;
    color: #fbb180;
}

.box-out h2 {
    margin: 0;
    font-size: 17px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 8px;
    padding-bottom: 10px;
}

.box-out {
    border: 1px solid #f3f3f3;
    box-shadow: 0px 0 3px 0 #ccc;
    margin-top: 20px;
    padding: 19px;
}

.box-class {
    color: #000;
    font-size: 13px;
}

.rider-dashbord table, .rider-dashbord form {
    margin-top: 30px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.btn-st {
    border: 2px solid #fbb180;
    color: #fbb180;
    background-color: transparent;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    display: inline-flex;
    height: 32px;
    line-height: normal;
}
.upload-btn-wrapper .form-group {
    margin-bottom: 0;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

ul.social-share {
    margin: 0;
    padding: 0;
    list-style: none !important;
}


ul.social-share li {
    float: left !important;
}

.article-wrapper .listview {
    /* -moz-column-width: 250px; */
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-left: 0;
    padding-left: 0;
}

.article-wrapper .main-article {
    width: 100%;
    display: inline-block;
    margin: 5px;
    border: 2px solid #64b3a0;
    padding-left: 0;
}

.article-wrapper .main-article img {
    width: 100%;
}

.article-wrapper .entry {
    position: relative;
}

/*share-icons*/
#shareicon-id ul {
    list-style: none;
    background: #ffffff;
}

.shareicon-id ul li {
    display: inline-block;
}

.shareicon-id .dropdown-menu>li>a {
    padding-left: 10px !important;
    padding-top: 5px !important;
}

.shareicon-id .dropdown-menu {
    min-width: 175px;
    right: -9px !important;
    left: auto !important;
}

#hadethshare-id ul {
    list-style: none;
    background: #ffffff;
}

#poemshare-id ul {
    list-style: none;
    background: #ffffff;
}

#quoteshare-id ul {
    list-style: none;
    background: #ffffff;
}

.shareicon-id .dropdown {
    padding: 0px;
}

.shareicon-id .dropdown-menu .social-share>li>a:hover, .dropdown-menu .social-share>li>a:focus
{
    background-color: #00000096;
}

.shareicon-id .dropdown-menu .social-share {
    margin-left: 15px;
}

#shareicon-idd ul {
    list-style: none;
    background: #ffffff;
}

#shareicon-idd ul.social-share .fa-facebook, .shareicon-id .dropdown-menu .social-share .fa-facebook
{
    color: #ffffff !important;
    border: 1px solid #3B5998 !important;
    background: #3B5998;
}

#shareicon-idd ul.social-share .fa-linkedin, .shareicon-id .dropdown-menu .social-share .fa-linkedin
{
    color: #ffffff !important;
    background: #007bb5;
    border: 1px solid #007bb5 !important;
}

#shareicon-idd ul.social-share .fa-google-plus, .shareicon-id .dropdown-menu .social-share .fa-google-plus
{
    color: #ffffff !important;
    background: #dd4b39;
    border: 1px solid #dd4b39 !important;
}

#shareicon-idd ul.social-share .fa-twitter, .shareicon-id .dropdown-menu .social-share .fa-twitter
{
    color: #ffffff !important;
    background: #55ACEE;
    border: 1px solid #55ACEE !important;
}

#shareicon-idd ul.social-share .fa-whatsapp, .shareicon-id .dropdown-menu .social-share .fa-whatsapp
{
    color: #ffffff !important;
    background: #2cb742;
    border: 1px solid #2cb742 !important;
}

#shareicon-idd ul.social-share .fa-envelope, .shareicon-id .dropdown-menu .social-share .fa-envelope
{
    color: #ffffff !important;
    background: #cc2020;
    border: 1px solid #cc2020 !important;
}

#shareicon-idd ul.social-share .fa-clone, .shareicon-id .dropdown-menu .social-share .fa-clone
{
    color: #ffffff !important;
    background: #80571a;
    border: 1px solid #80571a !important;
}
/*end*/
/*.shareicon-id ul
{
   list-style: none;
}
.shareicon-id ul li
{
   display: inline-block;
}
.shareicon-id .dropdown-menu > li > a {
       padding-left: 10px !important;
    padding-top: 5px !important;
}
.shareicon-id .dropdown-menu{
   min-width: 207px;
   right: -9px !important;
       left: auto !important;
}
.shareicon-id .dropdown {
   padding: 0px;
}
.shareicon-id ul li a .fa-facebook{
   color: #326698 !important;

}
#shareicon-id ul li a.fb
{
   border: 1px solid #326698;
}*/
.btn.btn-warning.btn-all.back-btn.btn-back-profile {
    padding: 8px 8px;
    font-size: 10px;
    height: auto;
}

/*============ External CSS========*/
.option_duration {
    height: auto;
    padding: 0.5rem 0;
}

select#subscription-duration {
    height: auto !important;
}

span.select2-selection.select2-selection--multiple {
    background: transparent !important;
}

.select2-container--krajee .select2-search--dropdown .select2-search__field
{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background: #fff url('search.png') right 10px top 7px no-repeat;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: block;
    height: 40px;
    padding: 1.5rem 0;
    border: 0;
    outline: none;
    color: #151515;
    font-family: "metropolis-regular", sans-serif;
    font-size: 1.6rem;
    line-height: 3rem;
    width: 100%;
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.select2-container--krajee .select2-selection--single {
    height: 45px;
    line-height: 1.428571429;
    padding: 6px 24px 6px 12px;
    border-radius: 0 !important;
    background: #fff !important;
    border: 1px solid #fff;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow
{
    border: none;
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: absolute;
    height: 32px;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow b
{
    border-color: transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.s-content.row.padding-manage {
    padding-bottom: 0;
}

.carousel-inner img {
    /* box-shadow: 0px 0px 0px 0px #ccc !important; */
    border: 1px solid #a8a2a2;
}

.pageheader-content.pageheader-content-inner-remove img {
    width: 100%;
    height: 275px;
    background-image: unset !important;
    position: relative;
    object-fit: cover;
}

.pageheader-content.pageheader-content-inner-remove {
    height: 274px;
    background-image: unset;
    background-color: unset;
    width: 100%;
    position: relative;
    padding: 0;
    object-fit: cover;
}

.detail-unit p {
    display: flex;
    width: 100%;
    line-height: 24px;
    color: #333;
    text-align: center;
    font-weight: normal;
    font-size: 1.5rem;
    margin: 11px 0;
    text-shadow: none;
    /* min-height: 120px; */
    padding-bottom: 45px;
}

.modify a {
    display: inline-block;
    width: 100%;
    padding: 5px 15px !important;
    /* border-bottom: 1px solid #f3f3f3; */
    line-height: normal !important;
    font-size: 18px !important;
    vertical-align: top;
}

.bar-dropdown .dropdown-menu.drop-down-menu-differ {
    border-radius: 0 !important;
    padding: 0 !important;
    left: unset;
    right: 17px;
    z-index: 99;
    overflow: auto;
    max-height: 300px;
    overflow-x: hidden;
    min-width: auto;
    text-align: center;
    padding: 0 !important;
}

.btn-share.btn-share-change {
    border-radius: none !important;
    font-size: 14px !important;
    padding-right: 6px !important;
    display: inline !important;
    background: #f3f3f3;
    color: #aaa !important;
    padding: 7px 3px;
    border-radius: 5px !important;
    text-transform: capitalize;
    font-weight: normal;
    white-space: nowrap;
}

.entry__date.shareicon-id .dropdown-menu {
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    min-width: 250px !important;
}

/* .header__social li:last-child {
    margin-right: 13px;
    border: none;
    line-height: 30px;
} */

[aria-expanded="false"]>.expanded, [aria-expanded="true"]>.collapsed {
    display: none;
}
.ias-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.dl-horizontal input {
    padding: 0 !important;
    height: 34px !important;
    font-size: 14px !important;
    text-align: left !important;
    margin: 0 !important;
    line-height: normal !important;
}
.btn.btn-success.saveing {
    font-size: 12px !important;
    height: unset;
    letter-spacing: 1px;
    padding: 2px 8px;
}
.collection-modal input {
    margin-right: 12px !important;
}
.collection-modal label {
    font-weight: normal;
    font-size: 12px;
    margin-top: ;
    margin-right: 3px;
}
.read-more {
    font-size: 15px;
    color: #fbb180;
    font-weight: 600;
    text-transform: capitalize;
    text-align: right;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    font-family:  'ariall', serif;
}
.navbar-toggle {
    float: right;
    padding: 17px 6px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
}
.navbar-header button {
    background: transparent;
}

.authors-name a.btn{
    background: #000;
    border-color: #000;
    box-shadow: none;
    height:auto;
    color:#fff;

}

.thumb {
    position: relative;
    /*! width: 50%; */
}
.image {
    display: block;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,0,0.4);
}
.thumb .overlay {
    opacity: 1;
}
.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.authors-name a.btn {
    background: #000;
    border-color: #000;
    box-shadow: none;
    height: auto;
    color: #fff;
    font-size: 13px;
    border-radius: 20px;
}
.authors-name a ,.authors-name a i{
    color:#000;
    font-weight:600;
}
.authors-name a i {
    font-size: 13px;
    color:#fff;

}
.auth-name {
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: top;
    line-height: 32px;
}




.select2-container .select2-search--inline {
    padding-left: 0;
}
.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: #fff;
    height:45px;
    color: #555555 !important;
}



.select2-container--krajee .select2-selection {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: none;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    color: #555555;
    font-size: 14px;
    outline: 0;
}


.p0{
    padding-left:0;
    padding-right:0
}

.selected-border-p,.s-content .selected-border-b,.s-content .selected-border-y,.s-content .selected-border-g {
    margin-top: -18px;
}

.section-new .selected-border-p, 
.section-new .selected-border-b,
.section-new .selected-border-y,
.section-new .selected-border-g {
    margin-top: 0; 
}
.selected-border-b {
    border-top: 5px solid #21a7d4;
}
.selected-border-p{
    border-top: 5px solid #3c3d67;
}
.selected-border-y{
    border-top: 5px solid #fcd77c;
}
.selected-border-g{
    border-top: 5px solid #56c1a9;
}



#cssmenu,
#cssmenu .tab,
#cssmenu .tab .tab-box,
#cssmenu .tab .tab-box span {

    display: block;
    position: relative;

}
#cssmenu .tab .tab-box span {
    z-index: 2;
    padding: 0px 20px 30px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin-right: -1px;
    line-height: 1;
    font-size: 28px;
}


#cssmenu .tab .tab-box,
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
    color: #ffffff;
}
#cssmenu .tab .tab-box::after, #cssmenu .tab .tab-box span::after {
    position: absolute;
    left: 0px;
    bottom: 18px;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    content: "";
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: perspective(10px) rotateX(2deg);
    -webkit-transform-origin: bottom;
    -moz-transform: perspective(10px) rotateX(2deg);
    -moz-transform-origin: bottom;
    transform: perspective(14px) rotateX(1deg);
    transform-origin: bottom;
}
/* #cssmenu .tab .tab-box span:after,
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li > a:hover:after {
  background: #47c9af;
}

*/
#cssmenu .tab .tab-box.selected span {
    font-weight:600;
}

#cssmenu .tab .tab-box span.green:after{
    background: #56c1a9;
}



#cssmenu .tab .tab-box span.purple:after{
    background: rgb(60, 61, 103);
}


#cssmenu .tab .tab-box span.yellow:after{
    background: #fcd77c;
}


#cssmenu .tab .tab-box span.blue:after{
    background: #21a7d4;
}
.hadithCategory p {
    line-height: 40px;
    color: #000;
    font-weight: 500;
    font-size: 21px;
    font-family: majalla;
}
.hadithCategory h1 {
    line-height: 40px;
    color: #fffff;
    font-weight: 500;
    font-size: 40px;
    font-family: majalla;
}

.home-page-list .rows {
    display: unset;
    flex-wrap: unset;
    padding: 0 4px;
}
.home-page-list .rows .item {
    flex: 22%;
    max-width: 27%;
    padding: 0 3px;
}

.home-page-list .rows .list-view{
    display:flex;
    flex-wrap:wrap;
}

.home-page-list .rows .column {
    flex: unset;
    max-width: unset;
    padding: 0;
}

.load-more-btn .btn {
    margin-bottom: 0;
    line-height: 21px;
    height: 100%!important;
    padding: 10px 20px;
    background:#000;
    border-color:#000;
    text-transform:none;
    border-radius:4px;
}
.carousel-inner .item .search-outer .header__social{
    float: none !important;
    text-align:center;

}
.slider-title{
    color: #fff;
    font-size: 30px;
    margin: 0;
}

.header-bottom .header__social li,.header-bottom .header__social li:last-child {
    border:none;

}
.d-none-lg{
    display:none;
}
.entry__header a i {
    font-size: 15px;
    margin-top: 7px;
}
.login_option .select2-container--krajee {
    background: transparent!important;
    border-bottom: 1px solid #333 !important;
}
.login_option .select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: transparent;
}
.login_option .select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    margin: 13px 0 0 6px;
}

.nav.navbar-nav .bar-dropdown-menu .language-dropdown a {
    font-size: 20px;
}
#divLoading
{
    display : none;
}
#divLoading.show
{
    display : block;
    position : fixed;
    z-index: 100;
    background-image : url('http://loadinggif.com/images/image-selection/3.gif');
    background-color:#666;
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}
#loadinggif.show
{
    left : 50%;
    top : 50%;
    position : absolute;
    z-index : 101;
    width : 32px;
    height : 32px;
    margin-left : -16px;
    margin-top : -16px;
}
div.content {
    width : 1000px;
    height : 1000px;
}

.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
    min-width: 173px !important;
}

.select2-search__field{
    // width:100% !important;
}