.menu {
	padding: 0;
}

.menu nav {
    background: #fff;
    height: 45px;
    color: #000;
    margin: auto;
    border-bottom: 1px solid rgba(0,0,0,.0975);
    font-family: 'Noto Sans', sans-serif;
    top: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
    box-shadow: 0px 3px 38px #0000000f; 
    position: fixed;     
}
.menu nav ul {
    margin: auto;
    width: 1090px;
}
.menu nav ul a{
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}
.menu nav li {
    display: inline-block;
    line-height: 45px;
    width: 120px;
    text-align: center;
    float: right;    
}
.menu nav li:hover {
    border-bottom: 4px solid #ededed;
    height: 44px;   
    transition: width .2s ease-in-out; 
}
.menu nav li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
.menu nav span {
        font-family: "fontello";
        font-size: 13px;
        color: #6d6d6d;
        display: initial;
        padding-right: 6px;
}

.logo {
	float: left;
	margin-left: 10px;
    height: 34px;
    margin-top: 3px;
}


.add {
    background: #ffcc00;
    margin: auto;
    width: 100%;
    height: 49px;
    color: #fff;
    font-size: 20px;
    padding-top: 8px;
    margin-top: 13px;
    margin-bottom: 13px;
    border-radius: 3px;
}    
.adda {
    color: #060606;
    text-decoration: none;
}
.adda:hover {
    text-decoration: underline;
}

.news {
    margin: auto;
    width: 100%;
    color: #000;
    font-size: 14px;
    margin-top: 4px;
    text-align: left;
}
.news strong {
    padding-left: 13px;
}

.menuimage {
    height: 70px;
    background-size: contain;
    width: 70px;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}
.menutext {
    color: #91aad4;
    font-size: 15px;
    text-decoration: underline;
    display: inline-block;
    position: relative;
    top: 36px;
    left: -12px;
}
.mainpagemenu {
    cursor: pointer;
    width: 24%;
    height: 96px;
    display: inline-block;
}
.mainpagemenu:hover {
    background: #ededed;
    border-radius: 3px;
}
.mainpagemenu a{
    width: 0;
}
.newslink {
    text-align: left;
    margin-top: 5px;
    padding: 13px;

}
.newslink a{
    color: #000;
    font-size: 13px;
    display: block;
    text-decoration: none;
    padding-bottom: 6px;    
}
.newslink a:hover {
    text-decoration: underline;
}
.datetime {
    background: #498fcc;
    font-size: 10px;
    color: #000;
    display: inline-block;
    padding:1px;
    margin-right: 5px;
    padding-left: 2px;
    padding-right: 3px;
}
.datetime {
    color:#fff;
}
.astra {
    background: #d70014;
    margin: auto;
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding-top: 3px;
    margin-top: 1px;
    margin-bottom: 13px;
    border-radius: 3px;
}
.astra a {
    position: relative;
    top: -11px;
    color: #fff;
    left: 5px;
}
.astra img {
    border-radius: 0;
    display: inline-block;
    position: relative;
    top: 2px;
}
.newitem {
    background: #4EB523;
    margin: auto;
    width: 100%;
    color: #ffffff;
    border-top: 2px solid #2C8646;
    font-size: 15px;
    padding-top: 5px;
    margin-top: 2px;
    padding-bottom: 7px;
    margin-bottom: 13px;
    border-radius: 3px;
    text-align: center;
    text-decoration: underline;
}
.newitem:hover {
    opacity: 0.8;
}
.newitem a {
    position: relative;
    top: -5px;
    color: #fff;
}
.newitem a:hover {
    text-decoration: underline;
}
.footer {
    width: 100%;
    background: #263b5f;
    font-family: 'Noto Sans', sans-serif;
    display: inline-block;
    margin-top: 12px;  
    color: #fff;
}

.footer_content {
    width: 1000px;
    padding-top: 15px;
    margin: auto;
    height: 43px;
}
.footer_copyright {
    order: 1;
    display: inline-block;
    float: left;
    color: #ededed;
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;  
    margin-right: 30px;  
    font-family: 'Noto Sans', sans-serif;
}
.footer_nav {
    font-size: 13px;
    color: #fff;
    order: 2;
    display: inline-block;   
    position: relative;
    top: -5px; 
}
.footer_nav a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;    
}
.footer_nav a:hover {
    text-decoration: underline;
}
.toplink {
    text-decoration: none;
    font-size: 14px;
    font-family: sans-serif;
}
.topbutton {
    width: 100%;
    background: #91aad4;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    border-top: solid 1px #a9b4c5;  
}
.topbutton:hover {
    background: #c8cdd6;
    color: #fff;
    transition: background .5s;
}

