/*!
 * project-name v0.0.12
 * A description for your project.
 * (c) 2019 YOUR NAME
 * MIT License
 * http://link-to-your-git-repo.com
 */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, src/sass/_normalize.scss */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, src/sass/_normalize.scss */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, src/sass/_normalize.scss */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, src/sass/_normalize.scss */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, src/sass/_normalize.scss */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, src/sass/_normalize.scss */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, src/sass/_normalize.scss */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, src/sass/_normalize.scss */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, src/sass/_normalize.scss */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, src/sass/_normalize.scss */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, src/sass/_normalize.scss */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, src/sass/_normalize.scss */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

/* line 133, src/sass/_normalize.scss */
sub {
    bottom: -0.25em;
}

/* line 137, src/sass/_normalize.scss */
sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, src/sass/_normalize.scss */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, src/sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, src/sass/_normalize.scss */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, src/sass/_normalize.scss */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, src/sass/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    /**
 * Remove the inner border and padding in Firefox.
 */
    /* line 206, src/sass/_normalize.scss */
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    /**
 * Restore the focus styles unset by the previous rule.
 */
    /* line 218, src/sass/_normalize.scss */
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Correct the padding in Firefox.
 */
/* line 229, src/sass/_normalize.scss */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 240, src/sass/_normalize.scss */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, src/sass/_normalize.scss */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, src/sass/_normalize.scss */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, src/sass/_normalize.scss */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, src/sass/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, src/sass/_normalize.scss */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

    /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
    /* line 299, src/sass/_normalize.scss */
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 308, src/sass/_normalize.scss */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, src/sass/_normalize.scss */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 328, src/sass/_normalize.scss */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, src/sass/_normalize.scss */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 347, src/sass/_normalize.scss */
[hidden] {
    display: none;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../Content/Fonts/opensans-light-webfont.woff2") format("woff2"), url("../Content/Fonts/opensans-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../Content/Fonts/opensans-regular-webfont.woff2") format("woff2"), url("../Content/Fonts/opensans-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url("../Content/Fonts/opensans-bold-webfont.woff2") format("woff2"), url("../Content/Fonts/opensans-bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    src: url("../Content/Fonts/opensanshebrew-light-webfont.woff2") format("woff2"), url("../Content/Fonts/opensanshebrew-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    src: url("../Content/Fonts/opensanshebrew-regular-webfont.woff2") format("woff2"), url("../Content/Fonts/opensanshebrew-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Hebrew';
    src: url("../Content/Fonts/opensanshebrew-bold-webfont.woff2") format("woff2"), url("../Content/Fonts/opensanshebrew-bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

/* line 50, src/sass/_common.scss */
html {
    overflow: none;
    padding: 0;
    margin: 0;
}

/* line 55, src/sass/_common.scss */
body {
    overflow-x: hidden;
    margin: 0;
    /*font-family: "Open Sans", serif, sans-serif;*/
    font-family: "Open Sans Hebrew", serif, sans-serif;
    font-size: 17px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    /* line 55, src/sass/_common.scss */
    body {
        font-size: 14px;
    }
}

/* line 65, src/sass/_common.scss */
body.rtl {
    font-family: "Open Sans Hebrew", serif, sans-serif;
}

/********* Common *********/
/* line 71, src/sass/_common.scss */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* line 76, src/sass/_common.scss */
input[type="text"],
input[type="email"],
input[type="password"] {
    font-family: inherit;
}

/* line 82, src/sass/_common.scss */
textarea {
    font-family: inherit;
}

/* line 88, src/sass/_common.scss */
input::-webkit-input-placeholder {
    color: #6b5a4c;
    opacity: 1;
}

/* line 92, src/sass/_common.scss */
input:-moz-placeholder {
    color: #6b5a4c;
    opacity: 1;
}

/* line 97, src/sass/_common.scss */
input::-moz-placeholder {
    color: #6b5a4c;
    opacity: 1;
}

/* line 102, src/sass/_common.scss */
input:-ms-input-placeholder {
    color: #6b5a4c;
    opacity: 1;
}

/* line 106, src/sass/_common.scss */
input:focus::-webkit-input-placeholder {
    color: #6b5a4c;
    opacity: 0.5;
}

/* line 110, src/sass/_common.scss */
input:focus:-moz-placeholder {
    color: #6b5a4c;
    opacity: 0.5;
}

/* line 114, src/sass/_common.scss */
input:focus::-moz-placeholder {
    color: #6b5a4c;
    opacity: 0.5;
}

/* line 118, src/sass/_common.scss */
input:focus:-ms-input-placeholder {
    color: #6b5a4c;
    opacity: 0.5;
}

/* line 125, src/sass/_common.scss */
table {
    border-collapse: collapse;
}

/* line 132, src/sass/_common.scss */
.btn i.icon,
a.btn i.icon,
input.btn i.icon {
    margin-right: 10px;
    vertical-align: middle;
}

/* line 136, src/sass/_common.scss */
.btn span,
a.btn span,
input.btn span {
    display: inline-block;
    vertical-align: middle;
}

/* line 143, src/sass/_common.scss */
a {
    color: #0f2e4d;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
}

    /* line 147, src/sass/_common.scss */
    a:hover {
        opacity: 0.9;
    }

/* line 153, src/sass/_common.scss */
h1, h2, h3, h4 {
    line-height: 1.15;
}

/* line 178, src/sass/_common.scss */
img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .main img {
        max-width: 100% !important;
        height: auto !important;
        width: auto !important;
    }

    .main .userpic img {
        width: 47px !important;
        height: 47px !important;
    }
}

/* line 183, src/sass/_common.scss */
label {
    font-family: inherit;
}

/* line 194, src/sass/_common.scss */
.ralign {
    text-align: right;
}

/* line 197, src/sass/_common.scss */
.calign {
    text-align: center;
}

/* line 205, src/sass/_common.scss */
.featherlight {
    z-index: 9999;
}

/* line 221, src/sass/_common.scss */
.btn,
a.btn,
input.btn {
    cursor: pointer;
    padding: 10px 20px;
    text-align: center;
    min-width: 150px;
    line-height: 24px;
    height: 44px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 399px) {
    /* line 221, src/sass/_common.scss */
    .btn,
    a.btn,
    input.btn {
        min-width: 120px;
    }
}

/* line 239, src/sass/_common.scss */
.btn.btn-blue,
a.btn.btn-blue,
input.btn.btn-blue {
    background: #0f2e4d;
    color: #fff;
    font-weight: bold;
}

    /* line 243, src/sass/_common.scss */
    .btn.btn-blue:hover,
    a.btn.btn-blue:hover,
    input.btn.btn-blue:hover {
        background: #0c3863;
    }

/* line 247, src/sass/_common.scss */
.btn.btn-lblue,
a.btn.btn-lblue,
input.btn.btn-lblue {
    background: #2a87c0;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 3px 12px;
    height: 22px;
    line-height: 16px;
}

    /* line 255, src/sass/_common.scss */
    .btn.btn-lblue:hover,
    a.btn.btn-lblue:hover,
    input.btn.btn-lblue:hover {
        opacity: 0.9;
    }

/* line 261, src/sass/_common.scss */
i.icon {
    display: inline-block;
    vertical-align: middle;
    background: url(../Content/DesignFiles/Magazines/icons.png) 0 0 no-repeat;
}

    /* line 265, src/sass/_common.scss */
    i.icon.icon-user {
        background-position: 0 -137px;
        width: 16px;
        height: 17px;
    }

    /* line 270, src/sass/_common.scss */
    i.icon.icon-email {
        background-position: 0 -166px;
        width: 20px;
        height: 15px;
    }

    /* line 275, src/sass/_common.scss */
    i.icon.icon-doc {
        background-position: 0 -193px;
        width: 15px;
        height: 18px;
    }

    /* line 280, src/sass/_common.scss */
    i.icon.icon-fbw {
        width: 13px;
        height: 25px;
        background-position: 0 -229px;
    }

    /* line 285, src/sass/_common.scss */
    i.icon.icon-igw {
        width: 22px;
        height: 22px;
        background-position: -33px -232px;
    }

    /* line 290, src/sass/_common.scss */
    i.icon.icon-ytw {
        width: 30px;
        height: 21px;
        background-position: -75px -233px;
    }

    /* line 295, src/sass/_common.scss */
    i.icon.icon-fb {
        width: 8px;
        height: 16px;
        background-position: 0 -272px;
    }

    /* line 300, src/sass/_common.scss */
    i.icon.icon-ig {
        width: 14px;
        height: 14px;
        background-position: -27px -274px;
    }

    /* line 305, src/sass/_common.scss */
    i.icon.icon-yt {
        width: 18px;
        height: 13px;
        background-position: -59px -275px;
    }

/* line 4, src/sass/_custom.scss */
.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1160px;
    padding: 0 20px;
}

@media screen and (max-width: 767px) {
    /* line 4, src/sass/_custom.scss */
    .container {
        padding: 0 10px;
    }
}

/* line 14, src/sass/_custom.scss */
.header {
    height: 261px;
    background: #012144 url(../Content/DesignFiles/Magazines/header-bg.jpg) 100% 0 no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1599px) {
    /* line 14, src/sass/_custom.scss */
    .header {
        background-position: 130% 0;
    }
}

@media screen and (max-width: 1399px) {
    /* line 14, src/sass/_custom.scss */
    .header {
        background-position: 160% 0;
    }
}

@media screen and (max-width: 1199px) {
    /* line 14, src/sass/_custom.scss */
    .header {
        height: 200px;
        background-size: auto 200px;
        background-position: 100% 0;
    }
}

@media screen and (max-width: 479px) {
    /* line 14, src/sass/_custom.scss */
    .header {
        height: auto;
    }
}

@media screen and (max-width: 1199px) {
    /* line 32, src/sass/_custom.scss */
    .header .container {
        height: 200px;
        /*background: rgba(1, 33, 68, 0.5);*/
    }
}

@media screen and (max-width: 479px) {
    /* line 32, src/sass/_custom.scss */
    .header .container {
        height: auto;
    }
}

/* line 45, src/sass/_custom.scss */
.header .logo {
    padding: 43px 0 0;
}

    .header .logo .img a {
        display: inline-block;
        line-height: 0;
    }

    .header .logo img {
        width: 172px;
    }

@media screen and (max-width: 1199px) {
    /* line 45, src/sass/_custom.scss */
    .header .logo {
        padding: 20px 0 0;
    }
}

@media screen and (max-width: 479px) {
    /* line 45, src/sass/_custom.scss */
    .header .logo {
        text-align: center;
        padding: 20px 0;
    }
}

/* line 54, src/sass/_custom.scss */
.header .logo .img {
    padding-bottom: 25px;
}

@media screen and (max-width: 1199px) {
    /* line 54, src/sass/_custom.scss */
    .header .logo .img {
        padding-bottom: 5px;
    }
}

@media screen and (max-width: 479px) {
    /* line 59, src/sass/_custom.scss */
    .header .logo .img img {
        width: 124px;
    }
}

/* line 65, src/sass/_custom.scss */
.header .logo .slogan {
    line-height: 1.2;
}

    /* line 67, src/sass/_custom.scss */
    .header .logo .slogan .slogan-t {
        font-weight: bold;
        font-size: 25px;
        color: #102f4c;
        padding-bottom: 4px;
    }

@media screen and (max-width: 1399px) {
    /* line 67, src/sass/_custom.scss */
    .header .logo .slogan .slogan-t {
        font-size: 21px;
    }
}

@media screen and (max-width: 479px) {
    /* line 67, src/sass/_custom.scss */
    .header .logo .slogan .slogan-t {
        font-size: 19px;
    }
}

/* line 79, src/sass/_custom.scss */
.header .logo .slogan .slogan-b {
    font-weight: bold;
    font-size: 21px;
    color: #00c6ff;
}

@media screen and (max-width: 1399px) {
    /* line 79, src/sass/_custom.scss */
    .header .logo .slogan .slogan-b {
        font-size: 18px;
    }
}

@media screen and (max-width: 479px) {
    /* line 79, src/sass/_custom.scss */
    .header .logo .slogan .slogan-b {
        font-size: 16px;
    }
}

/* line 93, src/sass/_custom.scss */
.header.header-front {
    background: none;
    height: 100vh;
    background: url(../Content/DesignFiles/Magazines/header-front.jpg) 50% 0 no-repeat;
    background-size: cover;
}

    /* line 101, src/sass/_custom.scss */
    .header.header-front .container {
        height: 100vh;
        background: none;
        position: relative;
    }

@media screen and (max-width: 1199px) {
    /* line 101, src/sass/_custom.scss */
    .header.header-front .container {
        height: 100vh;
        background: none;
    }
}

@media screen and (max-width: 1139px) {
    /* line 101, src/sass/_custom.scss */
    .header.header-front .container {
        padding: 0;
    }
}

/* line 112, src/sass/_custom.scss */
.header.header-front .header-inner {
    /*
            height: 896px;
            position: relative;
            @include max($medium) {
                height: 570px;
            }*/
}

    /* line 119, src/sass/_custom.scss */
    .header.header-front .header-inner .logo {
        padding: 36px 0 0 39px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

@media screen and (max-width: 767px) {
    /* line 119, src/sass/_custom.scss */
    .header.header-front .header-inner .logo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 10px;
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    /* line 129, src/sass/_custom.scss */
    .header.header-front .header-inner .logo .img img {
        width: 124px;
    }
}

/* line 135, src/sass/_custom.scss */
.header.header-front .header-inner .logo .slogan {
    padding: 13px 0 0 24px;
    line-height: 1.1;
}

@media screen and (max-width: 767px) {
    /* line 135, src/sass/_custom.scss */
    .header.header-front .header-inner .logo .slogan {
        padding: 0 0 0;
    }
}

/* line 141, src/sass/_custom.scss */
.header.header-front .header-inner .logo .slogan .slogan-t {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
    padding-bottom: 4px;
}

@media screen and (max-width: 479px) {
    /* line 141, src/sass/_custom.scss */
    .header.header-front .header-inner .logo .slogan .slogan-t {
        font-size: 19px;
    }
}

/* line 151, src/sass/_custom.scss */
.header.header-front .header-inner .logo .slogan .slogan-b {
    font-weight: bold;
    font-size: 21px;
    color: #00c6ff;
}

@media screen and (max-width: 479px) {
    /* line 151, src/sass/_custom.scss */
    .header.header-front .header-inner .logo .slogan .slogan-b {
        font-size: 17px;
    }
}

/* line 161, src/sass/_custom.scss */
.header.header-front .header-inner .intro {
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    line-height: 1;
    max-width: 100%;
    min-width: 85%;
    background: rgba(7,27,48, 0.6);
    padding: 0 55px;
}

.rtl .header.header-front .header-inner .intro {
    left: auto;
    right: 50%;
    transform: translateX(50%);
}

.header.header-front .header-inner .intro-withoutbackground {
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 70px;
    left: 20px;
    right: 20px;
    line-height: 1;
}

    .header.header-front .header-inner .intro-withoutbackground .title {
        font-size: 130px;
    }

    .header.header-front .header-inner .intro-withoutbackground .subtitle {
        font-size: 90px;
        font-weight: 300;
    }

@media screen and (max-width: 991px) {
    /* line 161, src/sass/_custom.scss */
    .header.header-front .header-inner .intro-withoutbackground {
        bottom: 30px;
        padding: 0 20px;
    }

        .header.header-front .header-inner .intro-withoutbackground .title {
            font-size: 53px;
            font-weight: bold;
        }

        .header.header-front .header-inner .intro-withoutbackground .subtitle {
            font-size: 45px;
        }
}

@media screen and (max-width: 991px) {
    /* line 161, src/sass/_custom.scss */
    .header.header-front .header-inner .intro {
        bottom: 30px;
        padding: 0 20px;
    }
}

/* line 172, src/sass/_custom.scss */
.header.header-front .header-inner .intro .title {
    font-size: 130px;
}

@media screen and (max-width: 991px) {
    /* line 172, src/sass/_custom.scss */
    .header.header-front .header-inner .intro .title {
        font-size: 53px;
        font-weight: bold;
    }
}

/* line 179, src/sass/_custom.scss */
.header.header-front .header-inner .intro .subtitle {
    font-size: 90px;
    font-weight: 300;
}

@media screen and (max-width: 991px) {
    /* line 179, src/sass/_custom.scss */
    .header.header-front .header-inner .intro .subtitle {
        font-size: 45px;
    }
}

/* line 192, src/sass/_custom.scss */
.topbar {
    padding: 33px 0;
    position: relative;
}

@media screen and (max-width: 991px) {
    /* line 192, src/sass/_custom.scss */
    .topbar {
        padding: 20px 0;
    }
}

/* line 198, src/sass/_custom.scss */
.topbar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* line 202, src/sass/_custom.scss */
.topbar .toggler {
    width: 45px;
    height: 44px;
    padding: 10px 0;
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    /* line 202, src/sass/_custom.scss */
    .topbar .toggler {
        display: block;
    }
}

/* line 211, src/sass/_custom.scss */
.topbar .toggler:hover, .topbar .toggler:focus {
    opacity: 0.8;
}

/* line 215, src/sass/_custom.scss */
.topbar .toggler .toggler-icon {
    width: 45px;
    height: 4px;
    background: #0f2e4d;
    border-radius: 2px;
    position: relative;
}

    /* line 221, src/sass/_custom.scss */
    .topbar .toggler .toggler-icon:before, .topbar .toggler .toggler-icon:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        width: 45px;
        height: 4px;
        background: #0f2e4d;
        border-radius: 2px;
    }

    /* line 232, src/sass/_custom.scss */
    .topbar .toggler .toggler-icon:before {
        top: 10px;
    }

    /* line 235, src/sass/_custom.scss */
    .topbar .toggler .toggler-icon:after {
        top: 20px;
    }

/* line 240, src/sass/_custom.scss */
.topbar .toggler.active:hover, .topbar .toggler.active:focus {
    opacity: 1;
}

/* line 244, src/sass/_custom.scss */
.topbar .toggler.active .toggler-icon {
    background: #2a87c0;
}

    /* line 246, src/sass/_custom.scss */
    .topbar .toggler.active .toggler-icon:before, .topbar .toggler.active .toggler-icon:after {
        background: #2a87c0;
    }

/* line 253, src/sass/_custom.scss */
.topbar .topmenu {
    padding: 0 20px 0 0;
}

@media screen and (max-width: 991px) {
    /* line 253, src/sass/_custom.scss */
    .topbar .topmenu {
        display: none;
        z-index: 10;
        position: absolute;
        top: 70px;
        left: 20px;
        background: #2a87c0;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    /* line 253, src/sass/_custom.scss */
    .topbar .topmenu {
        left: 10px;
    }
}

@media screen and (max-width: 991px) {
    /* line 267, src/sass/_custom.scss */
    .topbar .topmenu.active {
        display: block;
    }
}

/* line 272, src/sass/_custom.scss */
.topbar .topmenu ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    /* line 272, src/sass/_custom.scss */
    .topbar .topmenu ul {
        display: block;
    }
}

/* line 280, src/sass/_custom.scss */
.topbar .topmenu ul li {
    position: relative;
    display: block;
    padding-right: 35px;
}

@media screen and (max-width: 991px) {
    /* line 280, src/sass/_custom.scss */
    .topbar .topmenu ul li {
        padding-right: 0;
    }
}

/* line 287, src/sass/_custom.scss */
.topbar .topmenu ul li:after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -3px;
}

@media screen and (max-width: 991px) {
    /* line 287, src/sass/_custom.scss */
    .topbar .topmenu ul li:after {
        display: none;
    }
}

/* line 302, src/sass/_custom.scss */
.topbar .topmenu ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #0f2e4d;
    text-decoration: none;
}

