/*!*****  fonts *****!*/
/*@font-face {*/
/*    font-family: arial;*/
/*    src: url('http://dev17.araratnews.am//public/fonts/111.ttf');*/
/*}*/

/*@font-face {*/
/*    font-family: OpenSans-Bold;*/
/*    src: url('http://ararat.loc/wp-content/themes/ararat/fonts/Open_Sans/OpenSans-Bold.ttf');*/
/*}*/

/*@font-face {*/
/*    font-family: Poppins-Bold;*/
/*    src: url('http://ararat.loc/wp-content/themes/ararat/fonts/Poppins/Poppins-Bold.ttf');*/
/*}*/

/*****  all *****/
* {
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --siteColor: #EE4930;
}

.dispFlex {
    display: flex !important;
}


/*****  header *****/
.navbarDiv {
    display: flex;
    justify-content: space-between;
    padding: 0 15%;
    background-color: #9da0a2;
    align-items: center;
    height: 40px;

}

.navbarDiv .ul_1 {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    flex: 65;
    padding-right: 15%;
    padding-left: 0;
    margin: 0;
    height: inherit;
}

.navbarDiv .ul_1 li {
    /*border-right: 1px solid #b6bfc6;*/
    padding-right: 30px;
    display: flex;
    align-items: center;
    width: 100%;
}

.navbarDiv .ul_1 li:nth-child(1) {
    width: 45%;
}

.navbarDiv .ul_1 li:nth-child(2) {
    justify-content: center;
}

.navbarDiv .ul_1 li:nth-child(3) {
    border-right: unset;
    padding-left: 42px;
    width: 45%;
}

.likeSearch {
    display: flex;
    flex-wrap: wrap;
}

.likeDiv {
    display: flex;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    cursor: pointer;
}

.likeDiv a {
    width: 30px;
    height: 30px;
    background-position: center;
    background-size: cover;
}

.navbarDiv input {
    flex: 14;
    height: 30px;
    border: none;
    outline: none;
    padding: 0 5px;
    cursor: pointer;
    padding-right: 33px;
    border-radius: 5px;
}

.searchForm {
    position: relative;
}

.searchForm button {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    background-color: white;
    border: none;
    right: 0;
    border-radius: 5px;
    cursor: pointer;
    outline: none;

}

.navbarDiv .ul_1 li a {
    text-decoration: none;
    color: white;
    width: max-content;
    padding-left: 5px;
    font-size: 18px;
    letter-spacing: 0.03em;
    margin-bottom: 10px;
}

.navbarDiv .ul_1 li:first-child a {
    padding-left: 0;
}
/* -1-  */
.logoAndRek {
    height: 170px;
    width: 70%;
    margin: 5px auto 17px;
    display: flex;
    justify-content: space-between;

}

.logoDiv {
    display: flex;
    flex-wrap: wrap;
    height: inherit;
    width: 30%;
    position: relative;
    min-width: 637px;
    max-width: 637px;
    /*logo new year*/
    /*min-width: 603px;*/
    /*max-width: 603px;*/
    /*logo new year*/
}

.logo {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-position-x: left;
}
.clockDiv{
    position: absolute;
    right: 118px;
    top: 91px;
    /*logo new year*/
    /*right: 107px;*/
    /*top: 92px;*/
    /*logo new year*/
}
.clock {
    width: 79px;
    height: 79px;
    background-color: #e7502f;
    border-radius: 50%;
    position: relative;
}
.rec {
    width: 50%;
    height: inherit;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /*border-radius: 10px;*/
    background-position-x: right;
}



/*clock style*/
*, *::after, *::before {
    box-sizing: border-box;
}

/*body {*/
/*    background: linear-gradient(to right, hsl(200, 100%, 50%), hsl(175, 100%, 50%));*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    min-height: 100vh;*/
/*    overflow: hidden;*/
/*}*/


.clock .number {
    --rotation: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: rotate(var(--rotation));
    font-size: 1.5rem;
}