.row a{
    text-decoration: none;
    color: #fff;
    display: inline-block;    
}
.icon-youtube-play {
    background: #f00;  
    transition: all .5s;      
}
.icon-youtube-play:hover {
    background: #f55d5d;
}
.icon-telegram{
    background: #179cde;  
    transition: all .5s;      
}
.icon-telegram:hover {
    background: #51bef5;
}
.icon-facebook-squared{
    background: #4267b2;;  
    transition: all .5s;      
}
.icon-facebook-squared:hover {
    background: #5c90f9
}
.icon-instagram-1{
    background: #4267b2;; 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f99747+29,d82b7d+82,d82b7d+82,d42c83+100 */
    background: #f99747; /* Old browsers */
    background: -moz-linear-gradient(45deg, #f99747 29%, #d82b7d 82%, #d82b7d 82%, #d42c83 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #f99747 29%,#d82b7d 82%,#d82b7d 82%,#d42c83 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #f99747 29%,#d82b7d 82%,#d82b7d 82%,#d42c83 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f99747', endColorstr='#d42c83',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    transition: all .5s;      
}
.icon-instagram-1:hover {
    opacity: .8;
}
.soc {
    display: inline-block;
    width: 153px;
    margin-left: 18.5em;
    position: relative;
    top: 3px;   
}
.zero{
    display: inline-block;
    float: right;
}
.newslist {
    margin-left: 13px;
    margin-bottom: 17px;
}
.newslist a {
    text-decoration: none;
    border-bottom: 1px dotted;
}
.demo-icon{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none; 
    display: inline-block;
    text-decoration: inherit;
    width: 1.6em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 6px;
    border-radius: 2px;
}
.row a{
    text-decoration: none;
    color: #fff;
    display: inline-block;    
}
.icon-youtube-play {
    background: #f00;  
    transition: all .5s;      
}
.icon-youtube-play:hover {
    background: #f55d5d;
}
.icon-telegram{
    background: #179cde;  
    transition: all .5s;      
}
.icon-telegram:hover {
    background: #51bef5;
}
.icon-facebook-squared{
    background: #4267b2;;  
    transition: all .5s;      
}
.icon-facebook-squared:hover {
    background: #5c90f9
}
.icon-instagram-1{
    background: #4267b2;; 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f99747+29,d82b7d+82,d82b7d+82,d42c83+100 */
    background: #f99747; /* Old browsers */
    background: -moz-linear-gradient(45deg, #f99747 29%, #d82b7d 82%, #d82b7d 82%, #d42c83 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #f99747 29%,#d82b7d 82%,#d82b7d 82%,#d42c83 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #f99747 29%,#d82b7d 82%,#d82b7d 82%,#d42c83 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f99747', endColorstr='#d42c83',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    transition: all .5s;      
}
.icon-instagram-1:hover {
    opacity: .8;
}
.soc {
    display: inline-block;
    width: 153px;
    margin-left: 260px;    
}
.kossh-main-page img {
    margin: auto;
}
.heateor_sss_sharing_container {
    padding-bottom: 20px;
}    
table.gsc-search-box td.gsc-input {
    padding-right: 12px;
    padding: 0em;
	  margin: 0em;
}

.gsc-control-cse 
{
padding: 0 !important;
border: 0 !important;
background-color: transparent !important;
}
table.gsc-search-box td {
    vertical-align: middle;
    padding: 1px;
}
#___gcse_0 {
	margin: -1px;
}
#gsc-i-id1 {
	background-color: #fff;
	box-shadow: none;
} 
#gs_id50 {
	margin: 0 0 0 0;
}
.gsib_b {
	  display: none;
}

