body {
    background-color: #f0f0f0 !important;
}
.borderR5 {
	padding-top: 0px !important;
}
.superheader {
    padding-top: 10px;
}
.newscontainer {
    max-width: 1180px;
    width: 96%;
    padding-left: 10px;
    padding-right: 10px;
        margin-right: auto;
    margin-left: auto
}

.newsinfo .seen:before {
    content: '';
    position: relative;
    top: 0;
    left: -20px;
    bottom: 0;
    margin: auto;
    background: url(../img/eye.png) no-repeat;
    width: 20px;
    height: 12px;
    display: inline-block;
}

.newscontent {
    margin-left:10px;
    margin-right:10px;
    height: 280px;
    border-radius: 3px;
    background: #fff;
    padding: 5px;
    border-color: rgba(0, 0, 0, 0.10);
    border-style: inset;
    border-width: 1px;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.02);
    overflow-y: hidden;
    border-radius: 5px; 
    background: rgba(246, 246, 246, 0.33);

}
.min500{
    min-height: 500px;
    padding: 20px!important;
}
.newsblock {
    border-radius: 5px; 
    background: #fff;
}
.top10 {
    margin-top: 10px;
}
.fullheight {
    height: 100%;
    padding-bottom: 60px !important;
}
/*.newscontent a {
    float: right;
    position: relative;
    top: 54px;
    right: 17px;
}*/

.newspic {
    display: inline-block;
    width: 45%;
    height: 100%;
    max-height: 268px;
    background: #fff no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    min-height: 220px;
    background-position-x: center;
    transition: background-size 1s ease-out 0.5s;
    -moz-transition: background-size 1s ease-out 0.5s;
    -ms-transition: background-size 1s ease-out 0.5s;
    -o-transition: background-size 1s ease-out 0.5s;
    -webkit-transition: background-size 1s ease-out 0.5s;
}
.newspic-single {
    width: 45%;
    display: inline-block;
    height: 100%;
}
.newspic-single img{
    width: 100%;
    border-radius: 4px;
    }

.gallery_photo_frame {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    bottom: -40px;
    padding: 10px;
    height: 150px;
    border-radius: 3px;
    background: #fff;
    padding-top: 20px!important;
    border-color: rgba(0, 0, 0, 0.10);
    border-style: inset;
    border-width: 1px;
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.02);
    position: relative;
    background: url(../img/bg_for_seamens.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    transition: ease-in-out background-position 5s;
}
.gallery_photo_frame:hover {
     
-webkit-animation: mymove 3s ; /* Chrome, Safari, Opera */
    animation: mymove 3s ;
}


.soc li{
    float: left;
    margin: 10px;
}
.soc  li:last-child a {
background: url(../build/img/wlink.png) center no-repeat;
background-color: #6b92cc;
background-size: 18px;
}

.soc li a {
    display: block;
    border-radius: 50%;
    background-color: #6b92cc;
    height: 40px;
    width: 40px;
    text-align: center;
    padding-top: 10px;
    font-size: 1.5em;
    color: #fff;
    font-weight: bolder;
    transition: all 0.5s ease;
}

.soc li a:not(:first-child):not(:last-child) {
    padding-top: 5px;
}

.soc li a:hover {
    box-shadow: 0 0 1px 1px rgba(56, 38, 116, 0.51);
    border: #1aab20 1px solid;}

.socsmall{
    height: 30px !important;
    width: 30px !important;
    padding-top: 7px !important;
}

.socupshifted{
    bottom: 5px;
    position: relative;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    50% {background-position:right;}
}

/* Standard syntax */
@keyframes mymove {
    50% {background-position:right;}
}
.newscontent a:hover {
    color:rgba(44,108,196,1.00) !important;
}
.postlogo {
    height: 50px;
    margin-left:10px;
    margin-bottom:10px;
    display: inline-block;
}
.newsblock {
    padding-top:10px !important;
    margin-bottom: 10px;
    padding-bottom: 40px;
    transition: box-shadow 0.3s ease-in-out;
}
.newsblock:hover {
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.09);
}
.newsheader {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    bottom: 4px;
    width: calc(100% - 90px);
}
.brieftittle {
margin-top: 3px;
color: rgba(51, 51, 51, 0.68);
}

/*.newspic:hover{
     background-size: 110% auto;
    -webkit-background-size: 110%;
}*/

.newstxt {
    display: inline-block;
    width: 55%;
    float: right;
    color: rgba(102, 102, 102, 0.94);
    padding-left: 10px;
    padding-right: 10px;
    max-height: 233px;
    overflow-y: hidden;
    font-size: 16px;
}

.single {
    max-height: 100% !important;
    overflow-y: auto !important;
    min-height: 470px;
}