.clock .number1 { --rotation: 30deg; }
.clock .number2 { --rotation: 60deg; }
.clock .number3 { --rotation: 90deg; }
.clock .number4 { --rotation: 120deg; }
.clock .number5 { --rotation: 150deg; }
.clock .number6 { --rotation: 180deg; }
.clock .number7 { --rotation: 210deg; }
.clock .number8 { --rotation: 240deg; }
.clock .number9 { --rotation: 270deg; }
.clock .number10 { --rotation: 300deg; }
.clock .number11 { --rotation: 330deg; }

.clock .hand {
    --rotation: 0;
    position: absolute;
    bottom: 50%;
    left: 50%;
    /*border: 1px solid white;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform-origin: bottom;
    z-index: 10;
    transform: translateX(-50%) rotate(calc(var(--rotation) * 1deg));
}

.clock::after {
    content: '';
    position: absolute;
    background-color: black;
    z-index: 11;
    width: 3px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.clock .hand.second {
    width: 1px;
    height: 45%;
    background-color: white;
}

.clock .hand.minute {
    width: 1px;
    height: 40%;
    background-color: black;
}

.clock .hand.hour {
    width: 1px;
    height: 30%;
    background-color: black;
}
/*!* Background Styles Only *!*/

/*@import url('https://fonts.googleapis.com/css?family=Raleway');*/

/** {*/
/*    font-family: Raleway;*/
/*}*/

/*.side-links {*/
/*    position: absolute;*/
/*    top: 15px;*/
/*    right: 15px;*/
/*}*/

/*.side-link {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    text-decoration: none;*/
/*    margin-bottom: 10px;*/
/*    color: white;*/
/*    width: 180px;*/
/*    padding: 10px 0;*/
/*    border-radius: 10px;*/
/*}*/

/*.side-link-youtube {*/
/*    background-color: red;*/
/*}*/

/*.side-link-twitter {*/
/*    background-color: #1DA1F2;*/
/*}*/

/*.side-link-github {*/
/*    background-color: #6e5494;*/
/*}*/

/*.side-link-text {*/
/*    margin-left: 10px;*/
/*    font-size: 18px;*/
/*}*/

/*.side-link-icon {*/
/*    color: white;*/
/*    font-size: 30px;*/
/*}*/

/*  clock style end   */


.timeDiv {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-weight: 700;
    position: relative;
    padding-left: 10px;
}
.timeDiv div {
    margin-right: 5px;
    text-transform: lowercase;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 0.1em;
}
.minuteDiv .timeKet {
    height: inherit;
    display: flex;
    align-items: center;
    font-weight: bold;
    margin: 0 2px;
    opacity: 0;
    padding-bottom: 3px;
}

.minuteDiv .opacity {
    opacity: 1;
}
.timeDiv .minuteDiv {
    /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.1) inset;*/
    /*padding: 3px 10px;*/
    position: absolute;
    right: 0;
    margin-right: 0;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.timeDiv .dayDiv{
    font-size: 15px;
    font-weight: bold;
}
.menu {
    width: 70%;
    margin: 0 auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style-type: none;
    border-top: 1px solid #ebe6e6;
    border-bottom: 1px solid #ebe6e6;
}

.menu .menu-item:first-child ul {
    display: none;
}

.menu_ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    width: inherit;
    position: absolute;
    top: 16px;
    background: white;
    padding: 5px 0 0;
    z-index: 16;
    height: 0;
    overflow: hidden;
    transition: all 0.2s linear;
}

.menu_ul_1 {
    list-style-type: none;
    flex-wrap: wrap;
    background: white;
    padding: 5px 0 0;
    z-index: 16;
    display: none;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.09);
    width: 90%;
    margin-top: 10px;
    transform: translate(10%, 0);
}

.menu_ul_1 li {
    width: 100%;
}

.menu_ul:hover {
    height: max-content;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.09);
}

.menu_ul li {
    display: flex;
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.menu_ul li:hover {
    background: #bfc2c3;
}

.menu_ul li a {
    display: flex;
    font-size: 11px;
    width: max-content;
}

.menu-item {
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
}


.menu-item a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600;
}

.menu-item a:hover + .menu_ul {
    height: max-content;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.09);
}

.rateAndTimeDiv {
    height: 40px;
    display: flex;
    width: 70%;
    margin: 15px auto;
    /*background: var(--siteColor);*/
}

