
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,400,500,700,900");


* {
  margin: 0;
  padding: 0; }
*, ::after, ::before {
    box-sizing: border-box;
}
html {
  font-family: Merriweather, sans-serif;
  font-size: 14px; }
 
@media (min-width:768px){
	html{
  font-size: 13px;
	}
}
@media (min-width:576px){
	html{
  font-size: 12px;
	}

}
@media (max-width:576px){
	html{
  font-size: 11px;
	}

}


body {
  font-family: "Merriweather", sans-serif;
  font-size:1rem;; 
  background-color:#F5F7FA;}

.body{
	font-size: 1.4rem;
	/*line-height: normal;*/
}
.main-big-area{
	padding: 10px 0 30px 0;
}

.container{
	width:100%;
	padding-right:15px;
	padding-left:15px;
	margin: 0 auto;
	/*background-color:#fff;*/
}
@media (min-width:576px){
	.container{
	max-width:95%;
	}

}
@media (min-width:768px){
	.container{
	max-width:95%;
	}

}
@media (min-width:992px){
	.container{
	max-width:960px
	}

}
@media (min-width:1200px){
	.container{
	max-width:1140px
	}
}
.row{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-15px;
	margin-left:-15px
}


a,a:hover,a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #1c1c1c;
  /*font-weight: 500;*/
  color: #C41318;; }
  
h1
{
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1.3;
	/*margin-bottom: 40px;*/
}
h2
{
	font-size: 2rem;
    font-weight: bold;
    line-height: 1.1;	
	font-family:"Merriweather Thin";
	width:100%;
	padding-bottom: 4%;
    margin-bottom: 1%;
	border-bottom:none;
	color: #444db0;
}
h2 a {
    display: inline-block;
    float: right;
    font-size: 1.8rem;
    padding: 2px 3%;
    margin-top: 1%;
    border: 1px solid #aaa;
    border-radius: 6px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 7px;
    -khtml-border-radius: 13px;
    background-color: #eee;
	color:#474d51 !important;
}
h2 a:hover {
    background-color: #fafafa;
	
}
h3,h4,h5,h6 {
  color: #152535;
  line-height: 1.3;
  /*font-weight: 700; */
  padding:1%;
  }
h3{
font-size:1.75rem
}
h4{
font-size:1.5rem
}
h5{
font-size:1.25rem
}
h6{
font-size:1rem
}
p {
  color: #555555;
  line-height: 2rem;
  font-weight: 400; }

ul,
ol {
  margin: 0; }
ul li,ol li {
    list-style: none; }


.body ul,.body ol {
  margin: 0.5rem 2rem;
  }
.body ul li,  .body ol li {
    list-style: initial; 
	/*line-height: 1.8rem;*/
}

img {
  height: auto;
  max-width: 100%; 
  display: block
  }

.body img {
  height: auto !important;
  /*margin:1rem;*/
}
hr{
	width:100%;
	height:1px;
	color:#aaa;
}
.clearfix {
	display:block;overflow: auto; width: 100%;
}
.center {display:block; margin:0 auto;}
/*.row{
	width:100%;
	overflow:auto;
    position: relative;
	padding: 0 1%;
}*/
.info_block{
	margin-bottom: 25px ;
}

.ImgDiv{
    position: relative;
    width: 100%;    
     overflow:hidden;
    border: 1px solid #aaa;
    border-bottom: solid 4px #8f0418;
}
.ImgDiv::before {
    content: "";
    display: block;
    padding-top: 68%;
}
.widefoto .ImgDiv::before{
    padding-top: 53%;
}
.Hifoto .ImgDiv::before{
    padding-top: 138%;
}

.kvadfoto .ImgDiv::before{
    padding-top: 100%;
}
.ImgDiv img{
	width:100%;
	height:auto;
    position: absolute;
    top: 0;
    left: 0;
    min-height:100%;
}
.candels .ImgDiv{
	border:none;
}
.candels img{
	border: #ccc solid 1px;
}
.bord_left{
	border-left: 1px solid #dcdcdc;
}
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 2rem;
    /*border-bottom: 1px solid #d0d5d8;*/
}
.InsertBlock{
	/*border:1px solid #dcdcdc;*/
	margin-bottom: 10px;
	margin-top: 10px;
}
.section-heading h3 {
    line-height: 1;
    color: #000;
    font-weight: 500;
    text-align: center;
}
.filesinside{
	margin-top:2rem;
	padding:1rem;
}
.filesinside h2{
    padding-left: 1rem;
    border-bottom: none;
}
div.gallery{
	width:100%;
	margin:0;
	overflow: auto;
	padding:20px 0;
	}
div.onepict{
	width:33%;
	margin:0;
	float:left
	}
figure.fixedratio{
	/*padding-top:65%;*/
	display:block;
	margin:1%;
	position:relative;
	overflow:hidden;
	}
figure.fixedratio img{
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	left:0;
	min-height:100%;
}
.onepict .ImgBlock::before {
    padding-top: 65%;
}

.clear{
	clear:both;
	width:0px;
	height:0px;
}
h3.Insertions_Title {
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 400;
    color: #C41318;
}
.table4 td, .table4 th{padding:4px;}
table.table6 td, table.table6 th{padding:6px;}
table.table6 td img{width:24px;height:24px;}
table th{text-align:center}

/*================= :: 3.0 Pagination & breadcrumbs ====================*/
/*.pagination{
    display: table;
	margin: 5% 0;
}*/
.pagination ul{
    display: table-row;
	margin: 0;
	padding: 0;
}
.pagination ul li{
	padding: 0.5%;
    display: table-cell;
	text-align: center;
	text-align: center;
	width: 50px;
	float:left;
}


.pagination ul li  a {
	background: #fff;
	display: block;
	padding: 8px 1%;
	color: #475055;
	font-size:1.3rem;
	text-decoration: none;
	border:1px solid #aaa;
	border-radius:6px; 
	-webkit-border-radius:6px; 
	-moz-border-radius:5px; 
	-khtml-border-radius:10px;
}
.pagination ul li  a:hover, .pagination ul li  a.active {
	background: #03658e;
	color:#fff;
}
.breadcrumbs{
	margin: 2% 0;
}
.breadcrumbs a{
	display:inline-block;
	padding:0 4px;
}
/*-----------------Elements---------------------*/
.LogoImgBlock{
	/*width: 25%;
    float: left;*/
	cursor:pointer;
}
.LogoImgBlock::before {
	padding-top: 29%;
}