@media screen and (max-width: 1139px) {
    /* line 302, src/sass/_custom.scss */
    .topbar .topmenu ul li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    /* line 302, src/sass/_custom.scss */
    .topbar .topmenu ul li a {
        display: block;
        color: #fff;
        padding: 7px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}

/* line 316, src/sass/_custom.scss */
.topbar .topmenu ul li a:hover, .topbar .topmenu ul li a:active {
    opacity: 0.8;
}

/* line 321, src/sass/_custom.scss */
.topbar .topmenu ul li:last-child {
    padding-right: 0;
}

    /* line 323, src/sass/_custom.scss */
    .topbar .topmenu ul li:last-child:after {
        display: none;
    }

    /* line 326, src/sass/_custom.scss */
    .topbar .topmenu ul li:last-child a {
        color: #2a87c0;
    }

@media screen and (max-width: 991px) {
    /* line 326, src/sass/_custom.scss */
    .topbar .topmenu ul li:last-child a {
        color: #fff;
    }
}

/* line 337, src/sass/_custom.scss */
.topbar .search-block {
    border: 1px solid #2a87c0;
    width: 195px;
    height: 29px;
    border-radius: 14px;
    margin-left: auto;
}

    /* line 343, src/sass/_custom.scss */
    .topbar .search-block .search-toggler {
        display: none;
        width: 40px;
        height: 27px;
        background: url(../Content/DesignFiles/Magazines/icons.png) 11px 5px no-repeat;
    }

@media screen and (max-width: 767px) {
    /* line 343, src/sass/_custom.scss */
    .topbar .search-block .search-toggler {
        display: block;
    }
}

/* line 352, src/sass/_custom.scss */
.topbar .search-block form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    /* line 358, src/sass/_custom.scss */
    .topbar .search-block form input.form-control {
        border: none;
        background: none;
        height: 27px;
        width: 150px;
        padding: 5px 5px 5px 10px;
        font-size: 14px;
        outline: none;
    }

    /* line 367, src/sass/_custom.scss */
    .topbar .search-block form .btn-search {
        text-indent: -9999px;
        text-align: left;
        height: 27px;
        width: 40px;
        border: none;
        background: url(../Content/DesignFiles/Magazines/icons.png) 11px 5px no-repeat;
        cursor: pointer;
    }

        /* line 375, src/sass/_custom.scss */
        .topbar .search-block form .btn-search:hover {
            opacity: 0.8;
        }

/* line 383, src/sass/_custom.scss */
.main {
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    /* line 383, src/sass/_custom.scss */
    .main {
        margin-bottom: 50px;
    }
}

/* line 391, src/sass/_custom.scss */
.footer .footer-contacts {
    border-top: 1px solid #94c3df;
    padding: 30px 0 40px;
}

    /* line 394, src/sass/_custom.scss */
    .footer .footer-contacts h2 {
        font-size: 32px;
        color: #0f2e4d;
        font-weight: normal;
        margin: 0 0 15px;
    }

@media screen and (max-width: 767px) {
    /* line 394, src/sass/_custom.scss */
    .footer .footer-contacts h2 {
        font-size: 22px;
    }
}

/* line 403, src/sass/_custom.scss */
.footer .footer-contacts .txt {
    margin-bottom: 7px;
}

    /* line 406, src/sass/_custom.scss */
    .footer .footer-contacts .txt .item .label {
        color: #2a87c0;
        font-weight: bold;
        margin-right: 3px;
    }

    /* line 412, src/sass/_custom.scss */
    .footer .footer-contacts .txt .item .divide {
        margin: 0 2px;
    }

/* line 417, src/sass/_custom.scss */
.footer .footer-contacts .btn-block {
    margin-top: 25px;
}

/* line 421, src/sass/_custom.scss */
.footer .footer-nav-block {
    background: #2a87c0;
    padding: 36px 0 32px;
    color: #fff;
}

@media screen and (max-width: 991px) {
    /* line 421, src/sass/_custom.scss */
    .footer .footer-nav-block {
        padding: 20px 0;
    }
}

/* line 428, src/sass/_custom.scss */
.footer .footer-nav-block a {
    color: #fff;
    text-decoration: none;
}

    /* line 431, src/sass/_custom.scss */
    .footer .footer-nav-block a:hover {
        opacity: 0.8;
    }

@media screen and (max-width: 767px) {
    /* line 435, src/sass/_custom.scss */
    .footer .footer-nav-block .container {
        padding: 0;
    }
}

/* line 440, src/sass/_custom.scss */
.footer .footer-nav-block .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

@media screen and (max-width: 991px) {
    /* line 440, src/sass/_custom.scss */
    .footer .footer-nav-block .footer-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

/* line 447, src/sass/_custom.scss */
.footer .footer-nav-block .footer-nav .logo-f {
    width: 190px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
}

@media screen and (max-width: 991px) {
    /* line 447, src/sass/_custom.scss */
    .footer .footer-nav-block .footer-nav .logo-f {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10px 10px;
    }
}

@media screen and (max-width: 767px) {
    /* line 447, src/sass/_custom.scss */
    .footer .footer-nav-block .footer-nav .logo-f {
        max-width: 400px;
        margin: 0 auto;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/* line 462, src/sass/_custom.scss */
.footer .footer-nav-block .footer-nav .logo-f .logo {
    margin-bottom: 37px;
}

@media screen and (max-width: 991px) {
    /* line 462, src/sass/_custom.scss */
    .footer .footer-nav-block .footer-nav .logo-f .logo {
        margin: 0 70px 0 0;
    }
}

/* line 467, src/sass/_custom.scss */
.footer .footer-nav-block .footer-nav .logo-f .logo a {
    line-height: 0;
    display: block;
}

/* line 473, src/sass/_custom.scss */
.footer .footer-nav-block .footer-nav .logo-f .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    /* line 476, src/sass/_custom.scss */
    .footer .footer-nav-block .footer-nav .logo-f .social .item {
        margin-right: 20px;
    }

/* line 484, src/sass/_custom.scss */
.footer .footer-nav-block .footer-nav .footer-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 991px) {
    /* line 484, src/sass/_custom.scss */
    .footer .footer-nav-block .footer-nav .footer-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
}

/* line 491, src/sass/_custom.scss */
.footer .footer-nav-block .footer-nav .footer-menu .col {
    border-left: 1px solid #8ec1de;
    padding: 0 50px;
}

@media screen and (max-width: 991px) {
    /* line 491, src/sass/_custom.scss */
    .footer .footer-nav-block .footer-nav .footer-menu .col {
        border-left: none;
        border-top: 1px solid #8ec1de;
        padding: 15px 10px;
    }
}

/* line 500, src/sass/_custom.scss */
.footer .footer-nav-block .footer-nav .footer-menu .col:nth-child(1) {
    width: 33%;
}

@media screen and (max-width: 991px) {
    /* line 500, src/sass/_custom.scss */
    .footer .footer-nav-block .footer-nav .footer-menu .col:nth-child(1) {
        width: 100%;
    }
}

/* line 506, src/sass/_custom.scss */
.footer .footer-nav-block .footer-nav .footer-menu .col:nth-child(2) {
    width: 40%;
}

@media screen and (max-width: 991px) {
    /* line 506, src/sass/_custom.scss */
    .footer .footer-nav-block .footer-nav .footer-menu .col:nth-child(2) {
        width: 100%;
    }
}

/* line 512, src/sass/_custom.scss */
.footer .footer-nav-block .footer-nav .footer-menu .col:nth-child(3) {
    width: 27%;
    padding-right: 0;
}

@media screen and (max-width: 991px) {
    /* line 512, src/sass/_custom.scss */
    .footer .footer-nav-block .footer-nav .footer-menu .col:nth-child(3) {
        width: 100%;
        padding-bottom: 0;
    }
}

/* line 520, src/sass/_custom.scss */
.footer .footer-nav-block .footer-nav .footer-menu .col .nav-heading {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    /* line 520, src/sass/_custom.scss */
    .footer .footer-nav-block .footer-nav .footer-menu .col .nav-heading {
        max-width: 300px;
        margin: 0 auto 10px;
    }
}

/* line 530, src/sass/_custom.scss */
.footer .footer-nav-block .footer-nav .footer-menu .col ul {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 767px) {
    /* line 530, src/sass/_custom.scss */
    .footer .footer-nav-block .footer-nav .footer-menu .col ul {
        max-width: 300px;
        margin: 0 auto;
    }
}

/* line 537, src/sass/_custom.scss */
.footer .footer-nav-block .footer-nav .footer-menu .col ul li {
    display: block;
    margin: 0 0 5px;
}

    /* line 540, src/sass/_custom.scss */
    .footer .footer-nav-block .footer-nav .footer-menu .col ul li a {
        font-size: 14px;
        line-height: 1.2;
        display: inline-block;
    }

/* line 551, src/sass/_custom.scss */
.footer .footer-b {
    background: #0f2e4d;
    padding: 13px 0;
}

    /* line 554, src/sass/_custom.scss */
    .footer .footer-b .txt {
        color: #fff;
        font-size: 14px;
    }

/********* Custom *********/
/* line 566, src/sass/_custom.scss */
.article-inner {
    border-top: 1px solid #94c3df;
}

/* line 570, src/sass/_custom.scss */
.two-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
    /* line 570, src/sass/_custom.scss */
    .two-cols {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/* line 576, src/sass/_custom.scss */
.two-cols .maincol {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-right: 60px;
    max-width: calc(100% - 278px);
}

@media screen and (max-width: 1139px) {
    /* line 576, src/sass/_custom.scss */
    .two-cols .maincol {
        padding-right: 40px;
    }
}

@media screen and (max-width: 991px) {
    /* line 576, src/sass/_custom.scss */
    .two-cols .maincol {
        padding: 0 0 30px;
        max-width: 100%;
    }
}

/* line 587, src/sass/_custom.scss */
.two-cols .sidecol {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 278px;
    flex: 0 1 278px;
    width: 278px;
}

@media screen and (max-width: 991px) {
    /* line 587, src/sass/_custom.scss */
    .two-cols .sidecol {
        margin-bottom: 30px;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

/* line 600, src/sass/_custom.scss */
.bnr.bnr-w1 {
    margin: 50px 0;
}

@media screen and (max-width: 767px) {
    /* line 600, src/sass/_custom.scss */
    .bnr.bnr-w1 {
        margin: 30px 0;
    }
}

/* line 606, src/sass/_custom.scss */
.bnr.bnr-w2 {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 599px) {
    /* line 606, src/sass/_custom.scss */
    .bnr.bnr-w2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/* line 613, src/sass/_custom.scss */
.bnr.bnr-w2 a {
    max-width: 49%;
}

@media screen and (max-width: 599px) {
    /* line 613, src/sass/_custom.scss */
    .bnr.bnr-w2 a {
        max-width: 100%;
        margin-bottom: 5px;
    }
}

/* line 632, src/sass/_custom.scss */
.btn-block a.btn {
    margin: 0 22px 10px 0;
}

    /* line 634, src/sass/_custom.scss */
    .btn-block a.btn:last-child {
        margin: 0 0 10px;
    }

@media screen and (max-width: 399px) {
    /* line 631, src/sass/_custom.scss */
    .btn-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/* line 644, src/sass/_custom.scss */
.section-3-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    /* line 644, src/sass/_custom.scss */
    .section-3-blocks {
        display: block;
    }
}

/* line 650, src/sass/_custom.scss */
.section-3-blocks .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    width: 33.3333%;
    padding: 0 3px;
}

@media screen and (max-width: 991px) {
    /* line 650, src/sass/_custom.scss */
    .section-3-blocks .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 30px;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: 100%;
    }
}

@media screen and (max-width: 599px) {
    /* line 650, src/sass/_custom.scss */
    .section-3-blocks .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 991px) {
    /* line 663, src/sass/_custom.scss */
    .section-3-blocks .item .img {
        width: 300px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }
}

@media screen and (max-width: 767px) {
    /* line 663, src/sass/_custom.scss */
    .section-3-blocks .item .img {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

@media screen and (max-width: 599px) {
    /* line 663, src/sass/_custom.scss */
    .section-3-blocks .item .img {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}

/* line 676, src/sass/_custom.scss */
.section-3-blocks .item .img a {
    display: block;
    line-height: 0;
}

    /* line 679, src/sass/_custom.scss */
    .section-3-blocks .item .img a:hover {
        opacity: 0.9;
    }

    /* line 682, src/sass/_custom.scss */
    .section-3-blocks .item .img a img {
        width: 100%;
    }

@media screen and (max-width: 991px) {
    /* line 687, src/sass/_custom.scss */
    .section-3-blocks .item .info {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

/* line 691, src/sass/_custom.scss */
.section-3-blocks .item .info a {
    padding: 25px 30px 0 0;
    display: inline-block;
    text-decoration: none;
    color: #0f2e4d;
}

@media screen and (max-width: 991px) {
    /* line 691, src/sass/_custom.scss */
    .section-3-blocks .item .info a {
        padding: 0 0 0 20px;
    }
}

@media screen and (max-width: 599px) {
    /* line 691, src/sass/_custom.scss */
    .section-3-blocks .item .info a {
        padding: 20px 0 0;
    }
}

/* line 702, src/sass/_custom.scss */
.section-3-blocks .item .info a:hover {
    opacity: 0.8;
}

/* line 705, src/sass/_custom.scss */
.section-3-blocks .item .info a .title {
    display: block;
    font-size: 25px;
    padding-left: 70px;
    line-height: 1.2;
    margin-bottom: 5px;
    position: relative;
}

@media screen and (max-width: 767px) {
    /* line 705, src/sass/_custom.scss */
    .section-3-blocks .item .info a .title {
        font-size: 19px;
        padding-left: 55px;
    }
}

/* line 716, src/sass/_custom.scss */
.section-3-blocks .item .info a .title:first-letter {
    float: left;
    initial-letter: 2 3;
    -webkit-initial-letter: 2 3;
    initial-letter: 2 3;
    font-size: 95px;
    line-height: 60px;
    color: #2a87c0;
    padding: 10px 0 0 0;
    margin-left: -70px;
}

@media screen and (max-width: 767px) {
    /* line 716, src/sass/_custom.scss */
    .section-3-blocks .item .info a .title:first-letter {
        font-size: 84px;
        line-height: 38px;
        padding: 1px 0 0;
        margin-left: -55px;
    }
}

/* line 734, src/sass/_custom.scss */
.section-3-blocks .item .info a .teaser {
    display: block;
    padding-left: 70px;
}

@media screen and (max-width: 767px) {
    /* line 734, src/sass/_custom.scss */
    .section-3-blocks .item .info a .teaser {
        font-size: 13px;
        padding-left: 55px;
    }
}

/* line 751, src/sass/_custom.scss */
.section-articles .item,
.section-slider .item,
.section-video .item {
    border-bottom: 1px solid #94c3df;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
}

@media screen and (max-width: 767px) {
    /* line 751, src/sass/_custom.scss */
    .section-articles .item,
    .section-slider .item,
    .section-video .item {
        display: block;
    }
}

/* line 761, src/sass/_custom.scss */
.section-articles .item:first-child,
.section-slider .item:first-child,
.section-video .item:first-child {
    padding-top: 0;
}

/* line 764, src/sass/_custom.scss */
.section-articles .item:last-child,
.section-slider .item:last-child,
.section-video .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 50px;
}

/* line 769, src/sass/_custom.scss */
.section-articles .item .img,
.section-slider .item .img,
.section-video .item .img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 535px;
    flex: 0 0 535px;
    width: 535px;
}

@media screen and (max-width: 991px) {
    /* line 769, src/sass/_custom.scss */
    .section-articles .item .img,
    .section-slider .item .img,
    .section-video .item .img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    /* line 769, src/sass/_custom.scss */
    .section-articles .item .img,
    .section-slider .item .img,
    .section-video .item .img {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}

/* line 780, src/sass/_custom.scss */
.section-articles .item .img a,
.section-slider .item .img a,
.section-video .item .img a {
    display: block;
    line-height: 0;
}

@media screen and (max-width: 767px) {
    /* line 783, src/sass/_custom.scss */
    .section-articles .item .img a img,
    .section-slider .item .img a img,
    .section-video .item .img a img {
        width: 100%;
    }
}

/* line 790, src/sass/_custom.scss */
.section-articles .item .info,
.section-slider .item .info,
.section-video .item .info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 0 0 25px;
}

@media screen and (max-width: 767px) {
    /* line 790, src/sass/_custom.scss */
    .section-articles .item .info,
    .section-slider .item .info,
    .section-video .item .info {
        padding: 25px 0 0;
    }
}

/* line 796, src/sass/_custom.scss */
.section-articles .item .info .info-t,
.section-slider .item .info .info-t,
.section-video .item .info .info-t {
    color: #2a87c0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
    /* line 796, src/sass/_custom.scss */
    .section-articles .item .info .info-t,
    .section-slider .item .info .info-t,
    .section-video .item .info .info-t {
        display: none;
    }
}

/* line 804, src/sass/_custom.scss */
.section-articles .item .info .info-t .cat,
.section-slider .item .info .info-t .cat,
.section-video .item .info .info-t .cat {
    margin-right: 20px;
}

    /* line 806, src/sass/_custom.scss */
    .section-articles .item .info .info-t .cat a,
    .section-slider .item .info .info-t .cat a,
    .section-video .item .info .info-t .cat a {
        color: #2a87c0;
        text-decoration: none;
    }

        /* line 809, src/sass/_custom.scss */
        .section-articles .item .info .info-t .cat a:hover,
        .section-slider .item .info .info-t .cat a:hover,
        .section-video .item .info .info-t .cat a:hover {
            opacity: 0.8;
        }

/* line 816, src/sass/_custom.scss */
.section-articles .item .info .title,
.section-slider .item .info .title,
.section-video .item .info .title {
    margin-bottom: 10px;
}

    /* line 818, src/sass/_custom.scss */
    .section-articles .item .info .title a,
    .section-slider .item .info .title a,
    .section-video .item .info .title a {
        text-decoration: none;
        color: #0f2e4d;
        font-size: 32px;
        line-height: 1;
        display: inline-block;
    }

@media screen and (max-width: 767px) {
    /* line 818, src/sass/_custom.scss */
    .section-articles .item .info .title a,
    .section-slider .item .info .title a,
    .section-video .item .info .title a {
        font-size: 22px;
    }
}

/* line 827, src/sass/_custom.scss */
.section-articles .item .info .title a:hover,
.section-slider .item .info .title a:hover,
.section-video .item .info .title a:hover {
    opacity: 0.8;
}

/* line 832, src/sass/_custom.scss */
.section-articles .item .info .teaser,
.section-slider .item .info .teaser,
.section-video .item .info .teaser {
    margin-bottom: 10px;
}

    /* line 834, src/sass/_custom.scss */
    .section-articles .item .info .teaser .more,
    .section-slider .item .info .teaser .more,
    .section-video .item .info .teaser .more {
        color: #2a87c0;
        text-decoration: underline;
    }

        /* line 837, src/sass/_custom.scss */
        .section-articles .item .info .teaser .more:hover,
        .section-slider .item .info .teaser .more:hover,
        .section-video .item .info .teaser .more:hover {
            opacity: 0.8;
        }

/* line 843, src/sass/_custom.scss */
.section-articles .item .info .photo-desc,
.section-slider .item .info .photo-desc,
.section-video .item .info .photo-desc {
    color: #2a87c0;
    font-size: 15px;
}

/* line 848, src/sass/_custom.scss */
.section-articles .item.item-lead,
.section-slider .item.item-lead,
.section-video .item.item-lead {
    display: block;
    padding-bottom: 15px;
}

    /* line 851, src/sass/_custom.scss */
    .section-articles .item.item-lead .img,
    .section-slider .item.item-lead .img,
    .section-video .item.item-lead .img {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: auto;
    }

    /* line 856, src/sass/_custom.scss */
    .section-articles .item.item-lead .info,
    .section-slider .item.item-lead .info,
    .section-video .item.item-lead .info {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        padding: 25px 0 0;
    }

/* line 861, src/sass/_custom.scss */
.section-articles .item.item-slider,
.section-slider .item.item-slider,
.section-video .item.item-slider {
    display: block;
    padding-bottom: 15px;
}

    /* line 864, src/sass/_custom.scss */
    .section-articles .item.item-slider .img,
    .section-slider .item.item-slider .img,
    .section-video .item.item-slider .img {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        width: auto;
    }

    /* line 869, src/sass/_custom.scss */
    .section-articles .item.item-slider .info,
    .section-slider .item.item-slider .info,
    .section-video .item.item-slider .info {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        padding: 25px 0 0;
    }

/* line 874, src/sass/_custom.scss */
.section-articles .item.item-video,
.section-slider .item.item-video,
.section-video .item.item-video {
    display: flex;
    margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
    /* line 874, src/sass/_custom.scss */
    .section-articles .item.item-video,
    .section-slider .item.item-video,
    .section-video .item.item-video {
        margin-bottom: 30px;
        flex-direction: column;
    }
}

/* line 880, src/sass/_custom.scss */
.section-articles .item.item-video .video,
.section-slider .item.item-video .video,
.section-video .item.item-video .video {
    padding: 30px;
    border: 1px solid #4190c4;
    margin-bottom: 50px;
    line-height: 0;
}



@media screen and (max-width: 767px) {
    /* line 880, src/sass/_custom.scss */
    .section-articles .item.item-video .video,
    .section-slider .item.item-video .video,
    .section-video .item.item-video .video {
        margin-bottom: 30px;
        padding: 7px;
        position: relative;
    }

        .section-articles .item.item-video .video,
        .section-slider .item.item-video .video,
        .section-video .item.item-video .video:before {
            content: '';
            display: block;
            padding-top: 56.25%;
        }

            .section-articles .item.item-video .video iframe,
            .section-slider .item.item-video .video iframe,
            .section-video .item.item-video .video iframe {
                position: absolute;
                left: 0;
                top: 0;
                width: calc(100% - 14px);
                height: calc(100% - 14px);
                margin: 7px;
            }
}

/* line 891, src/sass/_custom.scss */
.section-articles .item.item-video .info,
.section-slider .item.item-video .info,
.section-video .item.item-video .info {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 0 0 35px;
}


/* line 901, src/sass/_custom.scss */
.section-slider .item.item-slider {
    padding-bottom: 0;
}

/* line 914, src/sass/_custom.scss */
.section-previous {
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    /* line 914, src/sass/_custom.scss */
    .section-previous {
        margin-bottom: 30px;
    }
}

/* line 919, src/sass/_custom.scss */
.section-previous h2 {
    font-size: 32px;
    line-height: 1;
    margin: 0 0 30px;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    /* line 919, src/sass/_custom.scss */
    .section-previous h2 {
        font-size: 22px;
    }
}

/* line 930, src/sass/_custom.scss */
.section-previous .gallery .item {
    line-height: 0;
}

    /* line 932, src/sass/_custom.scss */
    .section-previous .gallery .item a {
        position: relative;
        display: block;
    }

        /* line 935, src/sass/_custom.scss */
        .section-previous .gallery .item a .img {
            display: block;
        }

        /* line 940, src/sass/_custom.scss */
        .section-previous .gallery .item a .title {
            line-height: 1.2;
            position: absolute;
            z-index: 1;
            bottom: 19px;
            left: 33px;
            right: 33px;
            background: #fff;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            padding: 5px;
        }

@media screen and (max-width: 991px) {
    /* line 940, src/sass/_custom.scss */
    .section-previous .gallery .item a .title {
        bottom: 15px;
        left: 15px;
        right: 15px;
    }
}

/* line 966, src/sass/_custom.scss */
.slick-slider-1 .slick-prev,
.slick-slider-1 .slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
    outline: none;
}

@media screen and (max-width: 479px) {
    /* line 966, src/sass/_custom.scss */
    .slick-slider-1 .slick-prev,
    .slick-slider-1 .slick-next {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        margin-top: -15px;
    }
}

/* line 976, src/sass/_custom.scss */
.slick-slider-1 .slick-prev:before,
.slick-slider-1 .slick-next:before {
    width: 40px;
    height: 40px;
    opacity: 1;
    background: url(../Content/DesignFiles/Magazines/icons.png) 0 -80px no-repeat;
    content: "";
    display: block;
}

/* line 985, src/sass/_custom.scss */
.slick-slider-1 .slick-prev:hover:before,
.slick-slider-1 .slick-next:hover:before {
    opacity: 0.8;
}

/* line 990, src/sass/_custom.scss */
.slick-slider-1 .slick-prev {
    left: 33px;
}

@media screen and (max-width: 479px) {
    /* line 990, src/sass/_custom.scss */
    .slick-slider-1 .slick-prev {
        left: 0px;
    }
}

/* line 998, src/sass/_custom.scss */
.slick-slider-1 .slick-next {
    right: 33px;
}

@media screen and (max-width: 479px) {
    /* line 998, src/sass/_custom.scss */
    .slick-slider-1 .slick-next {
        right: 0px;
    }
}

/* line 1003, src/sass/_custom.scss */
.slick-slider-1 .slick-next:before {
    background: url(../Content/DesignFiles/Magazines/icons.png) -50px -80px no-repeat;
}

/* line 1009, src/sass/_custom.scss */
.slick-slider-4 {
    padding: 0 55px;
}

@media screen and (max-width: 479px) {
    /* line 1009, src/sass/_custom.scss */
    .slick-slider-4 {
        padding: 0 40px;
    }
}

/* line 1014, src/sass/_custom.scss */
.slick-slider-4 .slick-prev,
.slick-slider-4 .slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
    outline: none;
}

@media screen and (max-width: 479px) {
    /* line 1014, src/sass/_custom.scss */
    .slick-slider-4 .slick-prev,
    .slick-slider-4 .slick-next {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        margin-top: -15px;
    }
}

/* line 1024, src/sass/_custom.scss */
.slick-slider-4 .slick-prev:before,
.slick-slider-4 .slick-next:before {
    width: 40px;
    height: 40px;
    opacity: 1;
    background: url(../Content/DesignFiles/Magazines/icons.png) -100px -80px no-repeat;
    content: "";
    display: block;
}

/* line 1033, src/sass/_custom.scss */
.slick-slider-4 .slick-prev:hover:before,
.slick-slider-4 .slick-next:hover:before {
    opacity: 0.8;
}

/* line 1038, src/sass/_custom.scss */
.slick-slider-4 .slick-prev {
    left: 0;
}

/* line 1043, src/sass/_custom.scss */
.slick-slider-4 .slick-next {
    right: 0;
}

    /* line 1045, src/sass/_custom.scss */
    .slick-slider-4 .slick-next:before {
        background: url(../Content/DesignFiles/Magazines/icons.png) -150px -80px no-repeat;
    }

/* line 1049, src/sass/_custom.scss */
.slick-slider-4 .item {
    text-align: center;
    padding: 0 5px;
}

/* line 1059, src/sass/_custom.scss */
.section-article .article-heading h1 {
    margin: 0 0 10px;
    color: #0f2e4d;
    font-weight: normal;
    font-size: 32px;
}

@media screen and (max-width: 767px) {
    /* line 1059, src/sass/_custom.scss */
    .section-article .article-heading h1 {
        font-size: 22px;
    }
}

/* line 1068, src/sass/_custom.scss */
.section-article .article-heading .subtitle {
    font-size: 20px;
    color: #2a87c0;
    margin: 0 0 20px;
    /*max-width: 400px;*/
}

/* line 1076, src/sass/_custom.scss */
.section-article .article-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    /* line 1076, src/sass/_custom.scss */
    .section-article .article-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/* line 1084, src/sass/_custom.scss */
.section-article .article-info .article-info-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    /* line 1084, src/sass/_custom.scss */
    .section-article .article-info .article-info-l {
        margin-bottom: 10px;
    }
}

/* line 1090, src/sass/_custom.scss */
.section-article .article-info .article-info-l .userpic {
    margin-right: 10px;
}

    /* line 1093, src/sass/_custom.scss */
    .section-article .article-info .article-info-l .userpic img {
        border-radius: 50%;
    }

/* line 1097, src/sass/_custom.scss */
.section-article .article-info .article-info-l .user-info {
    color: #2a87c0;
    font-size: 15px;
}

/* line 1103, src/sass/_custom.scss */
.section-article .article-info .article-info-r, .gallery_main .gallery_header .article-info-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    /* line 1106, src/sass/_custom.scss */
    .section-article .article-info .article-info-r .article-social, .gallery_main .gallery_header .article-info-r .article-social {
        margin-right: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        /* line 1110, src/sass/_custom.scss */
        .section-article .article-info .article-info-r .article-social a, .gallery_main .gallery_header .article-info-r .article-social a {
            margin-right: 15px;
            display: inline-block;
            line-height: 0;
        }

.article-social i.icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-position: 50% 50%;
}

    .article-social i.icon.icon-fb {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAQlBMVEUAAAAAQn4AQn4AQn4AQn4AQn4AQn4AQn4AQn4AQn4AQn4AQn4AQn4AQn4AQn4AQn4AQn4AQn4AQn4AQn4AQn4AQn7YJfamAAAAFXRSTlMA0MBv+ufctK+AegbY0si4kF5LQT7C5/lVAAAAVElEQVQYV93NtwGAMBDAwMcRYzJo/1UpiA+eAJXXSOQo296Bj6IzABC0zrtSax4BQuwazTXgs7wbgOqjYkqcUgt4a+36ZK7U8ubpye5Ut4iquPw7b/BtCNEb5LW9AAAAAElFTkSuQmCC);
    }

    .article-social i.icon.icon-ig {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAYFBMVEUAAACQSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp+QSp/C4XlmAAAAH3RSTlMAwKr4JDU/4mIwIMi5SPLasJdwFOzPq6WOiGpYUU8MIWFqLgAAAJNJREFUGNN10UkOwyAMQFFcN4QWyNB0nnz/W8YYWQIh/gLhJ8TGptsQLJzhRBoMokgFz8sSMDlQyZFlBD6wYpsY+eD7x1sfCybh3AThSvRw7oIFv/58Z0klPkjOSN88mW7H1KbTJqP+fVd+yqg8KvuK6Z01Us3okv6mkqV5XW9EFWsFY6vIDC2DrKF5nNcDtQJrpx2OZR09IQ9pdgAAAABJRU5ErkJggg==);
    }

    .article-social i.icon.icon-mail {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAMAAADto6y6AAAAS1BMVEUAAADKHjDKHjDKHjDKHjDKHjDKHjDKHjDKHjDKHjDKHjDKHjDKHjDKHjDKHjDKHjDKHjDKHjDKHjDKHjDKHjDKHjDKHjDKHjDKHjAfR02uAAAAGHRSTlMAMB4N7dfTyKwHQCcU8uO8t6eTL/WFclbgrKiAAAAAjElEQVQoz5WRVxaEMAhFGVJMMfbC/lc6RsfBxofvK7n3HCAE3icaeoiJYOkxFojc5xZHtAjdwSWdXkWoWn/Evq3CKhBNo5irxiBuAsqiKP88n3cBqra4cbS1AhbgnY6Z99p5OIuk+8zTLrjUmEJI468UN19u0zBM3Pw47jzzuOID5ZWISxTXLn/U63wB+oIR1jhnKoQAAAAASUVORK5CYII=);
        width: 24px;
    }

    .article-social i.icon.icon-whatsapp {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAAhFBMVEUAAAAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQAAgQCzMrMQAAAAK3RSTlMA+grWyWjevwLqzo96UUhBKPPv2kM2FwTitKmfmIpWMi4kEoVduqOggG8cZERfxwAAAOtJREFUGBkFwYVhHEEABDDt8eM9M9sOTf/9RQKMt7qk1LcRAJ5NkiRJmieAtiTNfLlfzpuktIA2qXeAXZ20YF/SV1i9oOpT9himqSuGS/KAqs50YJmM+JuUA9glS65pYJpuDmhyZZs5lMkRYJ4tyQLKFsAiIRmhKxXAmLDJA35nAfBIockMdpkeDWCWKV/pjtCn2dYrHLvceSct/DslmaBNVviV9RsO10n3zWqdCxySNwDPUyYHWOXk8/0Bn3vJeg/a9Ld1ys/9z6wvSfcCLkk2myRJsvmqgGGSuq2qxezcn2eLCuB1Xg4AAPwHFH0X9h3A2EsAAAAASUVORK5CYII=);
    }

.article-info-r .btn {
    height: 22px;
    box-sizing: border-box;
}

.article-body iframe {
    max-width: 100%;
    display: inline-block;
}
/* line 1123, src/sass/_custom.scss */
.section-article .article-body .txt p {
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    .banner {
        text-align: center;
    }
}

/* line 1126, src/sass/_custom.scss */
.section-article .article-body .txt .img {
    margin: 30px 0;
}

    /* line 1129, src/sass/_custom.scss */
    .section-article .article-body .txt .img .img-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #2a87c0;
        margin: 10px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 15px;
    }