.aebLogo {
    width: 80px;
    height: inherit;
    background-position: center;
    background-size: cover;
    box-shadow: 5px 0px 3px 2px rgba(0, 0, 0, .15);
}

.rateDiv {
    padding: 3px;
    width: calc(49% - 80px);
    display: flex;
    box-shadow: 0 0 6px -2px inset;
    align-items: center;
}

.rateDiv marquee {
    height: 100%;
    align-items: center;
    display: flex;
}
marquee b {
    margin: 0 10px 0 30px;
}
.rateUsd{
    margin-right: 50px;
}
.marqDiv {
    display: flex;
    justify-content: space-between;
    width: 92%;
    margin: 0 auto;
}

.watherSearch {
    display: flex;
    width: 51%;
    background-color: rgba(0, 0, 0, 0.2);
    align-items: center;
    padding: 0 3px;
    justify-content: space-between;
}

.wather {
    height: 30px;
    display: flex;
    align-items: center;
    color: white;
    font-size: 18px;
    width: 65px;
    justify-content: center;
}

.wather table tr .temperature, .wather table tr .weather-icon-container {
    background-color: rgb(204, 204, 204) !important;
    border: none !important;
    color: #464343 !important;
    font-size: 20px !important;
    padding: 0 !important;
    padding-left: 10px !important;
}

.wather table {
    border: none !important;
}

.wather a {
    text-decoration: none !important;
}

.watherSearch form {

    height: 30px;
    display: flex;
    min-width: 52%;
    max-width: 52%;
    margin: 0 25px;
}

.watherSearch form input {
    width: 100%;
    border: none;
    border-radius: 5px;
    outline: none;
}


/*****  wrapper *****/
.wrapper {
    width: 70%;
    display: flex;
    margin: 0 auto 10px;
}

main {
    width: 70%;
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
    height: max-content;
}

aside {
    width: 30%;
}

.wrapperNewsDiv {
    display: flex;
    flex: 100%;
    margin-bottom: 15px;
}

.wrappNews {
    display: flex;
    width: 70%;
    height: 300px;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
}

.wrappNews_left {
    display: flex;
    flex: 70%;
    height: 300px;
    margin-right: 15px;
    z-index: 0;
    overflow: hidden;
}

.wrappNews_right {
    display: flex;
    flex: 30%;
    height: inherit;
    flex-wrap: wrap;
}

.wrappNews_right_title {
    display: flex;
    align-items: center;
    width: 83px;
    margin-bottom: 5px;
    height: 24px;
    flex-wrap: wrap;
}

.lineDiv {
    background: var(--siteColor);
    display: flex;
    flex: 100%;
    height: 1px;
    border-radius: 50%;
}

.lineDiv2 {
    background: var(--siteColor);
    display: flex;
    flex: 100%;
    height: 1px;
    border-radius: 50%;
}