.newstxt>p {
 line-height: 17px !important;
}

.shadetxtoverlay {
        width: 55%;
    height: 80px;
    position: relative;
    background-color: rgba(145, 145, 145, 0.44);
    float: right;
    bottom: 80px;
    right: -5px;
    border-bottom-right-radius: 3px;
    background: -webkit-linear-gradient(bottom,rgba(255,255,255,0), rgba(255,255,255,1) 60%);
    background: -o-linear-gradient(bottom,rgba(255,255,255,0), rgba(255,255,255,1) 60%);
    background: -moz-linear-gradient(bottom,rgba(255,255,255,0), rgba(255,255,255,1) 60%);
    background: linear-gradient(to bottom,rgba(255,255,255,0), rgba(255,255,255,1) 60%);
    z-index: 1;
}
.socialbar{
        width: 100%;
    line-height: 23px;
    margin: 10px;
    overflow-x: hidden;
    max-width: 325px;
}
.newsnavheader {
    width: 100%;
    background-color: #0597cd;
    padding: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 30px;
    color:rgba(245,245,245,1.00);
    }

.newsmenu{
	padding-top: 12px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    height: 260px !important;
    margin-bottom: 30px;
    transition: all 1.5s ease;
}
.newsmenu ul {
    margin: 10px;
}
.newsmenu ul>li>a {
    padding: 10px;
    border-top-right-radius: 3px !important;
    width: 100%;
    display: block;
    transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.newsmenu ul>li>a:hover {
    background-color: rgba(211, 211, 211, 0.12);
    box-shadow: 0px 0px 0px 1px rgba(5, 151, 205, 0.11);
    background: linear-gradient(rgba(211, 211, 211, 0.12),rgba(255, 255, 255, 0.12));
    margin-left: 3px;
    color: #2725b0;
}
.newsmenu ul>li>a:active {
    color: #1715b0;
}
.newsdate {
    padding-top: 7px;
    text-align: end;
    margin-right: 10px;
    color: #c0c2c4;
    z-index: 2;
    position: relative;
    top: 0px;
    float: right;
    right: 3px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.02);
}
.headers {
 
    position: relative;
    z-index: 7;
    bottom: 66px;
    width: 30px;
    height: 50px;
    right: 10px;
    float: right;
    background: url(../img/head.svg) no-repeat;
    background-size: contain;
}
.headers:active, .headers:hover {
    
    background: url(../img/headactive.svg) no-repeat;
    background-size: contain;
}

.profbut {
    margin: auto;
}
.newsmenu img {
    width: 16px;
    position: relative;
    margin-right: 5px;
    top: -2px;

}
.galery {
    top: 25px;
    position: relative;
    height: 270px !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    padding-top: 0px !important;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 45px !important;
}
.gallery_button {
display: block;
    width: 100%;
    position: relative;
    border-top: thin rgba(171,171,171,1.00) solid;
    top: 69px;
    padding: 10px;
    text-align: center;
    line-height: 17px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all 0.5s ease;
}
.gallery_button:hover {
    background: -webkit-linear-gradient(bottom,rgba(255,255,255,0), rgba(255,255,255,1) 60%);
    background: -o-linear-gradient(bottom,rgba(255,255,255,0), rgba(255,255,255,1) 60%);
    background: -moz-linear-gradient(bottom,rgba(255,255,255,0), rgba(255,255,255,1) 60%);
    background: linear-gradient(to bottom,rgba(255, 255, 255, 0.48), rgb(239, 239, 239) 60%);
    color: #979797;
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 800px){
.newsmenu{ 
    display:none;
}

.no-paddingR {
    padding-right: 0!important;
    padding-left: 0!important;
}
.newsdate {
    top: 15px;
    float: none;
}
.newsheader{
    width: calc(100% - 90px);
}
.newspic {
    background-size: contain;
    -webkit-background-size: contain;
        width: 100%;
    min-height: 220px;
}
.newspic-single {
    width: 100%;
    display: inline-block;
}
.newspic-single img {
    width: 100%;
    border-radius: 2px;
}
.newscontainer {
    max-width: 1180px;
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
}
.nopaddingRL{
    padding: 0px;
    padding-top: 10px;
}
.newscontent {
    height: auto;
}
.newstxt {
    overflow-y: visible;
    height: 100%;
    width: 100%
}
.single {
    max-height: 100% !important;
    overflow-y: auto !important;
}
.shadetxtoverlay {
    width: 100%;
    bottom: -5px;
}
@media (min-width: 691px){
.headers {
    display:none;
}

.shadetxtoverlay {
top: -80px;
}

}
@media (max-width: 768px){
 .newsmenu{ 
    display:block;
}  
.newstxt {
	font-size: 14px;
}

    }