@media screen and (max-width: 767px) {
    /* line 1129, src/sass/_custom.scss */
    .section-article .article-body .txt .img .img-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/* line 1138, src/sass/_custom.scss */
.section-article .article-body .txt .img .img-info .img-desc {
    padding-right: 30px;
}

@media screen and (max-width: 767px) {
    /* line 1138, src/sass/_custom.scss */
    .section-article .article-body .txt .img .img-info .img-desc {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    /* line 1152, src/sass/_custom.scss */
    .section-video-2 {
        margin: 0 0 30px;
    }
}

/* line 1156, src/sass/_custom.scss */
.section-video-2 .video-heading {
    margin-bottom: 30px;
}

    /* line 1158, src/sass/_custom.scss */
    .section-video-2 .video-heading h2 {
        color: #2a87c0;
        font-size: 32px;
        margin: 0 0 10px;
        font-weight: normal;
    }

@media screen and (max-width: 767px) {
    /* line 1158, src/sass/_custom.scss */
    .section-video-2 .video-heading h2 {
        font-size: 22px;
    }
}

/* line 1167, src/sass/_custom.scss */
.section-video-2 .video-heading h3.title {
    color: #0f2e4d;
    font-size: 32px;
    margin: 0 0 10px;
    font-weight: normal;
}

@media screen and (max-width: 767px) {
    /* line 1167, src/sass/_custom.scss */
    .section-video-2 .video-heading h3.title {
        font-size: 22px;
    }
}

/* line 1176, src/sass/_custom.scss */
.section-video-2 .video-heading .subtitle {
    color: #0f2e4d;
    font-size: 23px;
}

@media screen and (max-width: 767px) {
    /* line 1176, src/sass/_custom.scss */
    .section-video-2 .video-heading .subtitle {
        font-size: 18px;
    }
}

/* line 1184, src/sass/_custom.scss */
.section-video-2 .video {
    padding: 30px;
    border: 1px solid #4190c4;
    margin-bottom: 40px;
    line-height: 0;
}

    .section-video-2 .video iframe {
        width: 100%;
    }

@media screen and (max-width: 767px) {
    /* line 1184, src/sass/_custom.scss */
    .section-video-2 .video {
        margin-bottom: 30px;
        padding: 7px;
    }
}

/* line 1197, src/sass/_custom.scss */
.section-similar {
    /*border-top: 1px solid #94c3df;*/
    padding-top: 40px;
}

    /* line 1200, src/sass/_custom.scss */
    .section-similar h2 {
        font-weight: normal;
        font-size: 32px;
        color: #0f2e4d;
        margin: 0 0 25px;
    }

@media screen and (max-width: 767px) {
    /* line 1200, src/sass/_custom.scss */
    .section-similar h2 {
        font-size: 22px;
    }
}

/* line 1210, src/sass/_custom.scss */
.section-similar .similar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -10px;
}

    .section-similar .similar-list .gallery {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 0;
        display: flex;
        overflow: hidden;
    }

body.rtl .similar-list .gallery {
    padding: 0 45px;
}

    body.rtl .similar-list .gallery .item {
        padding: 0 20px;
    }

.similar-img {
    display: block;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #c6c6c6;
    margin-bottom: 20px;
}

    .similar-img img {
        display: none;
    }

    .similar-img:before {
        content: '';
        display: block;
        padding-top: 92%;
    }



@media screen and (max-width: 599px) {
    /* line 1210, src/sass/_custom.scss */
    .section-similar .similar-list {
        margin: 0;
    }
}

/* line 1218, src/sass/_custom.scss */
.section-similar .similar-list .item {
    width: 50%;
    padding: 0 10px;
}

@media screen and (max-width: 599px) {
    /* line 1218, src/sass/_custom.scss */
    .section-similar .similar-list .item {
        width: 100%;
        padding: 0 0 30px;
    }
}

/* line 1226, src/sass/_custom.scss */
.section-similar .similar-list .item .img a {
    display: block;
    line-height: 0;
}

/* line 1232, src/sass/_custom.scss */
.section-similar .similar-list .item .title {
    padding-top: 10px;
}

/***** RTL *****/
/* line 2, src/sass/_rtl.scss */
body.rtl {
    direction: rtl;
}

    /* line 4, src/sass/_rtl.scss */
    body.rtl .header {
        background: #f5f5f5 url(../Content/DesignFiles/Magazines/header-bg2-rtl.jpg) 0 0 no-repeat;
        background-size: contain;
    }

@media (max-width: 767px) {
    body.rtl .header {
        background: #f5f5f5;
    }

    .header .logo {
        text-align: center;
    }
}

@media screen and (max-width: 1199px) {
    /* line 4, src/sass/_rtl.scss */
    body.rtl .header {
        background-size: auto 200px;
        background-position: 0 0;
    }
}

/* line 17, src/sass/_rtl.scss */
body.rtl .header.header-front {
    background: url(../Content/DesignFiles/Magazines/header-front.jpg) 50% 0 no-repeat;
    background-size: cover;
}

    /* line 22, src/sass/_rtl.scss */
    body.rtl .header.header-front .header-inner .logo {
        padding: 19px 0 0 0;
        position: absolute;
        top: -195px;
        left: 50%;
        transform: translateX(-50%);
    }

        body.rtl .header.header-front .header-inner .logo .slogan {
            display: none;
        }

@media screen and (max-width: 767px) {
    /* line 22, src/sass/_rtl.scss */
    body.rtl .header.header-front .header-inner .logo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 10px;
    }
}