.wrappNews_right_post {
    display: flex;
    width: 100%;
    height: 128px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.wrappNews_right_1 {
    margin-bottom: 15px;
}


.topNewsDiv {
    display: flex;
    flex: 100%;
    height: 35px;
    margin-bottom: 15px;
    background: #878d91;
    color: white;
    align-items: center;
}

.topNewsDiv span:first-child {
    border-right: 1px solid;
    height: inherit;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-right: 10px;
}

.topNewsDiv marquee {
    letter-spacing: 0.09em;
}
marquee a {
    text-decoration: none;
    color: white;
    margin-right: 122px;
}
marquee a:hover {
    color: rgba(0,0,0,0.8);
}

.breaking {
    background: var(--siteColor);
}

.breaking span {
    width: max-content;
    white-space: nowrap;
}

.rec_main_1, .rec_main_2, .rec_main_3, .rec_main_4, .rec_main_5, .rec_main_6 {
    display: flex;
    flex: 100%;
    height: 80px;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
}

.postInfoTime {
    font-size: 12px;
    opacity: 0.8;
    display: flex;
    align-items: flex-end;
}

/*****  category posts *****/
.categoriesPosts {
    display: flex;
    flex: 100%;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.categoriTitle {
    display: flex;
    flex-wrap: wrap;
    width: max-content;
    margin-bottom: 15px
}

.categoriesDiv {
    display: flex;
    flex-wrap: wrap;
    flex: 100%;
}

.categoriePostItem {
    display: flex;
    flex: 50%;
    flex-wrap: wrap;
    margin-bottom: 15px;
    color: black;
    text-decoration: none;
    padding-right: 5px;
}

.categoriePostItem:hover {
    color: black;
    text-decoration: none;
}

.postImg {
    display: flex;
    min-height: 80px;
    width: 115px;
    margin-right: 15px;
    background-size: cover;
    background-position: center;
    height: inherit;
    position: relative;
    align-items: center;
    justify-content: center;
}

.postInfo {
    display: flex;
    flex-wrap: wrap;
    flex: 50%;
}

.postInfoText {
    letter-spacing: 0.08em;
    /* font-size: 12px; */
    font-size: 14px;
    line-height: 15px;
     /*font-weight: 600;*/
    margin-bottom: 7px;
}


/*****  footer *****/
footer {
    display: flex;
    height: max-content;
    width: 70%;
    margin: 0 auto;
    padding: 10px 30px 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-wrap: wrap;
}

.footerBottom {
    flex: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.facebookDiv a {
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
}

.facebookDiv {
    background: white;
    border-radius: 7px;
}

.content {
    padding: 0 50% 127px 0;
    color: white;
    letter-spacing: 0.03em;
    line-height: 27px;

}

footer .content a {
    color: white;

}

.emailDiv {
    color: white;
    letter-spacing: 0.03em;
    font-size: 16px;
    display: flex;
    align-items: flex-end;
}

/************ aside  **************/

.lrahos {
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 21px 5px 15px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.lrahos .postImg {
    width: 37%;
    height: inherit;
    margin-right: 3%;
}

.lrahos .postInfo {
    width: 60%;
}

.asidetitle {
    position: absolute;
    height: 28px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: var(--siteColor);
    top: -15px;
}

.postsDiv {
    overflow-y: scroll;
    max-height: 800px;
}

.manyShow {
    max-height: 400px;
    width: 100%;
}

.petakum {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 150px;
}

.petakum a {
    display: flex;
    width: 70%;
    height: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
}

.reclamAside {
    display: flex;
    width: 100%;
}

.reclamAside .rec_1 {
    display: flex;
    width: inherit;
    height: max-content;
}

.reclamAside .rec_1 img {
    display: flex;
    width: inherit;

}

/**************   menu  ******************/


#menuToggle {
    display: none;
    position: relative;
    top: 50px;
    left: 50px;
    z-index: 999;

    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a {
    text-decoration: none;
    color: #232323;
    font-weight: 600;
    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: tomato;
}


#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -5px;
    /*left: -43px;*/
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #cdcdcd;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    /*transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),*/
    /*background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),  */
    transition: transform 0.3s linear,
    background 0.3s linear,
    opacity 0.35s linear;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 20px;
    padding-top: 125px;
    /*#EE4930*/
    background: #e4e5e7;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    border-radius: 5px;
    transform-origin: 0% 0%;
    /*transform: translate(-134%, 0);*/
    opacity: 0;
    display: none;
    transition: all 0.3s linear;

    /*transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);*/
}

#menu li {
    padding: 10px 0;
    font-size: 14px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
    /*transform: none;*/
    opacity: 1;
    display: block;
    right: 0;
}

/***************  simple news page          ***************/
.simpleNews {
    width: 100%;
}

.simpleNews .postInfoText {
    font-size: 32px;
    line-height: 35px;
    padding-top: 10px;
}

.simpleNews .postImg {
    width: 100%;
    height: max-content;
    margin: 25px 0;
}


.simpleNews .postImg img {
    width: 100%;
    height: auto;
}

.simplePostText {
    margin: 10px 0 25px;
    font-size: 16px;
    line-height: 19px;
}
.simplePostText  pre{
    white-space: pre-wrap;
}

.simplePostText iframe{
    width: unset;
    height: 575px;
    display: unset;
    margin: auto;
}

.simplePostText  p{
    line-height: 24px;
    letter-spacing: 0.05em;
    font-size: 16px;
}

.simplePostText  p img{
    width: 100% !important;
    height: auto !important;
    margin:20px 0;
}

.simplePostText  table{
    width: 100% !important;
}

.simpleCat .categoriePostItem {
    padding-right: 15px;
    flex: 33%;
    display: none;
}

.simpleAside .postsDiv {
    max-height: 1300px;
}
.camera {
    display: flex;
    width: 37px;
    height: 22px;
    background-size: cover;
    background-position: center;
}

.categoriTitleVideo {
    margin-top: 4px;
}

.swiper-slide {
    width: 100% !important;
    background: red;
}

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-button-next {
    opacity: 0;
}

.swiper-container:hover .swiper-button-next {
    opacity: 1;
}

.swiper-button-prev {
    opacity: 0;
}

.swiper-container:hover .swiper-button-prev {
    opacity: 1;
}

.wrappNews_left-a {
    width: 100%;
    height: 100%;
    display: flex;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: 0.05em;
    background-size: cover;
    background-position: center;
}

.main_slider {
    height: inherit;
}

.main_1 {
    position: absolute;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 0 6% 30px;
    justify-content: center;
    font-size: 22px;
}


.playDiv {
    /*position: absolute;*/
    display: flex;
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    opacity: 0.8;
}

.simpleNews .playDiv {
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: absolute;
}

.postImg iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
}

.divtes {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 15;
    /*background: red;*/
}

.categoriTitle a {
    text-decoration: none;
    color: black;
}

.selectTime {
    display: flex;
    width: 90%;
    justify-content: space-between;
    margin-bottom: 10px;
}

.selectTime a {
    display: flex;
    padding: 0 10px;
    /*background-color: var(--siteColor);*/
    margin: 0 5px;
    color: black;
    opacity: 0.75;
    text-decoration: none;
    /*border-right: 1px solid rgba(0,0,0,0.2);*/
    text-transform: uppercase;
    font-size: 11px;

}

.selectTime span {
    color: rgba(0, 0, 0, 0.2);
}

.selectTime a:hover {
    color: var(--siteColor);
}

.selectTime a:last-child {
    border-right: unset;
}


.main_2 {
    font-size: 13px;
    color: white;
    padding-bottom: 5px;
    cursor: pointer;
    line-height: 18px;
    background: #00000096;
}

.icons {
    display: flex;
    margin-bottom: 30px;
}

.count {
    background-size: cover;
    background-position-x: center;
    background-position-y: 14px;
    width: 18px;
    height: 11px;
    background-color: white;
}

.iconItem {
    display: flex;
    align-items: center;
    margin-right: 10px;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
}

#menuToggle .menu-item .showUsubMenu {
    align-items: center;
    width: 30px;
    height: 30px;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    display: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2) inset;
    z-index: 99999;
    transition: all 0.2s linear;
    border-radius: 3px;
    color: rgba(0, 0, 0, 0.3);
    outline: none;
    transform: rotate(90deg);
}

