/*
Created by:Besha.nl
2018-2019
*/
@import url('https://fonts.googleapis.com/css?family=Tenor+Sans');

@font-face {
    font-family: 'GuardianTextEgypWebReg';
    src: url('GuardianTextEgypWebReg.eot');
    src: url('GuardianTextEgypWebReg.eot') format('embedded-opentype'),
        url('GuardianTextEgypWebReg.woff2') format('woff2'),
        url('GuardianTextEgypWebReg.woff') format('woff'),
        url('GuardianTextEgypWebReg.ttf') format('truetype'),
        url('GuardianTextEgypWebReg.svg#GuardianTextEgypWebReg') format('svg');
}


@font-face {
    font-family: 'UniQAIDAR_Hewal 034';
    src: url('UniQAIDAR_Hewal034.eot');
    src: url('UniQAIDAR_Hewal034.eot?#iefix') format('embedded-opentype'),
        url('UniQAIDAR_Hewal034.woff2') format('woff2'),
        url('UniQAIDAR_Hewal034.woff') format('woff'),
        url('UniQAIDAR_Hewal034.ttf') format('truetype'),
        url('UniQAIDAR_Hewal034.svg#UniQAIDAR_Hewal034') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'GuardianTextEgypWebReg' !important;
    font-weight: normal;
    font-style: normal;
    color: #686868;
    line-height: 1.5;
    font-size: 1rem;
    border: 0;
}

a {
    outline: 0;
    text-decoration: none;
}

*:focus {
    outline: 0;
}

::-moz-selection {
    /* Code for Firefox */
    background: #E5CA6A;
}

::selection {
    background: #E5CA6A;
    color: #fff;
}

::placeholder {
    color: #D1D1D1;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
figure,
p {
    margin: 0;
    padding: 0;
    list-style: none;
}

strong {
    font-weight: bold;
}

video {
    background: url(../img/foto-bg.svg) no-repeat #F4F4F4;
    background-size: 50% 50%;
    background-position: center;
}

/*--------------------*/

body,
html {
    width: 100%;
    height: auto;
    margin: 0;
    background: #FFF;
    direction: ltr;
}

/*
{
transition: background 0.2s;
-webkit-transition: background 0.2s;
}
*/

header {
    background: #003A5D;
    width: 100%;
    height: auto;
}

.header {
    width: 950px;
    height: auto;
    margin: 0 auto;
    background: #003A5D;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.Search-header {
    background: #fff;
    position: absolute;
    width: 100%;
}

.Search-header div {
    background: #fff;
    width: 950px;
    margin: 0 auto;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 23px;
}

.Search-header div input {
    width: 700px;
    height: 40px;
    border: 0;
    background: #EAEAEA;
    color: #455050;
    font-size: 21px;
    padding: 5px 15px;
    border-left: 5px solid #E5CA6A;
}

.logo {
    width: 110px;
    height: auto;
    margin: 5px 20px 5px 0;
}

.logo img {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 10px;
}

.infoheader {
    width: 100%;
    height: auto;
    -ms-box-orient: Vertical;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.languages {
    width: 100%;
    height: auto;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
}

.languages a {
    margin-left: 15px;
}

.languages a span {
    font-size: 14px;
    color: #9B9A9A;
    transition: .2s;
}

.languages a span:hover {
    color: #fff;
}

.kurdish {
    font-size: 12px;
    font-family: 'UniQAIDAR_Hewal 034';
    font-weight: normal;
}

.turkmen {
    font-size: 12px;
    font-family: 'Tenor Sans', sans-serif;
    font-weight: bold;
}

.icons {
    width: 100%;
    height: auto;
    -ms-box-orient: horizontal;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;

    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-bottom: 10px;
}

.icons ul {
    width: 200px;
    -ms-box-orient: horizontal;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;

    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.icons ul li {
    width: 25px;
    height: auto;
    margin-left: 10px;
}

.icons ul li a img {
    width: 100%;
    height: auto;
    display: block;
}

.responsive-menu {
    width: 100%;
    height: auto;
    display: none;
    position: relative;
}

.responsive-menu span img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.responsive-menu ul {
    width: 100%;
    position: absolute;
    top: 40px;
    background: #F4F4F4;
    z-index: 999;
}

.responsive-menu ul li {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #003A5D;
    transition: .3s ease-in;
}

.responsive-menu ul li:hover {
    background: #E5CA6A;
}

nav {
    width: 100%;
    height: auto;
    -ms-box-orient: horizontal;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;

    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    position: relative;
    margin-top: 10px;
}

nav ul {
    width: 100%;
    height: auto;
    -ms-box-orient: horizontal;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;

    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-end;
}

nav ul li {
    /*    border-bottom: 2px solid #E5CA6A;*/
    font-size: 1em;
    transition: .2s;
    margin: 0;
    padding: 5px;
    color: #E5E5E5;
}

nav ul li:hover {
    background: #E5CA6A;
    color: #fff;
}

.sub-menu {
    position: absolute;
    margin: 0;
    -ms-box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;

    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-start;
    z-index: 999;
    top: 40px;
    left: 360px;
}

.sub-menu a {
    width: 150px;
    height: auto;
    padding: 10px;
    border: 0;
    background: #fff;
}

.sub-menu a:hover {
    background: #E5CA6A;
}

.search-menu {
    width: 30px;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
}

.search-menu:hover {
    background: none;
}

.search-menu img {
    width: 100%;
    height: auto;
}

.main {
    width: 950px;
    height: auto;
    margin: 20px auto;
}

.slide {
    transition: .2s;
    margin-bottom: 40px;
    position: relative;
}

.slide:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0.8);
}

.slide figure {
    margin: 0 auto;
    padding: 0;
    background: url(../img/foto-bg.svg) no-repeat #F4F4F4;
    background-size: 50% 50%;
    background-position: center;
    box-shadow: 2px 2px 3px #C4C4C4;
}

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

.slide figure figcaption {
    width: auto;
    height: auto;
    margin-left: 30px;
    padding-left: 10px;
    margin-right: 30px;
    padding-right: 10px;
    border-left: 5px solid #E5CA6B;
    bottom: 60px;
    position: absolute;
}

.slide figure figcaption em {
    padding: 5px;
    font-size: 22px;
    margin: 0;
    color: #003A5D;
    background: rgba(230, 230, 230, 0.7);
    line-height: 2;
}

.slide figure figcaption span {
    background: #003A5D;
    padding: 2px 10px;
    margin: 0;
    color: #fff;
    display: inline-block;
}

.main section {
    width: 950px;
    height: auto;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
}

.main-banner {
    width: 950px;
    height: auto;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-start;
    background: #003a5d;
    padding: 30px;
    color: #fff;
    border-radius: 40px 10px;
    position: relative;
    text-align: center;
    font-size: 1.3rem;
    transition: .2s;
}

.main-banner--span {
    display: none;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    transition: .2s;

}

.banner-h2 {
    font-size: 1.3rem;
    color: #003a5d;
    background: rgb(255,232,73);
    background: linear-gradient(24deg, rgba(255,232,73,1) 0%, rgba(229,202,106,0.6502801804315477) 28%, rgba(238,221,159,1) 70%, rgba(208,203,120,0.6054622532606793) 100%);
    border-radius: 10px 0;
    display: inline-block;
    text-align: center;
}

.banner-img {
    position: absolute;
    top: 10px;
    left: 20px;
    width: 30px;
    height: 30px
}

.banner-img1 {
    position: absolute;
    bottom: 10px;
    left: 50px;
    width: 30px;
    opacity: .5;
    transform: rotate(150deg)
}

.banner-img2 {
    position: absolute;
    top: 10px;
    right: 8px;
    width: 90px;
    height: 100px;
    opacity: .5;
}

.arrow-banner {
    font-size: 1.8rem;
    font-weight: bold;
    position: absolute;
    display: flex;
    bottom: -20px;
    background-color: #e5ca6ac5;
    padding: 2px 15px;
    border-radius: 20%;
    color: #003A5D;
    transition: .2s;
    user-select: none;
}

.arrow-banner-top {
    font-size: 1.8rem;
    font-weight: bold;
    position: absolute;
    display: none;
    bottom: -28px;
    background-color: #e5ca6ac5;
    padding: 2px 15px;
    border-radius: 20%;
    color: #003A5D;
    transition: .2s;
    user-select: none;

    transform: rotate(180deg);
}

.arrow-banner:hover {
    cursor: pointer;
    transform: translateY(10px);
}

.arrow-banner-top:hover {
    cursor: pointer;
    transform: rotate(180deg) translateY(10px);

}
.main section aside {
    width: 230px;
    height: auto;
    -ms-box-orient: Vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.main section aside > div {
    width: 230px;
    height: auto;
    margin-bottom: 10px;
}

.main section aside a {
    margin-bottom: 10px;
}

.main section aside a img {
    width: 100%;
    height: auto;
    display: block;
}

.chiroki-mn {
    position: relative;
}

.chiroki-mn figure {
    width: 230px;
    height: auto;
    box-shadow: 2px 2px 3px #C4C4C4;
}
.archive{
    position: relative;
}
.archive figure {
    width: 230px;
    height: auto;
    box-shadow: 2px 2px 3px #C4C4C4;
}
.archive-text{
    position: absolute;
    font-size: 32px;
    top:0px;
    left:40px;
    color:#7a7a7a;
}
.chiroki-mn figure img {
    width: 100%;
    height: auto;
    display: block;
}

#chiroki-mn-figcaption {
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 800;
    text-align: left;
    font-size: 28px;
    padding-left: 15px;
}

#chiroki-mn-figcaption-t {
    position: absolute;
    right: 0;
    bottom: 1px;
    z-index: 800;
    text-align: right;
    font-size: 18px;
    padding-right: 5px;
}