.video_icon, .photo_icon, .audio_icon{
    width: 30px;
    height: 30px;
    background-image: url(../pics/video.png);
    background-size: cover;
    position: absolute;
    bottom: 3%;
    right: 8%;
}
.photo_icon{
    background-image: url(../pics/photo.png);
    right: 2%;
}

.audio_icon{
    background-image: url(../pics/audio.png);
    right: 14%;
}
video{
	width:100%;
	height:auto;
}
.mpvideo {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
audio{
	width: 95%;
	margin:10px 2% 0 2%;
    border: 1px solid #aaa;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -khtml-border-radius: 20px;
}	
.site__header{
	/*position:relative*/
}
.site__header .ImgDiv{
	cursor:pointer;
}
.site__header .ImgDiv::before {
    padding-top: 15%;
}
.searchblock{
	height: 50px; 
    position: relative;
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
}
.topname{
	padding-top:1%;
	padding-bottom:1%;
	color: #005490;
	display:table-row;
	display: flex;
	cursor:pointer;
	position:relative;
}

.topname .ImgDiv::before{
    padding-top: 11%;
}
.search_row{
	width: 100%;
	height: 40px;
	position: fixed;
	top: 0;
}
.topSearch {
    position: absolute;
    top: 7%;
    right: 3%;
    width: unset;
    border: 1px #fff solid;
    border-radius: 20px;
    padding: 4px;
    width: 20px;
    height: 20px;
}
.topSearch:hover {
    background-color: #eee;
}
#searchForm {
    position: absolute;
    right: 5%;
    width: 300px;
    height: 30px;
    background-color: #ddd;
    display: block;
    top: 72px;
    border: 1px #1a1919 solid;
    border-radius: 4px;
	display:none;
	z-index:500;
}
#searchForm .search_input{
	font-size: 0.8rem;
    color: #000;
    border: 1px solid #cacaca;
    padding: 3px;
    width: 263px;
}
#searchForm .search_div{
	padding: 2px;
}
#searchForm .search_submit{
	background: url(/www/pics/search2.png) no-repeat;
	width: 19px;
    height: 15px;
    outline: none;
    cursor: pointer;
    border: 0;
	display: block;
    margin: 0 0 0 5px;
}
/* Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* Section Padding */
.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

.section-padding-80-50 {
  padding-top: 80px;
  padding-bottom: 50px; }

/* Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  /*border-bottom: 1px solid #d0d5d8; */
  }
.section-heading div{ 
	width: fit-content;
    margin: 0 auto;
	font-size: 18px;
    
    font-weight: 600;
 }	
 .section-heading span{
	 width: 45px;
    display: block;
    margin: 0 auto;
    padding: 0px 0 5px 0;
    border-bottom: 2px #000 solid;
 }
  .section-heading h6 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 45px;
    height: 45px;
    min-width: 140px;
    padding: 0 30px;
    background-color: #ee002d;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    text-align: center; }