#menuToggle .menu-item .rotatNext {
    /*transform: rotate(90deg);*/
    color: rgba(0, 0, 0, 0.8);

}

.navbarDiv #menuToggle .menu-item .display {
    display: flex;
}

.seeMoreDiv {
    display: flex;
    justify-content: space-between;
    width: 50px;
    margin-bottom: 30px;
}

.seeMorenext, .seeMorePrev {
    text-decoration: none;
    color: black;
    font-weight: bold;
    opacity: 0.5;
    /* border: 1px solid; */
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
}

.seeMoreDisable {
    opacity: 0.1;
}


.sochialLinkDiv {
    display: flex;
    align-items: center;
}

.site-footer .navbarDiv {
    padding: 0;
    width: 100%;
    background: none;
    margin-bottom: 35px;
}

.navigation {
    margin-top: 10px;
}

#menuToggle .menu-item .dispFlex1 {
    display: flex;
}
body a:hover {
   text-decoration: none;
}



/*loader*/
body {
    position: relative;
}

.loaderParent {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: none;
}

.loader {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #be3a26;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    display: flex;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#informer table{
    background: none !important;
}
.lrahos .seeMoreDiv{
    margin: 15px 0 0 16px;
    width: 100%;
}
.mamul_lrahos{
    padding-bottom: 2px;
}
.mamul_akumb {
    width: 100%;
    overflow: hidden;
}
.mamul_akumb a{
    width: 100%;
}
.mamul_akumb img {
    width: inherit;
}
.swiper_mamul{
    height: 170px;
}