@media only screen and (max-width: 320px),(max-width: 375px),(max-width: 414px),(max-width: 360px),(max-width: 384px),(max-width: 411px){
    .menu {
    padding: 0;
    line-height: 42px;
    }
    .logo {
        height: 35px;
    }

    .shortnews {
        width: 100%;
        height: auto;
    }
    .fullnews {
        width: auto;
        margin-left: 13px;
        margin-right: 13px;
        display: block;
        margin: auto;
        margin-bottom: 16px;

    }
    .shortcontent {
        height: remove;
    }
    .content {
        width: 100%;
        margin-top: 13px;
    }
    .menu nav ul {
        width: 100%;
    }
    .menu nav ul li {
        width: 13%;
        font-size: 0px;
    }
    .menu nav span {
        font-family: "fontello";
        font-size: 13px;
        color: #6d6d6d;
        display: initial;
        padding-right: 0px;
   }
    .footer_content {
        width: 100%;
        text-align: center;
    }
    .footer_copyright {
        width: 100%;
        margin-bottom: 7px;
    }
    .soc {
        margin: auto;
        display: block;
    }
    .zero {
        margin: auto;
        display: block;
        width: 100%;
        height: 39px;
        margin-top: 10px;    
    }
    .zero img{
    display: inherit;
    }
    .fullnews h1 {
        font-size: 1.28em;
        margin-bottom: 20px;
    }
    .mainpagemenu {
        height: 59px;
    }
    .astra {
        border-radius: 0;
        height: 36px;
    }
    .astra a{
        display: block;
        font-size: 13px;
        display: block;
        font-size: 13px;
        top: 4px;    
    }
    .astra img {
    width: 8%;
    float: left;
    position: relative;
    left: 12px;
    }
    .newitem {
        border-radius: 0;
    }
    .newitem a{
        display: block;
   }
   .soc {
        margin: auto;
        display: block;
    }
    .add {
        height: auto;
        padding-bottom: 11px;
        text-align: center;
    }
}


/* iPhone 5/6/7/8 180deg*/
@media only screen and (max-width: 568px),(max-width: 667px),(max-width: 736px),(max-width: 640px),(max-width: 731px),(max-width: 768px) {
    .menu {
    padding: 0;
    line-height: 42px;
    }
    .menu nav ul {
        width: 100%;
    }
    .menu nav ul li {
        width: 13%;
        font-size: 0px;
    }
    .menu nav span {
        font-family: "fontello";
        font-size: 13px;
        color: #6d6d6d;
        display: initial;
        padding-right: 0px;
   }

   .footer_content {
        width: 100%;
        text-align: center;
    }
    .footer_nav {
        order:2;
    }
   .footer_copyright {
        width: 100%;
        margin-bottom: 7px;
    }
   .soc {
        margin: auto;
        display: block;
    }
    .zero {
        margin: auto;
        display: block;
        width: 100%;
        height: 39px;
        margin-top: 10px;
    }
    .zero img{
    display: inherit;
    }
    .shortlink {
        width: 100%;
    }
    .mainpagemenu {
        width: 50%;
    }
    .menuimage {
        width: 50px;
        height:50px;
    }
    .menuimage img {
        width: 50px;;
    }
    .mainpagemenu {
        height: 78px;
        border-bottom: 1px solid #ededed;
    }
    .menutext {
        top: 27px;
        left: 17px;
        float: left;
    }
    .menuitem {
        display: flex
    }
    .astra {
        border-radius: none;
    }

}

@media only screen and (max-width: 768px) {
    .menu {
    padding: o;
    }
    .menu nav {
        width: 100%;
    }
    .menu nav li {
        width: 13%;
    }

    .footer_content {
        width: 100%;
    }
    .mainpagemenu {
        width: 100%;
        display: block;
    }
    .add {
        margin-top: 44px;
    }
    .footer_content {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .menu {
    padding: 0;
    }
    .menu nav ul {
        width: 100%;
    }
    .menu nav li {
        width: 13%;
    }
    .footer_content {
        width: 100%;
    }
    .footer_content {
        width: 100%;
        text-align: center;
    }
    .footer_nav {
        order:2;
    }
   .footer_copyright {
        width: 100%;
        margin-bottom: 7px;
    }
   .soc {
        margin: auto;
        display: block;
    }
    .zero {
        margin: auto;
        display: block;
        width: 100%;
        height: 39px;
        margin-top: 10px;
    }
    .shortlink {
        width: 100%;
    }

}

@media (max-width:66.4989378333em)
{.mainpagewidth{
    margin-left:-2.617924em;
    margin-right:-2.617924em;
    padding:0}}

@media (max-width:568px)
{.mainpagewidth{
    margin-left:-1.41575em;
    margin-right:-1.41575em;
    padding:0}}