/* line 28, src/sass/_rtl.scss */
body.rtl .header.header-front .header-inner .logo .slogan {
    padding: 13px 24px 0 0;
}

@media screen and (max-width: 767px) {
    /* line 28, src/sass/_rtl.scss */
    body.rtl .header.header-front .header-inner .logo .slogan {
        padding: 0 0 0;
    }
}

/* line 35, src/sass/_rtl.scss */
body.rtl .header.header-front .header-inner .intro {
    bottom: 50px;
}

/* line 42, src/sass/_rtl.scss */
body.rtl .topbar .topmenu {
    padding: 0 0 0 20px;
}

@media screen and (max-width: 991px) {
    /* line 42, src/sass/_rtl.scss */
    body.rtl .topbar .topmenu {
        right: 20px;
        left: auto;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    /* line 42, src/sass/_rtl.scss */
    body.rtl .topbar .topmenu {
        right: 10px;
        left: auto;
    }
}

/* line 54, src/sass/_rtl.scss */
body.rtl .topbar .topmenu ul li {
    padding: 0 0 0 35px;
}

    /* line 56, src/sass/_rtl.scss */
    body.rtl .topbar .topmenu ul li:after {
        left: 14px;
        right: auto;
    }

    /* line 60, src/sass/_rtl.scss */
    body.rtl .topbar .topmenu ul li:last-child {
        padding: 0;
    }

/* line 66, src/sass/_rtl.scss */
body.rtl .topbar .search-block {
    margin: 0 auto 0 0;
}

    /* line 69, src/sass/_rtl.scss */
    body.rtl .topbar .search-block form input.form-control {
        padding: 5px 10px 5px 5px;
    }

    /* line 72, src/sass/_rtl.scss */
    body.rtl .topbar .search-block form .btn-search {
        text-align: right;
    }

/* line 80, src/sass/_rtl.scss */
body.rtl .two-cols .maincol {
    padding: 0 0 0 60px;
}

@media screen and (max-width: 1139px) {
    /* line 80, src/sass/_rtl.scss */
    body.rtl .two-cols .maincol {
        padding: 0 0 0 40px;
    }
}

@media screen and (max-width: 991px) {
    /* line 80, src/sass/_rtl.scss */
    body.rtl .two-cols .maincol {
        padding: 0 0 30px;
    }
}

/* line 97, src/sass/_rtl.scss */
body.rtl .section-3-blocks .item .info a {
    padding: 25px 0 0 30px;
}

@media screen and (max-width: 991px) {
    /* line 97, src/sass/_rtl.scss */
    body.rtl .section-3-blocks .item .info a {
        padding: 0 20px 0 0;
    }
}

@media screen and (max-width: 599px) {
    /* line 97, src/sass/_rtl.scss */
    body.rtl .section-3-blocks .item .info a {
        padding: 20px 0 0;
    }
}

/* line 105, src/sass/_rtl.scss */
body.rtl .section-3-blocks .item .info a .title {
    padding: 0 70px 0 0;
}

@media screen and (max-width: 767px) {
    /* line 105, src/sass/_rtl.scss */
    body.rtl .section-3-blocks .item .info a .title {
        padding: 0 55px 0 0;
    }
}

/* line 111, src/sass/_rtl.scss */
body.rtl .section-3-blocks .item .info a .title:first-letter {
    float: right;
    margin: 0 -70px 0 0;
}

@media screen and (max-width: 767px) {
    /* line 111, src/sass/_rtl.scss */
    body.rtl .section-3-blocks .item .info a .title:first-letter {
        margin: 0 -55px 0 0;
    }

    _::-webkit-full-page-media, _:future, :root body.rtl .section-3-blocks .item .info a .teaser,
    _::-webkit-full-page-media, _:future, :root body.rtl .section-3-blocks .item .info a .title {
        padding-right: 0;
    }

        _::-webkit-full-page-media, _:future, :root body.rtl .section-3-blocks .item .info a .title:before {
            content: ' ';
        }

        _::-webkit-full-page-media, _:future, :root body.rtl .section-3-blocks .item .info a .title:first-letter {
            color: #27ff19 !important;
            margin: inherit;
            font-size: inherit;
            line-height: inherit;
            float: none;
        }
}

/* line 118, src/sass/_rtl.scss */
body.rtl .section-3-blocks .item .info a .teaser {
    padding: 0 70px 0 0;
}

@media screen and (max-width: 767px) {
    /* line 118, src/sass/_rtl.scss */
    body.rtl .section-3-blocks .item .info a .teaser {
        padding: 0 55px 0 0;
    }
}

/* line 132, src/sass/_rtl.scss */
body.rtl .section-articles .item .info,
body.rtl .section-slider .item .info,
body.rtl .section-video .item .info {
    padding: 0 25px 0 0;
}

@media screen and (max-width: 767px) {
    /* line 132, src/sass/_rtl.scss */
    body.rtl .section-articles .item .info,
    body.rtl .section-slider .item .info,
    body.rtl .section-video .item .info {
        padding: 25px 0 0;
    }
}

/* line 138, src/sass/_rtl.scss */
body.rtl .section-articles .item .info .info-t .cat,
body.rtl .section-slider .item .info .info-t .cat,
body.rtl .section-video .item .info .info-t .cat {
    margin: 0 0 0 20px;
}

/* line 144, src/sass/_rtl.scss */
body.rtl .section-articles .item.item-lead .info,
body.rtl .section-slider .item.item-lead .info,
body.rtl .section-video .item.item-lead .info {
    padding: 25px 0 0;
}

/* line 149, src/sass/_rtl.scss */
body.rtl .section-articles .item.item-slider .info,
body.rtl .section-slider .item.item-slider .info,
body.rtl .section-video .item.item-slider .info {
    padding: 25px 0 0;
}

/* line 154, src/sass/_rtl.scss */
body.rtl .section-articles .item.item-video .info,
body.rtl .section-slider .item.item-video .info,
body.rtl .section-video .item.item-video .info {
    padding: 0 25px 0 0;
}

/* line 169, src/sass/_rtl.scss */
body.rtl .footer .footer-nav-block .footer-nav .logo-f .social .item {
    margin: 0 0 0 20px;
}

@media screen and (max-width: 991px) {
    /* line 173, src/sass/_rtl.scss */
    body.rtl .footer .footer-nav-block .footer-nav .logo-f .logo {
        margin: 0 0 0 70px;
    }
}

/* line 180, src/sass/_rtl.scss */
body.rtl .footer .footer-nav-block .footer-nav .footer-menu .col {
    border-right: 1px solid #8ec1de;
    border-left: none;
    padding: 0 50px;
}

@media screen and (max-width: 991px) {
    /* line 180, src/sass/_rtl.scss */
    body.rtl .footer .footer-nav-block .footer-nav .footer-menu .col {
        padding: 15px 10px;
        border-right: none;
    }
}

/* line 188, src/sass/_rtl.scss */
body.rtl .footer .footer-nav-block .footer-nav .footer-menu .col:nth-child(3) {
    padding-left: 0;
}

/* line 200, src/sass/_rtl.scss */
body.rtl .btn i.icon,
body.rtl a.btn i.icon,
body.rtl input.btn i.icon {
    margin: 0 0 0 10px;
}

/* line 205, src/sass/_rtl.scss */
body.rtl .btn-block a.btn {
    margin: 0 0 10px 22px;
}

    /* line 207, src/sass/_rtl.scss */
    body.rtl .btn-block a.btn:last-child {
        margin: 0 0 10px;
    }

/* line 214, src/sass/_rtl.scss */
body.rtl .slick-slider-1-rtl .slick-prev,
body.rtl .slick-slider-1-rtl .slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
    outline: none;
}