.swiper_mamul .main_1{
    font-size: 14px;
    padding: 0 3% 8px;
}

.simpleNews_wrapper main{
    margin-right: 25px;
}
.simpleNews_wrapper main p{
    margin-bottom: 24px;
    overflow-wrap: break-word;
}
@media only screen  and (max-width: 1920px) {
    .simplePostText iframe {
        /*width: 100%;*/
        /*height: 545px;*/
        max-width: 100%;
    }
}
@media only screen  and (max-width: 1748px) {
    .simplePostText iframe{
        /*width: 100%;*/
        /*height: 409px;*/
    }
    /* -2-  */
    .logoAndRek {
        height: 161px;
    }
    .logoDiv {
        min-width: 547px;
        max-width: 547px;
    }
    .clockDiv{
        right: 101px;
        top: 79px;
        /*logo new year*/
        /*right: 99px;*/
        /*top: 86px;*/
        /*logo new year*/
    }
    .clock {
        width: 67px;
        height: 67px;
    }
    .rec {
        height: 144px;
    }
}

@media only screen  and (max-width: 1620px) {
    .simplePostText iframe{
        /*width: 100%;*/
        /*height: 409px;*/
    }
    /* -3-  */
    .logoAndRek {
        height: 140px;
    }
    .logoDiv {
        min-width: 477px;
        max-width: 477px;
    }
    .clockDiv{
        right: 88px;
        top: 69px;
        /*logo new year*/
        /*right: 87px;*/
        /*top: 73px;*/
        /*logo new year*/

    }
    .clock {
        width:61px;
        height:61px;
    }
    .rec {
        height: 125px;
    }

    .watherSearch{
        width: 100%;
        height: 40px;
        margin: 5px 0 10px;
    }
    .rateAndTimeDiv{
        flex-wrap: wrap;
        height: max-content;
    }
    .aebLogo{
        height: 40px;
    }
    .rateDiv{
        width: calc(100% - 80px);
    }
    .searchForm{
        max-width: 300px;
    }
}
@media only screen  and (max-width: 1420px) {
    .simplePostText iframe{
        /*width: 100%;*/
        /*height: 349px;*/
    }

    .content {
        padding: 0 36% 93px 0;
    }

    .navbarDiv .ul_1 {
        padding-right: 4%;
    }

    .navbarDiv .ul_1 li {
        padding-right: 8px;;
    }

    /*.navbarDiv .ul_1 li a {*/
    /*    font-size: 12px;*/
    /*}*/
    .navbarDiv input {
        width: 183px;
    }
    /* -4-  */
    .logoAndRek {
        height: 112px;
    }
    .logoDiv {
        min-width: 408px;
        max-width: 408px;
    }
    .clockDiv{
        right: 76px;
        top: 59px;
        /*logo new year*/
        /*right: 75px;*/
        /*top: 64px;*/
        /*logo new year*/
    }
    .clock {
        width: 50px;
        height: 50px;
    }
    .rec {
        height: 105px;
    }
}