#chiroki-mn-lakhalkawa-t {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 800;
    text-align: center;
    font-size: 18px;
    padding-left: 15px;
    color: #fff;
    background: #003A5D;
    border-bottom: 4px solid #E5CA6B;
}

.tri5 {
    width: 0;
    height: 0;
    border-top: 70px solid rgba(229, 202, 106, 0);
    border-bottom: 0 solid #E5CA6B;
    border-left: 0 solid #fff;
    border-right: 210px solid #E5CA6B;
    display: block;
    z-index: 700;
    position: absolute;
    bottom: 0;
    right: 0;
}

.tri7 {
    width: 0;
    height: 0;
    border-bottom: 40px solid #436c84;
    border-left: 120px solid #436c84;
    border-right: 110px solid #436c84;
    display: block;
    z-index: 700;
    position: absolute;
    bottom: 0;
    left: 0;
}

p iframe {
    width: 100% !important;
}

.vote {
    width: 230px;
    height: auto;
    background: #F4F4F4;
    -ms-box-orient: Vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.vote h2 {
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
}

.vote p {
    color: #436C84;
    font-size: 21px;
    padding: 15px;
}

.vote div {
    width: 100%;
    height: auto;
    margin: 0 auto;
}


.vote div button:hover {
    opacity: .8;
    color: #fff;
}

.vote .button {
    width: 200px;
    height: auto;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 25px 5px;
}

.vote .button .result {
    all: inset;
    font-size: 14px;
    cursor: pointer;
    color: #000;
    border: 0;
    padding: 5px 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 5px;
    background: none
}

.vote .button .stem {
    all: inset;
    background: #466C83;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    border: 0;
    padding: 5px 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 5px
}

.vote .button .stem-first {
    all: inset;
    background: #466C83;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    border: 0;
    padding: 5px 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin: 5px
}

.vote section {
    margin: 0 auto;
    width: 80%;
    height: auto;
}

.form-radio {
    display: inline-block;
    position: relative;
    background-color: #DCDBDB;
    top: 15px;
    height: 30px;
    width: 30px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    margin-left: 7px;
    outline: none;
}

.form-radio:checked::before {
    position: absolute;
    font: 13px/1 'Open Sans', sans-serif;
    right: 11px;
    top: 7px;
    content: '\02143';
    transform: rotate(40deg);
}

.form-radio:hover {
    background-color: #fff;
}

.form-radio:checked {
    background-color: #fff;
}

label {
    cursor: pointer;
}

.main section article {
    width: 710px;
    height: auto;
}

.main section article div h1 {
    width: 100%;
    height: auto;
    border-left: 4px solid #E5CA6B;
    font-size: 16px;
    padding: 5px;
    color: #436C84;
    margin-bottom: 10px
}

.list {
    width: 710px;
    height: auto;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.news-list {
    width: 230px;
    height: auto;
    margin-bottom: 10px;
}

.news-list figure {
    width: 230px;
    height: auto;
    overflow: hidden;
    background: url(../img/foto-bg.svg) no-repeat #F4F4F4;
    background-size: 50% 50%;
    background-position: center;
    box-shadow: 2px 2px 3px #C4C4C4;
}

.news-list figure img {
    width: 100%;
    height: auto;
    display: block;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: 4s ease-in-out;
    -webkit-transition: 4s ease-in-out;
    transition: 4s ease-in-out;
}

.news-list figure img:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.text-news {
    width: 230px;
    height: auto;
    -ms-box-orient: Vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    text-align: justify;
    margin-top: 10px;
}

.text-news a h6 {
    color: #039be5;
    font-size: 14px;
}

.text-news a p {
    font-size: 12px;
    margin-top: 5px;
}

.text-news a p:hover {
    color: #000;
}

.reklam {
    width: 710px;
    height: auto;
}

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

.multimedia {
    width: 950px;
    height: auto;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.multimedia div {
    width: 470px;
    height: auto;
    overflow: hidden;
    cursor: pointer;
}

.multimedia div a section {
    width: 470px;
    height: auto;
    position: relative;
}

.multimedia div a section video {
    width: 470px;
    height: auto;
    background: #E5CA6B;
}

.multimedia div a section h2 {
    position: absolute;
    top: 0;
    left: 0;
    background: #E5CA6B;
    padding: 5px;
    color: #003A5D;
    font-size: 16px;
}

.multimedia div a section h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(229, 202, 107, 0.8);
    padding: 10px;
    color: #003A5D;
    font-size: 16px
}

.multimedia div a figure {
    width: 470px;
    height: auto;
    position: relative;
    overflow: hidden;
}

.multimedia div a figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(229, 202, 107, 0.8);
    padding: 10px;
    color: #003A5D;
    font-size: 16px;
}

.multimedia div a figure h3 {
    position: absolute;
    top: 0;
    left: 0;
    background: #E5CA6B;
    padding: 5px;
    color: #003A5D;
    font-size: 16px;
    z-index: 777;
}

.multimedia div a figure img {
    width: 100%;
    height: auto;
    display: block;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: 4s ease-in-out;
    -webkit-transition: 5s ease-in-out;
    transition: 4s ease-in-out;
}

.multimedia div figure:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*More-news*/
.more-news {
    width: 950px;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.more-news div {
    width: 310px;
    height: auto;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-bottom: 10px;
    align-self: flex-start;
}

.more-news div h1 {
    width: 100%;
    color: #436C84;
    font-size: 14px;
    border-bottom: 1px solid #436C84;
    margin-bottom: 10px;
}

.more-news div span {
    padding: 0 5px;
    border-left: 2px solid #E5CA6B;
    transition: .1s;
    margin-bottom: 10px;
}

.more-news div span a {
    color: #436C84;
    font-size: 12px;
}

.more-news div span a:hover {
    color: #039be5;
}

.more-news div span:hover {
    border-left: 2px solid #F04D4E;
}

/*Footer*/
.f-header {
    width: 100%;
    height: auto;
    background: #598DA8;
    padding: 15px 0;
}

.f-header section {
    width: 950px;
    height: auto;
    background: #598DA8;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-self: flex-start;
    margin: 0 auto;
}

.f-header section div input {
    width: 310px;
    height: 30px;
    border: 0;
    padding: 5px;
    font-size: 14px;
    color: #455050;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.f-header section div button {
    all: inset;
    width: 87px;
    height: 30px;
    border: 0;
    padding: 5px;
    font-size: 14px;
    background: #003A5D;
    color: #E5E5E5;
    cursor: pointer;
    transition: .2s;
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.f-header section div button:hover {
    background: #436C84;
    color: #fff;
    cursor: pointer;
}

/*Social icon footer*/

.f-icons ul {
    width: 200px;
    height: auto;
    -ms-box-orient: horizontal;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.f-icons ul li {
    width: 25px;
    height: auto;
    margin-left: 10px;
}

.f-icons ul li a img {
    width: 100%;
    height: auto;
    display: block;
}

/*Footer*/
footer {
    width: 100%;
    height: auto;
    background: #003A5D;
}

footer section {
    width: 950px;
    height: auto;
    background: #003A5D;
    -ms-box-orient: horizontal;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-self: flex-start;
    margin: 0 auto;
}

footer section div {
    width: 470px;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    -moz-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 40px 0;
    align-items: start;
}

footer section div artical {
    width: 470px;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-self: flex-start;
}

footer section div artical div {
    width: 150px;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-self: flex-start;
}

footer section div artical div span {
    padding-bottom: 10px;
}

footer section div artical div span a {
    transition: .1s;
    color: #E5E5E5;
    font-size: 16px;
}

footer section div artical div span a:hover {
    color: #E5CA6B;
}

.partner {
    width: 470px;
    height: auto;
}

.partner img {
    width: 100%;
    height: auto !important;
    display: block;
}

.map {
    width: 470px;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    position: relative;
}

.map h2 {
    top: 60px;
    left: 35px;
    position: absolute;
    font-size: 18px;
    color: #E5E5E5;
}

.map figure {
    width: 310px;
    height: auto;
}

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

.f-footer {
    width: 100%;
    height: auto;
    background: #fff;
}

.f-footer section {
    width: 950px;
    height: auto;
    margin: 20px auto;
    background: #fff;
}

.f-footer section p {
    font-size: 14px;
    text-align: center;
    color: #436C84;
}

/*Mooi nieuws*/
.mooi-nieuws {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    background: #E5CA6A;
    margin-bottom: 10px;
    box-shadow: 4px 4px 6px #c4c4c4
}

.mooi-foto {
    width: 230px;
    height: auto;
    margin-left: 10px;
}

.mooi-foto img {
    width: 100%;
    height: auto;
    display: block;
}

.mooi-text {
    width: 470px;
    height: auto;
    padding: 10px 0;
}

.mooi-text h3 {
    font-size: 18px;
    color: #003A5D;
}

.mooi-text h6 {
    font-size: 12px;
    color: #003A5D;
    padding: 5px 0;
}

.mooi-text p {
    font-size: 14px;
    color: #5D6666;
}

/*details*/
.main-details {
    max-width: 950px;
    height: auto;
    margin: 20px auto;
    padding: 0;
}

.details-top {
    max-width: 950px;
    height: auto;
    margin-bottom: 20px;
}

.details-top h6 {
    font-size: 12px;
}

.details-top h2 {
    /*
    font-size: 2.125rem !important;
    line-height: 2.375rem !important;
    ;
    font-weight: 400 !important;
    ;
    padding-bottom: 2.25rem !important;
    ;
*/
    font-size: 36px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.details-top h1 {
    font-size: 16px;
    border-left: 4px solid #E5CA6B;
    display: inline-block;
    padding: 2px 2px;
    margin: 10px 0;
}

.details-top ul {
    width: 950px;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    border-left: 5px solid #E5CA6B;
    margin-bottom: 10px;
}

.details-top ul li {
    background: #F4F4F4;
    padding: 10px;
}

.mainfoto {
    position: relative;
}

.mainfoto video {
    max-width: 950px;
    height: auto;
}

.details-top figure {
    width: 950px;
    height: auto;
    background: url(../img/foto-bg.svg) no-repeat #F4F4F4;
    background-size: 50% 50%;
    background-position: center;
}

.details-top figure img {
    width: 100%;
    height: auto;
    display: block;
}

.details-top figure figcaption {
    background: #F4F4F4;
    padding: 10px;
    position: relative;
    color: #666666;
    font-size: 14px;
}

.social-share {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    padding-right: 10px;
    bottom: 10px;
    position: absolute;
}

.social-share div {
    width: 40px;
    height: auto;
    margin-left: 10px;
}

.social-share div a img {
    width: 100%;
    height: auto;
    display: block;
}

/*DETAILS*/
.main-details article {
    max-width: 950px;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
}

.details-news {
    width: 630px;
    height: auto;
    margin-bottom: 10px;
}

.details-news > p {
    font-size: 14px;
    text-align: justify;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify;
    margin-bottom: 1rem;
}

.details-news > p > a{
    color: #0f74a8;
}

.details-news blockquote {
    width: 100%;
    height: auto !important;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding: 10px;
    background: #F4F4F5;
    background-image: url("../img/quote-l.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-origin: content-box;
    background-size: 100px 50px;
    -o-background-size: 100px 50px;
    -webkit-background-size: 100px 50px;
    -moz-background-size: 100px 50px;
    margin-bottom: 1rem;

}

.details-news blockquote h1 {
    font-size: 21px;
    color: #436C84;
    padding: 50px 10px 10px 10px;
}

.details-news blockquote p {
    font-size: 21px;
    color: #436C84;
    padding: 50px 10px 10px 10px;
}

.details-news blockquote em {
    font-size: 14px;
    color: #E5CA6B;
    text-align: right;
    padding: 10px;
}

.p-figure {
    width: 630px;
    height: auto;
    margin: 10px 0;
    background: url(../img/foto-bg.svg) no-repeat #F4F4F4;
    background-size: 50% 50%;
    background-position: center;
}

.p-figure img {
    width: 100%;
    height: auto;
    display: block;
}

.p-figure figcaption {
    background: #F4F4F4;
    padding: 10px;
    color: #666666;
    font-size: 14px;
}

.details-news section div {
    width: 630px;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 10px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.details-news section div em {
    width: 203px;
    height: auto !important;
    background: url(../img/foto-bg.svg) no-repeat #F4F4F4;
    background-size: 50% 50%;
    background-position: center;
    margin-bottom: 10px;
    box-shadow: 2px 2px 3px #C4C4C4;
}

.details-news section div img {
    width: 100%;
    height: auto !important;
    display: block;
}

.details-news p img {
    width: 100% !important;
    height: auto !important;
    display: block;
}

figure.image {
    width: 100% !important;
    height: auto !important;
    margin: 10px 0;
    background: url(../img/foto-bg.svg) no-repeat #F4F4F4;
    background-size: 50% 50%;
    background-position: center;
}

figure.image img {
    width: 100% !important;
    height: auto !important;
}

.video-more {
    margin: 20px 0;
    width: 630px;
    height: auto !important;
    box-shadow: 2px 2px 3px #C4C4C4;
}

/*News Hash Tag*/
.related {
    width: 630px;
    height: auto;
}

.related h3 {
    border-left: 5px solid #E5CA6B;
    font-size: 18px;
    padding: 5px;
    margin-bottom: 10px;
}

.related div {
    width: 630px;
    height: auto;
    background: #EFE5CA;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    border-right: 5px dashed #fff;
}

.related div a p {
    font-size: 14px;
    text-align: left;
    /*background: #F4F4F4;*/
    padding: 10px;
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.related div a figure {
    width: 230px;
    height: auto !important;
    background: url(../img/foto-bg.svg) no-repeat #F4F4F4;
    background-size: 50% 50%;
    background-position: center;
    margin: 0;
}

.related div a figure img {
    width: 100%;
    height: auto;
    display: block;
}

/*ASIDE*/
.main-details article aside {
    width: 310px;
    height: auto;
    background: #F4F4F4;
}

.main-details article aside h2 {
    border-left: 5px solid #E5CA6B;
    font-size: 18px;
    padding: 5px;
    margin-bottom: 10px;
}

.main-details article aside a h5 {
    background: #E5CA6B;
    padding: 5px;
    text-align: center;
}

.main-details article aside div {
    width: 310px;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-bottom: 10px;
    padding: 0 5px;
}

.main-details article aside div a figure {
    width: 110px;
    height: auto;
    background: url(../img/foto-bg.svg) no-repeat #F4F4F4;
    background-size: 50% 50%;
    background-position: center;
    margin-right: 10px;
    box-shadow: 2px 2px 3px #C4C4C4;

}

.main-details article aside div a p {
    text-align: justify;
    font-size: 12px;
    color: #666666;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    padding-right: 10px;
}

.main-details article aside div a p:hover {
    color: #039be5;
}

.main-details article aside div a figure img {
    width: 100%;
    height: auto;
    display: block;
}

/*Galary*/
.fotos {
    width: 950px;
    height: auto;
    margin: 20px auto;
}

.panor {
    width: 950px;
    height: auto;
    margin: 0 auto;
}

.panor h1 {
    font-size: 21px;
    margin-bottom: 10px;
    color: #003A5D;
}

.panor h3 {
    background: #F4F4F4;
    font-size: 16px;
    display: inline-block;
    border-left: 4px solid #E5CA6B;
    padding: 5px;
    margin-bottom: 5px;
}

.panor p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: justify;
}

.panor section {
    position: relative
}

.panor section figure {
    background: url(../img/foto-bg.svg) no-repeat #F4F4F4;
    background-size: 50% 50%;
    background-position: center;
}

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

.panor figure figcaption {
    padding: 10px;
    background: #F4F4F4;
    text-align: justify;
}

.panor h5 a{
    font-size: 16px;
    border-left: 4px solid #E5CA6B;
    display: inline-block;
    padding: 2px 5px;
    margin: 10px 0;
    color: #34A3E5;
}

.panor h6 {
    background: #F4F4F4;
    font-size: 16px;
    display: inline-block;
    border-left: 5px solid #E5CA6B;
    padding: 10px;
    margin-bottom: 10px;
}

.btn-next {
    position: absolute;
    width: 50px;
    height: auto;
    bottom: 50%;
    left: 0;
    padding: 10px;
    background: rgba(244, 244, 244, 0.5);
    cursor: pointer;
    border: 0;
}

.btn-next:hover {
    background: #E5CA6B;
}

.btn-perv {
    position: absolute;
    width: 50px;
    height: auto;
    bottom: 50%;
    right: 0;
    padding: 10px;
    background: rgba(244, 244, 244, 0.5);
    cursor: pointer;
    border: 0;
}

.btn-perv:hover {
    background: #E5CA6B;
}

.mySlides {
    display: none;
}

.title {
    width: 950px;
    height: auto;
    margin: 20px auto 10px auto;
    border-bottom: 2px solid #E5CA6B;
    padding-bottom: 10px;
}

.title h3 {
    border-left: 3px solid #E5CA6B;
    padding-left: 5px;
    font-size: 18px;
}

.galary {
    width: 950px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-self: flex-start;
}

.galary div {
    width: 310px;
    height: auto;
    margin-bottom: 10px;
    position: relative;
    transition: .2s;
}

.galary div a {
    font-size: 14px;
    text-align: justify;
}

.galary div a em img {
    position: absolute;
    z-index: 222;
    width: 25%;
    height: auto;
    top: 20%;
    left: 37%;
}

.galary div a figure {
    background: url(../img/foto-bg.svg) no-repeat #F4F4F4;
    background-size: 50% 50%;
    background-position: center;
    margin-bottom: 10px;
    box-shadow: 2px 2px 3px #C4C4C4;
}

.galary div a figure img {
    width: 100%;
    height: auto;
    display: block;
}

.galary div a em img:hover {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0.8);
}

/*video*/
.video {
    width: 950px;
    height: auto;
    margin: 20px auto;
}

.panor-video {
    width: 950px;
    height: auto;
    margin: 0 auto;
}

.panor-video h1 {
    font-size: 2.125rem !important;
    line-height: 2.375rem !important;
    font-weight: 400 !important;
    padding-bottom: 1rem !important;
    color: #003A5D;
}

.panor-video h6 {
    background: #F4F4F4;
    font-size: 14px;
    display: inline-block;
    border-left: 4px solid #E5CA6B;
    padding: 5px;
    margin-bottom: 10px;
}


.panor-video h5 {
    font-size: 16px;
    border-left: 4px solid #E5CA6B;
    display: inline-block;
    padding: 2px 5px;
    margin: 10px 0;
}

.panor-video p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.panor-video video {
    width: 950px;
    max-height: 500px;
    height: auto;
    box-shadow: 2px 2px 3px #C4C4C4;
}

.panor-video ul {
    width: 950px;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    border-left: 5px solid #E5CA6B;
    margin-bottom: 10px;
}

.panor-video ul li {
    background: #F4F4F4;
    padding: 10px;
}

/*Chiroki Mn*/
.chirokimn-bg {
    width: 100%;
    height: 300px;
    background-image: url(../img/chirokimn-bg.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.chirokimn-bg div {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 50px;
}

.chirokimn-bg div em {
    font-size: 52px;
    margin: 0 auto;
    text-align: center;
    color: #E5CA6A;
    padding: 0 10px;
    background: #003A5D
}

.chirok-list {
    width: 970px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    margin-top: -10%;
}

/*Chirokimn-Details*/
.chirok-list div {
    width: 950px;
    height: auto;
    margin: 10px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-self: flex-start;
}

.chirok-list article {
    width: 230px;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-right: 10px;
}

.chirok-list article figure {
    width: 230px;
    height: auto;
    box-shadow: 2px 2px 3px #C4C4C4;
}

.chirok-list article figure img {
    width: 100%;
    height: auto;
    display: block;
}

.chirok-list article figure figcaption {
    font-size: 14px;
    padding: 5px;
    background: #F9E4A5;
    text-align: justify;
}

.chirok-list article blockquote {
    width: auto;
    height: auto;
    margin: 10px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding: 10px;
    background: #F4F4F5;
    background-image: url("../img/quote-l.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-origin: content-box;
    background-size: 100px 50px;
    -o-background-size: 100px 50px;
    -webkit-background-size: 100px 50px;
    -moz-background-size: 100px 50px;
}

.chirok-list article blockquote h1 {
    font-size: 21px;
    color: #436C84;
    padding: 50px 10px 10px 10px;
}

.chirok-list article blockquote em {
    font-size: 14px;
    color: #E5CA6B;
    text-align: right;
    padding: 10px;
}

.chirok-list div div {
    width: 710px;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin: 0;
}

.more-chirok h1 {
    font-size: 21px;
    margin-bottom: 10px;
    color: #003A5D;
    text-align: justify;
}

.more-chirok h2 {
    font-size: 12px;
    color: #039be5;
    margin-bottom: 10px;
}

.more-chirok p {
    /*
    font-size: 14px;
    text-align: justify;
    margin-bottom: 10px;
*/
    font-size: 1.125rem !important;
    margin-top: 18px !important;
    line-height: 1.22222 !important;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify !important;
}

.more-chirok section div div {
    width: 710px;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 10px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.more-chirok ul {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    border-left: 5px solid #E5CA6B;
    padding-bottom: 0px !important;
}

.more-chirok ul li {
    background: #F4F4F4;
    padding: 10px;
}

.more-chirok section div div em {
    width: 230px;
    height: auto;
    margin-bottom: 10px;
    background: url(../img/foto-bg.svg) no-repeat #F4F4F4;
    background-size: 50% 50%;
    background-position: center;
    box-shadow: 2px 2px 3px #C4C4C4;
}

.more-chirok section div div img {
    width: 100%;
    height: auto;
    display: block;
}

.more-chirok blockquote {
    width: 100%;
    height: auto !important;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding: 10px;
    background: #F4F4F5;
    background-image: url("../img/quote-l.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-origin: content-box;
    background-size: 100px 50px;
    -o-background-size: 100px 50px;
    -webkit-background-size: 100px 50px;
    -moz-background-size: 100px 50px;
    margin-bottom: 1rem;

}

.more-chirok blockquote h1 {
    font-size: 21px;
    color: #436C84;
    padding: 50px 10px 10px 10px;
}

.more-chirok blockquote p {
    font-size: 21px;
    color: #436C84;
    padding: 50px 10px 10px 10px;
}

.more-chirok blockquote em {
    font-size: 14px;
    color: #E5CA6B;
    text-align: right;
    padding: 10px;
}

.more-chirok-video {
    margin: 20px 0;
    width: 710px;
    height: auto;
    background: url(../img/foto-bg.svg) no-repeat #F4F4F4;
    background-size: 50% 50%;
    background-position: center;
    box-shadow: 2px 2px 3px #C4C4C4;
}

/*lakhalkawa*/
.lakhalkawa-bg {
    width: 100%;
    height: 300px;
    background-image: url(../img/lakhalkawa-bg.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.lakhalkawa-bg div {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 50px;
}

.lakhalkawa-bg div em {
    font-size: 52px;
    margin: 0 auto;
    text-align: center;
    color: #E5CA6A;
    padding: 0 10px;
    background: #003A5D
}

.lakhalkawa-bg div a {
    font-size: 20px;
    margin: 0 auto;
    text-align: center;
    color:  #003A5D;
    padding: 0 10px;
    background: #E5CA6A
}

.transition_title{
    top: 90px !important;
}

.lakhalkawa {
    width: 970px;
    height: auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-self: flex-start;
}

.lakhalkawa-list {
    width: 970px;
    height: auto;
    margin: 0 auto;
    background: #fff;
    margin-top: -10%;
}

.lakhalkawa-list ul {
    width: 950px;
    height: auto;
    margin: 10px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;

    padding-bottom: 10px;
}

.lakhalkawa-list ul a li {
    width: 230px;
    height: auto;
    margin-bottom: 10px;
}

.lakhalkawa-list ul a li:hover {
    background: #F9E4A5;
    transition: .2s;
}

.lakhalkawa-list ul a li img {
    width: 100%;
    height: auto;
    display: block;
    align-self: center;
}

.lakhalkawa-list ul a li h4 {
    padding: 5px;
    font-size: 14px
}

.lakhalkawa-list ul a li h6 {
    padding: 5px;
    background: #F4F4F4;
    font-size: 12px;
    color: #039be5;
}


/*Chirokimn-Details*/
.lakhalkawa-list div {
    width: 950px;
    height: auto;
    margin: 10px auto;
}

.more-lakhalkawa {
    width: 950px;
    height: auto;
}

.more-lakhalkawa h1 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #003A5D;
    text-align: justify;
}

.more-lakhalkawa-img {
    position: relative;
    margin-bottom: 10px;
}

.more-lakhalkawa-img figure {
    width: 100%;
    height: auto;
    background: url(../img/foto-bg.svg) no-repeat #F4F4F4;
    background-size: 50% 50%;
    background-position: center;
}

.more-lakhalkawa-img figure img {
    width: 100%;
    height: auto;
    display: block;
}

.more-lakhalkawa-img figure figcaption {
    padding: 5px 15px;
    font-size: 14px;
    padding: 5px;
    background: #F9E4A5;
    text-align: justify;
}

.more-lakhalkawa h2 {
    font-size: 16px;
    background: #F4F4F4;
    border-left: 5px solid #E5CA6B;
    margin: 10px 0;
    display: inline-block;
    padding: 5px;
}

.more-lakhalkawa h5 {
    font-size: 16px;
    border-left: 4px solid #E5CA6B;
    display: inline-block;
    padding: 2px 5px;
    margin: 10px 0;
    color: #34A3E5;
}

.more-lakhalkawa p {
    font-size: 1.125rem !important;
    line-height: 1.22222 !important;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify !important;     margin-bottom: 1rem;
}

.more-lakhalkawa blockquote {
    width: 100%;
    height: auto !important;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding: 10px;
    background: #F4F4F5;
    background-image: url("../img/quote-l.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-origin: content-box;
    background-size: 100px 50px;
    -o-background-size: 100px 50px;
    -webkit-background-size: 100px 50px;
    -moz-background-size: 100px 50px;
    margin-bottom: 1rem;

}

.more-lakhalkawa blockquote h1 {
    font-size: 21px;
    color: #436C84;
    padding: 50px 10px 10px 10px;
}

.more-lakhalkawa blockquote p {
    font-size: 21px;
    color: #436C84;
    padding: 50px 10px 10px 10px;
}

.more-lakhalkawa blockquote em {
    font-size: 14px;
    color: #E5CA6B;
    text-align: right;
    padding: 10px;
}

.div-h1 {
    border-top: 2px solid #F4F4F4;
    padding-top: 10px;
}

.div-h1 h1 {
    border-left: 5px solid #E5CA6B;
    font-size: 16px;
    padding: 5px;
    color: #436C84;
    margin-bottom: 10px;
}

/*meer-chirokimn*/
.meer-chirokimn {
    width: 950px;
    height: auto;
    margin: 10px auto 40px auto;
}

.meer-chirokimn div h1 {
    width: 100%;
    height: auto;
    border-right: 5px solid #E5CA6B;
    font-size: 14px;
    padding: 5px;
    color: #436C84;
    margin-bottom: 10px
}

.meer-chirokimn-list {
    width: 950px;
    height: auto;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 10px;
    align-self: flex-start;
}

.meer-chirokimn-news-list {
    width: 230px;
    height: auto;
}

.meer-chirokimn-news-list > figure {
    width: 230px;
    height: auto;
    overflow: hidden;
    background: url(../img/foto-bg.svg) no-repeat #F4F4F4;
    background-size: 50% 50%;
    background-position: center;
}

.meer-chirokimn-news-list > figure img {
    width: 100%;
    height: auto;
    display: block;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: 4s ease-in-out;
    -webkit-transition: 4s ease-in-out;
    transition: 4s ease-in-out;
}

.meer-chirokimn-news-list > figure img:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/*Contact*/
.contact {
    width: 100%;
    height: auto;
    background-image: url(../img/k55.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact section {
    width: 950px;
    height: auto;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-self: flex-start;
}

.contact section div {
    width: 470px;
    height: auto;
    background: white;
    background: rgba(255, 255, 255, .3);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-self: flex-start;
}

.contact section div form {
    width: 310px;
    height: auto;
    padding: 10px;
    margin-top: 20px;
}

.contact section div form input {
    width: 310px;
    height: 30px;
    margin-bottom: 10px;
    background: #f4f4f4;
    padding: 5px;
    font-size: 14px;
    color: #003A5D;
    padding: 5px;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.contact section div form textarea {
    width: 310px;
    height: 100px;
    margin-bottom: 10px;
    background: #f4f4f4;
    padding: 5px;
    color: #003A5D;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.contact section div form button {
    all: unset;
    width: 110px;
    height: 30px;
    margin-bottom: 10px;
    align-self: flex-start;
    background: #E5CA6A;
    text-align: center;
    font-size: 18px;
    transition: .2s;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.contact section div form button:hover {
    cursor: pointer;
    background: #F9E4A5;
}

.contact section div h1 {
    font-size: 14px;
    color: #003A5D;
    padding: 10px;
    background: white;
    background: rgba(255, 255, 255, .5);
}

/*About*/
.about-main {
    width: 950px;
    height: auto;
    margin: 20px auto;
    padding: 0;
}

.about-img {
    position: relative;
}

.about-img figure {
    width: 950px;
    height: auto !important;
    background: url(../img/foto-bg.svg) no-repeat #F4F4F4;
    background-size: 50% 50%;
    background-position: center;
}

.about-img figure img {
    width: 100%;
    height: auto;
    display: block;
}

.about-img figure figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 800;
    text-align: left;
    font-size: 18px;
    padding: 5px 15px;
    background: red;
    color: #fff;
}

.about {
    width: 950px;
    height: auto;
    margin: 40px auto;
    padding: 0;
}

.about p {
    font-size: 14px;
    text-align: justify;
}

/*Progress*/

.vote .progress {
    margin: 0 auto;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.vote .progress h2 {
    margin: 0;
    padding: 0;
}

progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 15px;

    /* Outer bar */
    border: 1px solid #fff;
    background-color: #F4F4F4;
}

.progress div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-self: flex-start;
}
.progress div span{
    font-size: 14px;
    margin-left: 5px;
}

/* Outer bar */
.progress-0::-webkit-progress-bar {

    background-color: #F4F4F4;
    border: 1px solid #fff
}

.progress-1::-webkit-progress-bar {

    background-color: #F4F4F4;
    border: 1px solid #fff
}

.progress-2::-webkit-progress-bar {

    background-color: #F4F4F4;
    border: 1px solid #fff
}

/* Inner bar */
.progress-0::-webkit-progress-value {
    background: #E5CA6A
}

.progress-1::-webkit-progress-value {
    background: #003A5D
}

.progress-2::-webkit-progress-value {
    background: #FF7348
}

/**
 * Mozilla
 */
/* Inner bar */
.progress-0::-moz-progress-bar {
    background: #E5CA6A
}

.progress-1::-moz-progress-bar {
    background: #003A5D
}

.progress-2::-moz-progress-bar {
    background: #FF7348
}

/* Inner bar */


/**
 * IE/Edge
 */

/* Inner bar */

.progress-0::-ms-fill {
    background: #E5CA6A
}

.progress-1::-ms-fill {
    background: #003A5D
}

.progress-2::-ms-fill {
    background: #FF7348
}

.pagination {
    width: 70%;
    height: auto;
    margin: 30px auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    justify-content: center;
    -webkit-justify-content: center;
    border-top: 2px solid #f4f4f4;
}

.pagination li {
    margin: 0 5px;
    width: auto;
    height: auto;
    text-align: center;
    padding-top: 20px
}

.disabled {
    display: none;
}

.pagination li .active {
    background: #E5CA6A;
    border: 1px solid #003A5D
}

.pagination li a:active {
    background: #E5CA6A;
}

.pagination li a:hover {
    background: #DCDBDB;

}

.pagination li a {
    background: #F4F4F4;
    text-align: center;
    color: #003A5D;
    font-size: 18px;
    margin: 5px;
    padding: 5px 15px;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.07);
    transition: 0.5s ease;

}

.pagination li a .mateicons-1:after {
    content: "\003c";
    margin: 5px;
    width: auto;
    height: auto;
    text-align: center;
    padding: 5px;
    color: #fff;
    color: #003A5D;
}

.pagination li a .mateicons-2:after {
    content: "\003e";
    margin: 5px;
    width: auto;
    height: auto;
    text-align: center;
    padding: 5px;
    color: #fff;
    color: #003A5D;
}

@media only screen and (max-width:950px) {
    .header {
        width: 95%;
    }

    .info-header {
        margin-left: 10px;
    }

    .Search-header div {
        width: 95%;
        padding: 19px;
    }

    .Search-header div input {
        width: 95%;
    }

    nav {
        display: none;
    }

    .responsive-menu {
        -ms-box-orient: horizontal;

        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }

    .responsive-menu ul {
        width: 100%;
    }

    .responsive-menu span {
        margin-right: 20px;
    }

    .main {
        width: 95%;
    }

    .slide figure {
        width: 100%;
        height: auto;
    }

    .main section {
        width: 100%;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: flex-start;
    }

    .main section aside {
        width: 50vw;
        order: 2;
        margin-top: 10px;
    }

    .main section aside > div {
        width: 100%;
    }

    .chiroki-mn figure {
        width: 50vw;
        height: auto !important;
    }
    .archive figure {
        width: 100%;
        height: auto !important;
    }
    .archive-text{
        font-size: 32px !important;
        top:25%;
        left:12%;
    }
    #chiroki-mn-figcaption-t {
        font-size: 40px;
        padding-right: 20px
    }

    #chiroki-mn-lakhalkawa-t {
        font-size: 40px;
    }


    .tri5 {
        border-top: 150px solid rgba(229, 202, 106, 0);
        border-right: 450px solid #E5CA6B;
    }

    .tri7 {
        border-bottom: 60px solid #436c84;
        border-left: 190px solid #436c84;
        border-right: 190px solid #436c84;
    }

    .vote {
        width: 100%;
    }

    .main section article {
        width: 95vw;
    }

    .list {
        width: 100%;
        height: auto;
    }

    .news-list {
        width: 32%;
    }

    .text-news {
        width: 100%;
    }

    .news-list figure {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .reklam {
        width: 100%;
        height: auto;
    }

    .multimedia {
        width: 100%;
    }

    .multimedia div {
        width: 100vw;
        height: auto;
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row;
        -moz-flex-flow: row;
        -ms-flex-flow: row;
        flex-flow: row;
        justify-content: center;
        -webkit-justify-content: center;
        margin-bottom: 10px;
    }

    .more-news {
        width: 100%;
    }

    .more-news div {
        width: 49%;
    }

    /*Footer*/

    .f-header section {
        width: 95%;
    }

    .f-footer section {
        width: 95%;
    }

    footer section {
        width: 95%;
    }

    footer {
        width: 100%;
        height: auto;
        background: #003A5D;
    }

    footer section div {
        width: 50%;
    }

    footer section div artical {
        width: 100%;
    }

    .partner {
        width: 100%;
        height: auto;
    }

    .map {
        width: 100%;
    }

    .map h2 {
        top: 50px;
        left: 20px;
        font-size: 16px;
    }

    .map figure {
        width: 70%;
        height: auto;
    }

    /*Galary*/
    .fotos {
        width: 95%;
    }

    .panor {
        width: 100%;
    }

    .title {
        width: 100%;
    }

    .galary {
        width: 100%;
    }

    .galary div {
        width: 32%;
    }

    /*video*/
    .video {
        width: 95%;
    }

    .panor-video {
        width: 100%;
    }

    .panor-video video {
        width: 95vw;
    }

    /*details*/
    .main-details {
        width: 95%;
    }

    .details-top {
        width: 100%;
    }

    .details-top ul {
        width: 100%;
    }

    .details-top figure {
        width: 100%;
    }

    /*DETAILS*/
    .main-details article {
        max-width: 100%;
    }

    .details-news {
        width: 100%;
    }

    .p-figure {
        width: 100%;
    }

    .details-news section div {
        width: 100%;
    }

    .details-news section div em {
        width: 32%;
    }

    .video-more {
        width: 95vw;
    }

    /*News Hash Tag*/
    .related {
        width: 100%;
    }

    .related div {
        width: 100%;
    }

    .related div a figure {
        width: 33.33vw;
    }

    /*ASIDE*/
    .main-details article aside {
        width: 100%;
    }

    .main-details article aside div {
        width: 100%;
    }

    .main-details article aside div a figure {
        width: 33.33vw;
    }

    .mooi-nieuws {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        background: #E5CA6A;
        margin-bottom: 10px;
        box-shadow: 4px 4px 6px #c4c4c4
    }

    .mooi-foto {
        width: 25%;
        height: auto;
        margin-left: 10px;
    }

    .mooi-text {
        width: 70%;
    }

    /*Chiroki Mn*/
    .chirokimn {
        width: 98%;
    }

    .chirok-list {
        width: 95%;
    }

    /*Chirokimn-Details*/
    .chirok-list div {
        width: 98%;
    }

    .chirok-list article {
        width: 30%;
    }

    .chirok-list article figure {
        width: 100%;
    }

    .chirok-list div div {
        width: 100%;
    }

    .more-chirok section div div {
        width: 100%;
    }

    .more-chirok section div div em {
        width: 24vw;
    }

    .more-chirok-video {
        width: 75vw;
    }

    /*lakhalkawa*/
    .lakhalkawa {
        width: 100%;
    }

    .lakhalkawa-list {
        width: 95%;
    }

    .lakhalkawa-list ul {
        width: 97%;
    }

    .lakhalkawa-list ul a li {
        width: 30vw;
    }

    /*Chirokimn-Details*/
    .lakhalkawa-list div {
        width: 98%;
    }

    .more-lakhalkawa {
        width: 93vw;
    }

    .more-lakhalkawa-img > figure {
        width: 93vw;
    }

    /*Contact*/
    .contact section {
        width: 95%;
    }

    /*about*/
    .about-main {
        width: 95%;
    }

    .about-img figure {
        width: 95vw;
    }

    .about {
        width: 100%;
    }

    .pagination {
        border-top: none;
    }

    .border-bottom {
        border-bottom: 2px solid #f4f4f4;
    }

    p video{
        width:95% !important;
        height:auto !important;
    }

    video{
        width:95% !important;
        height:auto !important;
    }


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

@media only screen and (max-width:846px) {
    #chiroki-mn-figcaption-t {
        font-size: 35px;
    }

    #chiroki-mn-lakhalkawa-t {
        font-size: 35px;
    }
.archive-text{
    font-size:38px;
}

    .tri5 {
        border-top: 100px solid rgba(229, 202, 106, 0);
        border-right: 400px solid #E5CA6B;
    }

    .multimedia div a section {
        width: 95vw;

    }

    .multimedia div a section video {
        width: 100vw;
    }

    .multimedia div a figure {
        width: 95vw;
    }

    /*Chiroki Mn*/
    .chirokimn-bg {
        height: 230px;
    }

    .chirokimn-bg div {
        top: 40px;
    }

    /*Chirokimn-Details*/
    .chirok-list div {
        width: 98%;
    }

    .chirok-list article {
        width: 30%;
    }

    .chirok-list article figure {
        width: 100%;
    }

    .more-chirok section div div em {
        width: 23vw;
    }

    .more-chirok-video {
        width: 65vw;
    }

    .chirok-list article blockquote h1 {
        font-size: 16px;
    }

    .chirok-list article blockquote em {
        font-size: 12px;
    }

    /*Lakhalkawa*/
    .lakhalkawa-bg {
        height: 250px;
    }

    .lakhalkawa-bg div {
        width: 70%;
        top: 30px;
    }

    /*Footer*/

    .f-header section {
        width: 95%;
    }

    footer {
        width: 100%;
        height: auto;
        background: #003A5D;
    }

    footer section {
        width: 95%;
    }

    footer section div {
        width: 50%;
        margin: 20px 0;
    }

    footer section div artical {
        width: 100%;
    }

    .map h2 {
        left: 30px;
        top: 40px;
        font-size: 14px;
    }
}

@media only screen and (max-width:768px) {
    #chiroki-mn-figcaption-t {
        font-size: 30px;
    }

    #chiroki-mn-lakhalkawa-t {
        font-size: 30px;
    }


    .tri5 {
        border-top: 100px solid rgba(229, 202, 106, 0);
        border-right: 360px solid #E5CA6B;
    }

    /*details*/
    .details-top h2 {
        font-size: 24px;
    }

    .details-top ul li {
        font-size: 12px;
    }

    .social-share a {
        width: 30px;
    }

}

@media only screen and (max-width:736px) {
    #chiroki-mn-figcaption-t {
        font-size: 30px;
    }

    #chiroki-mn-lakhalkawa-t {
        font-size: 30px;
    }


    .tri5 {
        border-top: 100px solid rgba(229, 202, 106, 0);
        border-right: 360px solid #E5CA6B;
    }

    .chirok-list article blockquote h1 {
        font-size: 18px;
    }

    .more-chirok h1 {
        font-size: 18px;
    }

    .map h2 {
        left: 20px;
    }

}

@media only screen and (max-width:667px) {
    #chiroki-mn-figcaption-t {
        font-size: 28px;
    }

    #chiroki-mn-lakhalkawa-t {
        font-size: 28px;
    }


    .tri5 {
        border-top: 100px solid rgba(229, 202, 106, 0);
        border-right: 300px solid #E5CA6B;
    }

    .map h2 {
        left: 10px;
        top: 30px;
    }

    /*footer*/
    footer section div artical div span a {
        font-size: 14px;
    }

    /*Chiroki Mn*/
    .chirokimn-bg {
        height: 210px;
    }

    .chirokimn-bg div em {
        font-size: 42px;
    }

    /*Chirokimn-Details*/
    .chirok-list figure figcaption {
        font-size: 14px;
    }

    /*lakhalkawa*/
    .lakhalkawa-bg {
        height: 210px;
    }

    .lakhalkawa-bg div em {
        font-size: 26px;
    }

    .lakhalkawa-bg div a {
        font-size: 12px;
    }

    .lakhalkawa-list ul a li h4{
        height: 70px;
        overflow: hidden;
    }

    .more-lakhalkawa h1 {
        font-size: 21px;
    }
    .pagination li {
        margin: 0px;
        width: auto;
        height: auto;
        text-align: center;
        padding-top: 20px
    }


    .pagination li a {
        font-size: 14px;
        margin: 5px;
        padding: 5px 5px;

    }

    .pagination li a .mateicons-1:after {
        margin: 0px;
    }

    .pagination li a .mateicons-2:after {
        margin: 0px;
    }
}

@media only screen and (max-width:640px) {

    .slide figure figcaption {
        font-size: 14px;
    }

    .map h2 {
        left: 10px;
        top: 30px;
        font-size: 12px;
    }

    .galary div a em img {
        top: 15%;
    }
}

@media only screen and (max-width:600px) {
    #chiroki-mn-figcaption-t {
        font-size: 24px;
    }

    #chiroki-mn-lakhalkawa-t {
        font-size: 24px;
    }


    .tri5 {
        border-top: 80px solid rgba(229, 202, 106, 0);
        border-right: 250px solid #E5CA6B;
    }

    /*Chirokimn-Details*/
    .chirok-list div {
        width: 100%;
        height: auto;
        margin: 10px auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        align-self: flex-start;
    }

    .chirok-list article {
        width: 95%;
        height: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row;
        -moz-flex-flow: row;
        -ms-flex-flow: row;
        flex-flow: row;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        margin: 10px auto;
    }

    .chirok-list article figure {
        width: 50%;
        margin-right: 10px;
    }

    .chirok-list article blockquote {
        width: 50%;
        height: auto;
        margin: 0 auto;
    }

    .chirok-list article blockquote h1 {
        font-size: 21px;
    }

    .chirok-list div > div {
        width: 95%;
        margin: 0 auto;
    }

    .more-chirok section div div em {
        width: 29vw;
    }

    .more-chirok-video {
        width: 90vw;
    }

    /*Footer*/
    .f-header section div input {
        width: 475px;
        font-size: 14px;
    }

    .f-icons {
        display: none;
    }

    .map h2 {
        top: 30px;
        left: 10px;
        font-size: 12px;
    }

}

@media only screen and (max-width:568px) {

    .slide figure figcaption em {
        font-size: 16px;
        margin-right: 10px;
    }


    .text-news a h6 {
        color: #039be5;
        font-size: 12px;
    }

    .text-news a p {
        font-size: 10px;
        margin-top: 5px;
    }

    /*footer*/
    footer section div artical div span a {
        font-size: 12px;
    }

    .galary div {
        width: 49%;
    }

    /*Chiroki Mn*/
    .chirokimn-bg {
        height: 160px;
    }

    .chirokimn-bg div em {
        font-size: 32px;
    }

    /*lakhalkawa*/
    .lakhalkawa-bg {
        height: 180px;
    }

    .lakhalkawa-bg div {
        top: 30px;
    }

    .more-lakhalkawa h1 {
        font-size: 18px;
    }

    .lakhalkawa-list ul a li {
        width: 45vw;
        box-shadow: 2px 2px 5px #C4C4C4;
    }

    /*DETAILS*/
    .details-news section div em {
        width: 49%;
    }

    /*about*/
    .about-img > figure figcaption {
        font-size: 16px;

    }

    /*Footer*/
    .f-header section div input {
        width: 445px;
    }

    .map h2 {
        top: 25px;
        left: 0;
        font-size: 12px;
    }
}

@media only screen and (max-width:480px) {

    .slide figure figcaption em {
        font-size: 16px;
        margin-right: 10px;
    }

    .main section aside {
        width: 90vw;
    }

    .chiroki-mn figure {
        width: 90vw;
    }

    #chiroki-mn-figcaption-t {
        font-size: 34px;
    }

    #chiroki-mn-lakhalkawa-t {
        font-size: 34px;
    }


    .tri5 {
        border-top: 100px solid rgba(229, 202, 106, 0);
        border-right: 400px solid #E5CA6B;
    }

    .tri7 {
        border-bottom: 60px solid #436c84;
        border-left: 180px solid #436c84;
        border-right: 160px solid #436c84;
    }

    .list {
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        margin-bottom: 10px;
        align-self: flex-start;
    }

    .news-list {
        width: 100%;
        height: auto;
        -ms-box-orient: Vertical;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row;
        -moz-flex-flow: row;
        -ms-flex-flow: row;
        flex-flow: row;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        margin-bottom: 10px;
    }

    .news-list figure {
        width: 210px;
        margin-right: 10px;
    }

    .text-news {
        width: 100%;
    }

    .text-news a h6 {
        color: #039be5;
        font-size: 14px;
    }

    .text-news a p {
        font-size: 12px;
        margin-top: 5px;
    }

    .text-news a p:hover {
        color: #000;
    }

    .more-news div {
        width: 100%;
    }

    /*Footer*/
    .f-header section div input {
        width: 330px;
        padding: 5px;
        font-size: 14px;
    }

    .f-header section {
        width: 95%;
    }


    footer section {
        width: 95%;
        height: auto;
        background: #003A5D;
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-self: flex-start;
        margin: 0 auto;
    }

    footer section div {
        width: 100%;
        margin: 10px 0;
    }

    .map {
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }

    .map h2 {
        top: 60px;
        left: 20px;
        font-size: 18px;
    }

    .f-footer section {
        margin: 10px auto;
    }

    .f-footer section p {
        font-size: 12px;
    }

    /*meer-object*/
    .meer-list {
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column;
        -moz-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        margin-bottom: 10px;
        align-self: flex-start;
    }

    .meer-news-list {
        width: 100%;
        height: auto;
        -ms-box-orient: Vertical;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row;
        -moz-flex-flow: row;
        -ms-flex-flow: row;
        flex-flow: row;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        margin-bottom: 10px;
    }

    .meer-news-list figure {
        width: 32vw;
        margin-left: 10px;
    }

    .text-news {
        margin-top: 0;
    }

}

@media only screen and (max-width:420px) {
    .slide figure {
        background: none;
        box-shadow: none;
    }

    .slide {
        transition: .2s;
        margin-bottom: 30px;
        position: inherit;
    }

    .slide figure figcaption {
        margin-top: 5px;
        margin-left: 0;
        padding-right: 5px;
        margin-right: 0;
        padding-left: 5px;
        border-left: 3px solid #E5CA6B;
        bottom: 0;
        position: inherit;
    }

    .slide figure figcaption em {
        padding: 2px;
        font-size: 14px;
        display: contents;
    }

    .slide figure figcaption span {
        background: #003A5D;
        padding: 2px 10px;
        margin: 0;
        margin-bottom: 8px;
        font-size: 12px;
    }

    #chiroki-mn-figcaption-t {
        font-size: 28px;
    }

    #chiroki-mn-lakhalkawa-t {
        font-size: 28px;
    }


    .tri5 {
        border-top: 100px solid rgba(229, 202, 106, 0);
        border-right: 350px solid #E5CA6B;
    }

    .news-list figure {
        width: 180px;
    }

    .multimedia div a section h2 {
        font-size: 14px;
    }

    .multimedia div a section h4 {
        font-size: 14px
    }

    .multimedia div a figure figcaption {
        font-size: 14px;
    }

    .multimedia div a figure h3 {
        font-size: 14px;
    }

    /*Footer*/
    .f-header section div input {
        width: 250px;
        padding: 5px;
        font-size: 14px;
    }

    .f-header section {
        width: 95%;
    }

    .f-icons {
        display: none;
    }

    footer section {
        width: 95%;
    }

    footer section div {
        width: 100%;
    }

    footer section div div {
        width: 30%;
    }

    .partner {
        width: 100%;
        height: auto;
    }

    .map {
        width: 100%;
        justify-content: flex-end;
        -webkit-justify-content: flex-end;
    }

    .map h2 {
        right: 40px;
        font-size: 18px
    }

    .map figure {
        width: 310px;
        height: auto;
    }

    .f-footer section {
        width: 95%;
    }

    /*video*/
    .panor-video section video {
        width: 345px;
    }

    /*details*/

    .details-top h2 {
        font-size: 18px;
    }

    .chirok-list article blockquote {
        background-size: 80px 30px;
        -o-background-size: 80px 30px;
        -webkit-background-size: 80px 30px;
        -moz-background-size: 80px 30px;
    }

    .chirok-list article blockquote h1 {
        font-size: 16px;
    }

    .galary div a em img {
        top: 15%;
    }
}