@media screen and (max-width: 479px) {
    /* line 214, src/sass/_rtl.scss */
    body.rtl .slick-slider-1-rtl .slick-prev,
    body.rtl .slick-slider-1-rtl .slick-next {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        margin-top: -15px;
    }
}

/* line 224, src/sass/_rtl.scss */
body.rtl .slick-slider-1-rtl .slick-prev:before,
body.rtl .slick-slider-1-rtl .slick-next:before {
    width: 41px;
    height: 43px;
    opacity: 1;
    background: url(../Content/DesignFiles/Magazines/icons.png) -50px -80px no-repeat;
    content: "";
    display: block;
}

/* line 233, src/sass/_rtl.scss */
body.rtl .slick-slider-1-rtl .slick-prev:hover:before,
body.rtl .slick-slider-1-rtl .slick-next:hover:before {
    opacity: 0.8;
}

/* line 238, src/sass/_rtl.scss */
body.rtl .slick-slider-1-rtl .slick-prev {
    right: 33px;
    left: auto;
}

@media screen and (max-width: 479px) {
    /* line 238, src/sass/_rtl.scss */
    body.rtl .slick-slider-1-rtl .slick-prev {
        right: 0;
        left: auto;
    }
}

/* line 246, src/sass/_rtl.scss */
body.rtl .slick-slider-1-rtl .slick-next {
    left: 33px;
    right: auto;
}