@media only screen  and (max-width: 1200px) {

    .simplePostText iframe{
        /*width: 100%;*/
        /*height: 455px;*/
    }
    .timeDiv div {
        font-size: 12px;
    }

    .likeSearch {
        width: 100%;
    }

    .content {
        padding: 0 28% 57px 0;
    }

    .menu-item a {
        font-size: 12px;
        letter-spacing: 0;
    }

    .wrapper {
        flex-wrap: wrap;
    }

    main {
        flex: 100%;
    }

    aside {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .lrahos, .petakum, .reclamAside {
        width: 48%;
    }

    .reclamAside .rec_1 {
        width: 100%;
    }

    .simpleAside .lrahos {
        width: 100%;

    }

    .simpleAside .postsDiv {
        display: flex;
        flex-wrap: wrap;
    }

    .site-footer .navbarDiv {
        flex-wrap: wrap;
    }
    .rateAndTimeDiv {
        flex-wrap: wrap;
        height: max-content;
    }
    .watherSearch {
        width: 100%;
        justify-content: space-between;
        height: 37px;
    }
    .rateDiv {
        width: calc(100% - 80px);
        margin-bottom: 5px;
        height: 40px;
    }
    .aebLogo {
        height: 40px;
    }
    .navbarDiv input {
        width: 183px;
    }
    /* -5-  */
    .logoAndRek {
        height: 97px;
    }
    .logoDiv {
        min-width: 326px;
        max-width: 326px;
    }
    .clockDiv{
        right: 57px;
        top: 47px;
        /*logo new year*/
        /*right: 55px;*/
        /*top: 51px;*/
        /*logo new year*/
    }
    .clock {
        width: 41px;
        height: 41px;
    }
    .rec {
        height: 87px;
    }
}

@media only screen and (max-width: 991px) {

    .simplePostText iframe{
        /*width: 100%;*/
        /*height: 369px;*/
    }
    .wrapper_index{
        width: 95%;
    }
    .logoAndRek{
        width: 95%;
    }
    .rateAndTimeDiv{
        width: 95%;
    }
    .site-footer{
        width: 95%;
    }

    .searchForm{
        max-width: 262px;
    }
    .site-footer .navbarDiv {
        flex-wrap: wrap;
        height: max-content;
    }

    .navbarDiv .ul_1 {
        flex-wrap: wrap;
        height: max-content;
    }

    .navbarDiv .ul_1 li {
        width: 100%;
    }

    .navbarDiv .ul_1 li:nth-child(2) {
        justify-content: left;
    }

    .navbarDiv .ul_1 li:nth-child(3) {
        padding-left: 0;
    }

    .navbarDiv .ul_1 li a {
        padding-left: 0;
    }

    .menu {
        display: none;
    }

    #menuToggle {
        display: block;
        top: 2px;
        left: 0;
    }

    .menu-item a {
        font-size: 14px;
        letter-spacing: 0;
    }

    .wrappNews_left {
        height: 250px;
    }

    .wrappNews_right {
        justify-content: space-between;
    }

    .wrappNews_right_title {
        height: 18px;
        margin-bottom: 10px;
    }

    .wrappNews_right_post {
        height: 101px;
    }

    .categoriePostItem {
        flex-wrap: unset;
    }

    /* -5-  */
    .logoAndRek {
        flex-wrap: wrap;
        height: max-content;
        position: relative;
    }
    .logoDiv {
        min-width: 362px;
        max-width: 362px;
        height: 100px;
        margin-bottom: 10px;
    }
    .clockDiv{
        right: 68px;
        top: 52px;
        /*logo new year*/
        /*right: 66px;*/
        /*top: 57px;*/
        /*logo new year*/
    }
    .clock {
        width: 44px;
        height: 44px;
    }
    .rec {
        height: 142px;
        margin: 0;
        width: 100%;
        background-position-x: center;
    }

    .navigation {
        position: absolute;
        right: 10px;
        z-index: 99;
    }
    .timeDiv {
        margin-bottom: 10px;
    }


}

@media only screen  and (max-width: 767px) {

    .simplePostText iframe{
        /*width: 100%;*/
        /*height: 286px;*/
    }
    .wrapper_index{
        width: 75%;
    }
    .logoAndRek{
        width: 75%;
    }
    .rateAndTimeDiv{
        width: 75%;
    }
    .site-footer{
        width: 100%;
    }

    .content {
        padding: 0 28% 27px 0;
        line-height: 17px;
        font-size: 13px;
    }

    .wrapperNewsDiv {
        flex-wrap: wrap;
    }
    main {
        margin-right: 0;
    }

    .wrappNews_left {
        margin: 0;
        flex: 100%;
    }

    .wrappNews_right_title {
        margin-top: 10px;
        flex: 100%;
    }

    .wrappNews_right_post {
        width: 100%;
        height: 176px;
    }

    .lrahos, .petakum, .reclamAside {
        width: 100%;
    }

    .logoAndRek {
        margin-bottom: 0;

    }



    /*.simpleNews .postImg {*/
    /*    height: 290px;*/
    /*}*/

    .navbarDiv .ul_1 li a {
        font-size: 16px;
    }
    .categoriePostItem {
        flex: 100%;
    }

    .watherSearch{
        display: flex;
        flex-wrap: wrap;
        height: max-content;
        padding: 6px 10px 5px 0;
    }
    .watherSearch form {
        min-width: 86%;
    }

    /* -6-  */
    .logoAndRek {
    }
    .logoDiv {
        min-width: 362px;
        max-width: 362px;
        height: 100px;
    }
    .clockDiv{
        right: 68px;
        top: 52px;
        /*logo new year*/
        /*right: 66px;*/
        /*top: 57px;*/
        /*logo new year*/

    }
    .clock {
        width: 44px;
        height: 44px;
    }
    .rec {
        height: 106px;
    }

}