@media only screen and (max-width:414px) {
    .logo {
        width: 180px;
    }

    .languages a span {
        font-size: 12px;
    }

    .turkmen {
        font-size: 12px;
    }

    /*Footer*/
    .f-header section div input {
        width: 290px;
    }

    .map h2 {
        top: 40px;
        left: 10px;
        font-size: 16px;
    }

    .map figure {
        width: 70%;
        height: auto;
    }

    .mooi-nieuws {
        width: 100%;
        height: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: column wrap;
        -moz-flex-flow: column wrap;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        background: #E5CA6A;
        margin-bottom: 10px;
        box-shadow: 4px 4px 6px #c4c4c4
    }

    .mooi-foto {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .mooi-text {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    /*about*/
    .about-img > figure figcaption {
        font-size: 12px;
    }

    .about {
        margin: 10px auto;
    }

    .about p {
        font-size: 12px;
    }
}

@media only screen and (max-width:384px) {

    /*Footer*/
    .f-header section div input {
        width: 270px;
    }

    .map h2 {
        top: 50px;
        left: 10px;
        font-size: 14px;
    }

    .news-list figure {
        width: 160px;
    }

}

@media only screen and (max-width:375px) {

    .tri5 {
        border-top: 100px solid rgba(229, 202, 106, 0);
        border-right: 340px solid #E5CA6B;
    }

    /*Footer*/
    .f-header section div input {
        width: 260px;
    }

    .map h2 {
        left: 10px;
        font-size: 14px
    }

    .panor p {
        font-size: 12px;
    }

    .panor h1 {
        font-size: 18px;
    }

    .title h3 {
        width: 100%;
        font-size: 18px;
    }

    .galary div a {
        font-size: 12px;
        text-align: justify;
    }

    .panor-video h1 {
        font-size: 21px;
    }

    .panor-video p {
        font-size: 12px;
    }

}

@media only screen and (max-width:360px) {


    .tri5 {
        border-top: 100px solid rgba(229, 202, 106, 0);
        border-right: 320px solid #E5CA6B;
    }

    /*Footer*/
    .f-header section div input {
        width: 245px;
    }

    .map h2 {
        top: 40px;
        left: 10px;
    }

    .news-list figure {
        width: 150px;
    }

    /*Galary*/
    .panor p {
        font-size: 12px;
    }

    .panor h1 {
        font-size: 18px;
    }

    .title h3 {
        width: 100%;
        font-size: 18px;
    }

    .galary div a {
        font-size: 12px;
        text-align: justify;
    }

    /*Chiroki Mn*/
    .chirokimn-bg {
        height: 140px;
    }

    /*Chiroki Mn*/
    .lakhalkawa-bg {
        height: 180px;
    }

    .more-lakhalkawa h1 {
        font-size: 16px;
    }

    .more-lakhalkawa figure figcaption {
        font-size: 14px;
    }

}

@media only screen and (max-width:320px) {
    .chiroki-mn figure figcaption {
        font-size: 18px;
    }

    #chiroki-mn-lakhalkawa-t {
        font-size: 18px;
    }

    .tri5 {
        border-top: 80px solid rgba(229, 202, 106, 0);
        border-right: 280px solid #E5CA6B;
    }

    .icons ul {
        width: 150px;
    }

    .icons ul li {
        width: 20px;
    }

    .slide figure figcaption em {
        margin-right: 10px;
        padding-right: 5px;
        font-size: 14px;
        border-right: 2px solid #E5CA6B;
        bottom: 20px;
    }

    .slide figure figcaption span {
        padding: 2px 5px;
        letter-spacing: 2px;
        font-size: 12px;
    }

    .news-list figure {
        width: 140px;
    }

    /*Footer*/
    .f-header section div input {
        width: 210px;
    }

    .map h2 {
        top: 30px;
        left: 0;
    }

    .social-share a {
        width: 20px;
    }

    .panor-video h1 {
        font-size: 18px;
    }

    /*Chiroki Mn*/
    .chirokimn-bg {
        height: 150px;
    }

    .chirokimn-bg div {
        top: 30px;
    }

    .more-chirok section div div em {
        width: 44vw;
    }

    /*lakhalkawa*/
    .lakhalkawa-bg {
        height: 150px;
    }

    .lakhalkawa-bg div {
        width: 100%;
        top: 50px;
    }

    .lakhalkawa-list ul a li {
        width: 100%;
    }

    /*Contact*/
    .contact section {
        width: 95%;
    }

    .contact section div {
        width: 95%;
    }

    .contact section div form {
        width: 100%;
    }

    .contact section div form input {
        width: 270px;
    }

    .contact section div form textarea {
        width: 270px;
    }

    .contact section div h1 {
        font-size: 14px;
    }
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #003a5d;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

.copyright{
    display: inline-flex;
    width: 100%;
}
.footer-copyrights-logo{
    width: auto;
    position: relative;
    display: flex;
    margin-right: 20px;
}

.footer-copyright-text{
    width: 100%;
    margin-top:20px
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 35%;
    top: 25%;
    width: 40%; /* Full width */
    height: auto; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color:rgb(255 210 128 / 40%); /* Black w/ opacity */
}

@media only screen and (max-width:720px) {
    .modal {
        left: 10%;
        width: 80%; /* Full width */
    }
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