@media screen and (max-width: 479px) {
    /* line 246, src/sass/_rtl.scss */
    body.rtl .slick-slider-1-rtl .slick-next {
        left: 0;
        right: auto;
    }
}

/* line 253, src/sass/_rtl.scss */
body.rtl .slick-slider-1-rtl .slick-next:before {
    background: url(../Content/DesignFiles/Magazines/icons.png) 0 -80px no-repeat;
}

/* line 258, src/sass/_rtl.scss */
body.rtl .slick-slider-2-rtl,
body.rtl .slick-slider-4-rtl {
    padding: 0 55px;
}

@media screen and (max-width: 479px) {
    /* line 258, src/sass/_rtl.scss */
    body.rtl .slick-slider-2-rtl,
    body.rtl .slick-slider-4-rtl {
        padding: 0 40px;
    }
}

/* line 263, src/sass/_rtl.scss */
body.rtl .slick-slider-2-rtl .slick-prev,
body.rtl .slick-slider-2-rtl .slick-next,
body.rtl .slick-slider-4-rtl .slick-prev,
body.rtl .slick-slider-4-rtl .slick-next,
.articles_slider .slick-prev,
.articles_slider .slick-next {
    width: 40px;
    height: 40px;
    z-index: 10;
    outline: none;
    margin-top: -20px;
}