@media only screen  and (max-width: 560px) {

    .wrapper {
        width: 97%;
    }

    .rateAndTimeDiv {
        width: 97%;
    }


    footer {
        padding: 10px;
        width: 100%;
    }

    /* -7-  */
    .logoAndRek {
        width: 100%;
    }
    .logoDiv {
        min-width: 362px;
        max-width: 362px;
        height: 100px;
    }
    .clockDiv{
        right: 68px;
        top: 52px;
        /*logo new year*/
        /*right: 66px;*/
        /*top: 57px;*/
        /*logo new year*/

    }
    .clock {
        width: 44px;
        height: 44px;
    }
    .rec {
        height: 123px;
    }
    .swiper_mamul {
        height: 200px;
    }

    .simplePostText iframe{
        /*width: 100%;*/
        /*height: 267px;*/
    }

}


@media only screen and (max-width: 479px) {
    .simplePostText iframe{
        /*width: 100%;*/
        /*height: 245px;*/
    }

    footer {
        padding: 10px;
        width: 100%;
    }

    .content {
        padding: 0 0% 27px 0;
        line-height: 17px;
        font-size: 13px;
        width: 100%;
    }

    .navbarDiv {
        padding: 0 5%;
    }

    #menu {
        margin: -100px 0 0 -17px;
    }

    .wrapper {
        width: 97%;
    }

    .rateAndTimeDiv {
        width: 97%;
    }



    .postInfoText {
        font-size: 15px;
    }

    .categoriTitle {
        display: flex;
        flex-wrap: wrap;
        width: 116px;
        margin-bottom: 15px;
    }

    .wrappNews_right_post {
        width: 100%;
        height: 176px;
    }

    .wrappNews_right_title_text {
        flex: 100%;
    }

    .wrappNews_right .lineDiv {
        width: 116px;
        flex: unset;
    }

    .simpleNews .postImg {
        /*height: 222px;*/
    }

    /* -8-  */
    .logoAndRek {
    }
    .logoDiv {
        min-width: 362px;
        max-width: 362px;
        height: 100px;
    }
    .clockDiv{
        right: 68px;
        top: 52px;
        /*logo new year*/
        /*right: 66px;*/
        /*top: 57px;*/
        /*logo new year*/

    }
    .clock {
        width: 44px;
        height: 44px;
    }
    .rec {
        height: 107px;
    }
    .breaking span {
        width: 91px;
        white-space: unset;
    }
    .swiper_mamul {
        height: 170px;
    }
}

.edit_post_item{
    position: fixed;
    top: 30px;
    right: 30px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 2px solid #bebfc1;
    background: white;
}
.edit_post_item a{
    text-decoration: none;
}
@media only screen and (max-width: 400px) {
    /* -9-  */
    .logoAndRek {
    }
    .logoDiv {
        min-width: 317px;
        max-width: 317px;
        height: 93px;
    }
    .clockDiv{
        right: 59px;
        top: 46px;
        /*logo new year*/
        /*right: 58px;*/
        /*top: 50px;*/
        /*logo new year*/
    }
    .clock {
        width: 39px;
        height: 39px;
    }
    .rec {
        height: 86px;
    }
}
.photo-camera img{
    width: 100%!important;
    height: auto!important;
}