.pagetitle  div{	
	font-size: 16px;
	margin:0;
}
/* Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(2, 3, 28, 0.9);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  background-color: #ee002d;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -30px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }
  @media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }

input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent; }

/* ScrollUp */
#scrollUp {
  background-color: #0D2D62;
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 38px;
  right: 60px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover {
    background-color: #000000; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px; } }

/* Button */
.newspaper-btn {
  display: inline-block;
  min-width: 160px;
  height: 52px;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0 30px;
  font-size: 14px;
  line-height: 52px;
  font-weight: 700;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  /*text-transform: capitalize;*/
  background-color: #ee002d; }
  .newspaper-btn.active, .newspaper-btn:hover, .newspaper-btn:focus {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background-color: #1c1c1c; }

/* :: 4.0 Header Area */
.header-area {
  position: relative;
  z-index: 100;
  width: 100%; }
  .header-area .top-header-area {
    width: 100%;
   /* height: 100px;
    background-color: #fff;*/
    position: relative;
    z-index: 1; }
/****	
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .top-header-area {
        height: 70px; } }
*/		
    @media only screen and (max-width: 767px) {
      .header-area .top-header-area {
        /*height: 70px; */} }
    .header-area .top-header-area .top-header-content {
      width: 100%;
      height: 100px;
      background-color: #fff;
      position: relative;
      z-index: 1; 
	  padding: 0 1rem;}
	  
/***
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .top-header-area .top-header-content {
          height: 70px; } }
*/
      @media only screen and (max-width: 767px) {
        .header-area .top-header-area .top-header-content {
          height: 70px; } }
      .header-area .top-header-area .top-header-content .logo a {
        display: block; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .top-header-area .top-header-content .logo a {
            /*display: none; */} }
        @media only screen and (max-width: 767px) {
          .header-area .top-header-area .top-header-content .logo a {
            /*display: none;*/ } }
    .header-area .top-header-area .login-search-area {
      position: relative;
      z-index: 1; }
	  .header-area .top-header-area .login-search-area .login{
	  width: max-content;
	  }
	  .header-area .top-header-area .login-search-area .login img{
	  /*height: 60%;
     padding-top: 20%; 
    margin-top: 28%;*/
	  }
	  footer .login img{
		  margin-right:15px;
	  }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .header-area .top-header-area .login-search-area {
          margin-left: 30px; } }
		  
      .header-area .top-header-area .login-search-area .login a {
        display: inline-block;
        padding: 0 10px;
        color: #888; 
		font-size: 1.3rem;}
      .header-area .top-header-area .login-search-area .search-form form {
        /*width: 200px;*/
        height: 40px;
        position: relative;
        z-index: 2;
        margin-left: 50px; }
        @media only screen and (max-width: 480px) {
		.header-area .top-header-area .login-search-area .login img {
    height: 30px;
		}}
/***
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .top-header-area .login-search-area .search-form form {
            width: 300px; } }
*/
        @media only screen and (max-width: 767px) {
          .header-area .top-header-area .login-search-area .search-form form {
            margin-left: 0;
            /*width: 160px;*/ } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .header-area .top-header-area .login-search-area .search-form form {
            margin-left: 0;
            /*width: 300px;*/ } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .header-area .top-header-area .login-search-area .search-form form {
            /*width: 320px;*/ } }
        .header-area .top-header-area .login-search-area .search-form form input {
          width: 100%;
          height: 100%;
          border: 1px solid #888;
          border-radius: 5px;
          background-color: transparent;
          padding: 0 15px;
          font-size: 12px;
          font-style: italic;
          color: #888; }
          .header-area .top-header-area .login-search-area .search-form form input.form-control {
            box-shadow: none; }
        .header-area .top-header-area .login-search-area .search-form form button {
          width: 50px;
          height: 100%;
          position: absolute;
          top: 5px;
			right: -17px;
          z-index: 10;
          border: none;
          background-color: transparent;
          cursor: pointer;
          outline: none; 
		  background-image: url(/www/pics/search.png);
		background-repeat: no-repeat;}
        .header-area .top-header-area .login-search-area .search-form form .form-control::-webkit-input-placeholder {
          color: #888;
          opacity: 1; }
        .header-area .top-header-area .login-search-area .search-form form .form-control::-moz-placeholder {
          color: #888;
          opacity: 1; }
        .header-area .top-header-area .login-search-area .search-form form .form-control:-ms-input-placeholder {
          color: #888;
          opacity: 1; }
        .header-area .top-header-area .login-search-area .search-form form .form-control::-ms-input-placeholder {
          color: #888;
          opacity: 1; }
        .header-area .top-header-area .login-search-area .search-form form .form-control::placeholder {
          color: #888;
          opacity: 1; }
		  
	@media (max-width: 576px){
		.header-area .top-header-area .login-search-area .search-form{
			display:none;
		}}
.fa-search:before {
    content: "\1F50E";	
	font-style: normal;
}
  .header-area .newspaper-main-menu {
    position: relative;
    width: 100%;
    z-index: 100;
    /*height: 80px;
    border-bottom: 1px solid #d0d5d8; */
	}
/***
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .newspaper-main-menu {
        background-color: #152535; } }
*/

/*.sticky-wrapper{height:0px !important;}*/
.classy-menu{width:100%;float: right;}
.classynav ul{
	display: table;
	width: max-content;
	padding-right: 3%;
}
.classynav ul li{
	display: table-cell;
	vertical-align: middle;
}

    @media only screen and (max-width: 767px) {
      .header-area .newspaper-main-menu {
        /*background-color: #152535;*/
        height: 70px; } 
		.blue_top{display:none;}	
		
		}
    .header-area .newspaper-main-menu .classy-nav-container {
      /*background-color: #fff; */
	  width: fit-content;
     float: right;
	}
    .header-area .newspaper-main-menu .classy-navbar {
      /*height: 80px;*/
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .header-area .newspaper-main-menu .classy-navbar {
         /* height: 70px; */} }
      .header-area .newspaper-main-menu .classy-navbar .logo {
        /*display: none;*/ }
        .header-area .newspaper-main-menu .classy-navbar .logo a {
          display: block;
          /*max-width: 160px; */}
/***
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .newspaper-main-menu .classy-navbar .logo {
            display: block; } }
*/
      @media only screen and (min-width: 991px) {
      .header-area .newspaper-main-menu .classy-navbar .logo {
        display: none; }
		}
        @media only screen and (max-width: 767px) {
          .header-area .newspaper-main-menu .classy-navbar .logo {
            display: block; } }
      .header-area .newspaper-main-menu .classy-navbar .classynav ul li a {
        font-weight: 700; }
        .header-area .newspaper-main-menu .classy-navbar .classynav ul li a:hover, .header-area .newspaper-main-menu .classy-navbar .classynav ul li a:focus {
          font-weight: 700;
          color: #ee002d; }
      .header-area .newspaper-main-menu .classy-navbar .classynav > ul > li > a {
  /*text-transform: capitalize;*/
        padding: 12px 10px 11px;
        background-color: transparent;
        line-height: 1;
        color: #ddd;
        font-weight: 700; }
        .header-area .newspaper-main-menu .classy-navbar .classynav > ul > li > a:hover, .header-area .newspaper-main-menu .classy-navbar .classynav > ul > li > a:focus {
          color: #fff; }
      .header-area .newspaper-main-menu .classy-navbar .classynav > ul > li.active > a {
        position: relative;
        z-index: 1;
        color: #fff; }

.header-area  .logo{
    position: relative;
    /*width: 100px;   */ 
     overflow:hidden;
     /*border-bottom: solid 4px #8f0418;*/
}
@media (max-width:576px){
	.header-area  .logo{
		width: 75%;    
	}
}	
     @media only screen  and (max-width: 991px) {	
      .header-area .newspaper-main-menu .classy-navbar .classynav  > ul > li.active > a {
        color: #C41318; }
		
      .header-area .newspaper-main-menu .classy-navbar .classynav > ul > li > a {
        color: #000;
        font-weight: 800; }
		
		.header-area  .logo{
			width: 40%;    
		}
    .header-area .newspaper-main-menu .classy-nav-container {
		width: 100%;
	}
		/*.soc_area{display:none;}*/
	 }
	 
     @media only screen  and (max-width: 420px) {
		.header-area  .logo{
			width: 70%;    
		}
	 }
        .header-area .newspaper-main-menu .classy-navbar .classynav > ul > li.active > a::before {
          background-color: #f7f7f7;
          width: 100%;
          height: 3px;
          position: absolute;
          top: -26px;
          left: 0;
          content: '';
          z-index: 10; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .header-area .newspaper-main-menu .classy-navbar .classynav > ul > li.active > a::before {
              display: none; } }
          @media only screen and (max-width: 767px) {
            .header-area .newspaper-main-menu .classy-navbar .classynav > ul > li.active > a::before {
              display: none; } }
  .header-area .is-sticky #stickyMenu {
    background-color: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    border-bottom: none; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-area .is-sticky #stickyMenu {
        background-color: #152535; } }
    @media only screen and (max-width: 767px) {
      .header-area .is-sticky #stickyMenu {
        background-color: #152535; } }



/* :: 6.0 Blog Post Area */
.single-blog-post {
  position: relative;
  z-index: 1; }
  .single-blog-post .post-thumb a {
    display: block; }
  .single-blog-post .post-data {
    padding: 30px 0; }
    .single-blog-post .post-data .post-catagory {
      font-size: 14px;
      color: #ee002d;
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 10px;
      display: block; }
    .single-blog-post .post-data .post-title {
      display: block; }
      .single-blog-post .post-data .post-title h6 {
        -webkit-transition-duration: 500ms;
        transition-duration: 500ms;
        line-height: 1.9; }
        .single-blog-post .post-data .post-title h6:hover, .single-blog-post .post-data .post-title h6:focus {
          color: #ee002d; }
    .single-blog-post .post-data .post-meta .post-date a {
      display: block; }
      .single-blog-post .post-data .post-meta .post-date a:hover, .single-blog-post .post-data .post-meta .post-date a:focus {
        color: #ee002d; }
    .single-blog-post .post-data .post-meta .post-like {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
      -ms-grid-row-align: flex-end;
      align-items: flex-end; }
      .single-blog-post .post-data .post-meta .post-like span {
        line-height: 1;
        margin-left: 15px; }
        .single-blog-post .post-data .post-meta .post-like span:hover, .single-blog-post .post-data .post-meta .post-like span:focus {
          color: #ee002d; }
    .single-blog-post .post-data .post-meta .post-comment {
      margin-left: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: flex-end;
      -ms-flex-align: flex-end;
      -ms-grid-row-align: flex-end;
      align-items: flex-end; }
      .single-blog-post .post-data .post-meta .post-comment span {
        line-height: 1;
        margin-left: 15px; }
        .single-blog-post .post-data .post-meta .post-comment span:hover, .single-blog-post .post-data .post-meta .post-comment span:focus {
          color: #ee002d; }
  .single-blog-post.style-2 .post-data {
    padding: 15px 0; }
    .single-blog-post.style-2 .post-data .post-title h6 {
      font-size: 14px; }
    .single-blog-post.style-2 .post-data .post-meta .post-date a {
      font-size: 12px; }
  .single-blog-post.style-3 {
    margin-bottom: 15px; }
    .single-blog-post.style-3 .post-data {
      padding: 15px 0; }
      .single-blog-post.style-3 .post-data .post-title h6 {
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 30px; }
  .single-blog-post.featured-post {
    position: relative;
    z-index: 1; }
    .single-blog-post.featured-post .post-data {
      padding: 30px 0; }
      .single-blog-post.featured-post .post-data .post-title h6 {
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 20px;
        font-weight: 500; }
        @media only screen and (max-width: 767px) {
          .single-blog-post.featured-post .post-data .post-title h6 {
            font-size: 24px; } }
      .single-blog-post.featured-post .post-data .post-author {
        margin-bottom: 15px;
        display: block;
        width: 100%; }
        .single-blog-post.featured-post .post-data .post-author a {
          display: inline-block;
          color: #ee002d; }
      .single-blog-post.featured-post .post-data .post-excerp {
        font-weight: 500;
        margin-bottom: 40px;
        display: block;
        line-height: 2.1; }
    .single-blog-post.featured-post.single-post .post-data {
      padding: 30px 0; }
      .single-blog-post.featured-post.single-post .post-data p {
        margin-bottom: 30px; }
      .single-blog-post.featured-post.single-post .post-data .related--post {
        display: block;
        font-size: 18px;
        color: #2c61db;
        margin: 40px 0; }
        .single-blog-post.featured-post.single-post .post-data .related--post:hover, .single-blog-post.featured-post.single-post .post-data .related--post:focus {
          color: #ee002d; }
  .single-blog-post.featured-post-2 {
    position: relative;
    z-index: 1;
    margin-bottom: 15px; }
    .single-blog-post.featured-post-2 .post-data {
      padding: 15px 0; }
      .single-blog-post.featured-post-2 .post-data .post-title h6 {
        font-size: 18px;
        line-height: 1.55;
        margin-bottom: 20px;
        font-weight: 500; }
      .single-blog-post.featured-post-2 .post-data .post-author {
        margin-bottom: 15px;
        display: block;
        width: 100%; }
        .single-blog-post.featured-post-2 .post-data .post-author a {
          display: inline-block;
          color: #ee002d; }
  .single-blog-post.small-featured-post {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #d0d5d8;
    padding: 20px 0; }
    .single-blog-post.small-featured-post .post-thumb {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
      flex: 0 0 90px;
      max-width: 90px;
      width: 90px;
      margin-right: 15px; }
    .single-blog-post.small-featured-post .post-data {
      padding: 0; }
      .single-blog-post.small-featured-post .post-data .post-catagory {
        margin-bottom: 10px;
        line-height: 1; }
      .single-blog-post.small-featured-post .post-data .post-title h6 {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 10px;
        font-weight: 700; }
      .single-blog-post.small-featured-post .post-data .post-date {
        margin-bottom: 0;
        line-height: 1; }
    .single-blog-post.small-featured-post:first-child {
      padding-top: 0; }
    .single-blog-post.small-featured-post:last-child {
      padding-bottom: 0;
      border-bottom: none; }

@media only screen and (max-width: 767px) {
  .newspaper-post-like {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.newspaper-tags {
  position: relative;
  z-index: 1;
  padding: 30px 0; }
  @media only screen and (max-width: 767px) {
    .newspaper-tags {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      width: 100%; } }
  .newspaper-tags span {
    font-size: 14px;
    color: #393939;
    font-weight: 500;
    padding-right: 5px; }
  .newspaper-tags ul li a {
    display: inline-block;
    color: #828282;
    font-weight: 500;
    padding-right: 3px; }
    .newspaper-tags ul li a:hover, .newspaper-tags ul li a:focus {
      color: #ee002d; }

@media only screen and (max-width: 767px) {
  .post-like--comments {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; } }

.popular-news-widget {
  position: relative;
  z-index: 1;
  background-color: #eff4f9;
  padding: 60px 25px; }
  .popular-news-widget h3 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #ee002d; }
    @media only screen and (max-width: 767px) {
      .popular-news-widget h3 {
        font-size: 24px; } }
  .popular-news-widget .single-popular-post {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    .popular-news-widget .single-popular-post h6 {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1.7;
      font-weight: 500; }
      .popular-news-widget .single-popular-post h6 span {
        margin-right: 15px;
        color: #ee002d; }
      .popular-news-widget .single-popular-post h6:hover, .popular-news-widget .single-popular-post h6:focus {
        color: #ee002d; }
    .popular-news-widget .single-popular-post p {
      margin-bottom: 0;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 700;
      color: #828282;
      margin-left: 30px;
      line-height: 1; }
    .popular-news-widget .single-popular-post:last-child {
      margin-bottom: 0; }

.latest-comments-widget {
  position: relative;
  z-index: 1;
  background-color: #eff4f9;
  padding: 60px 25px; }
  .latest-comments-widget h3 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #152535; }
  .latest-comments-widget .single-comments {
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
    .latest-comments-widget .single-comments .comments-thumbnail {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
      flex: 0 0 42px;
      max-width: 42px;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      margin-top: 6px; }
      .latest-comments-widget .single-comments .comments-thumbnail img {
        border-radius: 50%;
        display: block; }
    .latest-comments-widget .single-comments .comments-text a {
      display: block;
      font-size: 16px;
      color: #1c1c1c;
      margin-bottom: 10px;
      line-height: 1.9; }
      .latest-comments-widget .single-comments .comments-text a span {
        color: #a8a8a8; }
      .latest-comments-widget .single-comments .comments-text a:hover, .latest-comments-widget .single-comments .comments-text a:focus {
        color: #ee002d; }
    .latest-comments-widget .single-comments .comments-text p {
      margin-bottom: 0;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 700;
      color: #828282;
      line-height: 1; }
    .latest-comments-widget .single-comments:last-child {
      margin-bottom: 0; }

.newsletter-widget {
  position: relative;
  z-index: 1;
  background-color: #02031c;
  padding: 60px 25px; }
  .newsletter-widget h4 {
    text-align: center;
    color: #ee002d; }
  .newsletter-widget p {
    font-size: 12px;
    text-align: center; }
  .newsletter-widget form input {
    width: 100%;
    height: 50px;
    background-color: #44425a;
    font-size: 14px;
    font-style: italic;
    color: #fff;
    margin-bottom: 25px;
    border: none;
    padding: 0 25px; }
  .newsletter-widget form button {
    width: 100%;
    height: 50px;
    background-color: #ee002d;
    font-size: 14px;
    font-style: italic;
    color: #fff;
    border: none;
    padding: 0 25px;
    border-radius: 0; }
    .newsletter-widget form button:hover, .newsletter-widget form button:focus {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      background-color: #fff;
      color: #ee002d; }

.pagination {
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pagination {
      margin-bottom: 80px; } }
  @media only screen and (max-width: 767px) {
    .pagination {
      margin-bottom: 80px; } }
  .pagination .page-link {
    padding: 0;
    font-size: 16px;
    border: none;
    color: #152535;
    width: 38px;
    height: 38px;
    background-color: transparent;
    text-align: center;
    line-height: 38px; }
    .pagination .page-link:hover, .pagination .page-link:focus {
      background-color: #152535;
      color: #fff; }
  .pagination .page-item.active .page-link {
    background-color: #152535;
    color: #fff; }
  .pagination .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

.blog-post-author {
  position: relative;
  z-index: 1;
  padding: 40px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #d0d5d8; }
  .blog-post-author .author-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    min-width: 90px;
    padding-right: 20px;
    width: 90px;
    height: 90px;
    border-radius: 50%; }
    .blog-post-author .author-thumbnail img {
      border-radius: 50%; }
  .blog-post-author .author-info a {
    display: block;
    color: #000000;
    font-size: 16px;
    margin-bottom: 15px; }
    .blog-post-author .author-info a span {
      color: #656565;
      font-style: italic; }
  .blog-post-author .author-info p {
    line-height: 2;
    margin-bottom: 0; }

.pager {
  position: relative;
  z-index: 1; }
  .pager a {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #eff4f9;
    text-align: center;
    color: #1c1c1c;
    margin: 50px 0; }
    .pager a.active, .pager a:hover, .pager a:focus {
      background-color: #1c1c1c;
      color: #fff; }
    .pager a i {
      font-size: 16px; }

.comment_area {
  border-bottom: 1px solid #d0d5d8;
  padding-bottom: 50px; }
  .comment_area .title {
    margin-bottom: 50px; }
  .comment_area .comment-content .comment-author {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51px;
    flex: 0 0 51px;
    min-width: 51px;
    margin-right: 45px;
    height: 51px;
    border-radius: 50%; }
    .comment_area .comment-content .comment-author img {
      border-radius: 50%; }
  .comment_area .comment-content .comment-meta {
    margin-bottom: 30px; }
    .comment_area .comment-content .comment-meta .post-author {
      margin-bottom: 5px;
      display: block;
      font-size: 16px;
      color: #393939; }
    .comment_area .comment-content .comment-meta .post-date {
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 0;
      color: #656565;
      display: block;
      margin-bottom: 15px; }
    .comment_area .comment-content .comment-meta p {
      margin-bottom: 15px;
      font-size: 14px;
      line-height: 2;
      font-weight: 500; }
  .comment_area .single_comment_area {
    margin-bottom: 30px; }
    .comment_area .single_comment_area:last-of-type {
      margin-bottom: 0; }
  .comment_area .children .single_comment_area {
    margin-left: 50px;
    margin-top: 30px; }

.post-a-comment-area {
  position: relative;
  z-index: 1; }
  .post-a-comment-area h4 {
    font-size: 24px;
    color: #393939;
    margin-bottom: 50px; }

.editors-pick-post-area {
  position: relative;
  z-index: 1;
  background-color: #eff4f9; }

/* :: 7.0 Video Post Area */
.video-post-area {
  position: relative;
  z-index: 1;
  padding: 60px 0 30px;
  margin-bottom: 30px;
  }

.single-video-post {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px; }
  .single-video-post img {
    -webkit-transition-duration: 2000ms;
    transition-duration: 2000ms;
    width: 100%; }
  .single-video-post .videobtn {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .single-video-post .videobtn a {
      display: block;
      width: 70px;
      height: 40px;
      border-radius: 5px;
      background-color: #ee002d;
      color: #fff;
      text-align: center;
      line-height: 40px;
      font-size: 18px; }
      .single-video-post .videobtn a:hover, .single-video-post .videobtn a:focus {
        background-color: #152535;
        color: #fff; }
  .single-video-post:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }

/* :: 8.0 Footer Add Area */
.footer-add-area {
  position: relative;
  z-index: 1;
  padding: 50px 0; }
  .footer-add-area .footer-add a {
    display: block; }
    .footer-add-area .footer-add a img {
      width: 100%; }

/* :: 9.0 Footer Area */
.footer-area {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #02031c; }
  .footer-area .footer-widget-area {
    position: relative;
    z-index: 1; }
    .footer-area .footer-widget-area .footer-logo {
      margin-bottom: 30px; }
    .footer-area .footer-widget-area .widget-title {
      display: block;
      margin-bottom: 30px;
      color: #fff; }
    .footer-area .footer-widget-area .list {
      position: relative;
      z-index: 1; }
      .footer-area .footer-widget-area .list li {
        display: block; }
        .footer-area .footer-widget-area .list li a {
          display: block;
          padding: 5px 0;
          color: rgba(255, 255, 255, 0.5); }
          .footer-area .footer-widget-area .list li a:hover, .footer-area .footer-widget-area .list li a:focus {
            color: #fff; }
  .footer-area .bottom-footer-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 70px; }
    .footer-area .bottom-footer-area p {
      color: rgba(255, 255, 255, 0.5);
      margin-bottom: 0; }
      .footer-area .bottom-footer-area p a {
        color: rgba(255, 255, 255, 0.5); }
        .footer-area .bottom-footer-area p a:hover, .footer-area .bottom-footer-area p a:focus {
          color: #fff; }

/* :: 10.0 About Area */
.about-area {
  position: relative;
  z-index: 1; }
  .about-area h2 {
    font-weight: 500;
    margin-bottom: 50px;
    font-size: 40px; }
    @media only screen and (max-width: 767px) {
      .about-area h2 {
        font-size: 30px; } }
  .about-area p {
    font-weight: 500; }

.single-cool-fact {
  position: relative;
  z-index: 1; }

.single-team-member {
  position: relative;
  z-index: 1; }
  .single-team-member .team-info {
    padding: 50px 0;
    text-align: center; }
    .single-team-member .team-info h5 {
      font-size: 18px;
      margin-bottom: 5px;
      color: #393939; }
    .single-team-member .team-info h6 {
      margin-bottom: 0;
      font-size: 14px;
      color: #656565; }

/* :: 11.0 Cool Facts */
.single-cool-fact {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 80px; }
  .single-cool-fact h3 {
    font-size: 60px;
    margin-bottom: 0;
    color: #a5a5a5;
    font-weight: 700;
    margin-right: 15px; }
  .single-cool-fact .cf-text {
    text-align: left; }
    .single-cool-fact .cf-text h6 {
      font-size: 18px;
      margin-bottom: 5px;
      color: #393939; }
    .single-cool-fact .cf-text span {
      font-size: 12px;
      color: #656565; }

/* :: 12.0 Contact Area */
.map-area {
  position: relative;
  z-index: 2;
  margin-top: 80px; }
  .map-area #googleMap {
    width: 100%;
    height: 680px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .map-area #googleMap {
        height: 500px; } }
    @media only screen and (max-width: 767px) {
      .map-area #googleMap {
        height: 350px; } }

.single-contact-information {
  position: relative;
  z-index: 1; }
  .single-contact-information h6 {
    font-size: 14px;
    border-bottom: 2px solid #ee002d;
    display: inline-block;
    color: #ee002d; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form-area {
    margin-bottom: 80px; } }
@media only screen and (max-width: 767px) {
  .contact-form-area {
    margin-bottom: 80px; } }
.contact-form-area .form-control {
  height: 45px;
  width: 100%;
  background-color: #f3f5f8;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 15px;
  border: none;
  border-radius: 0;
  padding: 0 20px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .contact-form-area .form-control:focus {
    box-shadow: none; }
.contact-form-area textarea.form-control {
  height: 200px;
  padding: 15px 20px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }

.contact-area {
  position: relative;
  z-index: 1; }
  .contact-area .contact-title h2 {
    font-size: 40px;
    color: #393939;
    margin-bottom: 80px; }
    @media only screen and (max-width: 767px) {
      .contact-area .contact-title h2 {
        font-size: 30px; } }


.fa-angle-up:before {
    content: "\21D1";
	font-style: normal;
}


footer .line1{
	font-size:2.5rem;
	color: #fff;
	font-weight: 600;
}
footer .line2{
	font-size:1.2rem;
	color: #fff;
	font-style:italic;
}


	@media only screen  and (max-width: 991px){
	.h991{
		display:none!important;
	}}
	
	.top-header-content .logo a img{
	    height: 63px;
		width: 146px;
	}
	
	@media only screen  and (min-width: 991px){
	.top-header-content .logo a img{
		width: 220px;
		height: 94px;
	}}
	
	
/*------------------Other----------------*/
.rd{
	color:#C41318;
}
.news{
	font-size: 1.3rem;
}

blockquote {
margin: 0;
background: white;
border-top: 5px solid #EADCDA;
border-bottom: 5px solid #EADCDA;
color: #3A3C55;

position: relative;
font-family: 'Lato', sans-serif;
font-weight: 300;
}
blockquote:before {
    content: "\201C";
    font-family: serif;
    /* position: absolute; */
    /* left: 20px; */
    /* top: 20px; */
    color: white;
    background: #FB6652;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    font-size: 50px;
    line-height: 1.35;
    text-align: center;
    float: left;
    margin-right: 1rem;
}
blockquote p {
margin: 0 0 16px;
letter-spacing: .05em;
line-height: 1.4;
}
blockquote cite {
font-style: normal;
}

.postcard {
  max-width: 350px;
  margin: 50px auto 0;
  padding: 20px;
  background: #fffdee;
  border: 10px solid transparent;
  border-image: 10 repeating-linear-gradient(135deg, #C42061, #C42061 10px, transparent 10px, transparent 20px, #FBCFDF 20px, #FBCFDF 30px,transparent 30px, transparent 40px);
  font-family: 'Playfair Display';
  color: #605756;
}
.form-row {margin-bottom: 15px;}
.form-row input[type="text"], 
.form-row input[type="email"], 
.form-row input[type="phone"], 
.form-row textarea {
  width: 100%;
  padding: 0 10px;
  line-height: 35px;
  border-width: 0;
  outline: none;
  background: transparent url(/www/pics/bg-form.png) bottom left repeat-x;
  background-size: 8px 35px;
  font-family: 'Playfair Display';
}
.form-row textarea {
  background-attachment: local;
  background-repeat: repeat;
  resize: none;
}
.form-row input[type="submit"] {
  padding: 10px 20px;
  margin-top: 10px;
  background: #F67CA5;
  border-width: 0;
  cursor: pointer; 
  outline: none;
  font-family: 'Playfair Display';
  font-size: 13px;
  letter-spacing: 1px;
  color: #fffdee;
  text-transform: uppercase;
  transition: 1s cubic-bezier(.165, .84, .44, 1);
}
.form-row input[type=submit]:hover {background: #C42061;}


.blue_top{
	/*width: 100%;*/
    height: 50px;
    background-color: #0D2D62;
    position: relative;
    z-index: 1;
	color:#fff;
}
.blue_top .contact_area {
	padding-top:10px;
	padding-left:10px;
	float:left;
}
.blue_top .contact_area div, .blue_top .contact_area a{
	float:left;
	color:#fff;
	font-size:12px;
	padding:3px 15px;
}
.blue_top .contact_area a:hover{
	color:#fff;
	text-decoration:underline
}
.blue_top img{
	width:24px;
	height:20px;
	float:left;
	padding-right:5px;
}
.blue_top .soc_area{
	float:right;
	/*margin-right: 30px;*/
}
.soc_area img{
	margin-top: 8px;
    margin-right: 15px;
    width: 36px;
    height: 30px;
}
.header-area .logo {
    display: inline-block;
    float: left;
	position: relative;
	overflow: hidden;
}
.DopMenu img{
	/*border:1px solid #bbb;*/
}
.DopMenu .SectionIndic{
    text-align: center;
}
.DopMenu .news_item_inside {
    padding-bottom: 0px;
}
@media only screen and (max-width: 991px) {
	.LogoImgBlock{
		display:none !important;
	}
/*	.fcell {
		display:none !important;
	}*/
}


.allnews {
    float:right;
    background-color: #B10A25;
    font-size: 1.7rem;
    color: #fff;
    padding: 0 25px;
	
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #B10A25;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .85rem;
    transition: color .15s ease-in-out,border-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor:pointer;
}
.allnews:hover {
    background-color: #fff;
    color: #B10A25;
    border: 1px solid #B10A25;
	text-decoration:none;
}

@media (max-width:550px){
	.allnews {
    font-size: 1.4rem;
	}
}
/*footer{
	color:#666;
	background-color:#fff;
	border-top: 1px solid #ddd;
	padding:0px !important;
}*/
footer a{
	color:#666;
	text-decoration:none;
}
footer a:hover{
	/*font-size:0.7rem;*/
	color:#000;
	text-decoration:underline;
}
footer .ImgDiv::before{
	padding-top: 100%;
}
footer .contacts{
	padding:2rem;
}
footer h3{
	color: #000;
    font-size: 1.2rem;
    border-bottom: #ddd solid 1px;
    font-weight: 700;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
}
footer .contacts img{
	float:left;
}
footer .contacts div{
	clear:both;
}
footer .contacts span{
	display:block-inline;
	padding-top:3px;
}
.somewords{
	padding:6rem;
	font-size:1.2rem;
}
@media (max-width:768px){
	.somewords{
		padding:1rem;
		font-size:1.2rem;
	}
}

.blue_top_bottom{
	height: 34px;
}	
@media only screen and (max-width: 767px) {
	.blue_top_bottom{
		display:block;
	}	
}
.topmenu{
	background-color: #fff;
	padding: 0;
}
.classynav{
	white-space: nowrap;
}

.hcenter{
	display: flex; align-items: center; 
}
@media only screen and (max-width: 1050px) {
	.contact_area div:nth-child(3){
		display:none;
	}
}

.linza{
        padding-top: 8px !important;
		cursor:pointer;
}
@media only screen and (max-width: 971px) {
		.linzali {
        display: none !important;
		}
}
.topmenu{
	position:relative;
	background: transparent linear-gradient(0deg, #4C2C15 0%, #82583B 95%) repeat scroll 0% 0%;
}

.hram{
	color: #B10A25;
    font-weight: 700;
    line-height: 1.5;
    font-size: 18px;
	padding-left: 1rem;
}


.helpneaded{
	display:inline-block;
	float:left;
}
.neaded {
    float:left;
    font-size: 1.7rem;
    border: 1px solid #0db10a;
    padding: 0 25px;
    background-color: #fff;
    color: #0db10a;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: .85rem;
    transition: color .15s ease-in-out,border-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	margin:0 2rem;
}
.neaded:hover {
    background-color: #0db10a;
    color: #fff;
	text-decoration:none;
}
.narrow{
	margin-right: 0; 
    margin-left: 0;
}


.overlay {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(133, 182, 145, 0.75) !important;
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
  z-index:1400 !important;
}
.overlay.open {
  opacity: 1;
  pointer-events: inherit;
}
.overlay .modal {
  background: white;
  text-align: center;
  padding: 2%;
  box-shadow: 0px 1px 10px rgba(255, 255, 255, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
}
.overlay .modal.open {
  opacity: 1;
  pointer-events: inherit;
      max-width: 800px;
	  width:100%;
    margin: 0 auto;
}
.overlay .modal.open .content {
  transform: translate(0, 0px);
  opacity: 1;
}
.overlay .modal .content {
  transform: translate(0, -10px);
  opacity: 0;
  transition: 0.35s ease-in-out;
}
.overlay .modal .title {
  margin-top: 0;
}





.navbar{
    background-color: #007bff !important;
	color:#fff !important;
}
.fa-comments:before, .fa-bell:before, .fa-th-large:before, .fa-bars:before, .navbar a {
	color:#fff !important;
}
.user-panel, .user-panel .info {
    overflow: auto !important;
    white-space: inherit !important;
}
.info-box .info-box-icon{
    padding: 5px !important;
	width: auto;
	}
.info-box .info-box-number {
    display: inline-block !important;
}
.stat{
	flex: 0 0 20% !important;
    max-width: 20% !important;
}
.out{
	width:32px;
	height:suto;
}
.out:hover{
	width:34px;
}
.table th{
	text-align:center !important;
}
.pr_False {
    border: #ccc 1px solid;
}
.pr_True {
    border: #69bc69 1px solid;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.pr_True, .pr_False {
    width: 26px;
    height: auto;
    padding: 1px;
    margin: 3px;
    cursor: pointer;
}
.btn-block {
    display: inline-block;
    width: auto !important; 
}
.not_printed {
    margin: 3px;
    display: none;
}
.printed {
    margin: 3px;
    display: inline-block;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8 !important;
	right: 3.4rem !important;
}
.badge-info2 {
    color: #fff;
    background-color: #28a745 !important;
}
.badge-info3 {
    color: #fff;
    background-color: #dc3545 !important;
}
.badge-info4 {
    color: #fff;
    background-color: #28a745 !important;
}
.anketa input, .anketa textarea,  .anketa select{
    height: 2.6rem;
    padding: 5px 8px;
    border: 1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius: 2px;
    float: left;
    display: inline-block;
    padding: 5px 8px;
    margin-left: 2%;
    margin-right: 2%;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}
.anketa textarea{
	height:10rem;
}
input[type=checkbox], input[type=radio] {
    height: auto;
    border: none;
    box-shadow: none;
    float: none;
	width:auto;
}
.card-title a{
	color:#666;
}
.news_item .card{
	    width: -webkit-fill-available;
}
.news_item h3.card-title{
	font-size:1.4rem;
	    width: -webkit-fill-available;
}
.news_item .news_footer .btn-group{
	margin:1rem auto;
}
/*
.overlay {
	z-index:1400 !important;
}*/
.modal {
    position: relative;
    display: block;
	z-index:1400 !important;
}
.main-sidebar {
   /* z-index: 90;*/
}
.brand-info{
    font-size: 1rem;
    line-height: 1;
    padding: .2rem;
    white-space: normal; 
	text-align:center;
	border-bottom: 1px solid #dee2e6;
	white-space: normal !important;
}
.brand-link{
	border-bottom:none !important;
	padding: .8125rem .5rem 0 !important;
}
.treba_select{
	padding-bottom:50px;
}
.treba_select select {
	border: 1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
	border-radius: 2px;
	padding-right: 30px;
	-moz-transition: padding .25s;
	-webkit-transition: padding .25s;
	-o-transition: padding .25s;
	transition: padding .25s;
	height: 35px;
	padding: 5px 8px;
	margin-bottom:20px;
}
.l2rem{
	margin-left:2rem;
}
.card .card-title{
	color:#fff;
	font-size:1.4rem;
}
.card-default .card-title{
	color:#000;
}
.chois input, .chois select, .chois textarea {
    width: fit-content;
}
.card{
	width:100%;
}
.elevation-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)!important;
}
nav h4{
	color:#fff;
	font-size:1.4rem;
	padding:0.2rem;
	margin:.2rem;
}
.bottomblock{
	position:absolute;
	bottom:3rem;
	left:0;
	width: -webkit-fill-available;
    padding: 0 5px;
}
.dropdown-menu-right {
	width: max-content;
}
.media2{
	background-color:#0F6BA9;
}
.media2 span{
	color:#fff;
	display:block;
	padding:5px ;
	text-align:center;
}
.eparhia{
	padding:0 !important;
	border:1px solid #fff;
	font-family: 'Lato', sans-serif;
}

.dataTables_info {
    padding-top: 1em;
    white-space: nowrap;
}

.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
	float: right;
}

@media (max-width:768px){
	.hide767{
		display:none;
	}
}
.main-footer a{
    color: #869099;
}

.ranger {
    -webkit-appearance: none;
    width: 99%;
    height: 5px;
    border-radius: 5px;
    background: #4CAF50;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin: 0;
    padding: 0 !important;
}

.ranger::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #007bff;
    cursor: pointer;
}

.ranger::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #007bff;
    cursor: pointer;
}
#priceout {
	width:100%;
    font-family: Roboto-Bold;
    font-size: 20px;
    font-weight: 800;
    color: #007bff;
	text-align:center;
}

section.maincontent {
    padding: 0 2rem ;
}

@media (max-width:768px){
	section.maincontent {
		padding: 0;
	}
}
}
.Img_format_3_4 .ImgDiv::before {
    padding-top: 133%;
}


.favorites {
    position: absolute;
    top: 13px;
    right: 17px;
    width: 24px;
    height: 24px;
    z-index: 999;
    cursor: pointer;
    background: url('/www/pics/fav.png');
	background-size: cover;
}
.favorites :hover{
	
}
.favorites.favok {
    background: url('/www/pics/favok.png');
	background-size: cover;
}


.roundedAll {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

.circle {
    border-radius: 50%;
}

.articleTitle {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    color: white;
}

.cardContent {
    padding-top: 15%;
}

.comment {
    width: 310px;
    margin-top: 0.5rem;
}

.comment .fa {
    margin-bottom: 1rem;
}

video {
    width: 100%;
    height: auto;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.overlay-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.divider {
    border: 1px solid #ccc;
}

.card-img img {
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.br{
	border:#f00 1px solid;
}
table.col2 td{
	width:50%;
	vertical-align: middle;
}
table.col2 td p{
    text-align: justify;
}

@media (max-width:768px){
	table.col2 td{
		width:100%;
		display:block;
	}
}

@media (min-width:768px){
	table.col2 td.ordr1{
		order:1;
	}
	table.col2 td.ordr2{
		order:2;
	}
}

table.col2 td img{
	width:80%;
	display: block;
    margin: 0 auto;
}
.searchbtn{
	font-size: large;
	padding-top:0.1rem;
	margin-right:2rem;
}

  .search-container{
	float:right;
  }
  #search-input{
    font-size: 16px;
    margin: 0;
	}
#hramscount{
	display: inline;
	border: none;
}
input[type="search"]::placeholder { color: #888;}