@media screen and (max-width: 479px) {
    /* line 263, src/sass/_rtl.scss */
    body.rtl .slick-slider-2-rtl .slick-prev,
    body.rtl .slick-slider-2-rtl .slick-next,
    body.rtl .slick-slider-4-rtl .slick-prev,
    body.rtl .slick-slider-4-rtl .slick-next,
    .articles_slider .slick-prev,
    .articles_slider .slick-next {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        margin-top: -15px;
    }
}

/* line 273, src/sass/_rtl.scss */
body.rtl .slick-slider-2-rtl .slick-prev:before,
body.rtl .slick-slider-2-rtl .slick-next:before,
body.rtl .slick-slider-4-rtl .slick-prev:before,
body.rtl .slick-slider-4-rtl .slick-next:before,
.articles_slider .slick-prev:before,
.articles_slider .slick-next:before {
    width: 40px;
    height: 40px;
    opacity: 1;
    background: url(../Content/DesignFiles/Magazines/icons.png) -150px -80px no-repeat;
    content: "";
    display: block;
}

/* line 282, src/sass/_rtl.scss */
body.rtl .slick-slider-2-rtl .slick-prev:hover:before,
body.rtl .slick-slider-2-rtl .slick-next:hover:before,
body.rtl .slick-slider-4-rtl .slick-prev:hover:before,
body.rtl .slick-slider-4-rtl .slick-next:hover:before, .articles_slider .slick-prev:before,
.articles_slider .slick-next:before {
    opacity: 0.8;
}

/* line 287, src/sass/_rtl.scss */
body.rtl .slick-slider-2-rtl .slick-prev,
body.rtl .slick-slider-4-rtl .slick-prev,
.articles_slider .slick-prev {
    right: 0;
    left: auto;
}

/* line 293, src/sass/_rtl.scss */
body.rtl .slick-slider-2-rtl .slick-next,
body.rtl .slick-slider-4-rtl .slick-next,
.articles_slider .slick-next {
    left: 0;
    right: auto;
}

    /* line 296, src/sass/_rtl.scss */
    body.rtl .slick-slider-2-rtl .slick-next:before,
    body.rtl .slick-slider-4-rtl .slick-next:before,
    .articles_slider .slick-next:before {
        background: url(../Content/DesignFiles/Magazines/icons.png) -100px -80px no-repeat;
    }

/* line 300, src/sass/_rtl.scss */
body.rtl .slick-slider-4-rtl .item,
body.rtl .slick-slider-2-rtl .item {
    text-align: center;
    padding: 0 5px;
}

body.rtl .slick-slider-2-rtl .item {
    width: 50%;
}
/* line 312, src/sass/_rtl.scss */
body.rtl .section-article .article-info .article-info-l .userpic {
    margin: 0 0 0 10px;
}

/* line 317, src/sass/_rtl.scss */
body.rtl .section-article .article-info .article-info-r .article-social, .gallery_main .gallery_header .article-info-r .article-social {
    margin: 0 0 0 5px;
}

    /* line 319, src/sass/_rtl.scss */
    body.rtl .section-article .article-info .article-info-r .article-social a, .gallery_main .gallery_header .article-info-r .article-social a{
        margin: 0 0 0 15px;
    }

/* line 329, src/sass/_rtl.scss */
body.rtl .section-article .article-body .txt .img .img-info .img-desc {
    padding: 0 0 0 30px;
}


.subtitle p {
    margin: 0;
}

.header-front .title p {
    margin: 0;
}

.teaser p {
    margin: 0;
}

.item-slider .slider {
    margin: 0 auto 30px;
    /*max-width: 646px;*/
}

.gallery_custom .slick-next:before {
    background: url(../Content/DesignFiles/Magazines/light-blue-prev-arrow.png) no-repeat !important;
}

.gallery_custom .slick-prev:before {
    background: url(../Content/DesignFiles/Magazines/light-blue-next-arrow.png) no-repeat !important;
}

.gallery_magazine_img_custom {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .gallery_magazine_img_custom:before {
        content: '';
        display: block;
        padding-top: 60%;
    }

.gallery_magazine_img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

    .gallery_magazine_img:before {
        content: '';
        display: block;
        padding-top: 60%;
    }

.itemImageDiv img {
    width: 100%;
    height: 233px;
}

.userpic img {
    width: 47px;
    height: 47px;
}


.magazine_logo {
    text-align: center;
    margin-bottom: 26px;
}

    .magazine_logo .img {
        padding-top: 19px;
    }

    .magazine_logo img {
        width: 172px;
        display: block;
        margin: 0 auto;
    }

    .magazine_logo .slogan {
        padding: 3px 0 0 0;
        line-height: 1;
    }

@media screen and (max-width: 767px) {
    /* line 28, src/sass/_rtl.scss */
    .magazine_logo .slogan {
        padding: 0;
    }
}

.magazine_logo .slogan .slogan-t {
    font-weight: bold;
    font-size: 25px;
    color: #0F2E4D;
    padding-bottom: 4px;
}

@media screen and (max-width: 479px) {
    /* line 141, src/sass/_custom.scss */
    .magazine_logo .slogan .slogan-t {
        font-size: 19px;
    }
}

/* line 151, src/sass/_custom.scss */
.magazine_logo .slogan .slogan-b {
    font-weight: bold;
    font-size: 21px;
    color: #00c6ff;
    padding: 0px;
}

@media screen and (max-width: 479px) {
    /* line 151, src/sass/_custom.scss */
    .magazine_logo .slogan .slogan-b {
        font-size: 17px;
    }
}

.item-video .info {
    -webkit-box-flex: 1;
    flex: 1;
}

.item-video .video {
    -webkit-box-flex: 0;
    flex: 0;
    /*width: 535px;
    height: 356px;*/
}


.article_button .btn {
    background: #0f2e4d;
    color: #ffffff;
    padding: 10px 22px;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    height: 44px;
    box-sizing: border-box;
}

    .article_button .btn:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAOCAMAAAD6xte7AAAAV1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////+ORg7oAAAAHHRSTlMA0bAwYOtt+LOFRPDi18vAuaOZi3VZTSceFwwKd84vngAAAHVJREFUeAGdyMeRxCAUQMEHCAPy3ujnH+cWq2LMdfrYFNFHvu2dKOl2Pjhfr6y1dxRnkP4Ajl7C+dRm/cJj8XYDrkmsoTBWpotWbOAtWGmJSWm4R631eINWKQL5jDSqEZMPXldR/XLKufn/ZufUc4NkiSTZAH9SwwbQDtSmSwAAAABJRU5ErkJggg==) 50% 50% no-repeat;
        width: 19px;
        height: 14px;
        position: relative;
        top: -1px;
    }


.cke_editable .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 190px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    background: #2a87c0;
    padding: 36px 0 32px;
    color: #fff;
}

    .cke_editable .social .item {
        margin: 0 0 0 20px;
    }

.cke_editable .txt .item .label {
    color: #2a87c0;
    font-weight: bold;
    margin-right: 3px;
}

.bnr.bottom-article-banners {
    margin-top: 50px;
}

.bnr.middle-bottom-article-banners {
    margin-bottom: 0px;
}


.article-bottom-buttons {
    margin-top: 40px;
}

@media (min-width:992px) {
    .two-bannergroup-sidecol {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 16px;
    }
}

.field-validation-error {
    color: #FF0000;
    font-weight: bold;
}

input.input-validation-error {
    background-color: #FFA59B !important;
}

.newsletter_popup_submit {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .article-inner .two-cols .maincol .section-video-2 .video iframe {
        width: 100%;
    }
}


.section-previous .gallery .item span.img {
    height: 200px;
}

@media (max-width: 768px) {
    .section-previous .gallery .item span.img {
        height: 260px;
    }
}

div.buksa-box {
    border-color: #378ec4;
    background-color: #edf4f8;
    border-width: 1px;
    border-style: solid;
    padding: 20px;
}

@media (max-width: 768px) {
    .header-article .logo .slogan {
        width: 100%;
    }

    body.rtl .header-article, body .header-article {
        background: #f5f5f5 !important;
        background-size: auto 200px !important;
        background-position: 0 0 !important;
    }
}

@media (max-width: 768px) {
    .desktop_banner {
        display: none !important;
    }

    .mobile_banner {
        display: block !important;
    }
}

@media (min-width: 769px) {
    .mobile_banner {
        display: none !important;
    }

    .desktop_banner {
        display: block !important;
    }
}

.article-body table tr td {
    padding-right: 15px;
    padding-left: 15px;
}



.big-image-div {
    margin: 50px 0;
}

.big-image-title {
    margin-bottom: 20px;
    text-align: center;
    color: #0f2e4d;
    font-weight: bold;
    font-size: 32px;
}

.big-image-wrapper {
    width: 100vw;
    position: relative;
    transform: translateX(50%);
    right: 50%;
    text-align: center;
}

.articles_slider {
    margin: 0;
    padding: 0 34px;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}

    .articles_slider li {
        box-sizing: border-box;
        padding: 0 18px;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        width: 33.33%;
    }

@media (max-width: 991px) {
    .articles_slider li {
        padding: 0 10px;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
    }
}

@media (max-width: 600px) {
    .articles_slider li {
        padding: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}

.articles_slider .slick-list {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.articles_slider .slick-prev, .articles_slider .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-position: 50% 50%;
    border: none;
    padding: 0;
    font-size: 1px;
    color: transparent;
    cursor: pointer;
}

.article_title {
    font-size: 23px;
    font-weight: 700;
    color: #ec9d1f;
}

    .article_title a {
        color: #2a87c0;
    }

        .article_title a:hover {
            text-decoration: none;
            color: #003F60;
        }

.articles_slider_ico {
    margin: 0 auto 26px;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 33px;
    max-width: 55px;
}

    .articles_slider_ico img {
        display: block;
        max-width: 55px;
        margin: 0 auto;
    }

@media (max-width: 991px) {
    .articles_slider_ico {
        margin-bottom: 15px;
    }
}

.articles_slider_header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 50px;
    -ms-flex-align: center;
    align-items: center;
}

    .articles_slider_header:before {
        content: '';
        display: block;
        -ms-flex: 0 0 180px;
        flex: 0 0 180px;
    }

@media (max-width: 991px) {
    .articles_slider_header {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
}

.articles_slider_title {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #0f2e4d;
    line-height: 1;
    margin: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width: 991px) {
    .articles_slider_title {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

.articles_slider_all {
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    -ms-flex-order: 2;
    order: 2;
    font-size: 25px;
    font-weight: 700;
    color: #0f2e4d;
    text-decoration: none;
    text-align: left;
}

    .articles_slider_all:hover {
        color: #003F60;
        text-decoration: none;
    }

@media (max-width: 991px) {
    .articles_slider_all {
        font-size: 20px;
    }
}

.section_articles_slider {
    padding: 63px 0 18px;
}

@media (max-width: 991px) {
    .section_articles_slider {
        padding-top: 15px;
    }
}

.article_descr {
    overflow: hidden;
}

.article_img {
    position: relative;
    display: block;
    background: #c6c6c6;
    margin-bottom: 15px;
}

    .article_img:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .article_img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


@media (max-width: 767px) {
    body.rtl .header.header-front {
        height: auto;
        min-height: 300px;
        padding: 15px 0;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        flex-direction: column;
        padding-bottom: 10%;
    }

    .header.header-front .container {
        height: auto;
    }

    .header.header-front .header-inner .intro-withoutbackground {
        position: static;
    }

        .header.header-front .header-inner .intro-withoutbackground .title {
            font-size: 29px;
        }

        .header.header-front .header-inner .intro-withoutbackground .subtitle {
            font-size: 25px;
        }
}

/*Category page styles from gosinai*/

.section_gallery {
    background-size: cover;
    padding: 43px 0 8px;
    overflow: hidden;
    border-top: 1px solid #94c3df;
}

@media (max-width: 991px) {
    .section_gallery {
        margin: 20px 0;
    }
}

.section_gallery .gallery {
    margin: 0 -25px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
}
    .section_gallery .gallery > li {
        padding: 0 25px;
        box-sizing: border-box;
        flex: 0 0 50%;
        margin-bottom: 50px;
    }

@media (max-width: 480px) {
    .section_gallery .gallery > li {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
}

.gallery_link {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}
    .gallery_link:hover .gallery_img {
        transform: scale(1.1, 1.1);
    }

.gallery_img {
    display: block;
    position: relative;
    transition: all 0.3s;
}
    .gallery_img:before {
        content: '';
        display: block;
        padding-top: 41.495%;
    }

.gallery_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery_title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 17px;
    background: rgba(#282523, 0.7);
    color: #ffffff;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
    z-index: 3;
}

.section_heading {
    text-align: center;
    color: #0f2e4d;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
}

.articles_wrap {
    margin: 0 -18px;
}

@media (max-width: 991px) {
    .articles_wrap {
        margin: 0 -10px;
    }
}

@media (max-width: 600px) {
    .articles_wrap {
        margin: 0;
    }
}

.articles_list {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
}
    .articles_list > li {
        box-sizing: border-box;
        padding: 0 18px;
        flex: 0 0 33.33%;
        width: 33.33%;
        margin-bottom: 36px;
    }

        @media (max-width: 991px) {
            .articles_list > li {
                padding: 0 10px;
                flex: 0 0 50%;
                width: 50%;
                margin-bottom: 20px;
            }
        }

        @media (max-width: 600px) {
            .articles_list > li {
                padding: 0;
                flex: 0 0 100%;
                width: 100%;
                margin-bottom: 15px;
            }
        }

.article_img {
    display: block;
    position: relative;
    margin-bottom: 21px;
    overflow: hidden;
}

    .article_img:before {
        content: '';
        display: block;
        padding-top: 66.954%;
    }

.article_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

    .article_img:hover img
{
    transform: scale(1.1, 1.1);
}

.article_descr {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}
    .article_descr .article_more {
        font-weight: bold;
        white-space: nowrap;
        margin-right: 0.3em;
    }
        .article_descr .article_more:hover {
            text-decoration: underline;
        }

/*-----------------------------*/

/*-------NEWS PAGES--------*/

.blog_heading {
    padding: 30px 0;
    background: #67afe994 url(DesignFiles/pattern.jpg) 50% 50% no-repeat;
    background-size: cover;
    text-align: center;
    margin-bottom: 40px;
}

    .blog_heading h1 {
        font-size: 35px;
        font-weight: 700;
        color: #0f2e4d;
        margin: 0;
    }

.blog_item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 47px;
    -ms-flex-align: start;
    align-items: flex-start;
}

.blog_item_image {
    display: block;
    margin-top: 8px;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    margin-left: 30px;
    position: relative;
}

    .blog_item_image:before {
        content: '';
        display: block;
        padding-top: 39.62%;
    }

    .blog_item_image img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.blog_item_content {
    -ms-flex: 0 0 49.9%;
    flex: 0 0 49.9%;
}

    .blog_item_content .date {
        color: #2a87c0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 10px;
    }

.blog_item_title {
    font-size: 23px;
    font-weight: 700;
    color: #5c2f20;
    margin-bottom: 16px;
}

    .blog_item_title a {
        color: #0f2e4d;
        text-decoration: none;
    }

        .blog_item_title a:hover {
            color: #0f2e4d;
            text-decoration: underline;
        }

.blog_item_text {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-bottom: 26px;
}

.blog_item_more {
    display: inline-block;
    padding: 8px 24px;
    background: none 0% 0% / auto repeat scroll padding-box border-box rgb(12, 56, 99);
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
    opacity: 0.9;
}

    .blog_item_more:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #0c3863;
    }

.grid_heading {
    margin: 45px 0;
}

    .grid_heading h1 {
        margin: 0;
        padding: 6px 0;
        font-size: 35px;
        font-weight: 700;
        color: #5c2f20;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: url(DesignFiles/grid-heading.jpg) no-repeat;
        background-size: cover;
    }

        .grid_heading h1:after {
            content: '';
            width: 203px;
            height: 153px;
            background: url(DesignFiles/book.png) no-repeat;
            background-size: contain;
            margin-right: 18px;
        }

.grid-wrapper {
    overflow: hidden;
}

.grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
    margin: 0 -18px;
}

.grid_item {
    padding: 0 18px;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    margin-bottom: 35px;
    box-sizing: border-box;
}

.grid_link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: stretch;
    align-items: stretch;
    color: #ffffff;
    text-decoration: none;
}

    .grid_link:hover {
        text-decoration: none;
        color: #ffffff;
    }

        .grid_link:hover .grid_img:after {
            opacity: 0;
        }

.grid_img {
    display: block;
    position: relative;
}

    .grid_img:before {
        content: '';
        display: block;
        padding-top: 48.85%;
    }

    .grid_img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .grid_img:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(30, 85, 117, 0.5);
        transition: all 0.3s;
    }

.grid_title {
    display: block;
    font-size: 23px;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 15px;
    background-color: #eda336;
}

/*-----------------------------*/


/*News page*/

.gallery_banner_top {
    padding: 41px 0 30px;
}

.gallery_heading {
    margin-bottom: 8px;
}

.gallery_page_title {
    font-size: 32px;
    font-weight: 400;
    line-height: 34px;
    color: #0f2e4d;
    margin: 0;
}

.gallery_subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #2a87c0;
    line-height: 1.2;
    margin-bottom: 17px;
}

.gallery_header {
    margin-bottom: 20px;
}

.gallery_text {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    margin-bottom: 20px;
}

    .gallery_text a {
        color: #ec9d1f;
    }

        .gallery_text a:hover {
            color: #ec9d1f;
            text-decoration: underline;
        }

.gallery_main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 58px;
}

    .gallery_main .camp_galery {
        margin-bottom: 50px;
    }

.gallery_sidebar, .gallery_video_sidebar {
    -ms-flex: 0 0 278px;
    flex: 0 0 278px;
    margin-right: 59px;
}

.gallery_header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gallery_autor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}

.gallery_avatar {
    margin-left: 11px;
    -ms-flex: 0 0 47px;
    flex: 0 0 47px;
}

    .gallery_avatar img {
        width: 47px;
        height: 47px;
        border-radius: 50%;
        display: block;
    }

.gallery_name {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #2a87c0;
}

.gallery_sosial {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

    .gallery_sosial ul {
        margin: 0 0 0 25px;
        padding: 0;
        list-style: none;
        display: -ms-flexbox;
        display: flex;
    }

        .gallery_sosial ul li {
            margin: 0 2px;
            min-width: 35px;
        }

.insurance_button {
    display: inline-block;
    background-color: #ec9d1f;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 25px;
}

    .insurance_button:hover {
        text-decoration: none;
        color: #ffffff;
    }

.camp_galery_buttons {
    text-align: center;
    margin-bottom: 47px;
}

    .camp_galery_buttons .gallery_button {
        display: inline-block;
        background-color: #0f2e4d;
        padding: 10px 30px;
        box-sizing: border-box;
        color: #ffffff;
        font-size: 17px;
        font-weight: 700;
        line-height: 27px;
        transition: all 0.3s;
    }

        .camp_galery_buttons .gallery_button:hover {
            color: #fff;
            text-decoration: none;
            background-color: #0c3863;
        }

.gallery_banner_mid {
    margin-bottom: 59px;
}

.gallery_video_title {
    font-size: 32px;
    font-weight: 400;
    color: #ec9d1f;
    line-height: 45px;
    margin: 0;
}

.gallery_video_subtitle {
    font-size: 23px;
    font-weight: 400;
    color: #5c2f20;
    line-height: 28px;
    margin-bottom: 30px;
}

.gallery_video_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 80px;
}

.gallery_video_box {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.gallery_video_container {
    border: 1px solid #00c6ff;
    padding: 27px;
    margin-bottom: 40px;
}

.gallery_video_container_inn {
    position: relative;
}

    .gallery_video_container_inn:before {
        content: '';
        display: block;
        padding-top: 56.35%;
    }

    .gallery_video_container_inn iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.gallery_video_buttons .button {
    padding: 11px 20px;
    background-color: #0f2e4d;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    transition: all 0.3s;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 22px;
    vertical-align: top;
}

    .gallery_video_buttons .button:hover {
        text-decoration: none;
        background-color: #0c3863;
        color: #ffffff;
    }

    .gallery_video_buttons .button i {
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .gallery_video_buttons .button .home {
        width: 19px;
        height: 14px;
        margin-left: 19px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAOCAMAAAD6xte7AAAAV1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////+ORg7oAAAAHHRSTlMA0bAwYOtt+LOFRPDi18vAuaOZi3VZTSceFwwKd84vngAAAHpJREFUGNOdzjcOwzAUBNEhKQZROad//3MalCDCbj3NAq9a3kpf8tvWipJ2+ybnq4Wl8i7LEaTbgb2TcDy0Wj/zNHu7Auco1vBmrIwnjdgAuWCloYxKwzVorYcLtIrpUzIjtarFJINsBcU/ppybbpucU4/1korEe3v4AFLDBtBkFo/QAAAAAElFTkSuQmCC);
    }

    .gallery_video_buttons .button .user {
        width: 16px;
        height: 17px;
        margin-left: 13px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAMAAADjcdz2AAAAaVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8G612AAAAInRSTlMAhd/5t6ENB83jp8Z98OvZ0b6zsJOQjWJWTklBPCoSf29u/iK/ygAAAJRJREFUGNNNjEcOwzAQA7kqllzi3lsS/v+RgRJH8ByWwCxIfJk96WdEJtYiNacovHeAy30UyoZrFS6S0oQwZXKJg0WIgsclTnYhOp64MEyAhAZ/Ngog3OLomlZAla6/0aUlaUKPbBdgpJLdhY/bRXGEtrhhNbTchWio7C4yhZ5png1SPGXI8pQ93Ns26qFJ/VCNfbkPGk8IAIW/50wAAAAASUVORK5CYII=);
    }

/*-------------------------*/
